From b6f8fa39bfd8acc8711d35289d96b7c857502d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:39:16 +0000 Subject: [PATCH] Bump @oclif/plugin-help from 5.2.0 to 5.2.2 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.0 to 5.2.2. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/5.2.0...5.2.2) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b8c768..ecdd1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@anyvent-org/front3nd", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@anyvent-org/front3nd", - "version": "1.0.1", + "version": "1.0.2", "license": "ISC", "dependencies": { "@oclif/command": "1.8.21", "@oclif/config": "1.18.6", - "@oclif/plugin-help": "5.2.0", + "@oclif/plugin-help": "5.2.2", "css-loader": "6.7.3", "css-minimizer-webpack-plugin": "4.2.2", "eslint": "8.32.0", @@ -885,20 +885,20 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.0.tgz", - "integrity": "sha512-Sp6Eywj3V2Moif/CJeJsyInPJhzifs2JjsaVbsrLS77WOL2/XAmca1sE5QxfakOGYH21g8xz/Ht9ZgiNy8u1zQ==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.2.tgz", + "integrity": "sha512-ok8gS2phqA4MiGkjCrZPFvhNIHIp35WsvNNVUn4GL8WZYQ5mk1cZuu+IIqTZxBFZ4QDUZLVkumrhsqx3oNId9A==", "dependencies": { - "@oclif/core": "^2.0.2-beta.6" + "@oclif/core": "^2.0.7" }, "engines": { "node": ">=12.0.0" } }, "node_modules/@oclif/plugin-help/node_modules/@oclif/core": { - "version": "2.0.2-beta.10", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.0.2-beta.10.tgz", - "integrity": "sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.0.7.tgz", + "integrity": "sha512-pj7hIH8SBeH3qha47fmyqdaBdNVEqesRgnKFh8Ytdb4S41/4BYOiQuyQGuvnKgvicH6DMxp4FbM9EQEW46V9xw==", "dependencies": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", @@ -12559,17 +12559,17 @@ } }, "@oclif/plugin-help": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.0.tgz", - "integrity": "sha512-Sp6Eywj3V2Moif/CJeJsyInPJhzifs2JjsaVbsrLS77WOL2/XAmca1sE5QxfakOGYH21g8xz/Ht9ZgiNy8u1zQ==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.2.tgz", + "integrity": "sha512-ok8gS2phqA4MiGkjCrZPFvhNIHIp35WsvNNVUn4GL8WZYQ5mk1cZuu+IIqTZxBFZ4QDUZLVkumrhsqx3oNId9A==", "requires": { - "@oclif/core": "^2.0.2-beta.6" + "@oclif/core": "^2.0.7" }, "dependencies": { "@oclif/core": { - "version": "2.0.2-beta.10", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.0.2-beta.10.tgz", - "integrity": "sha512-FgJ5XHE6MjE7DOyQAcOZPD5Xs5cNOzP91zAQBkut8xhOkZA1NRQjv+7BczJqOTerXccohhTlu09pd7OAyDuitw==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.0.7.tgz", + "integrity": "sha512-pj7hIH8SBeH3qha47fmyqdaBdNVEqesRgnKFh8Ytdb4S41/4BYOiQuyQGuvnKgvicH6DMxp4FbM9EQEW46V9xw==", "requires": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index bf3709d..d837af2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "dependencies": { "@oclif/command": "1.8.21", "@oclif/config": "1.18.6", - "@oclif/plugin-help": "5.2.0", + "@oclif/plugin-help": "5.2.2", "css-loader": "6.7.3", "css-minimizer-webpack-plugin": "4.2.2", "eslint": "8.32.0",