From 7d8cd993dd7c4fe58930790de392c4c2679f2a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 11:24:57 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/plugin-plugins from 2.4.6 to 2.4.7 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.4.6 to 2.4.7. - [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.4.6...2.4.7) --- 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 dc83a1a5..41aee25d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/core": "^2.8.0" }, "devDependencies": { - "@oclif/plugin-plugins": "^2.4.6", + "@oclif/plugin-plugins": "^2.4.7", "@oclif/test": "^2.1.0", "@types/chai": "^4.3.5", "@types/mocha": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index b81c9b14..21ed5574 100644 --- a/yarn.lock +++ b/yarn.lock @@ -555,10 +555,10 @@ fast-levenshtein "^3.0.0" lodash "^4.17.21" -"@oclif/plugin-plugins@^2.4.6": - version "2.4.6" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.6.tgz#60dd5e9a32d62f2af0eb0ecbf02491d0687c2ab6" - integrity sha512-aGt/DRTUfefxmscHg4GB+Ar0ssLXbQcKN1YmnfmACQJJUV+PCbQW0plluFp9Y3MAbQBfBvb2iaiAzo3GvLigWg== +"@oclif/plugin-plugins@^2.4.7": + version "2.4.7" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.7.tgz#ff094f88e8b0d51d2ae08d1a8d7172aad389a2bb" + integrity sha512-6fzUDLWrSK7n6+EBrEekEEYrYTCneRoOF9TzojkjuFn1+ailvUlr98G90bblxKOyy8fqMe7QjvqwTgIDQ9ZIzg== dependencies: "@oclif/color" "^1.0.4" "@oclif/core" "^2.8.2" @@ -568,7 +568,7 @@ http-call "^5.2.2" load-json-file "^5.3.0" npm-run-path "^4.0.1" - semver "^7.4.0" + semver "^7.5.0" tslib "^2.4.1" yarn "^1.22.18" @@ -4289,10 +4289,10 @@ semver@^6.1.0, semver@^6.3.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== -semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.4.0.tgz#8481c92feffc531ab1e012a8ffc15bdd3a0f4318" - integrity sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw== +semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0" + integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA== dependencies: lru-cache "^6.0.0"