Skip to content

Commit

Permalink
dependencies(tslib): upgrade to version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jul 7, 2023
1 parent 548074e commit 2cbd3dc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"new-find-package-json": "^2.0.0",
"semver": "^7.5.1",
"tar-stream": "^2.1.4",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"uuid": "^9.0.0",
"yauzl": "^2.10.0"
},
Expand Down
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.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"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.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"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.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"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.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"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.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.0"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7411,10 +7411,10 @@ tslib@^2.3.1, tslib@^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==
tslib@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==

tsutils@^3.21.0:
version "3.21.0"
Expand Down

0 comments on commit 2cbd3dc

Please sign in to comment.