Skip to content

Commit

Permalink
dependencies(tslib): upgrade to version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 7, 2023
1 parent 61d5ae8 commit 22e6cb0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.12.2",
"tslib": "^2.5.0"
"tslib": "^2.5.3"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.12.2",
"tslib": "^2.5.0"
"tslib": "^2.5.3"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.12.2",
"tslib": "^2.5.0"
"tslib": "^2.5.3"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.12.2",
"tslib": "^2.5.0"
"tslib": "^2.5.3"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.12.2",
"tslib": "^2.5.0"
"tslib": "^2.5.3"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6763,11 +6763,16 @@ tslib@^2.1.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tslib@^2.4.0, tslib@^2.5.0:
tslib@^2.4.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

tslib@^2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down

0 comments on commit 22e6cb0

Please sign in to comment.