From a2a6f01e7cbd82321250050e07138514aa3b7b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 03:49:44 +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 2526173..64e6823 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "!lib/**/*.map" ], "dependencies": { - "@salesforce/core": "^7.0.0", + "@salesforce/core": "^7.2.0", "@salesforce/kit": "^3.1.0", "applicationinsights": "^2.9.5", "got": "^11", diff --git a/yarn.lock b/yarn.lock index c80c462..999ce3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -670,10 +670,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"