From 4661225549588806131cab76c701ef01fa63b0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:37:58 +0000 Subject: [PATCH] fix(deps): bump @salesforce/core from 4.3.10 to 4.3.11 Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 4.3.10 to 4.3.11. - [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/4.3.10...4.3.11) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 50008060f..145faab27 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@oclif/core": "^2.9.3", - "@salesforce/core": "^4.3.10", + "@salesforce/core": "^4.3.11", "@salesforce/kit": "^3.0.5", "@salesforce/ts-types": "^2.0.5", "chalk": "^4", diff --git a/yarn.lock b/yarn.lock index 444445fa6..76822cc25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -588,10 +588,10 @@ mv "~2" safe-json-stringify "~1" -"@salesforce/core@^4.3.10", "@salesforce/core@^4.3.7": - version "4.3.10" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.10.tgz#d3ada1411c41fbd182fbfbe6a7ab4cf5bc6afb9f" - integrity sha512-xWwn9cSMXVSGobcROajVWNcEZ4QY3KbaSyZe7swXJtulJ26CB1Fv3QJB8RxStrj0XaXwt8m1nuiBwh03DTvCKg== +"@salesforce/core@^4.3.11", "@salesforce/core@^4.3.7": + version "4.3.11" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.11.tgz#3fde6affd77f56ee1915b4a2d594ea424ce84817" + integrity sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A== dependencies: "@salesforce/bunyan" "^2.0.0" "@salesforce/kit" "^3.0.4" @@ -605,7 +605,7 @@ form-data "^4.0.0" js2xmlparser "^4.0.1" jsforce "^2.0.0-beta.27" - jsonwebtoken "9.0.0" + jsonwebtoken "9.0.1" jszip "3.10.1" proper-lockfile "^4.1.2" ts-retry-promise "^0.7.0" @@ -3302,10 +3302,10 @@ jsonparse@^1.2.0: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -jsonwebtoken@9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d" - integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw== +jsonwebtoken@9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145" + integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg== dependencies: jws "^3.2.2" lodash "^4.17.21"