From c0c91c94f6e3226b3c1de974329e16a9f8cf25ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:23:51 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.1.12 to 3.1.13 Bumps [@oclif/test](https://github.com/oclif/test) from 3.1.12 to 3.1.13. - [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.1.13) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 96370890..d1bc3aa4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.6", - "@oclif/test": "^3.1.12", + "@oclif/test": "^3.1.13", "@salesforce/cli-plugins-testkit": "^5.1.7", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/kit": "^3.0.15", diff --git a/yarn.lock b/yarn.lock index 04434ed1..21e13f28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1522,14 +1522,14 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@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.1.13": + version "3.1.13" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.13.tgz#0e29a86c92b108bc379bb65f131a16b63deb1aae" + integrity sha512-ztjXyoN4D2qUIhRPiWp8fdaSCZ8e3tZ0hGGXUPRk0tWzGVfii3R5tjaJpn804HEzRJjbuRDmSscvU7iMVUro1A== dependencies: "@oclif/core" "^3.18.1" chai "^4.4.1" - fancy-test "^3.0.8" + fancy-test "^3.0.9" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -4685,10 +4685,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.9: + version "3.0.9" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.9.tgz#5293bdccaa9aa868300cf901ef2560c431fe74d2" + integrity sha512-9sDjNM5oRLpIQfpjSSmp8J0bYCg1Hb9GWofdv+Dl5f/Phjp2XJZM7L2qsSulpMTsahz0EPsS6T6/QH0ldzfgqw== dependencies: "@types/chai" "*" "@types/lodash" "*" @@ -4696,7 +4696,7 @@ fancy-test@^3.0.8: "@types/sinon" "*" lodash "^4.17.13" mock-stdin "^1.0.0" - nock "^13.4.0" + nock "^13.5.0" sinon "^16.1.3" stdout-stderr "^0.1.9" @@ -7004,10 +7004,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.0: + version "13.5.1" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806" + integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"