From eaf8558f0e5c59eb5e8bb213495a0ab56a8e4770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:47:41 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.2.10 to 3.2.11 (#414) Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.10 to 3.2.11. - [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.2.10...3.2.11) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 63da405..9b2584a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@heroku-cli/plugin-status": "5.0.10", "@oclif/plugin-help": "^6.0.20", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^3.2.10", + "@oclif/test": "^3.2.11", "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@types/nock": "^11.1.0", diff --git a/yarn.lock b/yarn.lock index 90e8d1e..a0ea98b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1667,7 +1667,7 @@ is-wsl "^2.1.1" tslib "^2.6.1" -"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3": +"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4": version "3.26.4" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61" integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w== @@ -1779,12 +1779,12 @@ resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493" integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw== -"@oclif/test@^3.2.10": - version "3.2.10" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.10.tgz#48fdf3ebb339e81955a42c1e9a23f5f673c39261" - integrity sha512-9h6rMHnFS7zf0CLmfqtbAmdDSLpYF8otu25YpeqQXOX3b9TYeyfOvD61TkkxJ2T3zpqnrViNzifsF6gfM6xanQ== +"@oclif/test@^3.2.11": + version "3.2.11" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.11.tgz#356ed6f10c8e20128f807362e2a227038b9ea2cc" + integrity sha512-+bjUTI12kgqFYJtlNCYk0F+aIuYh4GDPZIviwSe9+rzd9kJMWEC3phUiviT41rroZzaPUcshnTVoZ5hyq+EIkg== dependencies: - "@oclif/core" "^3.26.3" + "@oclif/core" "^3.26.4" chai "^4.4.1" fancy-test "^3.0.14"