From 903dd3643d6946c8805db58aaead364f7187f41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:14:43 +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.43 to 2.0.45. - [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.43...2.0.45) --- 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-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ade40580..1d29f490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@oclif/plugin-help": "^5.2.13", "@oclif/plugin-not-found": "^2.3.26", "@oclif/plugin-plugins": "^2.1.0", - "@oclif/plugin-warn-if-update-available": "^2.0.43", + "@oclif/plugin-warn-if-update-available": "^2.0.45", "@types/jest": "^29.5.2", "chalk": "^4.1.2", "inquirer": "^8.2.3", @@ -5390,11 +5390,11 @@ } }, "node_modules/@oclif/plugin-warn-if-update-available": { - "version": "2.0.43", - "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.43.tgz", - "integrity": "sha512-8nMnBJxV158bKGStsSqcg9FY1PD+WaNc6Soz74py9aq956i+wJax5xL8+U9J5/UmNixHzhdEzlioyHcUH/7CXQ==", + "version": "2.0.45", + "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.45.tgz", + "integrity": "sha512-MEncCUHW1vCOQdvt1z46jAblwvuGcs3Q1Gjl8IghazGJ0GRHzGOMILABpqVWR5uH/YJ3gfs05Tt7M4LdZ40N3g==", "dependencies": { - "@oclif/core": "^2.9.3", + "@oclif/core": "^2.9.4", "chalk": "^4.1.0", "debug": "^4.1.0", "fs-extra": "^9.0.1", @@ -5407,9 +5407,9 @@ } }, "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.9.3.tgz", - "integrity": "sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.9.4.tgz", + "integrity": "sha512-eFRRpV+tJ6nMkhay2M9IppjSF3atRrgj6Qo83qUslaFSAW3NAl4mIhx1mKmTwQx5rgSrar03xICtSAWJ6gZtag==", "dependencies": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index bc2462cf..381f3312 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@oclif/plugin-help": "^5.2.13", "@oclif/plugin-not-found": "^2.3.26", "@oclif/plugin-plugins": "^2.1.0", - "@oclif/plugin-warn-if-update-available": "^2.0.43", + "@oclif/plugin-warn-if-update-available": "^2.0.45", "@types/jest": "^29.5.2", "chalk": "^4.1.2", "inquirer": "^8.2.3",