Skip to content

Commit a4603a3

Browse files
authored
Merge pull request #109 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 e809a58 + 4200e20 commit a4603a3

File tree

2 files changed

+48
-7
lines changed

2 files changed

+48
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@oclif/dev-cli": "^1",
20-
"@oclif/plugin-command-snapshot": "^3.2.16",
20+
"@oclif/plugin-command-snapshot": "^3.3.0",
2121
"@oclif/plugin-help": "^3",
2222
"@oclif/test": "^1",
2323
"@salesforce/dev-config": "^2.1.2",

yarn.lock

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
is-wsl "^2.1.1"
505505
tslib "^2.3.1"
506506

507-
"@oclif/core@^1.18.0", "@oclif/core@^1.19.1", "@oclif/core@^1.23.0":
507+
"@oclif/core@^1.18.0", "@oclif/core@^1.19.1":
508508
version "1.23.1"
509509
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a"
510510
integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==
@@ -538,6 +538,40 @@
538538
widest-line "^3.1.0"
539539
wrap-ansi "^7.0.0"
540540

541+
"@oclif/core@^2.0.2-beta.6":
542+
version "2.0.2-beta.10"
543+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.2-beta.10.tgz#5b459a91d653b8d5aa234e4324a4cc483747abd2"
544+
integrity sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw==
545+
dependencies:
546+
"@types/cli-progress" "^3.11.0"
547+
ansi-escapes "^4.3.2"
548+
ansi-styles "^4.3.0"
549+
cardinal "^2.1.1"
550+
chalk "^4.1.2"
551+
clean-stack "^3.0.1"
552+
cli-progress "^3.10.0"
553+
debug "^4.3.4"
554+
ejs "^3.1.6"
555+
fs-extra "^9.1.0"
556+
get-package-type "^0.1.0"
557+
globby "^11.1.0"
558+
hyperlinker "^1.0.0"
559+
indent-string "^4.0.0"
560+
is-wsl "^2.2.0"
561+
js-yaml "^3.14.1"
562+
natural-orderby "^2.0.3"
563+
object-treeify "^1.1.33"
564+
password-prompt "^1.1.2"
565+
semver "^7.3.7"
566+
string-width "^4.2.3"
567+
strip-ansi "^6.0.1"
568+
supports-color "^8.1.1"
569+
supports-hyperlinks "^2.2.0"
570+
tslib "^2.4.1"
571+
widest-line "^3.1.0"
572+
wordwrap "^1.0.0"
573+
wrap-ansi "^7.0.0"
574+
541575
"@oclif/dev-cli@^1":
542576
version "1.26.10"
543577
resolved "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.10.tgz"
@@ -619,12 +653,12 @@
619653
chalk "^4.1.0"
620654
tslib "^2.4.1"
621655

622-
"@oclif/plugin-command-snapshot@^3.2.16":
623-
version "3.2.16"
624-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.16.tgz#82674570142675bdd41f7a94bbd05121e4f17d0c"
625-
integrity sha512-iPva6GZLijNPzf5eGuxGBr9t7Axp39NIDe1B9HymySOC0iWB1PX19J/rwFriddplrBz3d7zzlhD/xqZ1KivBhA==
656+
"@oclif/plugin-command-snapshot@^3.3.0":
657+
version "3.3.0"
658+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.0.tgz#d563c3de0dd151b3dcbb427e4c6613e58994c5bf"
659+
integrity sha512-8E5QwTVc7COMhJFgYoYQUXUVBn65mJsmI057awhpvKjJqdViJGu6CaYPYhC1++xI4Nnd7+SLcm2UdAv84jGq/Q==
626660
dependencies:
627-
"@oclif/core" "^1.23.0"
661+
"@oclif/core" "^2.0.2-beta.6"
628662
chalk "^4.1.2"
629663
just-diff "^5.2.0"
630664
lodash "^4.17.21"
@@ -985,6 +1019,13 @@
9851019
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.0.tgz"
9861020
integrity sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==
9871021

1022+
"@types/cli-progress@^3.11.0":
1023+
version "3.11.0"
1024+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
1025+
integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
1026+
dependencies:
1027+
"@types/node" "*"
1028+
9881029
"@types/glob@^7.1.1":
9891030
version "7.2.0"
9901031
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"

0 commit comments

Comments
 (0)