Skip to content

Commit 61111ca

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.3.8 to 5.3.9
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.3.8 to 5.3.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.3.8...5.3.9) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-version: 5.3.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2db2ac commit 61111ca

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
@@ -11,7 +11,7 @@
1111
"@salesforce/sf-plugins-core": "^12"
1212
},
1313
"devDependencies": {
14-
"@oclif/plugin-command-snapshot": "^5.3.8",
14+
"@oclif/plugin-command-snapshot": "^5.3.9",
1515
"@salesforce/cli-plugins-testkit": "^5.3.41",
1616
"@salesforce/dev-scripts": "^11.0.4",
1717
"@salesforce/plugin-command-reference": "^3.1.79",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,10 +1432,10 @@
14321432
wordwrap "^1.0.0"
14331433
wrap-ansi "^7.0.0"
14341434

1435-
"@oclif/plugin-command-snapshot@^5.3.8":
1436-
version "5.3.8"
1437-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.8.tgz#b952a270bfdfaea941f244363c4bcf781398d9b9"
1438-
integrity sha512-pxuW6kVAkAJBZzk7w2xUy32D+EQGeef15Kyjz13LYazHNXcVdrzP/5726VGfMnK3U4W1QyJ7CalzZxRLVvxQcg==
1435+
"@oclif/plugin-command-snapshot@^5.3.9":
1436+
version "5.3.9"
1437+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.9.tgz#a687cd53c17e1faeb8381a0b46121f498e4f09b5"
1438+
integrity sha512-1l/uOKbRefdRQzyOLwqlOq+CUtvuqFNnEi8c7vYEE3eCnlSk3th2LZXoC/Na3y8eIEJU1mhEa6FX8UumCcVzzg==
14391439
dependencies:
14401440
"@oclif/core" "^4"
14411441
ansis "^3.17.0"
@@ -1444,7 +1444,7 @@
14441444
lodash.difference "^4.5.0"
14451445
lodash.get "^4.4.2"
14461446
lodash.sortby "^4.7.0"
1447-
semver "^7.7.3"
1447+
semver "^7.7.4"
14481448
ts-json-schema-generator "^1.5.1"
14491449

14501450
"@oclif/plugin-help@^6.2.36":
@@ -6727,10 +6727,10 @@ semver@^6.0.0, semver@^6.3.1:
67276727
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
67286728
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
67296729

6730-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3:
6731-
version "7.7.3"
6732-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
6733-
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
6730+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4:
6731+
version "7.7.4"
6732+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
6733+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
67346734

67356735
sentence-case@^3.0.4:
67366736
version "3.0.4"

0 commit comments

Comments
 (0)