Skip to content

Commit 1ab752c

Browse files
chore(dev-deps): bump @salesforce/cli-plugins-testkit (#1169)
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.2.0 to 5.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 243c3a7 commit 1ab752c

File tree

2 files changed

+44
-19
lines changed

2 files changed

+44
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@oclif/plugin-command-snapshot": "^5.1.6",
2222
"@oclif/plugin-help": "^6.0.20",
23-
"@salesforce/cli-plugins-testkit": "^5.2.0",
23+
"@salesforce/cli-plugins-testkit": "^5.3.0",
2424
"@salesforce/dev-scripts": "^9.0.0",
2525
"@salesforce/plugin-command-reference": "^3.0.78",
2626
"@salesforce/source-testkit": "^2.2.1",

yarn.lock

+43-18
Original file line numberDiff line numberDiff line change
@@ -1641,13 +1641,13 @@
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.3.0":
1645+
version "5.3.0"
1646+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.0.tgz#ec7c8da49c36e4c07f6ddc80cb57776e687e4925"
1647+
integrity sha512-g+kmsucxS8QBxlV9gjltl4lVW8GjvtlQNUijhtZEqm9Vwb0s5MG/K0wfzg2MwVUZ+ZwNWgcKnRruD5K8LzMZkA==
16481648
dependencies:
1649-
"@salesforce/core" "^7.0.0"
1650-
"@salesforce/kit" "^3.1.0"
1649+
"@salesforce/core" "^7.3.0"
1650+
"@salesforce/kit" "^3.1.1"
16511651
"@salesforce/ts-types" "^2.0.9"
16521652
"@types/shelljs" "^0.8.15"
16531653
debug "^4.3.1"
@@ -1657,13 +1657,13 @@
16571657
strip-ansi "6.0.1"
16581658
ts-retry-promise "^0.8.0"
16591659

1660-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0":
1661-
version "7.2.0"
1662-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
1663-
integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
1660+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
1661+
version "7.3.1"
1662+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
1663+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
16641664
dependencies:
16651665
"@jsforce/jsforce-node" "^3.1.0"
1666-
"@salesforce/kit" "^3.1.0"
1666+
"@salesforce/kit" "^3.1.1"
16671667
"@salesforce/schemas" "^1.7.0"
16681668
"@salesforce/ts-types" "^2.0.9"
16691669
ajv "^8.12.0"
@@ -1717,10 +1717,10 @@
17171717
typescript "^5.4.3"
17181718
wireit "^0.14.4"
17191719

1720-
"@salesforce/kit@^3.1.0":
1721-
version "3.1.0"
1722-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.0.tgz#aa42533084c676e865f0f9c1907a16fb6f74dee7"
1723-
integrity sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==
1720+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
1721+
version "3.1.1"
1722+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
1723+
integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
17241724
dependencies:
17251725
"@salesforce/ts-types" "^2.0.9"
17261726
tslib "^2.6.2"
@@ -7432,7 +7432,16 @@ srcset@^5.0.0:
74327432
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
74337433
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
74347434

7435-
"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:
7435+
"string-width-cjs@npm:string-width@^4.2.0":
7436+
version "4.2.3"
7437+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7438+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7439+
dependencies:
7440+
emoji-regex "^8.0.0"
7441+
is-fullwidth-code-point "^3.0.0"
7442+
strip-ansi "^6.0.1"
7443+
7444+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
74367445
version "4.2.3"
74377446
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
74387447
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7491,7 +7500,14 @@ string_decoder@~1.1.1:
74917500
dependencies:
74927501
safe-buffer "~5.1.0"
74937502

7494-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7503+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7504+
version "6.0.1"
7505+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7506+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7507+
dependencies:
7508+
ansi-regex "^5.0.1"
7509+
7510+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
74957511
version "6.0.1"
74967512
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
74977513
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8040,7 +8056,7 @@ [email protected]:
80408056
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
80418057
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
80428058

8043-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8059+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
80448060
version "7.0.0"
80458061
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
80468062
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8058,6 +8074,15 @@ wrap-ansi@^6.2.0:
80588074
string-width "^4.1.0"
80598075
strip-ansi "^6.0.0"
80608076

8077+
wrap-ansi@^7.0.0:
8078+
version "7.0.0"
8079+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8080+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8081+
dependencies:
8082+
ansi-styles "^4.0.0"
8083+
string-width "^4.1.0"
8084+
strip-ansi "^6.0.0"
8085+
80618086
wrap-ansi@^8.1.0:
80628087
version "8.1.0"
80638088
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)