Skip to content

Commit 2e8e141

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.39 to 5.2.40. - [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.39...5.2.40) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.2.40 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3545feb commit 2e8e141

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
@@ -135,7 +135,7 @@
135135
},
136136
"devDependencies": {
137137
"@oclif/core": "^4.3.0",
138-
"@oclif/plugin-command-snapshot": "^5.2.39",
138+
"@oclif/plugin-command-snapshot": "^5.2.40",
139139
"@oclif/test": "^4.1.12",
140140
"@salesforce/cli-plugins-testkit": "^5.3.39",
141141
"@salesforce/dev-scripts": "^11.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,10 +1590,10 @@
15901590
react "^18.3.1"
15911591
wrap-ansi "^9.0.0"
15921592

1593-
"@oclif/plugin-command-snapshot@^5.2.39":
1594-
version "5.2.39"
1595-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1596-
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1593+
"@oclif/plugin-command-snapshot@^5.2.40":
1594+
version "5.2.40"
1595+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1596+
integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
15971597
dependencies:
15981598
"@oclif/core" "^4"
15991599
ansis "^3.17.0"
@@ -1602,7 +1602,7 @@
16021602
lodash.difference "^4.5.0"
16031603
lodash.get "^4.4.2"
16041604
lodash.sortby "^4.7.0"
1605-
semver "^7.7.1"
1605+
semver "^7.7.2"
16061606
ts-json-schema-generator "^1.5.1"
16071607

16081608
"@oclif/plugin-help@^6.2.27":
@@ -6894,10 +6894,10 @@ semver@^6.0.0, semver@^6.3.1:
68946894
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
68956895
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
68966896

6897-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
6898-
version "7.7.1"
6899-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
6900-
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
6897+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
6898+
version "7.7.2"
6899+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
6900+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
69016901

69026902
sentence-case@^3.0.4:
69036903
version "3.0.4"

0 commit comments

Comments
 (0)