Skip to content

Commit

Permalink
fix(deps): bump @salesforce/core from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/forcedotcom/sfdx-core/releases)
- [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/sfdx-core@4.1.2...4.1.3)

---
updated-dependencies:
- dependency-name: "@salesforce/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 6, 2023
1 parent a6b497b commit a07a82b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"!lib/**/*.map"
],
"dependencies": {
"@salesforce/core": "^4.0.1",
"@salesforce/core": "^4.1.3",
"@salesforce/kit": "^3.0.2",
"@salesforce/ts-types": "^2.0.2",
"@types/shelljs": "^0.8.12",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -542,16 +542,16 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/core@^4.0.1":
version "4.1.2"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.1.2.tgz#4ee0cf499abcf8bcc61b6e7362814d096c0b9a51"
integrity sha512-HWNmXp/rkNweTvAVaC05jYw36poS7BwRAyp8f7Ix3+XHQTPEpeUFwCuknudEJzapSI/Mwuhc5+ze3e3he7yQSw==
"@salesforce/core@^4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.1.3.tgz#b5093b6596520ea64e93ccb02dffc23031854ec8"
integrity sha512-OeSHraBz+2lZltVaKJjRwY1Wi/fn4A3JcLGoNB5iRtDt2GZzHQ9A+oD2uaPKKIbGeNr/xY2NPqZsp+EhyKYmtQ==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^3.0.2"
"@salesforce/schemas" "^1.5.1"
"@salesforce/ts-types" "^2.0.1"
"@types/semver" "^7.3.13"
"@types/semver" "^7.5.0"
ajv "^8.12.0"
archiver "^5.3.0"
change-case "^4.1.2"
Expand Down Expand Up @@ -794,7 +794,7 @@
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==

"@types/semver@^7.3.12", "@types/semver@^7.3.13":
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
version "7.5.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
Expand Down

0 comments on commit a07a82b

Please sign in to comment.