Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2023
1 parent 214b6dc commit bdd899f
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 @@ -45,7 +45,7 @@
],
"dependencies": {
"@salesforce/core": "^4.3.7",
"@salesforce/kit": "^3.0.2",
"@salesforce/kit": "^3.0.5",
"@salesforce/ts-types": "^2.0.2",
"@types/shelljs": "^0.8.12",
"debug": "^4.3.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,12 +613,12 @@
typescript "^4.9.5"
wireit "^0.9.5"

"@salesforce/kit@^3.0.2", "@salesforce/kit@^3.0.3":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.4.tgz#c9cbe65d530340e9b0966f4380ccc2bbaa41a57a"
integrity sha512-i+0/JlysWEhFyqSxFAuptdCs3aVLxaL2e3vDsur4gRkb+AtyzFwJH68ZpqWJI8HiZdSVCMksNXWiuHBS5PpErg==
"@salesforce/kit@^3.0.3", "@salesforce/kit@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.5.tgz#0792daff4f45e1c0e0667735988815e3a01d20fb"
integrity sha512-Vwryx7v5z0JTV+IdoxnKFArFyVfyKPClmIXtwEH3O6uZd1mDZAp7Y3aJPoKNWgfBtQaxRalc3W5heuC1lTa5SA==
dependencies:
"@salesforce/ts-types" "^2.0.3"
"@salesforce/ts-types" "^2.0.4"
tslib "^2.6.0"

"@salesforce/prettier-config@^0.0.3":
Expand All @@ -640,7 +640,7 @@
sinon "^5.1.1"
tslib "^2.6.0"

"@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.3", "@salesforce/ts-types@^2.0.4":
"@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.4":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.5.tgz#5471236522588e08c094fc3fda27761e6ec935fa"
integrity sha512-X91De9ZK/X86lYcFAzoAt/pPeY6Lf+G7LyAJRx3FuYpdc+nocvniUnnJGXwSmyKMMxW2NifvQgST7FTZLZ5REA==
Expand Down

0 comments on commit bdd899f

Please sign in to comment.