Skip to content

Commit aa8a12e

Browse files
authoredJul 22, 2023
fix(deps): bump tslib from 2.5.3 to 2.6.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.3 to 2.6.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@v2.5.3...2.6.0) --- 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 9bb5405 commit aa8a12e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"npm-run-path": "^4.0.1",
1717
"semver": "^7.5.3",
1818
"shelljs": "^0.8.5",
19-
"tslib": "^2.5.3",
19+
"tslib": "^2.6.0",
2020
"validate-npm-package-name": "^5.0.0",
2121
"yarn": "^1.22.18"
2222
},

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6162,10 +6162,10 @@ tslib@^1.8.1:
61626162
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
61636163
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
61646164

6165-
tslib@^2, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.5.3:
6166-
version "2.5.3"
6167-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
6168-
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
6165+
tslib@^2, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.1, tslib@^2.5.0, tslib@^2.6.0:
6166+
version "2.6.0"
6167+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
6168+
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
61696169

61706170
tsutils@^3.21.0:
61716171
version "3.21.0"

0 commit comments

Comments
 (0)
Please sign in to comment.