From c909a9c387d834f918629463a0867436450de353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 21:48:02 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.2.11 to 3.2.12 (#545) Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.11 to 3.2.12. - [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.11...3.2.12) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a9f9dc7..15863a61 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@commitlint/config-conventional": "^18.6.3", "@oclif/plugin-help": "^6", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^3.2.11", + "@oclif/test": "^3.2.12", "@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 70acc510..0fc1e51c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1548,10 +1548,10 @@ resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@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== +"@oclif/test@^3.2.12": + version "3.2.12" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.12.tgz#a5fc5ecc3e3bc70e04397857102f0ecbf36e54f4" + integrity sha512-6DqfPVnCuUaH4VqwAChTWlNla4uPVx3XP5EaxYLjQrSdAzgPn8TMftURDmcfDobU6qQr97Cywec4szfYg4pS7Q== dependencies: "@oclif/core" "^3.26.4" chai "^4.4.1"