From 39c7fb6a112ee58fcfaf942bb3c5f9086cc9c367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 04:04:28 +0000 Subject: [PATCH] chore(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 2.0.14 to 2.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/2.0.14...2.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b054baf..6451031 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@oclif/core": "^1", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.0.1", - "@oclif/plugin-warn-if-update-available": "^2.0.4", + "@oclif/plugin-warn-if-update-available": "^2.0.18", "axios": "^0.25.0", "figlet": "^1.5.2", "fs-extra": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index a868344..0413593 100644 --- a/yarn.lock +++ b/yarn.lock @@ -484,10 +484,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.6.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== +"@oclif/core@^1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.23.1", "@oclif/core@^1.6.4": + version "1.23.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a" + integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA== dependencies: "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^3.0.3" @@ -557,12 +557,12 @@ tslib "^2.4.1" yarn "^1.22.18" -"@oclif/plugin-warn-if-update-available@^2.0.4": - version "2.0.14" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.14.tgz#f9142095f13c5e8300705533165ae039daa0c5f8" - integrity sha512-gEgFZuNtFx3yPfSuxhAm9F8nLZ4+UnBJhbjTywY0Cvrqvd+OvKvo6PfwRm0lWmH4EgWwQEq39pfaks1fg+y1gw== +"@oclif/plugin-warn-if-update-available@^2.0.18", "@oclif/plugin-warn-if-update-available@^2.0.4": + version "2.0.18" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.18.tgz#c00949c857a6e84bb8108200b0b8a6f423ae1097" + integrity sha512-FmfMpsC/lhWgtUpN++LxKiWYhnTwDjeJPsENzZHi49opkzol2oT45Cw2tFYA8qW+CngRBrHWI72tTJ1KSsRbEA== dependencies: - "@oclif/core" "^1.20.4" + "@oclif/core" "^1.23.1" chalk "^4.1.0" debug "^4.1.0" fs-extra "^9.0.1"