From ca3bf8be31e7b2db434193e05e49419b73308bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:46:50 +0000 Subject: [PATCH] chore(dev-deps): bump @salesforce/plugin-command-reference Bumps [@salesforce/plugin-command-reference](https://github.com/salesforcecli/plugin-command-reference) from 3.0.68 to 3.0.69. - [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.68...3.0.69) --- updated-dependencies: - dependency-name: "@salesforce/plugin-command-reference" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2c2bf4e7..811142ac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@oclif/plugin-command-snapshot": "^5.0.9", "@salesforce/cli-plugins-testkit": "^5.1.9", "@salesforce/dev-scripts": "^8.4.1", - "@salesforce/plugin-command-reference": "^3.0.68", + "@salesforce/plugin-command-reference": "^3.0.69", "@salesforce/ts-types": "^2.0.9", "@types/chai-as-promised": "^7.1.8", "@types/chai-string": "^1.4.5", diff --git a/yarn.lock b/yarn.lock index 9e59fdb6..b82253c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1704,7 +1704,7 @@ node-gyp "^8.2.0" read-package-json-fast "^2.0.1" -"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0": +"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0": version "3.20.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554" integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A== @@ -1969,12 +1969,12 @@ "@salesforce/ts-types" "^2.0.9" tslib "^2.6.2" -"@salesforce/plugin-command-reference@^3.0.68": - version "3.0.68" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.68.tgz#10761fb48f5346bdd3ed0c8e2f6cfaaaf32d1eca" - integrity sha512-tsAcHX2/wXIymRwUj+VEOfcX3Yz3G8wg2wCFI6pUGiEgz+6StVRXhG/lwRxNp+xHAxDmohW1FFNTQVeeJwCGqg== +"@salesforce/plugin-command-reference@^3.0.69": + version "3.0.69" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz#e187706e6751a27d99047f8fe5b42cda8c6a8819" + integrity sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg== dependencies: - "@oclif/core" "^3.19.1" + "@oclif/core" "^3.19.6" "@salesforce/core" "^6.5.3" "@salesforce/kit" "^3.0.15" "@salesforce/sf-plugins-core" "^5.0.13"