From a3e459122a441fe6f576a2c074964123d8f40209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 08:48:38 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.1.12 to 3.2.1 Bumps [@oclif/test](https://github.com/oclif/test) from 3.1.12 to 3.2.1. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/test/compare/3.1.12...3.2.1) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 1e4716da..cdd3769f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@commitlint/config-conventional": "^18.6.2", "@oclif/plugin-help": "^5.2.20", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^3.1.12", + "@oclif/test": "^3.2.1", "@types/chai": "^4.3.11", "@types/lodash.get": "^4.4.9", "@types/lodash.sortby": "^4.7.9", diff --git a/yarn.lock b/yarn.lock index 0df478f9..bfcd91ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1417,14 +1417,14 @@ resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@oclif/test@^3.1.12": - version "3.1.12" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.12.tgz#845ee6dd2a141ad25d2cb837b43999f91de46e44" - integrity sha512-KEIN5v6bMKqVydU686bt0zt5AeFpH6OOspacDF+ZhCbp8ymrkJ1h1ZLsVedhcsLJ9BJxowN7GFYo1HrZ45uujA== +"@oclif/test@^3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.1.tgz#a2854c585bf0008ee91eb7e35d90ee1beeb7e719" + integrity sha512-FMUR1ziZd9FRknk4R9jis8ermiHQadyCWtmtAOL4n9qfnIh4R8qs3wbH1qAg2p+R0VA0+t3jMSSEcPFGmghBQw== dependencies: - "@oclif/core" "^3.18.1" + "@oclif/core" "^3.19.2" chai "^4.4.1" - fancy-test "^3.0.8" + fancy-test "^3.0.11" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -4064,10 +4064,10 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -fancy-test@^3.0.8: - version "3.0.8" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.8.tgz#ca3919ebb07c1c0e5fb8e8953e02e2ed48600ef8" - integrity sha512-vHkT59Kf0Byiqzwc2My1fD9VDYsAPkT+jVqdMqqtwtdLwz19x+hHI2oAxNwfyfEDSK+VrLB4+B96sZbOLVEHdA== +fancy-test@^3.0.11: + version "3.0.11" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.11.tgz#b2d54ed8c31161ebdddb990bde27cf44e6876a01" + integrity sha512-cyfdbhT7LlkWHtPa2PaR5yWOTDzgmrpBqkTVXC5l7Uzs7og2Wnhj5lQnxA9+nSPr+WfY8jrH0Kf2v8HPsPQFKQ== dependencies: "@types/chai" "*" "@types/lodash" "*" @@ -4075,7 +4075,7 @@ fancy-test@^3.0.8: "@types/sinon" "*" lodash "^4.17.13" mock-stdin "^1.0.0" - nock "^13.4.0" + nock "^13.5.3" sinon "^16.1.3" stdout-stderr "^0.1.9" @@ -5966,10 +5966,10 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -nock@^13.4.0: - version "13.4.0" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115" - integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ== +nock@^13.5.3: + version "13.5.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" + integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"