Skip to content

Commit

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

---
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 Jan 21, 2023
1 parent b585dda commit 4538803
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@oclif/core": "^1.25.0",
"@salesforce/core": "^3.32.11",
"@salesforce/kit": "^1.8.0",
"@salesforce/kit": "^1.8.3",
"@salesforce/schemas": "^1.4.0",
"@salesforce/source-deploy-retrieve": "^7.5.19",
"@salesforce/ts-types": "^1.7.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -796,12 +796,12 @@
typedoc-plugin-missing-exports "0.23.0"
typescript "^4.1.3"

"@salesforce/kit@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.8.0.tgz#d5b8d83d5b0b866cb76840dc7a18e115589d86a0"
integrity sha512-Pr9CWAIzVYKZRWvM76lyhEtF3CPmVdIfgbqRD7KT/YZdbLstX3KHYBxCyx3TyWZr5qROv96n+jRIBiIFI9LGGw==
"@salesforce/kit@^1.8.0", "@salesforce/kit@^1.8.3":
version "1.8.3"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.8.3.tgz#b590b78a8618494c51534598a7eb0683ba0da3f2"
integrity sha512-p+0tWR2pyCAIjZwDXGhrYFPuLckX9fP3Xa6Jync9POeQBfDGyK9CRd1eaiWj+6BeDS9kwvgm5M6o+OptIEhEjw==
dependencies:
"@salesforce/ts-types" "^1.7.1"
"@salesforce/ts-types" "^1.7.2"
shx "^0.3.3"
tslib "^2.2.0"

Expand Down Expand Up @@ -843,10 +843,10 @@
sinon "^5.1.1"
tslib "^2.2.0"

"@salesforce/ts-types@^1.5.21", "@salesforce/ts-types@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.1.tgz#86b0d0c3bfd5c9b1752662a019a3d2f3bc8ff118"
integrity sha512-jwZb8fYxbOmEckoJTxG2+5ZEJNJOFxmRJ/FioPnSu4IMFzpK3QbyujfqpHwLfPKHq0xlKRMx+F8QAVVKI/PA4w==
"@salesforce/ts-types@^1.5.21", "@salesforce/ts-types@^1.7.1", "@salesforce/ts-types@^1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.2.tgz#ab40399d291c7eca57efc9890daf2fa2632197ec"
integrity sha512-eCpWKEb03UCKBJ6Svp0Vwcwt+fG6BQbopO4x5wt6CYeT8Rjt0dbDQicZPmVL59j2qyt3Q4Y4EYsxXUGZmdfvDw==
dependencies:
tslib "^2.4.1"

Expand Down

0 comments on commit 4538803

Please sign in to comment.