Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent 12d2af4 commit 3e2d5a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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": "^4",
"@oclif/plugin-test-esm-1": "^0.8.55",
"@oclif/plugin-plugins": "^5.4.24"
"@oclif/plugin-plugins": "^5.4.25"
},
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1755,13 +1755,13 @@
proc-log "^5.0.0"
which "^5.0.0"

"@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0":
version "4.2.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.2.tgz#1f46f4a613f16dda636d27e0192d50f4b885e8d4"
integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
"@oclif/core@^4", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2":
version "4.2.3"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.6.0"
ansis "^3.8.1"
clean-stack "^3.0.1"
cli-spinners "^2.9.2"
debug "^4.4.0"
Expand Down Expand Up @@ -1796,12 +1796,12 @@
ansis "^3.5.2"
fast-levenshtein "^3.0.0"

"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.24":
version "5.4.24"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.24.tgz#d9707f0f5724aee0ad29e39fc9b3115a2ec2b4de"
integrity sha512-Mzo0XNeD/5dshgLX9Ft7cpgSQKVQd7fw0PoaE/+58d7K/Lz00wxbo4zKjw19j65pqBfsKv7zVmg+jWxu3PZpgA==
"@oclif/plugin-plugins@^5", "@oclif/plugin-plugins@^5.4.25":
version "5.4.25"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.25.tgz#31c1a831ad077c412c26d2d689e569ac3d543934"
integrity sha512-44Yp532BuBoNrNYLf7wfp/2QkNY7ESdK3MgGi3GWCqW75apyX04+xC5RfRsz0KHOA9N7VFqn64PG+Ailo5TJyQ==
dependencies:
"@oclif/core" "^4.0.34"
"@oclif/core" "^4.2.2"
ansis "^3.5.2"
debug "^4.4.0"
npm "^10.9.2"
Expand Down Expand Up @@ -3244,7 +3244,7 @@ ansi-styles@^6.1.0:
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==

ansis@^3.5.2, ansis@^3.6.0, ansis@^3.8.1:
ansis@^3.5.2, ansis@^3.8.1:
version "3.9.0"
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
Expand Down

0 comments on commit 3e2d5a1

Please sign in to comment.