Skip to content

Commit cb17791

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] <[email protected]>
1 parent 678a6b0 commit cb17791

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
@@ -13,7 +13,7 @@
1313
"eslint-config-salesforce-license": "^0.2.0"
1414
},
1515
"devDependencies": {
16-
"@oclif/plugin-command-snapshot": "^5.2.39",
16+
"@oclif/plugin-command-snapshot": "^5.2.40",
1717
"@salesforce/cli-plugins-testkit": "^5.3.39",
1818
"@salesforce/dev-scripts": "^10.2.12",
1919
"@salesforce/plugin-command-reference": "^3.1.52",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,10 +1373,10 @@
13731373
wordwrap "^1.0.0"
13741374
wrap-ansi "^7.0.0"
13751375

1376-
"@oclif/plugin-command-snapshot@^5.2.39":
1377-
version "5.2.39"
1378-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1379-
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1376+
"@oclif/plugin-command-snapshot@^5.2.40":
1377+
version "5.2.40"
1378+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1379+
integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
13801380
dependencies:
13811381
"@oclif/core" "^4"
13821382
ansis "^3.17.0"
@@ -1385,7 +1385,7 @@
13851385
lodash.difference "^4.5.0"
13861386
lodash.get "^4.4.2"
13871387
lodash.sortby "^4.7.0"
1388-
semver "^7.7.1"
1388+
semver "^7.7.2"
13891389
ts-json-schema-generator "^1.5.1"
13901390

13911391
"@oclif/plugin-help@^6.2.27":
@@ -6598,10 +6598,10 @@ semver@^6.0.0, semver@^6.3.1:
65986598
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
65996599
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
66006600

6601-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
6602-
version "7.7.1"
6603-
resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz"
6604-
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
6601+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
6602+
version "7.7.2"
6603+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
6604+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
66056605

66066606
sentence-case@^3.0.4:
66076607
version "3.0.4"

0 commit comments

Comments
 (0)