Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2023
1 parent 1bb8b78 commit 49dda19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@oclif/core": "^2.9.3",
"@salesforce/core": "^3.34.8",
"@salesforce/kit": "^3.0.6",
"@salesforce/kit": "^3.0.11",
"@salesforce/sf-plugins-core": "^2.4.3",
"pinst": "^3.0.0",
"tslib": "^2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,13 +1055,13 @@
shx "^0.3.3"
tslib "^2.5.0"

"@salesforce/kit@^3.0.3", "@salesforce/kit@^3.0.6":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.6.tgz#8fcf95dae20dce62a6d490c64aeaec379b507696"
integrity sha512-NtEU8dJn/zbGEWUjStSPRAlF8rq8lrOGAOAfaacsufLcpZikQZ8nZd6YUOk1A2siokPXDFCXyJbjT76F1rClpw==
"@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.3":
version "3.0.11"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.11.tgz#d03160b658da9817c05e62479ca18283087a0fc0"
integrity sha512-ar44uFJfc/RCDWjz7LlrOtFCFHgNNUpddxe0eJCLqQuR/Xs3IlLZKuovWTx322Rzu+V9IIKrIdpz2IqA95/ClA==
dependencies:
"@salesforce/ts-types" "^2.0.5"
tslib "^2.6.0"
"@salesforce/ts-types" "^2.0.7"
tslib "^2.6.2"

"@salesforce/prettier-config@^0.0.3":
version "0.0.3"
Expand Down Expand Up @@ -1101,7 +1101,7 @@
dependencies:
tslib "^2.5.0"

"@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.5", "@salesforce/ts-types@^2.0.7":
"@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.7":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.7.tgz#02a6999d0b0e7bcd6c6d8ce621c79fa61af24701"
integrity sha512-8csXgstPuy6QXL3JavkIi/f8DOWHBNCvWeszrFu5sbVlcKO3YqOOCE+rDFGPkrZsYv5OywV6H8kEi877bWOz6Q==
Expand Down Expand Up @@ -7364,7 +7364,7 @@ tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.1, tslib@^2.6.2:
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
Expand Down

0 comments on commit 49dda19

Please sign in to comment.