Skip to content

Commit 9f2457a

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.58 to 5.3.59. - [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.58...5.3.59) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" dependency-version: 5.3.59 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3281dcc commit 9f2457a

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@oclif/plugin-command-snapshot": "^5.3.24",
14-
"@salesforce/cli-plugins-testkit": "^5.3.58",
14+
"@salesforce/cli-plugins-testkit": "^5.3.59",
1515
"@salesforce/dev-scripts": "^11.0.4",
1616
"@salesforce/plugin-command-reference": "^3.1.109",
1717
"eslint-plugin-sf-plugin": "^1.20.33",

yarn.lock

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,12 +1461,12 @@
14611461
"@pnpm/network.ca-file" "^1.0.1"
14621462
config-chain "^1.1.11"
14631463

1464-
"@salesforce/cli-plugins-testkit@^5.3.58":
1465-
version "5.3.58"
1466-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz#79278780433baf565bb5b57146669760e5e56680"
1467-
integrity sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==
1464+
"@salesforce/cli-plugins-testkit@^5.3.59":
1465+
version "5.3.59"
1466+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.59.tgz#536b0a2337dba3e6bdc8c8f66142014336e44f84"
1467+
integrity sha512-1bOSsuwZkIbbvQMCAVK2jxUnuarVtEQsGiluZjRTTYUKr15IgLFVZbxBPabve3FgCSKc+UDX2XB6OgeaqBJaIw==
14681468
dependencies:
1469-
"@salesforce/core" "^8.30.3"
1469+
"@salesforce/core" "^8.31.1"
14701470
"@salesforce/kit" "^3.2.6"
14711471
"@salesforce/ts-types" "^2.0.11"
14721472
"@types/shelljs" "^0.10.0"
@@ -1477,7 +1477,7 @@
14771477
strip-ansi "6.0.1"
14781478
ts-retry-promise "^0.8.1"
14791479

1480-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1":
1480+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1":
14811481
version "8.31.1"
14821482
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.1.tgz#a0057e46568b5aeb6d838c461d7c98105ec11dc2"
14831483
integrity sha512-dnBfLI0v/Ucsh/QrpYPGeo39qsvvglWMRSifx1lmAwLc9QAnL3Hhp9zUxJyX5icD9jj1uMftsAtIOGyjC2+KXA==
@@ -2170,11 +2170,6 @@ ansi-regex@^5.0.1:
21702170
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
21712171
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
21722172

2173-
ansi-regex@^6.0.1:
2174-
version "6.0.1"
2175-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
2176-
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
2177-
21782173
ansi-regex@^6.2.2:
21792174
version "6.2.2"
21802175
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
@@ -6677,14 +6672,7 @@ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
66776672
dependencies:
66786673
ansi-regex "^5.0.1"
66796674

6680-
strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2:
6681-
version "7.1.2"
6682-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
6683-
integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
6684-
dependencies:
6685-
ansi-regex "^6.0.1"
6686-
6687-
strip-ansi@^7.2.0:
6675+
strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2, strip-ansi@^7.2.0:
66886676
version "7.2.0"
66896677
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.2.0.tgz#d22a269522836a627af8d04b5c3fd2c7fa3e32e3"
66906678
integrity sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==

0 commit comments

Comments
 (0)