Skip to content

Commit 226fc26

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.8 to 5.2.0
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.8 to 5.2.0. - [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.8...5.2.0) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f5b9db commit 226fc26

File tree

2 files changed

+44
-43
lines changed

2 files changed

+44
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chalk": "^5.3.0"
1414
},
1515
"devDependencies": {
16-
"@oclif/plugin-command-snapshot": "^5.1.8",
16+
"@oclif/plugin-command-snapshot": "^5.2.0",
1717
"@salesforce/cli-plugins-testkit": "^5.2.0",
1818
"@salesforce/dev-scripts": "^9.1.2",
1919
"@salesforce/plugin-command-reference": "^3.0.82",

yarn.lock

Lines changed: 43 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,10 +1313,10 @@
13131313
"@nodelib/fs.scandir" "2.1.5"
13141314
fastq "^1.6.0"
13151315

1316-
"@oclif/[email protected].5":
1317-
version "3.26.5"
1318-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1319-
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1316+
"@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1317+
version "3.26.6"
1318+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1319+
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
13201320
dependencies:
13211321
"@types/cli-progress" "^3.11.5"
13221322
ansi-escapes "^4.3.2"
@@ -1347,48 +1347,36 @@
13471347
wordwrap "^1.0.0"
13481348
wrap-ansi "^7.0.0"
13491349

1350-
"@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1351-
version "3.26.6"
1352-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1353-
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
1350+
"@oclif/core@^4.0.0-beta.13":
1351+
version "4.0.0-beta.13"
1352+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8"
1353+
integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==
13541354
dependencies:
1355-
"@types/cli-progress" "^3.11.5"
13561355
ansi-escapes "^4.3.2"
1357-
ansi-styles "^4.3.0"
1358-
cardinal "^2.1.1"
1359-
chalk "^4.1.2"
1356+
ansis "^3.0.1"
13601357
clean-stack "^3.0.1"
1361-
cli-progress "^3.12.0"
1362-
color "^4.2.3"
1358+
cli-spinners "^2.9.2"
1359+
cosmiconfig "^9.0.0"
13631360
debug "^4.3.4"
13641361
ejs "^3.1.10"
13651362
get-package-type "^0.1.0"
13661363
globby "^11.1.0"
1367-
hyperlinker "^1.0.0"
13681364
indent-string "^4.0.0"
13691365
is-wsl "^2.2.0"
1370-
js-yaml "^3.14.1"
13711366
minimatch "^9.0.4"
1372-
natural-orderby "^2.0.3"
1373-
object-treeify "^1.1.33"
1374-
password-prompt "^1.1.3"
1375-
slice-ansi "^4.0.0"
13761367
string-width "^4.2.3"
1377-
strip-ansi "^6.0.1"
1378-
supports-color "^8.1.1"
1379-
supports-hyperlinks "^2.2.0"
1368+
supports-color "^9.4.0"
13801369
widest-line "^3.1.0"
13811370
wordwrap "^1.0.0"
13821371
wrap-ansi "^7.0.0"
13831372

1384-
"@oclif/plugin-command-snapshot@^5.1.8":
1385-
version "5.1.8"
1386-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
1387-
integrity sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==
1373+
"@oclif/plugin-command-snapshot@^5.2.0":
1374+
version "5.2.0"
1375+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35"
1376+
integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==
13881377
dependencies:
1389-
"@oclif/core" "3.26.5"
1390-
"@types/lodash.difference" "^4.5.9"
1391-
chalk "^5.3.0"
1378+
"@oclif/core" "^4.0.0-beta.13"
1379+
ansis "^3.2.0"
13921380
globby "^14.0.1"
13931381
just-diff "^5.2.0"
13941382
lodash.difference "^4.5.0"
@@ -2229,18 +2217,6 @@
22292217
dependencies:
22302218
"@types/node" "*"
22312219

2232-
"@types/lodash.difference@^4.5.9":
2233-
version "4.5.9"
2234-
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
2235-
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
2236-
dependencies:
2237-
"@types/lodash" "*"
2238-
2239-
"@types/lodash@*":
2240-
version "4.14.201"
2241-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239"
2242-
integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==
2243-
22442220
"@types/minimatch@*":
22452221
version "5.1.2"
22462222
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
@@ -2533,6 +2509,11 @@ ansicolors@~0.3.2:
25332509
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
25342510
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
25352511

2512+
ansis@^3.0.1, ansis@^3.2.0:
2513+
version "3.2.0"
2514+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b"
2515+
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
2516+
25362517
anymatch@~3.1.2:
25372518
version "3.1.3"
25382519
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
@@ -3211,6 +3192,16 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
32113192
parse-json "^5.2.0"
32123193
path-type "^4.0.0"
32133194

3195+
cosmiconfig@^9.0.0:
3196+
version "9.0.0"
3197+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
3198+
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
3199+
dependencies:
3200+
env-paths "^2.2.1"
3201+
import-fresh "^3.3.0"
3202+
js-yaml "^4.1.0"
3203+
parse-json "^5.2.0"
3204+
32143205
create-require@^1.1.0:
32153206
version "1.1.1"
32163207
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -3488,6 +3479,11 @@ entities@^4.2.0, entities@^4.5.0:
34883479
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
34893480
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
34903481

3482+
env-paths@^2.2.1:
3483+
version "2.2.1"
3484+
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
3485+
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
3486+
34913487
error-ex@^1.3.1:
34923488
version "1.3.2"
34933489
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -7059,6 +7055,11 @@ supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
70597055
dependencies:
70607056
has-flag "^4.0.0"
70617057

7058+
supports-color@^9.4.0:
7059+
version "9.4.0"
7060+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954"
7061+
integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==
7062+
70627063
supports-hyperlinks@^2.2.0:
70637064
version "2.3.0"
70647065
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"

0 commit comments

Comments
 (0)