Skip to content

Commit f69ee8e

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.6 to 5.2.7
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.6 to 5.2.7. - [Release notes](https://github.com/oclif/plugin-command-snapshot/releases) - [Changelog](https://github.com/oclif/plugin-command-snapshot/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-command-snapshot@5.2.6...5.2.7) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0d9804 commit f69ee8e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"open": "^10.1.0"
1717
},
1818
"devDependencies": {
19-
"@oclif/plugin-command-snapshot": "^5.2.6",
19+
"@oclif/plugin-command-snapshot": "^5.2.7",
2020
"@salesforce/cli-plugins-testkit": "^5.3.15",
2121
"@salesforce/dev-scripts": "^10.2.2",
2222
"@salesforce/plugin-command-reference": "^3.1.11",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,14 +1307,14 @@
13071307
wordwrap "^1.0.0"
13081308
wrap-ansi "^7.0.0"
13091309

1310-
"@oclif/plugin-command-snapshot@^5.2.6":
1311-
version "5.2.6"
1312-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.6.tgz#1f5cd2a9869c85346b12069b5dc82380f2da2c98"
1313-
integrity sha512-Nu+ykWkQnEatrmaIyjvsZCzT+i++9un8HuVKj2CMgFNEi9Ycu8Xrath+mfFi5qtS5b0taZyhO/aCOKwuD13Hmw==
1310+
"@oclif/plugin-command-snapshot@^5.2.7":
1311+
version "5.2.7"
1312+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.7.tgz#1013bce097b9023ff84db7dac070c7f78aff9449"
1313+
integrity sha512-fKFF/AJDIGo9GEe23YxqfOlhtEx7SD9gNJRQNLEB0267UVXukR3jhJbbyjcsG7aw1cAp5glFnzIoWzpBycXQYQ==
13141314
dependencies:
13151315
"@oclif/core" "^4"
13161316
ansis "^3.2.0"
1317-
globby "^14.0.1"
1317+
globby "^14.0.2"
13181318
just-diff "^5.2.0"
13191319
lodash.difference "^4.5.0"
13201320
lodash.get "^4.4.2"
@@ -4392,10 +4392,10 @@ globby@^13.1.2:
43924392
merge2 "^1.4.1"
43934393
slash "^4.0.0"
43944394

4395-
globby@^14.0.1:
4396-
version "14.0.1"
4397-
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
4398-
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
4395+
globby@^14.0.2:
4396+
version "14.0.2"
4397+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
4398+
integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
43994399
dependencies:
44004400
"@sindresorhus/merge-streams" "^2.1.0"
44014401
fast-glob "^3.3.2"

0 commit comments

Comments
 (0)