From 5aebc22a6bd72a983a83940b880d84b2e8adc632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 11:24:54 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.3.2 to 2.4.1 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.3.2 to 2.4.1. - [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.3.2...2.4.1) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ca8e4043..3fed2cfa 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/core": "^2.6.2" }, "devDependencies": { - "@oclif/plugin-plugins": "^2.3.2", + "@oclif/plugin-plugins": "^2.4.1", "@oclif/test": "^2.1.0", "@types/chai": "^4.3.4", "@types/mocha": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 1c1a8f01..18b8c1ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -498,7 +498,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.1.1", "@oclif/core@^2.3.0", "@oclif/core@^2.6.2": +"@oclif/core@^2.3.0", "@oclif/core@^2.6.2": version "2.6.2" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88" integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g== @@ -555,13 +555,13 @@ fast-levenshtein "^3.0.0" lodash "^4.17.21" -"@oclif/plugin-plugins@^2.3.2": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.3.2.tgz#0bbd41fc2b5663469ef4030b8ec8c5d51d53497e" - integrity sha512-jq/ik7A7bCO/oQp0/Znnpu8/JBXifAQ2OF2KmswbNYt7EpsLqz2DaI/CvkrXRSb+Edzx4Xx3usEgSyocVN/u2A== +"@oclif/plugin-plugins@^2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.1.tgz#031a65a05a531511f44e3ef5e3f56e7e833bc756" + integrity sha512-IZIceVzjI5RjCR7TkWN51aEPi243Mtme5dmOD4Y3HlXI1ul8gtXFeJNRKODKcUQVsJWBqRFhsH1TREfGqE06cA== dependencies: "@oclif/color" "^1.0.4" - "@oclif/core" "^2.1.1" + "@oclif/core" "^2.6.2" chalk "^4.1.2" debug "^4.3.4" fs-extra "^9.0"