From b39477f3edf0d38f930ee8c338ead93612bd8938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:59:35 +0000 Subject: [PATCH] fix(deps): bump @salesforce/sf-plugins-core from 7.1.14 to 7.1.16 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] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ad02a63..046ae41 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@oclif/core": "^3.22.0", "@salesforce/core": "^6.7.0", - "@salesforce/sf-plugins-core": "^7.1.14", + "@salesforce/sf-plugins-core": "^7.1.16", "@salesforce/source-deploy-retrieve": "^10.5.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b3e196c..ecf65d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1469,10 +1469,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.22.0": - version "3.22.0" - resolved "https://registry.npmjs.org/@oclif/core/-/core-3.22.0.tgz" - integrity sha512-w7V1la5PAS5Ojr5aOG904A245kdVJRMcvgcRr3NG28EX2vIm7jkg71gIULlbvhDrFRzljH2iX2VYqF7ho3x8GQ== +"@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.22.0", "@oclif/core@^3.23.0": + version "3.26.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279" + integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2" @@ -1746,14 +1746,14 @@ resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.1.tgz" integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig== -"@salesforce/sf-plugins-core@^7.1.14": - version "7.1.14" - resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz" - 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"