From 74914ceca56e94080c46dd323e5d94781b34c7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 11:35:34 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.1.4 to 2.1.5 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.4 to 2.1.5. - [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.4...2.1.5) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5a9b4f97..cf743bb6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/core": "^1.19.1" }, "devDependencies": { - "@oclif/plugin-plugins": "^2.1.4", + "@oclif/plugin-plugins": "^2.1.5", "@oclif/test": "^2.1.0", "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index bd0d684e..94c7daef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -439,7 +439,7 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1.0.8", "@oclif/core@^1.18.0", "@oclif/core@^1.19.1", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.1", "@oclif/core@^1.6.4": +"@oclif/core@^1.0.8", "@oclif/core@^1.19.1", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.3.1", "@oclif/core@^1.6.4": version "1.19.1" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.19.1.tgz#6dba92cfb7f1412e43068db3e9716215786f85a3" integrity sha512-+LtMYQNzfLoYUcBTsWSFQ/4mqiA70XRU6tP+lDNmQQTrB5FHzDoBbyYvdjvMeS42izg78gjlN++rLUaAUCloNw== @@ -495,13 +495,13 @@ fast-levenshtein "^3.0.0" lodash "^4.17.21" -"@oclif/plugin-plugins@^2.1.4": - version "2.1.4" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.4.tgz#295c69da8e29df99878b36e39d35746726db6b70" - integrity sha512-qhAeBUZ+/oH7EaiR+OBe1vVLWUndTw4erqJKZqO3+JH2BEI7drt/xV1DJfn3Scn3DzC/AalOjZ4IGQpL4RH1kA== +"@oclif/plugin-plugins@^2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.5.tgz#2d7fd1a87dc47c5cc6267ac17e3f3692218348fa" + integrity sha512-wG+n81R/tMavnRKHJi2two6rski42aMkeanuBxQCFhGUCstKHu7pbiYuvgzDGCisNIiUvCVUdu9colOFS6FUmA== dependencies: "@oclif/color" "^1.0.1" - "@oclif/core" "^1.18.0" + "@oclif/core" "^1.19.1" chalk "^4.1.2" debug "^4.3.4" fs-extra "^9.0"