Skip to content

Commit 76ae809

Browse files
fix(deps): bump tslib from 2.3.1 to 2.4.1
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.1 to 2.4.1. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@2.3.1...2.4.1) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8eb96ae commit 76ae809

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"load-json-file": "^5.3.0",
1515
"npm-run-path": "^4.0.1",
1616
"semver": "^7.3.8",
17-
"tslib": "^2.0.0",
17+
"tslib": "^2.4.1",
1818
"yarn": "^1.22.18"
1919
},
2020
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5000,10 +5000,10 @@ tslib@^1.8.1, tslib@^1.9.0:
50005000
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
50015001
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
50025002

5003-
tslib@^2, tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.1:
5004-
version "2.3.1"
5005-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
5006-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
5003+
tslib@^2, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.1:
5004+
version "2.4.1"
5005+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
5006+
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
50075007

50085008
tsutils@^3.21.0:
50095009
version "3.21.0"

0 commit comments

Comments
 (0)