Skip to content

Commit 344a34b

Browse files
fix(deps): bump @salesforce/core from 5.2.0 to 5.2.1
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/forcedotcom/sfdx-core/releases) - [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md) - [Commits](forcedotcom/sfdx-core@5.2.0...5.2.1) --- updated-dependencies: - dependency-name: "@salesforce/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9513c44 commit 344a34b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"!lib/**/*.map"
4040
],
4141
"dependencies": {
42-
"@salesforce/core": "^5.2.0",
42+
"@salesforce/core": "^5.2.1",
4343
"@salesforce/ts-types": "^2.0.6",
4444
"applicationinsights": "^2.7.3",
4545
"got": "^11",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -634,12 +634,12 @@
634634
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz#3bafb5de3e20e841dff6cb3c66f4d6e9694c4241"
635635
integrity sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==
636636

637-
"@salesforce/core@^5.2.0":
638-
version "5.2.0"
639-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.0.tgz#7d18439abe3d33432bae1ec9edc700430ae4ca4a"
640-
integrity sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==
637+
"@salesforce/core@^5.2.1":
638+
version "5.2.1"
639+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.1.tgz#299bddae7d0705c773b194be8994e5730735e2b4"
640+
integrity sha512-QMx11A0KA/Vl+Ckmz83cw+fiUCMOmsUD8CA3987wAkfJOgxtqyhT4R1R8tj7ad8flQydKUyL3o4UE/2u82tXOw==
641641
dependencies:
642-
"@salesforce/kit" "^3.0.6"
642+
"@salesforce/kit" "^3.0.9"
643643
"@salesforce/schemas" "^1.6.0"
644644
"@salesforce/ts-types" "^2.0.5"
645645
"@types/semver" "^7.5.0"
@@ -701,12 +701,12 @@
701701
typescript "^4.9.5"
702702
wireit "^0.9.5"
703703

704-
"@salesforce/kit@^3.0.6":
705-
version "3.0.7"
706-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.7.tgz#26c29cd73c355b457511b6fdc9baca9d0cfd4d48"
707-
integrity sha512-D8J+4lZnlPrsUm4GRWbFGtHvkA3abUTQ1DQBGsgT/dvX+J8KtPPlpMJ7I8v1feMWm6wKhB4yoqAcZgiQMLS9jg==
704+
"@salesforce/kit@^3.0.9":
705+
version "3.0.9"
706+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.9.tgz#6674559e27914a9c79dd4283eb94eaea6177fe87"
707+
integrity sha512-L9xeKGdwT4q40JOZteUWgyul+xpRENNIVg336cgXYrFWs+/+7hrWlV4YZdMkLg9WRCZb1HjERJ9gHNiEKXXriA==
708708
dependencies:
709-
"@salesforce/ts-types" "^2.0.5"
709+
"@salesforce/ts-types" "^2.0.6"
710710
tslib "^2.6.1"
711711

712712
"@salesforce/prettier-config@^0.0.3":

0 commit comments

Comments
 (0)