Skip to content

Commit e1ec82a

Browse files
committed
fix(deps): update dependency tslib to v2.3.1
1 parent bd07bdf commit e1ec82a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Matthias Rolke @amtrack",
66
"bugs": "https://github.com/mdapi-issues/listmetadata-standardvalueset/issues",
77
"dependencies": {
8-
"tslib": "2.1.0"
8+
"tslib": "2.3.1"
99
},
1010
"devDependencies": {
1111
"@salesforce/core": "*",

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -6668,16 +6668,21 @@ [email protected]:
66686668
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
66696669
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
66706670

6671-
tslib@2.1.0, tslib@^2, tslib@^2.1.0:
6672-
version "2.1.0"
6673-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
6674-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
6671+
tslib@2.3.1:
6672+
version "2.3.1"
6673+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6674+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
66756675

66766676
tslib@^1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
66776677
version "1.14.1"
66786678
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
66796679
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
66806680

6681+
tslib@^2, tslib@^2.1.0:
6682+
version "2.1.0"
6683+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
6684+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
6685+
66816686
tslib@^2.0.0:
66826687
version "2.0.3"
66836688
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)