From 96134c5565ffe3fd4fd3bdba08b289c52fa8c82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:44:00 -0600 Subject: [PATCH] chore(dev-deps): bump @salesforce/source-testkit from 2.1.96 to 2.1.97 (#1100) Bumps [@salesforce/source-testkit](https://github.com/salesforcecli/source-testkit) from 2.1.96 to 2.1.97. - [Release notes](https://github.com/salesforcecli/source-testkit/releases) - [Changelog](https://github.com/salesforcecli/source-testkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/source-testkit/compare/2.1.96...2.1.97) --- updated-dependencies: - dependency-name: "@salesforce/source-testkit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fa5797999..94067578d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@salesforce/cli-plugins-testkit": "^5.1.9", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/plugin-command-reference": "^3.0.67", - "@salesforce/source-testkit": "^2.1.96", + "@salesforce/source-testkit": "^2.1.97", "@salesforce/ts-sinon": "1.4.19", "@types/archiver": "^5.3.2", "archiver": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index db1537e37..19814836d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1801,10 +1801,10 @@ proxy-agent "^6.3.1" ts-retry-promise "^0.7.1" -"@salesforce/source-testkit@^2.1.96": - version "2.1.96" - resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.96.tgz#3f6efbbbcf12c2be996b400afb7732e5aa8c692f" - integrity sha512-2+He+sy3PrYesg4IMLpAXxJ5y0bb/LEL1WiRwej0UWoR0g4O4cH3uZwncBsCYGRaz9xmoRjv4BzLOqjeHbE25A== +"@salesforce/source-testkit@^2.1.97": + version "2.1.97" + resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.97.tgz#637615b8acc2a3845bab60c4cd5026fe06e7ff99" + integrity sha512-6LsrpDyM/5bB0NAgzYyfutGUpBE/vwwj6FGGLC9HmKA8uJ1TkHmGw4EMFpiXNtYwvaM5LVCu++OyJCEqnH1N3w== dependencies: "@salesforce/cli-plugins-testkit" "^5.1.9" "@salesforce/core" "^6.5.3"