diff --git a/package.json b/package.json index 9971c54d..8d71d33a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.1.1", - "@salesforce/cli-plugins-testkit": "^5.1.9", + "@salesforce/cli-plugins-testkit": "^5.1.10", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/plugin-command-reference": "^3.0.67", "@types/inquirer": "^8.2.0", diff --git a/yarn.lock b/yarn.lock index 7a75bce3..e9efa6ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2030,12 +2030,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.1.9": - version "5.1.9" - resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d" - integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA== +"@salesforce/cli-plugins-testkit@^5.1.10": + version "5.1.10" + resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz#949738717513b1518c09bd70690cb2963073a59d" + integrity sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ== dependencies: - "@salesforce/core" "^6.5.3" + "@salesforce/core" "^6.7.0" "@salesforce/kit" "^3.0.15" "@salesforce/ts-types" "^2.0.9" "@types/shelljs" "^0.8.15"