From 2492190660cafcf456568a2069cdd78b9a4c4ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 02:06:58 +0000 Subject: [PATCH] Bump @oclif/plugin-version from 2.0.9 to 2.0.10 Bumps [@oclif/plugin-version](https://github.com/oclif/plugin-version) from 2.0.9 to 2.0.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.0.9...2.0.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f054b2a66..e25ca999a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2883,11 +2883,11 @@ } }, "node_modules/@oclif/plugin-version": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.9.tgz", - "integrity": "sha512-9VRIG0Uv60qvvrxQFf5EEWaV0UXuUxf0EsaLg+A18oMSEFSejb7uFxCFUbVoxG3174Cy6WYan4BAGV6vrbe7vQ==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.10.tgz", + "integrity": "sha512-RdJyPDe0Es60W/3l5P79tTaQed+T30XX5wb8p+Bsi5sFBpO7gS1YmnaVoQmcWjujK6FVKMTWLRlALxkD15vbpA==", "dependencies": { - "@oclif/core": "^3.14.1" + "@oclif/core": "^3.15.0" }, "engines": { "node": ">=18.0.0"