From 64839d325723b230a738a7db061d30928499b4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:03:20 -0400 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.3.23 to 2.5.6 (#250) Bumps [@oclif/test](https://github.com/oclif/test) from 2.3.23 to 2.5.6. - [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/2.3.23...2.5.6) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 33 +++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 2c25459..6ef0dbd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "yup": "^1.2.0" }, "devDependencies": { - "@oclif/test": "^2.3.23", + "@oclif/test": "^2.5.6", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.37", "@swc/helpers": "^0.4.14", diff --git a/yarn.lock b/yarn.lock index 3dac153..100054c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -708,7 +708,7 @@ read-package-json-fast "^3.0.0" which "^3.0.0" -"@oclif/core@^2", "@oclif/core@^2.11.4", "@oclif/core@^2.15.0", "@oclif/core@^2.8.5": +"@oclif/core@^2", "@oclif/core@^2.11.4", "@oclif/core@^2.15.0": version "2.15.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a" integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA== @@ -788,13 +788,13 @@ lodash.template "^4.5.0" semver "^7.5.4" -"@oclif/test@^2.3.23": - version "2.3.23" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.23.tgz#f546fe9eedaa612074aa2610468d12f237f8fd1b" - integrity sha512-SEbVaE6KxA6+pwDdgcogy2CLu+GdR0p5yAbIFN0LeakeQvdjaUGdaz0vX/VN7+QaKr08jmjhHO5VpF2iaRuVZg== +"@oclif/test@^2.5.6": + version "2.5.6" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.5.6.tgz#454ae74260123f1436babbda8f93223079f3b66c" + integrity sha512-AcusFApdU6/akXaofhBDrY4IM9uYzlOD9bYCCM0NwUXOv1m6320hSp2DT/wkj9H1gsvKbJXZHqgtXsNGZTWLFg== dependencies: - "@oclif/core" "^2.8.5" - fancy-test "^2.0.26" + "@oclif/core" "^2.15.0" + fancy-test "^2.0.42" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -2842,10 +2842,10 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -fancy-test@^2.0.26: - version "2.0.27" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.27.tgz#81e6952052bdf48f0e53676fad2f6b534abf324f" - integrity sha512-NUhkIpeHc4ebvkGLhQmlwpd9hd/ytOXTEmX2dFJ0e5VL61Ds7/RUHUmdSRY27VWil+uAuWSU8q6mUymrkxHC8Q== +fancy-test@^2.0.42: + version "2.0.42" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.42.tgz#464cf51037a4ff3111d1ca34305a3125df198bc5" + integrity sha512-TX8YTALYAmExny+f+G24MFxWry3Pk09+9uykwRjfwjibRxJ9ZjJzrnHYVBZK46XQdyli7d+rQc5U/KK7V6uLsw== dependencies: "@types/chai" "*" "@types/lodash" "*" @@ -2853,7 +2853,7 @@ fancy-test@^2.0.26: "@types/sinon" "*" lodash "^4.17.13" mock-stdin "^1.0.0" - nock "^13.3.1" + nock "^13.3.3" stdout-stderr "^0.1.9" fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: @@ -4762,6 +4762,15 @@ nock@^13.3.1: lodash "^4.17.21" propagate "^2.0.0" +nock@^13.3.3: + version "13.3.6" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071" + integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw== + dependencies: + debug "^4.1.0" + json-stringify-safe "^5.0.1" + propagate "^2.0.0" + node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"