Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7e12e01

Browse files
authoredSep 1, 2023
chore(deps): update dependency tslib to v2.6.2
1 parent ccfe9f5 commit 7e12e01

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"redux": "4.1.2",
4444
"semantic-release": "19.0.2",
4545
"tsdx": "0.14.1",
46-
"tslib": "2.3.1",
46+
"tslib": "2.6.2",
4747
"typescript": "4.5.5"
4848
},
4949
"dependencies": {},

‎yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7823,16 +7823,21 @@ tslib@2.0.1:
78237823
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
78247824
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
78257825

7826-
tslib@2.3.1, tslib@^2.0.3:
7827-
version "2.3.1"
7828-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
7829-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
7826+
tslib@2.6.2:
7827+
version "2.6.2"
7828+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
7829+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
78307830

78317831
tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
78327832
version "1.14.1"
78337833
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
78347834
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
78357835

7836+
tslib@^2.0.3:
7837+
version "2.3.1"
7838+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
7839+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
7840+
78367841
tsutils@^3.21.0:
78377842
version "3.21.0"
78387843
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)
Please sign in to comment.