Skip to content

Commit c360bc5

Browse files
committed
fix(deps): update dependency tslib to v2.3.0
1 parent 85d6fbc commit c360bc5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"rxjs": "~6.6.7",
3636
"stream": "^0.0.2",
3737
"timers": "0.1.1",
38-
"tslib": "2.2.0",
38+
"tslib": "2.3.0",
3939
"xml2js": "0.4.23",
4040
"zone.js": "~0.11.4"
4141
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -12337,6 +12337,11 @@ [email protected], tslib@^2.1.0:
1233712337
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
1233812338
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
1233912339

12340+
[email protected], tslib@^2.0.1, tslib@^2.2.0:
12341+
version "2.3.0"
12342+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
12343+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
12344+
1234012345
tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
1234112346
version "1.14.1"
1234212347
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -12347,11 +12352,6 @@ tslib@^2.0.0:
1234712352
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1234812353
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1234912354

12350-
tslib@^2.0.1, tslib@^2.2.0:
12351-
version "2.3.0"
12352-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
12353-
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
12354-
1235512355
tslint@~6.1.0:
1235612356
version "6.1.3"
1235712357
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"

0 commit comments

Comments
 (0)