From fb9f3715aba73fac4f19401fe16b7ece978972f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 05:08:07 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-plugins from 5.4.8 to 5.4.9 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.8 to 5.4.9. - [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.4.8...5.4.9) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 57e8363..3bfe793 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@oclif/core": "^4", "@oclif/plugin-test-esm-1": "^0.8.29", - "@oclif/plugin-plugins": "^5.4.8" + "@oclif/plugin-plugins": "^5.4.9" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 8525541..81cd103 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1686,14 +1686,14 @@ ansis "^3.3.1" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.8": - version "5.4.8" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.8.tgz#d35e64526e2b366880905b8daaf3718b63f321f2" - integrity sha512-jDkWedI7HVhkig8UycXpvSq92s08Op0MJqYnumHZv3g3puz3AAMPouESlMOKY8Z0mEnJHSlnOjLyVXQL2BDKWg== +"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.9": + version "5.4.9" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.9.tgz#06072e29a9902b69ab89f1d38302f33abd6a39f7" + integrity sha512-V64IZ5ldyZWJRwYsRHzGvuayWM1KYTsNNI3O58U6+VwEs2Ir16Q0Nwu0Ejnn6mM7na9Qz4RCU9tWhbngRoZt+g== dependencies: "@oclif/core" "^4" ansis "^3.3.2" - debug "^4.3.6" + debug "^4.3.7" npm "^10.8.3" npm-package-arg "^11.0.3" npm-run-path "^5.3.0"