From 362a143769126bf23eb3e44717dafbd3f097ec74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:43:36 +0000 Subject: [PATCH] Bump @oclif/plugin-version from 2.2.9 to 2.2.10 Bumps [@oclif/plugin-version](https://github.com/oclif/plugin-version) from 2.2.9 to 2.2.10. - [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.9...2.2.10) --- 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 18acbb673..06c9f11e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4843,9 +4843,9 @@ } }, "node_modules/@oclif/plugin-version": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.9.tgz", - "integrity": "sha512-iQXONngNCTW1OWZS8GS8Bd5xwEvrg5MSmfE8CBS7PqyeR/J+nVUn61TH5/kTX7wk+uXOF6XY7op28Ou5alxoBg==", + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.10.tgz", + "integrity": "sha512-eyM9DxSnqDfW2PArmxrcV+48GYuhR7hzqIVhpdrkkyLr6STD61ZKIcuU8YJ/5PT1RA+8FgA1RJllH3JswWxhrQ==", "dependencies": { "@oclif/core": "^4", "ansis": "^3.3.1"