From b34ef7f985264ec9ff08e31fcb8aededc156cd1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 01:09:54 +0000 Subject: [PATCH] Bump @oclif/plugin-version from 1.1.3 to 1.1.4 Bumps [@oclif/plugin-version](https://github.com/oclif/plugin-version) from 1.1.3 to 1.1.4. - [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.1.3...1.1.4) --- 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 68ed4213d..5740db878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2910,11 +2910,11 @@ } }, "node_modules/@oclif/plugin-version": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.1.3.tgz", - "integrity": "sha512-n+kOpKudXe84onVC+9/mrABKU+SZxrY7p772e1aHhn9pVKv2gfVHrxp9CzlXUcc8nvWnjuBUg1IZ9I6kl6RVVg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.1.4.tgz", + "integrity": "sha512-IRPXK7hTTLDvY6Jh0PFdjgvxtFmG7ICaDNuBOKEBh7GGFklgyJkcpMxL6dRqgkcesXSrkBasYT/6rLy7JOBKkw==", "dependencies": { - "@oclif/core": "^1.14.1" + "@oclif/core": "^1.23.0" }, "engines": { "node": ">=12.0.0" @@ -17164,11 +17164,11 @@ } }, "@oclif/plugin-version": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.1.3.tgz", - "integrity": "sha512-n+kOpKudXe84onVC+9/mrABKU+SZxrY7p772e1aHhn9pVKv2gfVHrxp9CzlXUcc8nvWnjuBUg1IZ9I6kl6RVVg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-1.1.4.tgz", + "integrity": "sha512-IRPXK7hTTLDvY6Jh0PFdjgvxtFmG7ICaDNuBOKEBh7GGFklgyJkcpMxL6dRqgkcesXSrkBasYT/6rLy7JOBKkw==", "requires": { - "@oclif/core": "^1.14.1" + "@oclif/core": "^1.23.0" } }, "@oclif/plugin-warn-if-update-available": {