From 4175240cd48e5da8526e86fabf14109b334d0e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:48:17 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 3.8.0 to 3.8.3 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 3.8.0 to 3.8.3. - [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/3.8.0...3.8.3) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66dd933..6860e96 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@oclif/core": "^1", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^3.8.0" + "@oclif/plugin-plugins": "^3.8.3" }, "devDependencies": { "@oclif/test": "^2.5.5", diff --git a/yarn.lock b/yarn.lock index d569ea2..a8ed5b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -838,10 +838,10 @@ "@oclif/core" "^2.9.3" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@^3.8.0": - version "3.8.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.8.0.tgz#d83ad5fb1a1c37864b23dfd1f1180d5d4ba9e5a7" - integrity sha512-yQ+M0REyP7DeCQQ4j4TDYV2bu0wy66tJzrO/ZN/ZHbwdzcyM3JmfQsqo9rBSXDJZf6FU2xL9P2+Gfj2VpG7qMw== +"@oclif/plugin-plugins@^3.8.3": + version "3.8.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.8.3.tgz#e428678274a47961d88320170da906723c2e0050" + integrity sha512-dUpTfqwNfcCSnGfk8RV/BOouyvc2zd7vYY5ORdTpnm+LmDG1zT+045r5k0WqynO68ubh1isVZvfcBT6zgW3k3A== dependencies: "@oclif/core" "^2.15.0" chalk "^4.1.2"