diff --git a/CHANGELOG.md b/CHANGELOG.md index c22e8758..c3ee688a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.10](https://github.com/salesforcecli/source-testkit/compare/2.2.9...2.2.10) (2024-05-04) + + +### Bug Fixes + +* **deps:** bump @salesforce/cli-plugins-testkit from 5.3.0 to 5.3.1 ([#528](https://github.com/salesforcecli/source-testkit/issues/528)) ([d230754](https://github.com/salesforcecli/source-testkit/commit/d2307541bcf2a73900924a27f9dc330402eaea89)) + + + ## [2.2.9](https://github.com/salesforcecli/source-testkit/compare/2.2.8...2.2.9) (2024-05-04) diff --git a/package.json b/package.json index 2e889955..276bcb8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/source-testkit", "description": "testkit for running NUTs for source related commands", - "version": "2.2.9", + "version": "2.2.10", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js", @@ -33,7 +33,7 @@ "!lib/**/*.map" ], "dependencies": { - "@salesforce/cli-plugins-testkit": "^5.3.0", + "@salesforce/cli-plugins-testkit": "^5.3.1", "@salesforce/core": "^7.3.3", "@salesforce/kit": "^3.1.1", "@salesforce/source-deploy-retrieve": "^11.3.0", diff --git a/yarn.lock b/yarn.lock index bc51be48..ad78c6bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -554,12 +554,12 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@salesforce/cli-plugins-testkit@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.0.tgz#ec7c8da49c36e4c07f6ddc80cb57776e687e4925" - integrity sha512-g+kmsucxS8QBxlV9gjltl4lVW8GjvtlQNUijhtZEqm9Vwb0s5MG/K0wfzg2MwVUZ+ZwNWgcKnRruD5K8LzMZkA== +"@salesforce/cli-plugins-testkit@^5.3.1": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.1.tgz#6ff1d6a7d1923e7905a2ddd67905458e8f5bcb6d" + integrity sha512-UBTFfG0pxcqMSJjdf7xpRhv5TCC3cf3/CDijjWXzYH/JGryeb0XWZIRKoT8kXzXgEDW2s4O/dNdVvMGnZEN3Aw== dependencies: - "@salesforce/core" "^7.3.0" + "@salesforce/core" "^7.3.1" "@salesforce/kit" "^3.1.1" "@salesforce/ts-types" "^2.0.9" "@types/shelljs" "^0.8.15" @@ -570,7 +570,7 @@ strip-ansi "6.0.1" ts-retry-promise "^0.8.0" -"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3": +"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3": version "7.3.3" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662" integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==