Skip to content

Commit 1b12dab

Browse files
authored
Merge pull request #697 from salesforcecli/dependabot-npm_and_yarn-oclif-plugin-command-snapshot-5.2.0
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.9 to 5.2.0
2 parents 663175c + 1a45858 commit 1b12dab

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@salesforce/sf-plugins-core": "^9.0.12"
1212
},
1313
"devDependencies": {
14-
"@oclif/plugin-command-snapshot": "^5.1.9",
14+
"@oclif/plugin-command-snapshot": "^5.2.0",
1515
"@salesforce/cli-plugins-testkit": "^5.3.9",
1616
"@salesforce/dev-scripts": "^9.1.2",
1717
"@salesforce/plugin-command-reference": "^3.0.89",

yarn.lock

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@
16441644
"@nodelib/fs.scandir" "2.1.5"
16451645
fastq "^1.6.0"
16461646

1647-
"@oclif/core@3.26.6", "@oclif/core@^3.26.2", "@oclif/core@^3.26.6":
1647+
"@oclif/core@^3.26.2", "@oclif/core@^3.26.6":
16481648
version "3.26.6"
16491649
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
16501650
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
@@ -1701,14 +1701,13 @@
17011701
wordwrap "^1.0.0"
17021702
wrap-ansi "^7.0.0"
17031703

1704-
"@oclif/plugin-command-snapshot@^5.1.9":
1705-
version "5.1.9"
1706-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz#f530b72cd13a3344961569d5084298f07acdb2be"
1707-
integrity sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==
1704+
"@oclif/plugin-command-snapshot@^5.2.0":
1705+
version "5.2.0"
1706+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35"
1707+
integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==
17081708
dependencies:
1709-
"@oclif/core" "3.26.6"
1710-
"@types/lodash.difference" "^4.5.9"
1711-
chalk "^5.3.0"
1709+
"@oclif/core" "^4.0.0-beta.13"
1710+
ansis "^3.2.0"
17121711
globby "^14.0.1"
17131712
just-diff "^5.2.0"
17141713
lodash.difference "^4.5.0"
@@ -2853,18 +2852,6 @@
28532852
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
28542853
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
28552854

2856-
"@types/lodash.difference@^4.5.9":
2857-
version "4.5.9"
2858-
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
2859-
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
2860-
dependencies:
2861-
"@types/lodash" "*"
2862-
2863-
"@types/lodash@*":
2864-
version "4.14.200"
2865-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149"
2866-
integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==
2867-
28682855
"@types/minimatch@*":
28692856
version "5.1.2"
28702857
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"

0 commit comments

Comments
 (0)