From 8419a94b9d5f3f8d56597065ac976ae8c84dcdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 06:44:10 +0000 Subject: [PATCH] fix(deps): bump @salesforce/core from 7.0.0 to 7.2.0 Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 7.0.0 to 7.2.0. - [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/7.0.0...7.2.0) --- updated-dependencies: - dependency-name: "@salesforce/core" dependency-type: direct:production update-type: version-update:semver-minor ... 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 313918f9..c45b3230 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "!lib/**/*.map" ], "dependencies": { - "@salesforce/core": "^7.0.0", + "@salesforce/core": "^7.2.0", "@salesforce/kit": "^3.1.0", "@salesforce/ts-types": "^2.0.9", "@types/shelljs": "^0.8.15", diff --git a/yarn.lock b/yarn.lock index 5b3602d7..53111750 100644 --- a/yarn.lock +++ b/yarn.lock @@ -549,10 +549,10 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@salesforce/core@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.0.0.tgz#f680cff11192cdf939067959908613365bf4bf2e" - integrity sha512-yoZFx1jC75D4uGLGRNKIzxS2W+AHExFD4wT9whLox1c2B48nxZjaEB2zB3d9dBtoZcVD5KI5AvmPGJ7eyPnLHA== +"@salesforce/core@^7.2.0": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676" + integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw== dependencies: "@jsforce/jsforce-node" "^3.1.0" "@salesforce/kit" "^3.1.0"