Skip to content

Commit c90cbb5

Browse files
fix(deps): bump @salesforce/ts-types from 2.0.3 to 2.0.4
Bumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 2.0.3 to 2.0.4. - [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.3...2.0.4) --- 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>
1 parent 505b53a commit c90cbb5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"dependencies": {
3838
"@salesforce/core": "^4.3.5",
39-
"@salesforce/ts-types": "^2.0.2",
39+
"@salesforce/ts-types": "^2.0.4",
4040
"applicationinsights": "^2.7.0",
4141
"axios": "^1.4.0"
4242
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -728,12 +728,12 @@
728728
sinon "^5.1.1"
729729
tslib "^2.5.3"
730730

731-
"@salesforce/ts-types@^2.0.1", "@salesforce/ts-types@^2.0.2":
732-
version "2.0.3"
733-
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.3.tgz#ae944fce71e3fc4c154592f3ee56496d2b6c9d5e"
734-
integrity sha512-PWxNB1GhlX045GN6TQ8HRvJudVpm3SE/v3520itBSCXSM+iBSQ09YIxT6EO2XXGwofQBXlQqN5hsXVI5+uFazg==
731+
"@salesforce/ts-types@^2.0.1", "@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.4":
732+
version "2.0.4"
733+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.4.tgz#3508082ca86edd8880123204f60c0914370533d2"
734+
integrity sha512-rdpqka+oEhSU0t672LSo2VWiEw/LX4YoGaeciiTZidwmTkGxSCN/JPz+AQdnRagj32sKeVaaeC5JhOYs7uBzNg==
735735
dependencies:
736-
tslib "^2.5.3"
736+
tslib "^2.6.0"
737737

738738
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
739739
version "1.8.3"
@@ -4708,10 +4708,10 @@ tslib@^1.8.1, tslib@^1.9.0:
47084708
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
47094709
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
47104710

4711-
tslib@^2.0.3, tslib@^2.2.0, tslib@^2.5.2, tslib@^2.5.3:
4712-
version "2.5.3"
4713-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
4714-
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
4711+
tslib@^2.0.3, tslib@^2.2.0, tslib@^2.5.2, tslib@^2.5.3, tslib@^2.6.0:
4712+
version "2.6.0"
4713+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
4714+
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
47154715

47164716
tsutils@^3.21.0:
47174717
version "3.21.0"

0 commit comments

Comments
 (0)