Skip to content

Commit 12a9b81

Browse files
chore(dev-deps): bump @salesforce/cli-plugins-testkit
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.0.2 to 5.0.3. - [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.0.2...5.0.3) --- 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 4c54b8a commit 12a9b81

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@oclif/plugin-command-snapshot": "^5.0.1",
17-
"@salesforce/cli-plugins-testkit": "^5.0.2",
17+
"@salesforce/cli-plugins-testkit": "^5.0.3",
1818
"@salesforce/dev-scripts": "^6.0.3",
1919
"@salesforce/plugin-command-reference": "^3.0.46",
2020
"@salesforce/ts-sinon": "1.4.19",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -968,15 +968,15 @@
968968
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
969969
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
970970

971-
"@salesforce/cli-plugins-testkit@^5.0.2":
972-
version "5.0.2"
973-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.2.tgz#be35c0b449223ee50e395aba7e1b4ccb1a5e49d7"
974-
integrity sha512-piHWPnbkwytudtc3VntfyECa3NzxngecM7/hka2rooLWs7NZCLcJoAEvYDWNRGgNa0Yw6gefBJVNivoVpfNSKQ==
971+
"@salesforce/cli-plugins-testkit@^5.0.3":
972+
version "5.0.3"
973+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.3.tgz#c1b066d499f9d29f918a9337c37e0d01a9313631"
974+
integrity sha512-fIW7xdyUNb8pPn8hUtIR2zsCD+dXTK7WC0OJG5m+XMM/LTLFTh31ygaKEACbdWlrpJSySfB2WOmOPMx5cRZsPQ==
975975
dependencies:
976976
"@salesforce/core" "^5.3.17"
977977
"@salesforce/kit" "^3.0.15"
978978
"@salesforce/ts-types" "^2.0.6"
979-
"@types/shelljs" "^0.8.14"
979+
"@types/shelljs" "^0.8.15"
980980
debug "^4.3.1"
981981
jszip "^3.10.1"
982982
shelljs "^0.8.4"
@@ -1392,10 +1392,10 @@
13921392
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
13931393
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
13941394

1395-
"@types/shelljs@^0.8.14":
1396-
version "0.8.14"
1397-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.14.tgz#87b8817b2397ffe97b86a4d844036ee0d2a1f0ca"
1398-
integrity sha512-eqKaGPi60riuxI9pUVeCT02EGo94Y6HT119h7w5bXSELsis6+JqzdEy6H/w2xXl881wcN3VDnb/D0WlgSety5w==
1395+
"@types/shelljs@^0.8.14", "@types/shelljs@^0.8.15":
1396+
version "0.8.15"
1397+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
1398+
integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
13991399
dependencies:
14001400
"@types/glob" "~7.2.0"
14011401
"@types/node" "*"

0 commit comments

Comments
 (0)