From fd6bb6903e99f3d43b6cc60baec92c375aa24325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:16:13 +0000 Subject: [PATCH] chore(dev-deps): bump @salesforce/cli-plugins-testkit Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.3.9 to 5.3.11. - [Release notes](https://github.com/salesforcecli/cli-plugins-testkit/releases) - [Changelog](https://github.com/salesforcecli/cli-plugins-testkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.9...5.3.11) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7fbcb529..07ff8716 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@oclif/plugin-command-snapshot": "^5.2.0", "@oclif/test": "^4", - "@salesforce/cli-plugins-testkit": "^5.3.9", + "@salesforce/cli-plugins-testkit": "^5.3.11", "@salesforce/dev-scripts": "^10.1.0", "@salesforce/plugin-command-reference": "^3.1.1", "@salesforce/plugin-deploy-retrieve": "^3.9.2", diff --git a/yarn.lock b/yarn.lock index b8d73580..92d70063 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1739,12 +1739,12 @@ istanbul-lib-report "^3.0.1" istanbul-reports "^3.1.7" -"@salesforce/cli-plugins-testkit@^5.3.9": - version "5.3.9" - resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.9.tgz#864cb3e2421c1734c3d4ba838aa7e6447abaf201" - integrity sha512-v9WQZCCX1Izs4e/4hMn5nCsPyoE3iUmdpV5/nT9lfjFdtdUlwpfhdwUJqNczEz8g2qkJnebYETrB+KklHAQj2A== +"@salesforce/cli-plugins-testkit@^5.3.11": + version "5.3.11" + resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.11.tgz#1013d7be0e32c1d2b9d190135f2c607a6e2f711f" + integrity sha512-LD68yQN0YJTyZflIAB+vuONaZEMDnHQo4A/q5HUw0AEHDwELO5dCTnlDtjOUINw5KLxlpk+wdFP+lpLX8JxT6Q== dependencies: - "@salesforce/core" "^7.3.9" + "@salesforce/core" "^7.3.12" "@salesforce/kit" "^3.1.2" "@salesforce/ts-types" "^2.0.9" "@types/shelljs" "^0.8.15"