Skip to content

Commit 0570efc

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.4 to 5.2.9 (#1252)
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.4 to 5.2.9. - [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.4...5.2.9) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2e35c4 commit 0570efc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"proxy-agent": "^6.3.1"
2020
},
2121
"devDependencies": {
22-
"@oclif/plugin-command-snapshot": "^5.2.4",
22+
"@oclif/plugin-command-snapshot": "^5.2.9",
2323
"@oclif/plugin-help": "^6.2.3",
2424
"@salesforce/cli-plugins-testkit": "^5.3.15",
2525
"@salesforce/dev-scripts": "^10.2.4",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,14 +1312,14 @@
13121312
wordwrap "^1.0.0"
13131313
wrap-ansi "^7.0.0"
13141314

1315-
"@oclif/plugin-command-snapshot@^5.2.4":
1316-
version "5.2.4"
1317-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.4.tgz#7872742c0d8271bf90e981d5821f355bd05ca359"
1318-
integrity sha512-rdt9Bf7bVnjsre7YY3ulZc42QzRuQVhFFxzPBtCi61QbnPS4nizh2mpwrwq6byW6nlddHue82CNYAWQAjr9i7w==
1315+
"@oclif/plugin-command-snapshot@^5.2.9":
1316+
version "5.2.9"
1317+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.9.tgz#622ebaf87ebb5b8f217e04a06cb680e14e475b47"
1318+
integrity sha512-CyUSYqHkN3YyPI582N5wvxZGn8J0ZlVx38fOxW7ManpsrGg+5Q32k0QOW2vCfGZkAAI3B2mSG3flU/34IJujTw==
13191319
dependencies:
13201320
"@oclif/core" "^4"
1321-
ansis "^3.2.0"
1322-
globby "^14.0.1"
1321+
ansis "^3.3.1"
1322+
globby "^14.0.2"
13231323
just-diff "^5.2.0"
13241324
lodash.difference "^4.5.0"
13251325
lodash.get "^4.4.2"
@@ -4607,10 +4607,10 @@ globby@^13.1.2:
46074607
merge2 "^1.4.1"
46084608
slash "^4.0.0"
46094609

4610-
globby@^14.0.1:
4611-
version "14.0.1"
4612-
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
4613-
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
4610+
globby@^14.0.2:
4611+
version "14.0.2"
4612+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
4613+
integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
46144614
dependencies:
46154615
"@sindresorhus/merge-streams" "^2.1.0"
46164616
fast-glob "^3.3.2"

0 commit comments

Comments
 (0)