From 2d31b0ebb568dfc2e3dc8d763181c74067cb39e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:32:28 +0000 Subject: [PATCH] fix(deps): bump @salesforce/sf-plugins-core from 3.1.14 to 3.1.15 Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 3.1.14 to 3.1.15. - [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/3.1.14...3.1.15) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f938bc8b..a704e637 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@oclif/core": "^2.11.7", "@salesforce/core": "^5.2.0", "@salesforce/kit": "^3.0.9", - "@salesforce/sf-plugins-core": "^3.1.14", + "@salesforce/sf-plugins-core": "^3.1.15", "@salesforce/ts-types": "^2.0.6", "chalk": "^4", "handlebars": "^4.7.8", diff --git a/yarn.lock b/yarn.lock index 839c21e2..2def34af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -980,14 +980,14 @@ resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561" integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA== -"@salesforce/sf-plugins-core@^3.1.14": - version "3.1.14" - resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.14.tgz#b2ca3bacfdfe338ccceafc2b92b968aa0780be4b" - integrity sha512-8tVZoJdTrE77ZEqj3Nh2T0oXB8AEB5o22ffYraeSrUZtGh6lH8feZ8bxAVN1z6wIT9vXW3GhXrqR22UZYDl4ng== +"@salesforce/sf-plugins-core@^3.1.14", "@salesforce/sf-plugins-core@^3.1.15": + version "3.1.15" + resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.15.tgz#85c4563036e1bcd804b656eab36a05caf86db3fa" + integrity sha512-HEMLwu6RnMRcymZQlwogXgRCXJfMNmz41yErYo9yRVqmjRIJq4QYh/8d9XmQ8A6wsdWVZP9O+RCwShQIzIvaxQ== dependencies: "@oclif/core" "^2.11.1" "@salesforce/core" "^5.1.0" - "@salesforce/kit" "^3.0.6" + "@salesforce/kit" "^3.0.9" "@salesforce/ts-types" "^2.0.5" chalk "^4" inquirer "^8.2.5"