Skip to content

Commit 8d848ef

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.7 to 5.2.1 (#1207)
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.7 to 5.2.1. - [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.1.7...5.2.1) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1283681 commit 8d848ef

File tree

2 files changed

+8
-55
lines changed

2 files changed

+8
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"proxy-agent": "^6.3.1"
2020
},
2121
"devDependencies": {
22-
"@oclif/plugin-command-snapshot": "^5.1.7",
22+
"@oclif/plugin-command-snapshot": "^5.2.1",
2323
"@oclif/plugin-help": "^6.1.0",
2424
"@salesforce/cli-plugins-testkit": "^5.3.5",
2525
"@salesforce/dev-scripts": "^10.1.0",

yarn.lock

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,40 +1273,6 @@
12731273
"@nodelib/fs.scandir" "2.1.5"
12741274
fastq "^1.6.0"
12751275

1276-
"@oclif/core@3.26.4":
1277-
version "3.26.4"
1278-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1279-
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1280-
dependencies:
1281-
"@types/cli-progress" "^3.11.5"
1282-
ansi-escapes "^4.3.2"
1283-
ansi-styles "^4.3.0"
1284-
cardinal "^2.1.1"
1285-
chalk "^4.1.2"
1286-
clean-stack "^3.0.1"
1287-
cli-progress "^3.12.0"
1288-
color "^4.2.3"
1289-
debug "^4.3.4"
1290-
ejs "^3.1.10"
1291-
get-package-type "^0.1.0"
1292-
globby "^11.1.0"
1293-
hyperlinker "^1.0.0"
1294-
indent-string "^4.0.0"
1295-
is-wsl "^2.2.0"
1296-
js-yaml "^3.14.1"
1297-
minimatch "^9.0.4"
1298-
natural-orderby "^2.0.3"
1299-
object-treeify "^1.1.33"
1300-
password-prompt "^1.1.3"
1301-
slice-ansi "^4.0.0"
1302-
string-width "^4.2.3"
1303-
strip-ansi "^6.0.1"
1304-
supports-color "^8.1.1"
1305-
supports-hyperlinks "^2.2.0"
1306-
widest-line "^3.1.0"
1307-
wordwrap "^1.0.0"
1308-
wrap-ansi "^7.0.0"
1309-
13101276
"@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
13111277
version "3.26.6"
13121278
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
@@ -1364,14 +1330,13 @@
13641330
wordwrap "^1.0.0"
13651331
wrap-ansi "^7.0.0"
13661332

1367-
"@oclif/plugin-command-snapshot@^5.1.7":
1368-
version "5.1.7"
1369-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1370-
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
1333+
"@oclif/plugin-command-snapshot@^5.2.1":
1334+
version "5.2.1"
1335+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz#f570ffc2c7f46f56654b42231ad27785bd228299"
1336+
integrity sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ==
13711337
dependencies:
1372-
"@oclif/core" "3.26.4"
1373-
"@types/lodash.difference" "^4.5.9"
1374-
chalk "^5.3.0"
1338+
"@oclif/core" "^4"
1339+
ansis "^3.2.0"
13751340
globby "^14.0.1"
13761341
just-diff "^5.2.0"
13771342
lodash.difference "^4.5.0"
@@ -2326,18 +2291,6 @@
23262291
dependencies:
23272292
"@types/node" "*"
23282293

2329-
"@types/lodash.difference@^4.5.9":
2330-
version "4.5.9"
2331-
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
2332-
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
2333-
dependencies:
2334-
"@types/lodash" "*"
2335-
2336-
"@types/lodash@*":
2337-
version "4.14.201"
2338-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239"
2339-
integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==
2340-
23412294
"@types/minimatch@*":
23422295
version "5.1.2"
23432296
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
@@ -2649,7 +2602,7 @@ ansicolors@~0.3.2:
26492602
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
26502603
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
26512604

2652-
ansis@^3.1.1:
2605+
ansis@^3.1.1, ansis@^3.2.0:
26532606
version "3.2.0"
26542607
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b"
26552608
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==

0 commit comments

Comments
 (0)