From 3825460312ec98e0e9c29383c44537952bf51f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:50:11 +0000 Subject: [PATCH] fix(deps): bump @salesforce/core from 6.7.1 to 6.7.3 Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 6.7.1 to 6.7.3. - [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/6.7.1...6.7.3) --- 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 816c96a..2bbfc71 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "!lib/**/*.map" ], "dependencies": { - "@salesforce/core": "^6.7.1", + "@salesforce/core": "^6.7.3", "@salesforce/ts-types": "^2.0.9", "applicationinsights": "^2.9.5", "got": "^11", diff --git a/yarn.lock b/yarn.lock index 82e59d5..bf0b039 100644 --- a/yarn.lock +++ b/yarn.lock @@ -665,10 +665,10 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@salesforce/core@^6.7.1": - version "6.7.1" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.1.tgz#4dcfb62bc3d488462ea6e9438ff092cf202c1696" - integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w== +"@salesforce/core@^6.7.3": + version "6.7.3" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268" + integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q== dependencies: "@salesforce/kit" "^3.0.15" "@salesforce/schemas" "^1.6.1"