From 3146f1594a13a2e6814d6b55aca9a134db614d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:19:08 +0000 Subject: [PATCH] Bump @oclif/plugin-warn-if-update-available from 3.1.4 to 3.1.5 Bumps [@oclif/plugin-warn-if-update-available](https://github.com/oclif/plugin-warn-if-update-available) from 3.1.4 to 3.1.5. - [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.1.4...3.1.5) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd5148bb3..e0be5ebbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5872,9 +5872,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/@oclif/plugin-warn-if-update-available": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.4.tgz", - "integrity": "sha512-xj6zgwvuEFmUrHYFXHoqmTpvOUsEgqXiyof9OqjglV3XeBPNsQnbuW/085HFSWBvKIVQCt22uVRVaJCz3o7ODw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.5.tgz", + "integrity": "sha512-WNWq1co1McIqxE/kovrslZfdIMNvaruaDgxflvN3JganabfBLMDfdsH9TalApkmtT8X9UBEZH/j9YUDNNMqLnw==", "dependencies": { "@oclif/core": "^4", "ansis": "^3.2.0",