From 0bf41c9e06037f94f10dd9254c1001e749cad5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 02:16:05 +0000 Subject: [PATCH] Bump @oclif/plugin-version from 1.3.8 to 1.3.9 Bumps [@oclif/plugin-version](https://github.com/oclif/plugin-version) from 1.3.8 to 1.3.9. - [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/1.3.8...1.3.9) --- 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9a88ac12..45782f50f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2597,11 +2597,11 @@ } }, "node_modules/@oclif/plugin-version": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.8.tgz", - "integrity": "sha512-FeNTt8k6DY2PRTNAYFY+fofk2wvoEoym5G9wAkMwO/ZnST5c5T9iLV7tSape+HJMUj//WffkPLWW5ox8+oNPaA==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.9.tgz", + "integrity": "sha512-hJpB8wMFqz3u580TQhXsiIV30AWCMI1Hs7FoBYhcfL86prJPNBybp5l6Kl0DjeeA01VK00kEBQDkEBKi9a7Z8w==", "dependencies": { - "@oclif/core": "^2.11.1" + "@oclif/core": "^2.11.10" }, "engines": { "node": ">=14.0.0" @@ -21434,11 +21434,11 @@ } }, "@oclif/plugin-version": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.8.tgz", - "integrity": "sha512-FeNTt8k6DY2PRTNAYFY+fofk2wvoEoym5G9wAkMwO/ZnST5c5T9iLV7tSape+HJMUj//WffkPLWW5ox8+oNPaA==", + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.3.9.tgz", + "integrity": "sha512-hJpB8wMFqz3u580TQhXsiIV30AWCMI1Hs7FoBYhcfL86prJPNBybp5l6Kl0DjeeA01VK00kEBQDkEBKi9a7Z8w==", "requires": { - "@oclif/core": "^2.11.1" + "@oclif/core": "^2.11.10" } }, "@oclif/plugin-warn-if-update-available": {