Skip to content

Commit 78d4ac6

Browse files
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 4.3.1 to 4.3.5. - [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@4.3.1...4.3.5) --- 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 d7ff9e1 commit 78d4ac6

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@oclif/plugin-command-snapshot": "^4.0.14",
18-
"@salesforce/cli-plugins-testkit": "^4.3.1",
18+
"@salesforce/cli-plugins-testkit": "^4.3.5",
1919
"@salesforce/dev-config": "^4.0.1",
2020
"@salesforce/dev-scripts": "^5.10.0",
2121
"@salesforce/plugin-command-reference": "^3.0.25",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -880,25 +880,25 @@
880880
istanbul-lib-report "^3.0.1"
881881
istanbul-reports "^3.1.6"
882882

883-
"@salesforce/cli-plugins-testkit@^4.3.1":
884-
version "4.3.1"
885-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.3.1.tgz#cc22eec56c3663f5f1687b525f7e35b356b21ade"
886-
integrity sha512-/oNBXFA1hBZlKR+6TrUVgTEPLxpP61Le4D+HoGRofF4e+pQgGn8zdVKFHPAHMmRT95mJovPwMT+hwF0zVF1S/Q==
883+
"@salesforce/cli-plugins-testkit@^4.3.5":
884+
version "4.3.5"
885+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.3.5.tgz#3efd4433c57f51dcf0acbcda4337cf530c5b3b33"
886+
integrity sha512-pP9PpyLtwXKj3jvkdVGpuxOAgqML+JcTVmyjuORyiOg4BLTQVGnju/e1GXirasNrIA3Wh1DLVymFDqN4HAc32w==
887887
dependencies:
888-
"@salesforce/core" "^5.2.1"
889-
"@salesforce/kit" "^3.0.9"
888+
"@salesforce/core" "^5.2.7"
889+
"@salesforce/kit" "^3.0.11"
890890
"@salesforce/ts-types" "^2.0.6"
891891
"@types/shelljs" "^0.8.12"
892892
debug "^4.3.1"
893893
jszip "^3.10.1"
894894
shelljs "^0.8.4"
895895
strip-ansi "6.0.1"
896-
ts-retry-promise "^0.7.0"
896+
ts-retry-promise "^0.7.1"
897897

898-
"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1", "@salesforce/core@^5.2.6":
899-
version "5.2.6"
900-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.6.tgz#e3a563410f46c116fad0b6c999ea47fb7ec96a9c"
901-
integrity sha512-DIUg+RfdnJggbw0YU2mI7JZ7RjqAcWmr/TCUp4VQ9bWQ4T/xAkwnYd3TMle8fPBYVJxGbyvQo22SGcXLBCf7xA==
898+
"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1", "@salesforce/core@^5.2.6", "@salesforce/core@^5.2.7":
899+
version "5.2.7"
900+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.7.tgz#aa9c3a92e14abe12695e06f326e072d49e2b958c"
901+
integrity sha512-3tRWuPCSx4oTyD00fJUuxhulPMtaEF0BVvNvYcm38Axj/0WeLGOw7CFvoTupmmcCALHJFnxB1Kl20jDvrbB/7w==
902902
dependencies:
903903
"@salesforce/kit" "^3.0.11"
904904
"@salesforce/schemas" "^1.6.0"
@@ -917,7 +917,7 @@
917917
pino-pretty "^10.2.0"
918918
proper-lockfile "^4.1.2"
919919
semver "^7.5.4"
920-
ts-retry-promise "^0.7.0"
920+
ts-retry-promise "^0.7.1"
921921

922922
"@salesforce/dev-config@^4.0.1":
923923
version "4.0.1"
@@ -7145,10 +7145,10 @@ ts-node@^10.0.0, ts-node@^10.8.1, ts-node@^10.9.1:
71457145
v8-compile-cache-lib "^3.0.1"
71467146
yn "3.1.1"
71477147

7148-
ts-retry-promise@^0.7.0:
7149-
version "0.7.0"
7150-
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.0.tgz#08f2dcbbf5d2981495841cb63389a268324e8147"
7151-
integrity sha512-x6yWZXC4BfXy4UyMweOFvbS1yJ/Y5biSz/mEPiILtJZLrqD3ZxIpzVOGGgifHHdaSe3WxzFRtsRbychI6zofOg==
7148+
ts-retry-promise@^0.7.0, ts-retry-promise@^0.7.1:
7149+
version "0.7.1"
7150+
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
7151+
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
71527152

71537153
tsconfig-paths@^3.14.2:
71547154
version "3.14.2"

0 commit comments

Comments
 (0)