Skip to content

Commit 0536993

Browse files
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/salesforcecli/cli-plugins-testkit/releases) - [Changelog](https://github.com/salesforcecli/cli-plugins-testkit/blob/main/CHANGELOG.md) - [Commits](salesforcecli/cli-plugins-testkit@5.2.0...5.2.1) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1551942 commit 0536993

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@oclif/plugin-command-snapshot": "^5.1.4",
2222
"@oclif/plugin-help": "^6.0.20",
23-
"@salesforce/cli-plugins-testkit": "^5.2.0",
23+
"@salesforce/cli-plugins-testkit": "^5.2.1",
2424
"@salesforce/dev-scripts": "^9.0.0",
2525
"@salesforce/plugin-command-reference": "^3.0.76",
2626
"@salesforce/source-testkit": "^2.2.1",

yarn.lock

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,12 +1641,12 @@
16411641
istanbul-lib-report "^3.0.1"
16421642
istanbul-reports "^3.1.6"
16431643

1644-
"@salesforce/cli-plugins-testkit@^5.2.0":
1645-
version "5.2.0"
1646-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz#dd664a9a51eac42f9959e0cfa1d3349256446291"
1647-
integrity sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==
1644+
"@salesforce/cli-plugins-testkit@^5.2.0", "@salesforce/cli-plugins-testkit@^5.2.1":
1645+
version "5.2.1"
1646+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.1.tgz#24c7629057284a74d9f30a4fdc48c31f59d963af"
1647+
integrity sha512-GjvgJOLt4N/lGEMjdvQdVlJ8XlRfOfeUMisaVM94uTUWmF23u8fcD1H4zw7XvMt43CrNHs5dmBSAN0uk4ZRl5Q==
16481648
dependencies:
1649-
"@salesforce/core" "^7.0.0"
1649+
"@salesforce/core" "^7.2.0"
16501650
"@salesforce/kit" "^3.1.0"
16511651
"@salesforce/ts-types" "^2.0.9"
16521652
"@types/shelljs" "^0.8.15"
@@ -7445,7 +7445,16 @@ srcset@^5.0.0:
74457445
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
74467446
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
74477447

7448-
"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:
7448+
"string-width-cjs@npm:string-width@^4.2.0":
7449+
version "4.2.3"
7450+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7451+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7452+
dependencies:
7453+
emoji-regex "^8.0.0"
7454+
is-fullwidth-code-point "^3.0.0"
7455+
strip-ansi "^6.0.1"
7456+
7457+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
74497458
version "4.2.3"
74507459
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
74517460
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7504,7 +7513,14 @@ string_decoder@~1.1.1:
75047513
dependencies:
75057514
safe-buffer "~5.1.0"
75067515

7507-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7516+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7517+
version "6.0.1"
7518+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7519+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7520+
dependencies:
7521+
ansi-regex "^5.0.1"
7522+
7523+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
75087524
version "6.0.1"
75097525
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
75107526
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8058,7 +8074,7 @@ workerpool@6.2.1:
80588074
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
80598075
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
80608076

8061-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8077+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
80628078
version "7.0.0"
80638079
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
80648080
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8076,6 +8092,15 @@ wrap-ansi@^6.2.0:
80768092
string-width "^4.1.0"
80778093
strip-ansi "^6.0.0"
80788094

8095+
wrap-ansi@^7.0.0:
8096+
version "7.0.0"
8097+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8098+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8099+
dependencies:
8100+
ansi-styles "^4.0.0"
8101+
string-width "^4.1.0"
8102+
strip-ansi "^6.0.0"
8103+
80798104
wrap-ansi@^8.1.0:
80808105
version "8.1.0"
80818106
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)