Skip to content

Commit 198b203

Browse files
authored
Merge pull request #552 from salesforcecli/dependabot-npm_and_yarn-oclif-plugin-command-snapshot-3.3.0
chore(dev-deps): bump @oclif/plugin-command-snapshot from 3.2.16 to 3.3.0
2 parents 61b07d8 + a60a6d0 commit 198b203

File tree

2 files changed

+47
-6
lines changed

2 files changed

+47
-6
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.2.16",
17+
"@oclif/plugin-command-snapshot": "^3.3.0",
1818
"@oclif/test": "^2.2.15",
1919
"@salesforce/cli-plugins-testkit": "^3.2.15",
2020
"@salesforce/dev-config": "^3.1.0",

yarn.lock

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,40 @@
758758
widest-line "^3.1.0"
759759
wrap-ansi "^7.0.0"
760760

761+
"@oclif/core@^2.0.2-beta.6":
762+
version "2.0.2-beta.10"
763+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.10.tgz#5b459a91d653b8d5aa234e4324a4cc483747abd2"
764+
integrity sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw==
765+
dependencies:
766+
"@types/cli-progress" "^3.11.0"
767+
ansi-escapes "^4.3.2"
768+
ansi-styles "^4.3.0"
769+
cardinal "^2.1.1"
770+
chalk "^4.1.2"
771+
clean-stack "^3.0.1"
772+
cli-progress "^3.10.0"
773+
debug "^4.3.4"
774+
ejs "^3.1.6"
775+
fs-extra "^9.1.0"
776+
get-package-type "^0.1.0"
777+
globby "^11.1.0"
778+
hyperlinker "^1.0.0"
779+
indent-string "^4.0.0"
780+
is-wsl "^2.2.0"
781+
js-yaml "^3.14.1"
782+
natural-orderby "^2.0.3"
783+
object-treeify "^1.1.33"
784+
password-prompt "^1.1.2"
785+
semver "^7.3.7"
786+
string-width "^4.2.3"
787+
strip-ansi "^6.0.1"
788+
supports-color "^8.1.1"
789+
supports-hyperlinks "^2.2.0"
790+
tslib "^2.4.1"
791+
widest-line "^3.1.0"
792+
wordwrap "^1.0.0"
793+
wrap-ansi "^7.0.0"
794+
761795
"@oclif/dev-cli@^1":
762796
version "1.26.10"
763797
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.10.tgz#d8df3a79009b68552f5e7f249d1d19ca52278382"
@@ -818,12 +852,12 @@
818852
chalk "^4.1.0"
819853
tslib "^2.3.1"
820854

821-
"@oclif/plugin-command-snapshot@^3.2.16":
822-
version "3.2.16"
823-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.16.tgz#82674570142675bdd41f7a94bbd05121e4f17d0c"
824-
integrity sha512-iPva6GZLijNPzf5eGuxGBr9t7Axp39NIDe1B9HymySOC0iWB1PX19J/rwFriddplrBz3d7zzlhD/xqZ1KivBhA==
855+
"@oclif/plugin-command-snapshot@^3.3.0":
856+
version "3.3.0"
857+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.0.tgz#d563c3de0dd151b3dcbb427e4c6613e58994c5bf"
858+
integrity sha512-8E5QwTVc7COMhJFgYoYQUXUVBn65mJsmI057awhpvKjJqdViJGu6CaYPYhC1++xI4Nnd7+SLcm2UdAv84jGq/Q==
825859
dependencies:
826-
"@oclif/core" "^1.23.0"
860+
"@oclif/core" "^2.0.2-beta.6"
827861
chalk "^4.1.2"
828862
just-diff "^5.2.0"
829863
lodash "^4.17.21"
@@ -1351,6 +1385,13 @@
13511385
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.3.tgz#3c90752792660c4b562ad73b3fbd68bf3bc7ae07"
13521386
integrity sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==
13531387

1388+
"@types/cli-progress@^3.11.0":
1389+
version "3.11.0"
1390+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
1391+
integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
1392+
dependencies:
1393+
"@types/node" "*"
1394+
13541395
"@types/expect@^1.20.4":
13551396
version "1.20.4"
13561397
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"

0 commit comments

Comments
 (0)