From 362f1e01f2a485f52c3d9f3510a7c45ee936f8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 14:56:42 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-warn-if-update-available Bumps [@oclif/plugin-warn-if-update-available](https://github.com/oclif/plugin-warn-if-update-available) from 3.0.17 to 3.0.18. - [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](https://github.com/oclif/plugin-warn-if-update-available/compare/3.0.17...3.0.18) --- 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc7254268..2be659bce 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@oclif/core": "^3.26.5", "@oclif/plugin-help": "^6.0.21", "@oclif/plugin-not-found": "^3.1.8", - "@oclif/plugin-warn-if-update-available": "^3.0.17", + "@oclif/plugin-warn-if-update-available": "^3.0.18", "async-retry": "^1.3.3", "chalk": "^4", "change-case": "^4", diff --git a/yarn.lock b/yarn.lock index 5a74d7608..2438e2fb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1293,10 +1293,10 @@ chalk "^5.3.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-warn-if-update-available@^3.0.17": - version "3.0.17" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.17.tgz#bf4eb3b0e67ca0d6e47da9c63f4759d0464c1ca4" - integrity sha512-pSWCbsn4+K+6WBNUyN/odMs1yqmM9kk00/wanIzWhtJDbrVKqR2e/mTyX2Nsuu9ZJJZdSauFOsoz/Xu3CITzcg== +"@oclif/plugin-warn-if-update-available@^3.0.18": + version "3.0.18" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.18.tgz#a6814d0d117ffc7c451aea8bf9d41c2bf1545e8b" + integrity sha512-/orir9yIW8hZYx9kI8vpwxjuMPfJBZ5ZcY2OnKFP7OrI0yA0n+slYsFOKrsWOOEXMmKLFJmH4fRw8/xKCWSX8g== dependencies: "@oclif/core" "^3.26.0" chalk "^5.3.0"