From fd9d4827e84e323eef5d6332f0913fce7e3a6f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 04:06:27 +0000 Subject: [PATCH] chore(deps): bump @oclif/plugin-plugins from 2.1.7 to 2.1.11 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.7 to 2.1.11. - [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.7...2.1.11) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production 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 b054baf..4e129eb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@oclif/core": "^1", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^2.0.1", + "@oclif/plugin-plugins": "^2.1.11", "@oclif/plugin-warn-if-update-available": "^2.0.4", "axios": "^0.25.0", "figlet": "^1.5.2", diff --git a/yarn.lock b/yarn.lock index a868344..f552b37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -484,10 +484,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.6.4": - version "1.20.4" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff" - integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg== +"@oclif/core@^1", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.23.0", "@oclif/core@^1.6.4": + version "1.23.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a" + integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA== dependencies: "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^3.0.3" @@ -540,13 +540,13 @@ fast-levenshtein "^3.0.0" lodash "^4.17.21" -"@oclif/plugin-plugins@^2.0.1": - version "2.1.7" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.7.tgz#5f51a93c7f8057ec9b68307e72980d28ee426085" - integrity sha512-z3nJWFskBKSimw8HUmlYyoaGEJlbjoFRT0xuiip4x7bccWn/Jyp4OWUzXcEdas6mnzmtBpNcQ5VxLaHIfad70Q== +"@oclif/plugin-plugins@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.11.tgz#30ab924202335d2e1f082e69393afc542cc07147" + integrity sha512-eWrtJeNZEeVLup4nP7NsuIwMA5yOstqC3ZVLkmCy1uMrtmvRuXaE3EJfmoEY94eBN9ArNdIcMpkZooKtek3cRw== dependencies: "@oclif/color" "^1.0.1" - "@oclif/core" "^1.20.0" + "@oclif/core" "^1.23.0" chalk "^4.1.2" debug "^4.3.4" fs-extra "^9.0"