From 883d8063b642f0bf3c1066e845acbb36cb3210cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Nov 2022 05:47:47 +0000 Subject: [PATCH] fix(deps): bump @salesforce/core from 3.32.1 to 3.32.2 Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 3.32.1 to 3.32.2. - [Release notes](https://github.com/forcedotcom/sfdx-core/releases) - [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/forcedotcom/sfdx-core/compare/3.32.1...3.32.2) --- updated-dependencies: - dependency-name: "@salesforce/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ee3a696..f066eed9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { "@oclif/core": "^1.16.4", - "@salesforce/core": "^3.32.1", + "@salesforce/core": "^3.32.2", "@salesforce/kit": "^1.7.1", "@salesforce/sf-plugins-core": "^1.19.0", "change-case": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index cc7aee3d..45e3001a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -941,10 +941,10 @@ strip-ansi "6.0.1" ts-retry-promise "^0.7.0" -"@salesforce/core@^3.32.1", "@salesforce/core@^3.8.0": - version "3.32.1" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.32.1.tgz#1a338a1985c58c1be819f99c6b33b24b32817cbe" - integrity sha512-hVcweKGy1CS3t0duS+0jxGVou5ZoQMXRZPQmcz1FyW31Oef5U07rhs3wTrwJqhCPHL817R/gm5V9wSRNcYdDtA== +"@salesforce/core@^3.32.1", "@salesforce/core@^3.32.2", "@salesforce/core@^3.8.0": + version "3.32.2" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.32.2.tgz#ea4f9cb4df59b77517aafaafbf188a654d2b25d9" + integrity sha512-KQCserM6EWx4NQUzNMh34XXPUR5wV0IEItMg1kCrEhUq9FyXtW2KQWYgrTHeyAIYl9a0bUgcj6VDba1ADSsVYA== dependencies: "@salesforce/bunyan" "^2.0.0" "@salesforce/kit" "^1.8.0"