Skip to content

Commit

Permalink
deps(tslib): upgrade to version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 22, 2023
1 parent d2b6a23 commit ed17876
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"camelcase": "^6.3.0",
"debug": "^4.3.4",
"find-cache-dir": "^3.3.2",
"follow-redirects": "^1.15.2",
"https-proxy-agent": "^7.0.1",
"mongodb": "^5.6.0",
"new-find-package-json": "^2.0.0",
"semver": "^7.5.4",
"tar-stream": "^3.0.0",
"tslib": "^2.6.1",
"follow-redirects": "^1.15.2",
"tslib": "^2.6.2",
"yauzl": "^2.10.0"
},
"scripts": {
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": "9.0.0-beta.1",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"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": "9.0.0-beta.1",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"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": "9.0.0-beta.1",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"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": "9.0.0-beta.1",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"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": "9.0.0-beta.1",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"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 @@ -6738,11 +6738,16 @@ tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.1.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.1:
tslib@^2.1.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==

tslib@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

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 ed17876

Please sign in to comment.