From 339f4773f418d98f616f44a5d4c2353677331ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 03:46:08 -0500 Subject: [PATCH] chore(dev-deps): bump @salesforce/plugin-command-reference (#413) Bumps [@salesforce/plugin-command-reference](https://github.com/salesforcecli/plugin-command-reference) from 3.0.72 to 3.0.75. - [Release notes](https://github.com/salesforcecli/plugin-command-reference/releases) - [Changelog](https://github.com/salesforcecli/plugin-command-reference/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/plugin-command-reference/compare/3.0.72...3.0.75) --- updated-dependencies: - dependency-name: "@salesforce/plugin-command-reference" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 737c0318..32703bf5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@oclif/plugin-command-snapshot": "^5.1.4", "@salesforce/cli-plugins-testkit": "^5.1.14", "@salesforce/dev-scripts": "^8.5.0", - "@salesforce/plugin-command-reference": "^3.0.72", + "@salesforce/plugin-command-reference": "^3.0.75", "@salesforce/ts-sinon": "^1.4.19", "@types/lodash.get": "^4.4.9", "eslint-plugin-mocha": "^10.4.1", diff --git a/yarn.lock b/yarn.lock index 03921bd1..e9b51bea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1286,7 +1286,7 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@3.26.0", "@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0": +"@oclif/core@3.26.0", "@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0": version "3.26.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279" integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA== @@ -1452,14 +1452,14 @@ "@salesforce/ts-types" "^2.0.9" tslib "^2.6.2" -"@salesforce/plugin-command-reference@^3.0.72": - version "3.0.72" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.72.tgz#00f803b1d283ea4d3153cd7b64ec1c9c6690c554" - integrity sha512-mHi+qCU1uCnOG7IUBFDvMEuBK//DDkO/XYts7a1uOHYzGGASHUPSph1dsq0OpbaTwVUFczpid+/zHjBi1ABYmQ== +"@salesforce/plugin-command-reference@^3.0.75": + version "3.0.75" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.75.tgz#b3c1fe3075fab98b471d54e94163806172f2358c" + integrity sha512-tkW3cC9WhCwhuGDZxCp4dEzeKbfrg9CZuVw3FsJiTCEdj65mOI0+tloMU+yOOyOXb4jm956FOtdLFKkZy2pwkA== dependencies: - "@oclif/core" "^3.20.0" - "@salesforce/core" "^6.7.3" - "@salesforce/kit" "^3.0.15" + "@oclif/core" "^3.26.0" + "@salesforce/core" "^6.7.6" + "@salesforce/kit" "^3.1.0" "@salesforce/sf-plugins-core" "^5.0.13" "@salesforce/ts-types" "^2.0.9" chalk "^4"