Skip to content

Commit f2bbc25

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 9a5deef commit f2bbc25

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
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@oclif/core": "^4.3.0",
15-
"@oclif/plugin-command-snapshot": "^5.2.39",
15+
"@oclif/plugin-command-snapshot": "^5.2.40",
1616
"@salesforce/cli-plugins-testkit": "^5.3.39",
1717
"@salesforce/dev-scripts": "^11.0.2",
1818
"@salesforce/plugin-command-reference": "^3.1.52",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,10 +1579,10 @@
15791579
wordwrap "^1.0.0"
15801580
wrap-ansi "^7.0.0"
15811581

1582-
"@oclif/plugin-command-snapshot@^5.2.39":
1583-
version "5.2.39"
1584-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1585-
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1582+
"@oclif/plugin-command-snapshot@^5.2.40":
1583+
version "5.2.40"
1584+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1585+
integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
15861586
dependencies:
15871587
"@oclif/core" "^4"
15881588
ansis "^3.17.0"
@@ -1591,7 +1591,7 @@
15911591
lodash.difference "^4.5.0"
15921592
lodash.get "^4.4.2"
15931593
lodash.sortby "^4.7.0"
1594-
semver "^7.7.1"
1594+
semver "^7.7.2"
15951595
ts-json-schema-generator "^1.5.1"
15961596

15971597
"@oclif/plugin-help@^6.2.27":
@@ -6832,10 +6832,10 @@ semver@^6.0.0, semver@^6.3.1:
68326832
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
68336833
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
68346834

6835-
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:
6836-
version "7.7.1"
6837-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
6838-
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
6835+
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:
6836+
version "7.7.2"
6837+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
6838+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
68396839

68406840
sentence-case@^3.0.4:
68416841
version "3.0.4"

0 commit comments

Comments
 (0)