From b266e01f0a4ebfa80cff646687d6acb0322cd630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:51:39 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-help from 6.2.3 to 6.2.4 Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.3 to 6.2.4. - [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/6.2.3...6.2.4) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2a3c2ea..2c48e4a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lightning-flow-scanner", - "version": "2.28.1", + "version": "2.28.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lightning-flow-scanner", - "version": "2.28.1", + "version": "2.28.3", "license": "AGPL-3.0", "dependencies": { "@oclif/core": "^4.0.7", @@ -21,7 +21,7 @@ "xml2js": "^0.6.2" }, "devDependencies": { - "@oclif/plugin-help": "^6.2.3", + "@oclif/plugin-help": "^6.2.4", "@oclif/test": "^4.0.4", "@salesforce/dev-config": "^4.2.0", "@salesforce/ts-sinon": "^1.4.22", @@ -2192,9 +2192,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/@oclif/plugin-help": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.3.tgz", - "integrity": "sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.4.tgz", + "integrity": "sha512-0UrLxHseBuwh3JVRluJFe1eT1OT5dBvbwcbAYVO8uNi/ctmaWCAw4j737l8BFnf01GpDsloSAWyEX4dtG0P1zg==", "dev": true, "dependencies": { "@oclif/core": "^4" diff --git a/package.json b/package.json index ddfaa645..1f03ebd3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "xml2js": "^0.6.2" }, "devDependencies": { - "@oclif/plugin-help": "^6.2.3", + "@oclif/plugin-help": "^6.2.4", "@oclif/test": "^4.0.4", "@salesforce/dev-config": "^4.2.0", "@salesforce/ts-sinon": "^1.4.22",