From 7535f8f7edf3a68b7117cdf8799e173b4ec82401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:21:40 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.1.9 to 2.1.12 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.9 to 2.1.12. - [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.12) --- 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 | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ba5f6e32d..e3e32d1e5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.1.22", - "@oclif/plugin-plugins": "^2.1.9", + "@oclif/plugin-plugins": "^2.1.12", "@oclif/test": "^2.2.19", "@types/ansi-styles": "^3.2.1", "@types/chai": "^4.3.4", diff --git a/yarn.lock b/yarn.lock index 3eb1f4786..262130b11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -429,10 +429,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/color@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.1.tgz#20ab9205e0924c6388918a88874e1f4b32df9970" - integrity sha512-qjYr+izgWdIVOroiBKqTzQgc1r5Wd9QB1J7yGM2EeelqhBARiiVLRZL45vhV4zdyTRdDkZS0EBzFwQap+nliLA== +"@oclif/color@^1.0.2": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.3.tgz#1a303b533a832a0af563006eb9a6883ebe3b77ed" + integrity sha512-E+KKAE5CKhXRBZEoZLe5yNR0VHmba1m1fxz8HlpcWjHF5Pdhhf6W/0XMmed6vwQCmyzL/YLwdspCRfu0A1cgGA== dependencies: ansi-styles "^4.2.1" chalk "^4.1.0" @@ -440,7 +440,7 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1.22.0", "@oclif/core@^1.23.1": +"@oclif/core@^1.23.0", "@oclif/core@^1.23.1": version "1.23.1" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a" integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA== @@ -486,13 +486,13 @@ dependencies: "@oclif/core" "^1.23.1" -"@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.12": + version "2.1.12" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.12.tgz#1b2a8e08481b0691adca09714ceb44fb293cceb6" + integrity sha512-vvste+qfmuAZVO+LEhJbBm7kLAtWCFFyfoAFCpe061i8KRnsl8/f0l+/VLAUWiYB3c5M518knIi/UfIvGPV/Ew== dependencies: - "@oclif/color" "^1.0.1" - "@oclif/core" "^1.22.0" + "@oclif/color" "^1.0.2" + "@oclif/core" "^1.23.0" chalk "^4.1.2" debug "^4.3.4" fs-extra "^9.0"