Skip to content

Commit

Permalink
fix(deps): bump @oclif/plugin-plugins from 4.3.0 to 4.3.6
Browse files Browse the repository at this point in the history
Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 4.3.0 to 4.3.6.
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@4.3.0...4.3.6)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-plugins"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent 0b524db commit da5f673
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@oclif/core": "^3.21.0",
"@oclif/plugin-test-esm-1": "^0.7.3",
"@oclif/plugin-plugins": "^4.3.0"
"@oclif/plugin-plugins": "^4.3.6"
},
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1252,10 +1252,10 @@
node-gyp "^10.0.0"
which "^4.0.0"

"@oclif/core@^3", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0":
version "3.21.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
"@oclif/core@^3", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
version "3.25.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
dependencies:
"@types/cli-progress" "^3.11.5"
ansi-escapes "^4.3.2"
Expand All @@ -1273,6 +1273,7 @@
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.14.1"
minimatch "^9.0.3"
natural-orderby "^2.0.3"
object-treeify "^1.1.33"
password-prompt "^1.1.3"
Expand Down Expand Up @@ -1301,12 +1302,12 @@
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

"@oclif/plugin-plugins@^4", "@oclif/plugin-plugins@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.3.0.tgz#ba2e9bb251ee133f3b5928a90634d68fad4dbad2"
integrity sha512-n3Qgf9/bbQR0bGGslD7ODDaxv8om382tyaRtA8IdOjgiboTX8X1kG/xWEONObWrZ4vrXz6osaoWbCRgxlOYutQ==
"@oclif/plugin-plugins@^4", "@oclif/plugin-plugins@^4.3.6":
version "4.3.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-4.3.6.tgz#60c72c5842452dc6a7636acbc8e0070ab974f5d7"
integrity sha512-a8GPZBnoVCBjlCEPgp8R93S9HyxSlGnoCvb6NIhqpVe4bk4DhxB9TongCWWaBvdUqovTbhgOfwxRB06oSe2plA==
dependencies:
"@oclif/core" "^3.21.0"
"@oclif/core" "^3.23.0"
chalk "^5.3.0"
debug "^4.3.4"
npm "10.5.0"
Expand Down

0 comments on commit da5f673

Please sign in to comment.