Skip to content

Commit 6eafe7f

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.0 to 5.2.2
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.0 to 5.2.2. - [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.2.0...5.2.2) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d5f638 commit 6eafe7f

File tree

2 files changed

+36
-39
lines changed

2 files changed

+36
-39
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": "^10.0.0"
1212
},
1313
"devDependencies": {
14-
"@oclif/plugin-command-snapshot": "^5.2.0",
14+
"@oclif/plugin-command-snapshot": "^5.2.2",
1515
"@salesforce/cli-plugins-testkit": "^5.3.9",
1616
"@salesforce/dev-scripts": "^10",
1717
"@salesforce/plugin-command-reference": "^3.0.89",

yarn.lock

Lines changed: 35 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@
16781678
wordwrap "^1.0.0"
16791679
wrap-ansi "^7.0.0"
16801680

1681-
"@oclif/core@^4":
1681+
"@oclif/core@^4", "@oclif/core@^4.0.0-beta.12", "@oclif/core@^4.0.0-beta.13":
16821682
version "4.0.3"
16831683
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
16841684
integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
@@ -1701,35 +1701,12 @@
17011701
wordwrap "^1.0.0"
17021702
wrap-ansi "^7.0.0"
17031703

1704-
"@oclif/core@^4.0.0-beta.12", "@oclif/core@^4.0.0-beta.13":
1705-
version "4.0.0-beta.13"
1706-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8"
1707-
integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==
1708-
dependencies:
1709-
ansi-escapes "^4.3.2"
1710-
ansis "^3.0.1"
1711-
clean-stack "^3.0.1"
1712-
cli-spinners "^2.9.2"
1713-
cosmiconfig "^9.0.0"
1714-
debug "^4.3.4"
1715-
ejs "^3.1.10"
1716-
get-package-type "^0.1.0"
1717-
globby "^11.1.0"
1718-
indent-string "^4.0.0"
1719-
is-wsl "^2.2.0"
1720-
minimatch "^9.0.4"
1721-
string-width "^4.2.3"
1722-
supports-color "^9.4.0"
1723-
widest-line "^3.1.0"
1724-
wordwrap "^1.0.0"
1725-
wrap-ansi "^7.0.0"
1726-
1727-
"@oclif/plugin-command-snapshot@^5.2.0":
1728-
version "5.2.0"
1729-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35"
1730-
integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==
1704+
"@oclif/plugin-command-snapshot@^5.2.2":
1705+
version "5.2.2"
1706+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.2.tgz#3bd89b06676eb8858e256c55482efdc7844ca39c"
1707+
integrity sha512-OVofRryPy962QeyiOYX7iI92H+dFGO7wa4F+yXYLQ0Xr+ik+LNYzOgxRomNIbj8kqnBBPLqOvv9gkKakAf9UZg==
17311708
dependencies:
1732-
"@oclif/core" "^4.0.0-beta.13"
1709+
"@oclif/core" "^4"
17331710
ansis "^3.2.0"
17341711
globby "^14.0.1"
17351712
just-diff "^5.2.0"
@@ -3232,7 +3209,7 @@ ansicolors@~0.3.2:
32323209
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
32333210
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
32343211

3235-
ansis@^3.0.1, ansis@^3.1.1, ansis@^3.2.0:
3212+
ansis@^3.1.1, ansis@^3.2.0:
32363213
version "3.2.0"
32373214
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b"
32383215
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
@@ -7361,7 +7338,16 @@ srcset@^5.0.0:
73617338
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
73627339
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
73637340

7364-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7341+
"string-width-cjs@npm:string-width@^4.2.0":
7342+
version "4.2.3"
7343+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7344+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7345+
dependencies:
7346+
emoji-regex "^8.0.0"
7347+
is-fullwidth-code-point "^3.0.0"
7348+
strip-ansi "^6.0.1"
7349+
7350+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
73657351
version "4.2.3"
73667352
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73677353
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7429,7 +7415,14 @@ string_decoder@~1.1.1:
74297415
dependencies:
74307416
safe-buffer "~5.1.0"
74317417

7432-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7418+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7419+
version "6.0.1"
7420+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7421+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7422+
dependencies:
7423+
ansi-regex "^5.0.1"
7424+
7425+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
74337426
version "6.0.1"
74347427
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
74357428
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7496,11 +7489,6 @@ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
74967489
dependencies:
74977490
has-flag "^4.0.0"
74987491

7499-
supports-color@^9.4.0:
7500-
version "9.4.0"
7501-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-9.4.0.tgz#17bfcf686288f531db3dea3215510621ccb55954"
7502-
integrity sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==
7503-
75047492
supports-hyperlinks@^2.2.0:
75057493
version "2.3.0"
75067494
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
@@ -7995,7 +7983,7 @@ workerpool@6.2.1:
79957983
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
79967984
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
79977985

7998-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7986+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
79997987
version "7.0.0"
80007988
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
80017989
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8013,6 +8001,15 @@ wrap-ansi@^6.2.0:
80138001
string-width "^4.1.0"
80148002
strip-ansi "^6.0.0"
80158003

8004+
wrap-ansi@^7.0.0:
8005+
version "7.0.0"
8006+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8007+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8008+
dependencies:
8009+
ansi-styles "^4.0.0"
8010+
string-width "^4.1.0"
8011+
strip-ansi "^6.0.0"
8012+
80168013
wrap-ansi@^8.1.0:
80178014
version "8.1.0"
80188015
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)