Skip to content

Commit de81771

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

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
@@ -14,7 +14,7 @@
1414
"tslib": "^2"
1515
},
1616
"devDependencies": {
17-
"@oclif/plugin-command-snapshot": "^3.3.6",
17+
"@oclif/plugin-command-snapshot": "^3.3.8",
1818
"@salesforce/cli-plugins-testkit": "^3.2.24",
1919
"@salesforce/dev-config": "^3.1.0",
2020
"@salesforce/dev-scripts": "^4.1.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,10 @@
683683
supports-color "^8.1.1"
684684
tslib "^2"
685685

686-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.7", "@oclif/core@^2.2.1", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1":
687-
version "2.3.1"
688-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.1.tgz#82d977338c68b3faeda84f780c2f97a3dd322cb2"
689-
integrity sha512-18CkjjF16hwhBd/42z+0CHAwvZlBfpyCmdZxpasN/od8c/hdm0oDEJvVB33/xD0LDYg8glKoQ5zVNVvPM/uJ/Q==
686+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.7", "@oclif/core@^2.2.1", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0":
687+
version "2.4.0"
688+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
689+
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
690690
dependencies:
691691
"@types/cli-progress" "^3.11.0"
692692
ansi-escapes "^4.3.2"
@@ -717,12 +717,12 @@
717717
wordwrap "^1.0.0"
718718
wrap-ansi "^7.0.0"
719719

720-
"@oclif/plugin-command-snapshot@^3.3.6":
721-
version "3.3.7"
722-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.7.tgz#387d8ed3c184afa0185e93f5c75c54bce8edf790"
723-
integrity sha512-nX1dy29118ndQ3eBWR9KIxYTcYyBjh41nX1LC2ZJzYdiG1JJpSNBDYYIbkKVVYOAMqjfJ5AG8qRIlQknzlObVQ==
720+
"@oclif/plugin-command-snapshot@^3.3.8":
721+
version "3.3.8"
722+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.8.tgz#4ef6c9b0461b40c4be1f94977e5eb9dd6c756081"
723+
integrity sha512-piYlSDDzldDkvToKEG8HCnYaBwpWIX0b2TNc9ZtmH2khVgwPvmMrfZQfLl/4ZXxobdk0ndgrUUIg0mOhgCAXgg==
724724
dependencies:
725-
"@oclif/core" "^2.3.1"
725+
"@oclif/core" "^2.4.0"
726726
chalk "^4.1.2"
727727
just-diff "^5.2.0"
728728
lodash "^4.17.21"

0 commit comments

Comments
 (0)