From 159e8bf464bcd86b92a821672a94d8e45164c4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:44:25 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.2.2 to 5.2.3 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.2.2 to 5.2.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/5.2.2...5.2.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 | 25 ++++--------------------- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index dc595d2..3389ef3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@oclif/core": "^4", "@oclif/plugin-test-esm-1": "^0.8.0", - "@oclif/plugin-plugins": "^5.2.2" + "@oclif/plugin-plugins": "^5.2.3" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index a3494e8..d9ab8c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1519,27 +1519,10 @@ ansis "^3.2.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@^5": - version "5.1.3" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.1.3.tgz#26ef8702061ba26e15308046db6717d0a9ccd70c" - integrity sha512-85ZG8c0PzxAUavboxHS5/jPa8iM2luc9EG4at4by8eOjO76yDswN+oqFZ6qitH4Jg+JC2gF6pyh66s4w9Cr0FQ== - dependencies: - "@oclif/core" "^3.26.6" - chalk "^5.3.0" - debug "^4.3.4" - npm "^10.8.0" - npm-package-arg "^11.0.2" - npm-run-path "^5.3.0" - object-treeify "^4.0.1" - semver "^7.6.2" - validate-npm-package-name "^5.0.1" - which "^4.0.0" - yarn "^1.22.22" - -"@oclif/plugin-plugins@^5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.2.2.tgz#987cc313e2b1b73a526b0789c49b55e8a991c9d4" - integrity sha512-BUAnl3+fN08cf7LqnLhRv5kc+HWOLz3TLq3t9Af25a8QCpxYBKYznygxUroI50TM002+i0mvjktRjg2bH9eRzg== +"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.2.3.tgz#7d98f9cf58a6560b5d2352a5d0a7a804cfe3347b" + integrity sha512-MvC2rbGXyIpX8lLaIP4FwZbUwrGFvIvKiHjd5L1MNKyaQfX+P5fJilYkOwmciYWmVCeXLhTmC+9Av+lJhk4m4A== dependencies: "@oclif/core" "^4" ansis "^3.2.0"