Skip to content

Commit 0dd99e9

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.3.22 to 5.3.24. - [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.3.22...5.3.24) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.24 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30c5e04 commit 0dd99e9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
},
141141
"devDependencies": {
142142
"@oclif/core": "^4.11.4",
143-
"@oclif/plugin-command-snapshot": "^5.3.22",
143+
"@oclif/plugin-command-snapshot": "^5.3.24",
144144
"@oclif/test": "^4.1.18",
145145
"@salesforce/cli-plugins-testkit": "^5.3.58",
146146
"@salesforce/dev-scripts": "^11.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,10 +1406,10 @@
14061406
react "^18.3.1"
14071407
wrap-ansi "^9.0.2"
14081408

1409-
"@oclif/plugin-command-snapshot@^5.3.22":
1410-
version "5.3.22"
1411-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.22.tgz#266853b2e4f327b9051720c444e8d3f15f3058e7"
1412-
integrity sha512-rbJ8+lTTAPr1CAoqpsRoKBkyMMCwWojSaf+8T8Q7tFltBxCrmNavKTzWKqL7GTTMXKme7jYleZVOxSM2T1A5xg==
1409+
"@oclif/plugin-command-snapshot@^5.3.24":
1410+
version "5.3.24"
1411+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.24.tgz#c527184dcfadcd31ae9779de7f3594ef8cdbd092"
1412+
integrity sha512-G7jm2NfCHzCqlWEcrmg6Uo5mii3ETOTD2zZNpBbcXV95IRnRp++FTwd3DaR36YpWSy0LpSYH87+NiLvb9nVZpA==
14131413
dependencies:
14141414
"@oclif/core" "^4"
14151415
ansis "^3.17.0"
@@ -1418,7 +1418,7 @@
14181418
lodash.difference "^4.5.0"
14191419
lodash.get "^4.4.2"
14201420
lodash.sortby "^4.7.0"
1421-
semver "^7.8.1"
1421+
semver "^7.8.2"
14221422
ts-json-schema-generator "^1.5.1"
14231423

14241424
"@oclif/plugin-help@^6.2.49":
@@ -6738,10 +6738,10 @@ semver@^6.0.0, semver@^6.3.1:
67386738
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
67396739
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
67406740

6741-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1:
6742-
version "7.8.1"
6743-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.1.tgz#bf4970b5e70fda0686363cc18bfe8805d5ed957e"
6744-
integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
6741+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1, semver@^7.8.2:
6742+
version "7.8.2"
6743+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.2.tgz#194bd65723a28cf82542d2bf176b91c26b343be1"
6744+
integrity sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==
67456745

67466746
sentence-case@^3.0.4:
67476747
version "3.0.4"

0 commit comments

Comments
 (0)