Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2024
1 parent 8142a16 commit 51a5277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 @@
"@oclif/core": "^3.19.2",
"@oclif/plugin-help": "^6.0.12",
"@oclif/plugin-not-found": "^3.0.10",
"@oclif/plugin-warn-if-update-available": "^3.0.10",
"@oclif/plugin-warn-if-update-available": "^3.0.12",
"async-retry": "^1.3.3",
"change-case": "^4",
"debug": "^4.3.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1799,12 +1799,12 @@
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

"@oclif/plugin-warn-if-update-available@^3.0.10":
version "3.0.10"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.10.tgz#15a4068185f9390d8dfd2cf498aa97eec4f79953"
integrity sha512-dUuBnoU80VQ6Rt/cMhqMsz5abFMnCi/IqnAhRNfO5EQbJ8PvYpU+0kPx15cbtQcU4olQ2kqigLt4BU7ms4RqMA==
"@oclif/plugin-warn-if-update-available@^3.0.12":
version "3.0.12"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.12.tgz#0802e402a74e72da1acd52e1bc9a34bd7999ed17"
integrity sha512-BPj+1dSgp9Xtd5BZjLF9s0PeYBl07GSF69aol6/ZUMJMWD78SUWgAAm2SMJJBXic7Lw8hIGBY/YSGXDGaMh4gw==
dependencies:
"@oclif/core" "^3.18.2"
"@oclif/core" "^3.19.2"
chalk "^5.3.0"
debug "^4.1.0"
http-call "^5.2.2"
Expand Down

0 comments on commit 51a5277

Please sign in to comment.