From be5ef9bc85af45927048dacc3b204b44f48f10f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:46:15 -0500 Subject: [PATCH] fix(deps): bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.16 (#399) Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 7.1.14 to 7.1.16. - [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases) - [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.14...7.1.16) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cd4f92a1..7bf3ed51 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@oclif/plugin-help": "^6.0.17", "@salesforce/core": "^6.7.1", "@salesforce/kit": "^3.0.15", - "@salesforce/sf-plugins-core": "^7.1.14", + "@salesforce/sf-plugins-core": "^7.1.16", "@salesforce/ts-types": "^2.0.9", "chalk": "^5.3.0", "lodash.get": "^4.4.2", diff --git a/yarn.lock b/yarn.lock index 63aea203..b4f0ea55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1827,7 +1827,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.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": version "3.25.2" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973" integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA== @@ -2131,14 +2131,14 @@ chalk "^4" inquirer "^8.2.5" -"@salesforce/sf-plugins-core@^7.1.14": - version "7.1.14" - resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz#5f07316a602b4c5d44c09bc74c294d7df9e2e260" - integrity sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug== +"@salesforce/sf-plugins-core@^7.1.16": + version "7.1.16" + resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz#a68673560f01421ac18a0bc1d4687abc35e11234" + integrity sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw== dependencies: "@inquirer/confirm" "^2.0.17" "@inquirer/password" "^1.1.16" - "@oclif/core" "^3.19.6" + "@oclif/core" "^3.23.0" "@salesforce/core" "^6.6.0" "@salesforce/kit" "^3.0.15" "@salesforce/ts-types" "^2.0.9"