diff --git a/package.json b/package.json index 1652211b..61f92575 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^3.2.1", - "@oclif/test": "^2.2.1", + "@oclif/test": "^2.2.4", "@salesforce/cli-plugins-testkit": "^3.2.3", "@salesforce/dev-config": "^3.1.0", "@salesforce/dev-scripts": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index e009ffc5..b821d8fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -657,10 +657,10 @@ is-wsl "^2.1.1" tslib "^2.0.0" -"@oclif/core@^1.0.8", "@oclif/core@^1.15.0", "@oclif/core@^1.16.4", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4": - version "1.16.4" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.4.tgz#fafa338ada0624d7f1adac036302b05a37cd96d0" - integrity sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw== +"@oclif/core@^1.0.8", "@oclif/core@^1.15.0", "@oclif/core@^1.16.4", "@oclif/core@^1.18.0", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4": + version "1.18.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.18.0.tgz#93c790c663c6b24a609d1ea44362f5438cb19d73" + integrity sha512-12SWbbDbMrhBmEuN9cOQkbN+sFUKlSTw+NlCPVVIg3uEhnmkXgx2wZJtCN4c+IBMJjC27L9lDneeoe70yQuiVg== dependencies: "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^3.0.2" @@ -805,13 +805,13 @@ resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.2.tgz#969054308fe98d130c02844a45cc792199b75670" integrity sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ== -"@oclif/test@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.1.tgz#1694b0b236bff1183d0e44af063e77bf6bc60f03" - integrity sha512-j3PdoeK86DFCmilvUZSQFdHa0o1eejlR70c9O5UqqPLGSY3Pz/11TaXB5BrfhqISIpZTUIacDlAd1Xvybft0sg== +"@oclif/test@^2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.4.tgz#30c29cb4a0cd370e8d95280fe40097473edbd884" + integrity sha512-bLaapIKHWyeuWCbD64uUCJCH+OJHFlEi6u/3sRPgi00kEyP95mM23IvkggDWEzQNh92IFj1xx5Bg8qnp0E2tjw== dependencies: - "@oclif/core" "^1.16.4" - fancy-test "^2.0.2" + "@oclif/core" "^1.18.0" + fancy-test "^2.0.4" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -3117,10 +3117,10 @@ extract-stack@^2.0.0: resolved "https://registry.npmjs.org/extract-stack/-/extract-stack-2.0.0.tgz#11367bc865bfcd9bc0db3123e5edb57786f11f9b" integrity sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ== -fancy-test@^2.0.2: - version "2.0.4" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.4.tgz#b7650e13598e5ad2a27f0d89ad07813bfb09d53e" - integrity sha512-jZbiHiJY1phazdfQkVhdBEY5aZXEydiZzFxK9VqCfrMmRw/kHPgQ6i88+nyqQwpFV3yL2mUbMe/NEfMaSfO7+g== +fancy-test@^2.0.4: + version "2.0.5" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.5.tgz#eb39e10b77e476147aa4ed5a81e14e809b46aaae" + integrity sha512-ASPLNVkHSSIdRI/uLlK+XGhf1ul/MpRN9VE84ehXL+FOprQjXrDXX3wW1wqKvtcTTC+AW0E0RxdpJ5IEopjhQA== dependencies: "@types/chai" "*" "@types/lodash" "*"