From 5f2f124a15e5e49c9ec2f6a4f3a0b47a877b0c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 10:02:30 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.1.8 to 2.1.9 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.8 to 2.1.9. - [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.8...2.1.9) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 106319a5..e8de01a4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/core": "^1.21.0" }, "devDependencies": { - "@oclif/plugin-plugins": "^2.1.8", + "@oclif/plugin-plugins": "^2.1.9", "@oclif/test": "^2.1.0", "@types/chai": "^4.3.4", "@types/mocha": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 3e2b0a25..d7503f2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -439,10 +439,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.21.0", "@oclif/core@^1.3.1", "@oclif/core@^1.6.4": - version "1.21.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.21.0.tgz#d91b2f40a4f446279ab6335c619fc1716fc23ab6" - integrity sha512-B/AKYfHcNRAbb6Xz2kj0FlH9gWEi8aFS4iEr7EzguP3E2DpDk4wcf7eOMOfJYEmhuVd9sOpVWSnI2yP+FL/3Sg== +"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.21.0", "@oclif/core@^1.22.0", "@oclif/core@^1.3.1", "@oclif/core@^1.6.4": + version "1.22.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.22.0.tgz#dfdd76db6435cc1be2de7bbe25c23302332b9297" + integrity sha512-Bvyi6uFbmpkFl9XUATsGMlqEDGfqMKWL0Mu5VQTuPg7/NIyfygYkaburn11uGkOp0a8yG6fPpyVBfGmztjNPGA== dependencies: "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^3.0.3" @@ -495,13 +495,13 @@ fast-levenshtein "^3.0.0" lodash "^4.17.21" -"@oclif/plugin-plugins@^2.1.8": - version "2.1.8" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.8.tgz#77fefdb2455287a7d189682b2d0321403c2adea5" - integrity sha512-n6avDtvkQ5RbaG4e7FGe7gAQSzzXJ8ocrwubQbuqhtHkbxuFazps8rpkizR2ILgJLxCQdjGvHbXeVJ2Ui6yCPg== +"@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== dependencies: "@oclif/color" "^1.0.1" - "@oclif/core" "^1.21.0" + "@oclif/core" "^1.22.0" chalk "^4.1.2" debug "^4.3.4" fs-extra "^9.0"