Skip to content

Commit 3898475

Browse files
authored
Merge pull request #904 from salesforcecli/dependabot-npm_and_yarn-salesforce-cli-plugins-testkit-5.3.52
chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.3.41 to 5.3.52
2 parents 12c58ab + bf72d68 commit 3898475

2 files changed

Lines changed: 31 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@oclif/plugin-command-snapshot": "^5.3.14",
16-
"@salesforce/cli-plugins-testkit": "^5.3.41",
16+
"@salesforce/cli-plugins-testkit": "^5.3.52",
1717
"@salesforce/dev-scripts": "^11.0.4",
1818
"@salesforce/plugin-command-reference": "^3.1.86",
1919
"@types/yeoman-assert": "^3.1.4",

yarn.lock

Lines changed: 30 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,26 +1511,26 @@
15111511
"@pnpm/network.ca-file" "^1.0.1"
15121512
config-chain "^1.1.11"
15131513

1514-
"@salesforce/cli-plugins-testkit@^5.3.41":
1515-
version "5.3.41"
1516-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz#16acca933dcd64f0fd2c917c7b22529107f373e6"
1517-
integrity sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==
1514+
"@salesforce/cli-plugins-testkit@^5.3.52":
1515+
version "5.3.52"
1516+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
1517+
integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
15181518
dependencies:
1519-
"@salesforce/core" "^8.8.0"
1520-
"@salesforce/kit" "^3.2.3"
1519+
"@salesforce/core" "^8.28.1"
1520+
"@salesforce/kit" "^3.2.6"
15211521
"@salesforce/ts-types" "^2.0.11"
1522-
"@types/shelljs" "^0.8.15"
1523-
debug "^4.4.0"
1522+
"@types/shelljs" "^0.10.0"
1523+
debug "^4.4.3"
15241524
jszip "^3.10.1"
1525-
shelljs "^0.8.4"
1525+
shelljs "^0.10.0"
15261526
sinon "^17.0.2"
15271527
strip-ansi "6.0.1"
15281528
ts-retry-promise "^0.8.1"
15291529

1530-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1531-
version "8.27.1"
1532-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1533-
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
1530+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.5.1":
1531+
version "8.28.1"
1532+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
1533+
integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
15341534
dependencies:
15351535
"@jsforce/jsforce-node" "^3.10.13"
15361536
"@salesforce/kit" "^3.2.4"
@@ -2305,14 +2305,6 @@
23052305
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz"
23062306
integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==
23072307

2308-
"@types/glob@~7.2.0":
2309-
version "7.2.0"
2310-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz"
2311-
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
2312-
dependencies:
2313-
"@types/minimatch" "*"
2314-
"@types/node" "*"
2315-
23162308
"@types/hast@^3.0.4":
23172309
version "3.0.4"
23182310
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz"
@@ -2342,11 +2334,6 @@
23422334
dependencies:
23432335
"@types/node" "*"
23442336

2345-
"@types/minimatch@*":
2346-
version "5.1.2"
2347-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz"
2348-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
2349-
23502337
"@types/minimist@^1.2.0":
23512338
version "1.2.5"
23522339
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz"
@@ -2413,13 +2400,13 @@
24132400
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz"
24142401
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
24152402

2416-
"@types/shelljs@^0.8.15":
2417-
version "0.8.15"
2418-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz"
2419-
integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
2403+
"@types/shelljs@^0.10.0":
2404+
version "0.10.0"
2405+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.10.0.tgz#c5a5cb47f9bac25de535ffe8b77a32c0f7ed8e83"
2406+
integrity sha512-OEfyhE5Ox+FeoHbhrEDwm0kXxntO6nsyMRCFvNsIBHPZu5rV1w2OjPcLclaC/IZ1TlzZPgbeMfwAZEi5N238yQ==
24202407
dependencies:
2421-
"@types/glob" "~7.2.0"
24222408
"@types/node" "*"
2409+
fast-glob "^3.3.2"
24232410

24242411
"@types/sinon@^10.0.20":
24252412
version "10.0.20"
@@ -4090,7 +4077,7 @@ execa@^4.1.0:
40904077
signal-exit "^3.0.2"
40914078
strip-final-newline "^2.0.0"
40924079

4093-
execa@^5.0.0:
4080+
execa@^5.0.0, execa@^5.1.1:
40944081
version "5.1.1"
40954082
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz"
40964083
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
@@ -4120,7 +4107,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
41204107
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
41214108
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
41224109

4123-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
4110+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
41244111
version "3.3.3"
41254112
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
41264113
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -7003,7 +6990,15 @@ shebang-regex@^3.0.0:
70036990
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz"
70046991
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
70056992

7006-
shelljs@^0.8.4, shelljs@^0.8.5:
6993+
shelljs@^0.10.0:
6994+
version "0.10.0"
6995+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.10.0.tgz#e3bbae99b0f3f0cc5dce05b46a346fae2090e883"
6996+
integrity sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==
6997+
dependencies:
6998+
execa "^5.1.1"
6999+
fast-glob "^3.3.2"
7000+
7001+
shelljs@^0.8.5:
70077002
version "0.8.5"
70087003
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz"
70097004
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
@@ -7302,14 +7297,7 @@ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
73027297
dependencies:
73037298
ansi-regex "^5.0.1"
73047299

7305-
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
7306-
version "7.1.0"
7307-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz"
7308-
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
7309-
dependencies:
7310-
ansi-regex "^6.0.1"
7311-
7312-
strip-ansi@^7.1.2:
7300+
strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2:
73137301
version "7.1.2"
73147302
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
73157303
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==

0 commit comments

Comments
 (0)