From c382dacb55bb33dd1f7eeb61640d6151dba206ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 08:46:52 +0000 Subject: [PATCH] fix(deps): bump @salesforce/sf-plugins-core from 2.0.1 to 2.2.3 Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 2.0.1 to 2.2.3. - [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/2.0.1...2.2.3) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-type: direct:production update-type: version-update:semver-minor ... 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 8807617b..27b1cf2b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@heroku/project-descriptor": "0.0.6", "@oclif/core": "^2.1.6", "@salesforce/core": "^3.33.4", - "@salesforce/sf-plugins-core": "^2.0.1", + "@salesforce/sf-plugins-core": "^2.2.3", "@salesforce/ts-types": "^1.7.3", "axios": "^0.27.2", "axios-debug-log": "^0.8.4", diff --git a/yarn.lock b/yarn.lock index b2a197aa..6e3d333e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -820,7 +820,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7": +"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7", "@oclif/core@^2.2.1": version "2.3.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.0.tgz#f63071a8116118ae02e457ac1d28a7649904aecf" integrity sha512-xA53NIZDqz9nuxyCMA5Pz5b1RSgyTNWbtOdwbUJeZa/ajtVrVO9yA8k/4vJRsffUuLyP8tNbh4cH3DDZKwIFnw== @@ -1279,12 +1279,12 @@ resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.5.0.tgz#8bfe2cb5d7cb29d3394b3b9cfb71bb527009c82c" integrity sha512-EKFBURBuON7cj8XZCW+ybeSRRw7wUP1XUXZVHzFgx8KiYmSeGiRHBYbDjQOsQMho2uOLsTozMPEt2ehYnji0YA== -"@salesforce/sf-plugins-core@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.0.1.tgz#079d6cc200ea53ce7fb60aafb5eaf5f2b48e46c9" - integrity sha512-vT4Y9n/4lStSWrfMAlgQB/XzwJAYK6ibcsFykHNCl86NCoebVGzg5KDIxYjHpidrt2PG/nPk7NL9iBtTH/p8Yg== +"@salesforce/sf-plugins-core@^2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.2.3.tgz#f491156fbd83b18d01d943a43396a57009d10b42" + integrity sha512-B+ITa19o2ChAQXWNjmqxtXy7Bn0+dOcFwxqUhVR4YJ7wBzgvvGQ/pvG/WOah+v/uza91Jqfokq59D14fNAQfPw== dependencies: - "@oclif/core" "^2.0.7" + "@oclif/core" "^2.2.1" "@salesforce/core" "^3.33.1" "@salesforce/kit" "^1.8.3" "@salesforce/ts-types" "^1.7.1"