From 3cecc6f30f37c206b9ea866b686898b2601cc648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:35:20 +0000 Subject: [PATCH] Bump @oclif/plugin-version from 2.2.17 to 2.2.18 Bumps [@oclif/plugin-version](https://github.com/oclif/plugin-version) from 2.2.17 to 2.2.18. - [Release notes](https://github.com/oclif/plugin-version/releases) - [Changelog](https://github.com/oclif/plugin-version/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-version/compare/2.2.17...2.2.18) --- updated-dependencies: - dependency-name: "@oclif/plugin-version" 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 c17f1fcc0..1d6e12c22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6116,9 +6116,9 @@ } }, "node_modules/@oclif/plugin-version": { - "version": "2.2.17", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.17.tgz", - "integrity": "sha512-hnlvsfiRwdTz3QqbAh5JIOkKCyTHLimXByQw3Y1TOH+MVbDTmjuvIdCh8Gj7mR3wxLZN9N5aaSSZM/YtA9eDVw==", + "version": "2.2.18", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.18.tgz", + "integrity": "sha512-1YFSXWmWIqcSk52jjE2nxxWb9Ymzr2RXA/29QTl1CMw8dyKXp8PT27qkwY441os9nWqSMwk+CRNiEZ6ZlMU/lA==", "dependencies": { "@oclif/core": "^4", "ansis": "^3.3.1"