Skip to content

Commit

Permalink
dependencies(tslib): upgrade to version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 4, 2023
1 parent f7c4837 commit db16d8f
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
Expand Up @@ -55,7 +55,7 @@
"new-find-package-json": "^2.0.0",
"semver": "^7.5.4",
"tar-stream": "^2.1.4",
"tslib": "^2.5.3",
"tslib": "^2.6.1",
"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
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.1"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.2/package.json
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.1"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.4/package.json
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.1"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global/package.json
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.1"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server/package.json
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"mongodb-memory-server-core": "8.13.0",
"tslib": "^2.5.3"
"tslib": "^2.6.1"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7409,10 +7409,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.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==

tsutils@^3.21.0:
version "3.21.0"
Expand Down

0 comments on commit db16d8f

Please sign in to comment.