Skip to content

Commit 1411715

Browse files
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.1.4 to 5.1.7. - [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.1.4...5.1.7) --- 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 8303412 commit 1411715

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@oclif/plugin-command-snapshot": "^5.0.6",
20-
"@salesforce/cli-plugins-testkit": "^5.1.4",
20+
"@salesforce/cli-plugins-testkit": "^5.1.7",
2121
"@salesforce/dev-scripts": "^8.3.0",
2222
"@salesforce/plugin-command-reference": "^3.0.61",
2323
"@salesforce/ts-sinon": "1.4.19",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -981,20 +981,20 @@
981981
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
982982
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
983983

984-
"@salesforce/cli-plugins-testkit@^5.1.4":
985-
version "5.1.4"
986-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.4.tgz#6afcfe9573fb41dae0202bef6c5353925f9707e3"
987-
integrity sha512-BvN36/Yx5hoDU1cUsWwSb1DsY29aJU7t7Q6/1dPIdUv8t0wLsaUTxR+7uYtA2sQAMgCD2UewCUiUOWnutA25Pw==
984+
"@salesforce/cli-plugins-testkit@^5.1.7":
985+
version "5.1.7"
986+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.7.tgz#79c21424fa7775c9b3220ee566cf4a467154478e"
987+
integrity sha512-ZItoRNujnYN5andRLsTjVXp82W114d9TceWEbOOB2CrUofFdqiSbyiKxfg2/VkB2zk1t3B/ueVkFbiQtoLowPA==
988988
dependencies:
989-
"@salesforce/core" "^6.4.4"
989+
"@salesforce/core" "^6.4.7"
990990
"@salesforce/kit" "^3.0.15"
991991
"@salesforce/ts-types" "^2.0.9"
992992
"@types/shelljs" "^0.8.15"
993993
debug "^4.3.1"
994994
jszip "^3.10.1"
995995
shelljs "^0.8.4"
996996
strip-ansi "6.0.1"
997-
ts-retry-promise "^0.7.1"
997+
ts-retry-promise "^0.8.0"
998998

999999
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
10001000
version "6.4.7"
@@ -7744,6 +7744,11 @@ ts-retry-promise@^0.7.1:
77447744
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
77457745
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
77467746

7747+
ts-retry-promise@^0.8.0:
7748+
version "0.8.0"
7749+
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.0.tgz#0a0c57b510827d5630da4b0c47f36b55b83a49e3"
7750+
integrity sha512-elI/GkojPANBikPaMWQnk4T/bOJ6tq/hqXyQRmhfC9PAD6MoHmXIXK7KilJrlpx47VAKCGcmBrTeK5dHk6YAYg==
7751+
77477752
tsconfig-paths@^3.14.2:
77487753
version "3.14.2"
77497754
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"

0 commit comments

Comments
 (0)