Skip to content

Commit 005068b

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.41 to 5.3.50. - [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.41...5.3.50) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" dependency-version: 5.3.50 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d78496 commit 005068b

2 files changed

Lines changed: 35 additions & 59 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@oclif/core": "^4.9.0",
1818
"@oclif/plugin-command-snapshot": "^5.3.13",
19-
"@salesforce/cli-plugins-testkit": "^5.3.39",
19+
"@salesforce/cli-plugins-testkit": "^5.3.50",
2020
"@salesforce/dev-scripts": "^11.0.4",
2121
"@salesforce/plugin-command-reference": "^3.1.81",
2222
"eslint-plugin-sf-plugin": "^1.20.33",

yarn.lock

Lines changed: 34 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,26 +1550,26 @@
15501550
istanbul-reports "^3.2.0"
15511551
json-stream-stringify "^3.1.6"
15521552

1553-
"@salesforce/cli-plugins-testkit@^5.3.39":
1554-
version "5.3.41"
1555-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz#16acca933dcd64f0fd2c917c7b22529107f373e6"
1556-
integrity sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==
1553+
"@salesforce/cli-plugins-testkit@^5.3.50":
1554+
version "5.3.50"
1555+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.50.tgz#54001ef1c36361751669a5e21832b406b3346f35"
1556+
integrity sha512-mH3jTdb9r2GhNAq/E2xR4LitvWlRRM8Z7lTmYapukEMc0vNjACPOkwnSVYDVCndXmJXRfLdrFnBY5Q4/MTSI/Q==
15571557
dependencies:
1558-
"@salesforce/core" "^8.8.0"
1559-
"@salesforce/kit" "^3.2.3"
1558+
"@salesforce/core" "^8.27.1"
1559+
"@salesforce/kit" "^3.2.6"
15601560
"@salesforce/ts-types" "^2.0.11"
1561-
"@types/shelljs" "^0.8.15"
1562-
debug "^4.4.0"
1561+
"@types/shelljs" "^0.10.0"
1562+
debug "^4.4.3"
15631563
jszip "^3.10.1"
1564-
shelljs "^0.8.4"
1564+
shelljs "^0.10.0"
15651565
sinon "^17.0.2"
15661566
strip-ansi "6.0.1"
15671567
ts-retry-promise "^0.8.1"
15681568

1569-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1570-
version "8.27.0"
1571-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.0.tgz#171660a3d98770d3dd09b2ac16e49d139dff7578"
1572-
integrity sha512-Je//0ySHRJRTD16dFxdm6J624i+oufKNq+o8O1AoUNYlT/k4SJi/YGt+iGlKesZGxPf7X1zzUPY1S6C99c/UBA==
1569+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1":
1570+
version "8.27.1"
1571+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1572+
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
15731573
dependencies:
15741574
"@jsforce/jsforce-node" "^3.10.13"
15751575
"@salesforce/kit" "^3.2.4"
@@ -1628,10 +1628,10 @@
16281628
typescript "^5.5.4"
16291629
wireit "^0.14.12"
16301630

1631-
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
1632-
version "3.2.4"
1633-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
1634-
integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
1631+
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4", "@salesforce/kit@^3.2.6":
1632+
version "3.2.6"
1633+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.6.tgz#6a6c13b463b51694a43d61094af67171086ed4f5"
1634+
integrity sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==
16351635
dependencies:
16361636
"@salesforce/ts-types" "^2.0.12"
16371637

@@ -2546,13 +2546,13 @@
25462546
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528"
25472547
integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==
25482548

2549-
"@types/shelljs@^0.8.15":
2550-
version "0.8.17"
2551-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.17.tgz#8b21b8f77015af263a7e3e5093ff2b77320e45d2"
2552-
integrity sha512-IDksKYmQA2W9MkQjiyptbMmcQx+8+Ol6b7h6dPU5S05JyiQDSb/nZKnrMrZqGwgV6VkVdl6/SPCKPDlMRvqECg==
2549+
"@types/shelljs@^0.10.0":
2550+
version "0.10.0"
2551+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.10.0.tgz#c5a5cb47f9bac25de535ffe8b77a32c0f7ed8e83"
2552+
integrity sha512-OEfyhE5Ox+FeoHbhrEDwm0kXxntO6nsyMRCFvNsIBHPZu5rV1w2OjPcLclaC/IZ1TlzZPgbeMfwAZEi5N238yQ==
25532553
dependencies:
25542554
"@types/node" "*"
2555-
glob "^11.0.3"
2555+
fast-glob "^3.3.2"
25562556

25572557
"@types/sinon@^10.0.20":
25582558
version "10.0.20"
@@ -4265,7 +4265,7 @@ execa@^4.1.0:
42654265
signal-exit "^3.0.2"
42664266
strip-final-newline "^2.0.0"
42674267

4268-
execa@^5.0.0:
4268+
execa@^5.0.0, execa@^5.1.1:
42694269
version "5.1.1"
42704270
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
42714271
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
@@ -4490,7 +4490,7 @@ foreground-child@^2.0.0:
44904490
cross-spawn "^7.0.0"
44914491
signal-exit "^3.0.2"
44924492

4493-
foreground-child@^3.1.0, foreground-child@^3.3.0, foreground-child@^3.3.1:
4493+
foreground-child@^3.1.0, foreground-child@^3.3.0:
44944494
version "3.3.1"
44954495
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
44964496
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4707,18 +4707,6 @@ glob@^10.3.10:
47074707
package-json-from-dist "^1.0.0"
47084708
path-scurry "^1.11.1"
47094709

4710-
glob@^11.0.3:
4711-
version "11.0.3"
4712-
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4713-
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
4714-
dependencies:
4715-
foreground-child "^3.3.1"
4716-
jackspeak "^4.1.1"
4717-
minimatch "^10.0.3"
4718-
minipass "^7.1.2"
4719-
package-json-from-dist "^1.0.0"
4720-
path-scurry "^2.0.0"
4721-
47224710
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
47234711
version "7.2.3"
47244712
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -5534,13 +5522,6 @@ jackspeak@^3.1.2:
55345522
optionalDependencies:
55355523
"@pkgjs/parseargs" "^0.11.0"
55365524

5537-
jackspeak@^4.1.1:
5538-
version "4.1.1"
5539-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5540-
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
5541-
dependencies:
5542-
"@isaacs/cliui" "^8.0.2"
5543-
55445525
jake@^10.8.5:
55455526
version "10.9.4"
55465527
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.4.tgz#d626da108c63d5cfb00ab5c25fadc7e0084af8e6"
@@ -5946,11 +5927,6 @@ lru-cache@^10.0.1, lru-cache@^10.2.0:
59465927
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
59475928
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
59485929

5949-
lru-cache@^11.0.0:
5950-
version "11.2.1"
5951-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.1.tgz#d426ac471521729c6c1acda5f7a633eadaa28db2"
5952-
integrity sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==
5953-
59545930
lru-cache@^5.1.1:
59555931
version "5.1.1"
59565932
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6169,7 +6145,7 @@ minimatch@9.0.3:
61696145
dependencies:
61706146
brace-expansion "^2.0.1"
61716147

6172-
minimatch@^10.0.3, minimatch@^10.2.4:
6148+
minimatch@^10.2.4:
61736149
version "10.2.4"
61746150
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
61756151
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
@@ -6700,14 +6676,6 @@ path-scurry@^1.11.1:
67006676
lru-cache "^10.2.0"
67016677
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
67026678

6703-
path-scurry@^2.0.0:
6704-
version "2.0.0"
6705-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6706-
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6707-
dependencies:
6708-
lru-cache "^11.0.0"
6709-
minipass "^7.1.2"
6710-
67116679
path-to-regexp@^1.7.0:
67126680
version "1.9.0"
67136681
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
@@ -7360,7 +7328,15 @@ shebang-regex@^3.0.0:
73607328
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
73617329
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
73627330

7363-
shelljs@^0.8.4, shelljs@^0.8.5:
7331+
shelljs@^0.10.0:
7332+
version "0.10.0"
7333+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.10.0.tgz#e3bbae99b0f3f0cc5dce05b46a346fae2090e883"
7334+
integrity sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==
7335+
dependencies:
7336+
execa "^5.1.1"
7337+
fast-glob "^3.3.2"
7338+
7339+
shelljs@^0.8.5:
73647340
version "0.8.5"
73657341
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
73667342
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==

0 commit comments

Comments
 (0)