Skip to content

Commit f453bd4

Browse files
committed
fix(deps): update dependency tslib to v2.4.0
1 parent 42d620d commit f453bd4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"ignore": "5.2.0",
3636
"mri": "1.2.0",
3737
"ora": "5.4.1",
38-
"tslib": "2.3.1",
38+
"tslib": "2.4.0",
3939
"unknown": "0.2.5"
4040
},
4141
"peerDependencies": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5544,11 +5544,16 @@ tslib@2.3.0:
55445544
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
55455545
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
55465546

5547-
tslib@2.3.1, "tslib@^1.9.3 || ^2.0.0 || ^2.1.0", tslib@^2.0.0:
5547+
tslib@2.3.1:
55485548
version "2.3.1"
55495549
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
55505550
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
55515551

5552+
tslib@2.4.0, "tslib@^1.9.3 || ^2.0.0 || ^2.1.0", tslib@^2.0.0:
5553+
version "2.4.0"
5554+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5555+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
5556+
55525557
tslib@^1.9.0:
55535558
version "1.14.1"
55545559
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)