Skip to content

Commit cc75848

Browse files
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.3.25 to 5.3.26. - [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.3.25...5.3.26) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cbc785 commit cc75848

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
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@oclif/plugin-command-snapshot": "^5.2.12",
22-
"@salesforce/cli-plugins-testkit": "^5.3.25",
22+
"@salesforce/cli-plugins-testkit": "^5.3.26",
2323
"@salesforce/dev-scripts": "^10.2.9",
2424
"@salesforce/plugin-command-reference": "^3.1.16",
2525
"@salesforce/schemas": "^1.9.0",

yarn.lock

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,12 +1605,12 @@
16051605
istanbul-lib-report "^3.0.1"
16061606
istanbul-reports "^3.1.7"
16071607

1608-
"@salesforce/cli-plugins-testkit@^5.3.25":
1609-
version "5.3.25"
1610-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.25.tgz#a3e081d1e8bce8660d602fdf04851986c89f18a1"
1611-
integrity sha512-wwFnd7EuEVxc7IRCvOtJO65iEbjYWrIHUdkxf7bZkgrS9ZfjFNDyua/XthT+gWpVfIZiHxEjqYBdHzMNWZQkbg==
1608+
"@salesforce/cli-plugins-testkit@^5.3.25", "@salesforce/cli-plugins-testkit@^5.3.26":
1609+
version "5.3.26"
1610+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz#11f4946b24749a7f32125688ed43ae9dbc248e60"
1611+
integrity sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==
16121612
dependencies:
1613-
"@salesforce/core" "^8.3.0"
1613+
"@salesforce/core" "^8.4.0"
16141614
"@salesforce/kit" "^3.2.1"
16151615
"@salesforce/ts-types" "^2.0.11"
16161616
"@types/shelljs" "^0.8.15"
@@ -7788,7 +7788,16 @@ [email protected]:
77887788
dependencies:
77897789
escodegen "^1.8.1"
77907790

7791-
"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:
7791+
"string-width-cjs@npm:string-width@^4.2.0":
7792+
version "4.2.3"
7793+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7794+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7795+
dependencies:
7796+
emoji-regex "^8.0.0"
7797+
is-fullwidth-code-point "^3.0.0"
7798+
strip-ansi "^6.0.1"
7799+
7800+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
77927801
version "4.2.3"
77937802
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
77947803
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7857,7 +7866,14 @@ string_decoder@~1.1.1:
78577866
dependencies:
78587867
safe-buffer "~5.1.0"
78597868

7860-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7869+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7870+
version "6.0.1"
7871+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7872+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7873+
dependencies:
7874+
ansi-regex "^5.0.1"
7875+
7876+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
78617877
version "6.0.1"
78627878
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
78637879
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8451,7 +8467,7 @@ workerpool@^6.5.1:
84518467
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
84528468
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
84538469

8454-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8470+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
84558471
version "7.0.0"
84568472
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
84578473
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8469,6 +8485,15 @@ wrap-ansi@^6.2.0:
84698485
string-width "^4.1.0"
84708486
strip-ansi "^6.0.0"
84718487

8488+
wrap-ansi@^7.0.0:
8489+
version "7.0.0"
8490+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8491+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8492+
dependencies:
8493+
ansi-styles "^4.0.0"
8494+
string-width "^4.1.0"
8495+
strip-ansi "^6.0.0"
8496+
84728497
wrap-ansi@^8.1.0:
84738498
version "8.1.0"
84748499
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)