Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 4, 2023
1 parent 3d24e8a commit 18902d8
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 @@ -29,7 +29,7 @@
"test:only": "wireit"
},
"dependencies": {
"@salesforce/ts-types": "^2.0.2",
"@salesforce/ts-types": "^2.0.3",
"tslib": "^2.5.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,12 @@
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==

"@salesforce/ts-types@^2.0.2":
version "2.0.2"
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.2.tgz#44c2ab3a765b57a9a285f2be31a661ac5b373ac3"
integrity sha512-FxQnTtdn9mcnGpc6qxQbpP+0CnDY1OcMNM+QL+TgC5uSyxnzo6vBrK7OenrK9jdgfvJZAKH1PjeAj2QahbpBwQ==
"@salesforce/ts-types@^2.0.3":
version "2.0.3"
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.3.tgz#ae944fce71e3fc4c154592f3ee56496d2b6c9d5e"
integrity sha512-PWxNB1GhlX045GN6TQ8HRvJudVpm3SE/v3520itBSCXSM+iBSQ09YIxT6EO2XXGwofQBXlQqN5hsXVI5+uFazg==
dependencies:
tslib "^2.5.2"
tslib "^2.5.3"

"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
version "1.8.3"
Expand Down Expand Up @@ -3414,10 +3414,10 @@ tslib@^1.8.1:
version "1.14.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"

tslib@^2.5.2:
version "2.5.2"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
tslib@^2.5.2, tslib@^2.5.3:
version "2.5.3"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==

tsutils@^3.21.0:
version "3.21.0"
Expand Down

0 comments on commit 18902d8

Please sign in to comment.