Skip to content

Commit

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

---
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 25, 2022
1 parent f196cff commit 1f1e22b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@salesforce/core": "^3.30.2",
"@salesforce/kit": "^1.5.42",
"@salesforce/kit": "^1.6.1",
"@salesforce/ts-types": "^1.5.21",
"@types/shelljs": "^0.8.11",
"archiver": "^5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -643,12 +643,12 @@
typedoc-plugin-missing-exports "0.23.0"
typescript "^4.1.3"

"@salesforce/kit@^1.5.41", "@salesforce/kit@^1.5.42":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.6.0.tgz#0305dea2c9847d4b08068c4a9d436da5c9a5ce5e"
integrity sha512-8VZvWYl61jBaUIqo+pNoDvVqaZKPmqauvkhJHvcr/+D7+EXsjne9PDMggy5mNQJvonD6iegR/h3BqcWrppSaeQ==
"@salesforce/kit@^1.5.41", "@salesforce/kit@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.6.1.tgz#73a16205f957e527b2cc9bfcebc55b6880f3169b"
integrity sha512-ZuQrzUo1jili5xl9LbJOsIra07C4FIRy5f9PLGi8lXEKGIJ2qg21VCLlREGV5tz5Qm1aYsCYW9rjQQzME1ou8Q==
dependencies:
"@salesforce/ts-types" "^1.5.20"
"@salesforce/ts-types" "^1.5.21"
shx "^0.3.3"
tslib "^2.2.0"

Expand Down

0 comments on commit 1f1e22b

Please sign in to comment.