From 48cc30251685ee665f50e58df33dbc132ebacc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 10:00:45 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.1.9 to 2.1.10 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.9 to 2.1.10. - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-plugins/compare/2.1.9...2.1.10) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8de01a4..2c58610e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/core": "^1.21.0" }, "devDependencies": { - "@oclif/plugin-plugins": "^2.1.9", + "@oclif/plugin-plugins": "^2.1.10", "@oclif/test": "^2.1.0", "@types/chai": "^4.3.4", "@types/mocha": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index d7503f2b..14651271 100644 --- a/yarn.lock +++ b/yarn.lock @@ -495,10 +495,10 @@ fast-levenshtein "^3.0.0" lodash "^4.17.21" -"@oclif/plugin-plugins@^2.1.9": - version "2.1.9" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.9.tgz#91904e94b11d190ec6fa87b49b0d856961656900" - integrity sha512-aNTZbRQ67T05AiieiflJwdkkCs6y6b4/GognEzsWgzKZAeRlaC94xgLf8Pmfxx4Qv7iGSOqlkPVKEahYC0mWwQ== +"@oclif/plugin-plugins@^2.1.10": + version "2.1.10" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.10.tgz#82b06211f4403a7994adb256d7927aca84e0b2c7" + integrity sha512-iUJ/ZqfFsoppUUGu8I5iIMDtmKqe2BjnCJDeQUJdvGOGJcw2EfMphEFdF18F4cfZXldhikfeQdQ7YFq9pSsvAw== dependencies: "@oclif/color" "^1.0.1" "@oclif/core" "^1.22.0"