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 2.0.6 to 2.0.13.
- [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@2.0.6...2.0.13)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 13, 2022
1 parent a5cf52c commit 3f83f13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"@oclif/core": "^1.20.4",
"@oclif/plugin-help": "^5.1.16",
"@oclif/plugin-not-found": "^2.3.7",
"@oclif/plugin-warn-if-update-available": "^2.0.6",
"@oclif/plugin-warn-if-update-available": "^2.0.13",
"aws-sdk": "^2.1231.0",
"concurrently": "^7.5.0",
"debug": "^4.3.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -506,7 +506,7 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@^1.16.1", "@oclif/core@^1.16.4", "@oclif/core@^1.16.5", "@oclif/core@^1.19.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.4":
"@oclif/core@^1.16.1", "@oclif/core@^1.16.5", "@oclif/core@^1.19.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4":
version "1.20.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff"
integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg==
Expand Down Expand Up @@ -620,18 +620,18 @@
fast-levenshtein "^3.0.0"
lodash "^4.17.21"

"@oclif/plugin-warn-if-update-available@^2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.6.tgz#fed51d198ba5d621a05690f4639ef988c65245e0"
integrity sha512-9PSerV/jz3Mq5P8+bfLhr4UrTNOLmhUo8tGsv/CzJ0c/QffjYONZ8pCNsrVDO+wWzzuYHedXPZjDpOCmMcTTag==
"@oclif/plugin-warn-if-update-available@^2.0.13":
version "2.0.13"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.13.tgz#4a3d39cbe200dc91d6bcf54f6845b8f2c457e5a5"
integrity sha512-mynTZhUr0Vcud27SoK6Wph9U4Umuxra0UD0tChn/uwN/+qXq9ckr+UazxvwNOdr14RbJyjKz0luU7cCECdjJxw==
dependencies:
"@oclif/core" "^1.16.4"
"@oclif/core" "^1.20.3"
chalk "^4.1.0"
debug "^4.1.0"
fs-extra "^9.0.1"
http-call "^5.2.2"
lodash "^4.17.21"
semver "^7.3.2"
semver "^7.3.8"

"@oclif/screen@^1.0.3":
version "1.0.4"
Expand Down

0 comments on commit 3f83f13

Please sign in to comment.