Skip to content

Commit 10d82f7

Browse files
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 4.4.2 to 4.4.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@4.4.2...4.4.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 4373694 commit 10d82f7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.4.2",
18+
"@salesforce/cli-plugins-testkit": "^4.4.7",
1919
"@salesforce/dev-config": "^4.0.1",
2020
"@salesforce/dev-scripts": "^5.11.0",
2121
"@salesforce/plugin-command-reference": "^3.0.34",

yarn.lock

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

883-
"@salesforce/cli-plugins-testkit@^4.4.2":
884-
version "4.4.2"
885-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.2.tgz#5b3a70906a032698303c220d768dec3608cfff9d"
886-
integrity sha512-1KRhBKAT+3aAChlhvFenmfgsrhphpA9bzvg/J/gAB3O113iwLCuH5ipzo1SU+fR3wWogIPubOWX0U7JNoHDkIw==
883+
"@salesforce/cli-plugins-testkit@^4.4.7":
884+
version "4.4.7"
885+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.7.tgz#dced302efd8415b9f96df639755e279f13d6d220"
886+
integrity sha512-QKxQEdYvV8hcqGfpxmYFtPBRwejLA7bhnbNNWYugEAKdsxXS12Zi1TyiUetzifQngVgvoxEDjcU+v8SRKCb96Q==
887887
dependencies:
888-
"@salesforce/core" "^5.2.10"
889-
"@salesforce/kit" "^3.0.11"
888+
"@salesforce/core" "^5.3.5"
889+
"@salesforce/kit" "^3.0.13"
890890
"@salesforce/ts-types" "^2.0.6"
891-
"@types/shelljs" "^0.8.12"
891+
"@types/shelljs" "^0.8.13"
892892
debug "^4.3.1"
893893
jszip "^3.10.1"
894894
shelljs "^0.8.4"
@@ -1370,10 +1370,10 @@
13701370
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564"
13711371
integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==
13721372

1373-
"@types/shelljs@^0.8.12":
1374-
version "0.8.12"
1375-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.12.tgz#79dc9632af7d5ca1b5afb65a6bfc1422d79b5fa0"
1376-
integrity sha512-ZA8U81/gldY+rR5zl/7HSHrG2KDfEb3lzG6uCUDhW1DTQE9yC/VBQ45fXnXq8f3CgInfhZmjtdu/WOUlrXRQUg==
1373+
"@types/shelljs@^0.8.13":
1374+
version "0.8.13"
1375+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.13.tgz#a94bf7f2b82b7cd9f4496bbe063c3adb0868a650"
1376+
integrity sha512-++uMLOQSLlse1kCfEOwhgmHuaABZwinkylmUKCpvcEGZUov3TtM+gJZloSkW/W+9pEAEg/VBOwiSR05oqJsa5A==
13771377
dependencies:
13781378
"@types/glob" "~7.2.0"
13791379
"@types/node" "*"

0 commit comments

Comments
 (0)