diff --git a/package.json b/package.json index 950d1b17..a3887a7c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.2", - "@oclif/test": "^3.1.1", + "@oclif/test": "^3.1.2", "@salesforce/cli-plugins-testkit": "^5.0.3", "@salesforce/dev-scripts": "^7.1.1", "@salesforce/plugin-command-reference": "^3.0.46", diff --git a/yarn.lock b/yarn.lock index d5356cb6..045e6372 100644 --- a/yarn.lock +++ b/yarn.lock @@ -725,7 +725,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.0.4", "@oclif/core@^3.10.1", "@oclif/core@^3.10.6", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1": +"@oclif/core@^3.0.4", "@oclif/core@^3.10.6", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1": version "3.11.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e" integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg== @@ -799,12 +799,12 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/test@^3.1.1": - version "3.1.1" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.1.tgz#1263f716191977784278643f6e3c57cbbadb8fe2" - integrity sha512-88y8E6z0ZVyBdk4RGgZtr2PFYXmfXbnZEqVtKw4K7xf5xIakqN/l8BAoDkBbBU25ELKGoQb4maHfoa9uyfTOtw== +"@oclif/test@^3.1.2": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.2.tgz#cd3d4cf033bd50014be504f432717ae509b775a6" + integrity sha512-M9W80z7U/1zhwiI3mzh/BiJAXNKow5p8Yh7KcCWvmZfkBge8OV85ujUR96iMzdWaP7omsWpqu6UPSfdtk05b6g== dependencies: - "@oclif/core" "^3.10.1" + "@oclif/core" "^3.10.8" chai "^4.3.10" fancy-test "^3.0.1"