Skip to content

Commit d421860

Browse files
committed
fix(deps): update dependency tslib to v2.3.0
1 parent 4ee22d6 commit d421860

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"simple-git": "2.39.0",
6363
"spdx-correct": "3.1.1",
6464
"spdx-license-list": "6.4.0",
65-
"tslib": "2.2.0",
65+
"tslib": "2.3.0",
6666
"typescript": "4.3.2",
6767
"xml-formatter": "2.4.0",
6868
"yarn": "1.22.10"

template/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@types/webpack-env": "1.16.0",
41-
"tslib": "2.2.0"
41+
"tslib": "2.3.0"
4242
},
4343
"eslintConfig": {
4444
"root": true,

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5916,11 +5916,16 @@ tslib@2.1.0:
59165916
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
59175917
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
59185918

5919-
tslib@2.2.0, "tslib@^1.11.2 || ^2.0.0", "tslib@^1.9.3 || ^2.0.0", tslib@^2.0.0:
5919+
tslib@2.2.0:
59205920
version "2.2.0"
59215921
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
59225922
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
59235923

5924+
tslib@2.3.0, "tslib@^1.11.2 || ^2.0.0", "tslib@^1.9.3 || ^2.0.0", tslib@^2.0.0:
5925+
version "2.3.0"
5926+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
5927+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
5928+
59245929
tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
59255930
version "1.14.1"
59265931
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)