Skip to content

Commit

Permalink
deps(tslib): upgrade to version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Oct 9, 2024
1 parent 8fa6918 commit 2b702d1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 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.6.3",
"tar-stream": "^3.1.7",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"yauzl": "^3.1.3"
},
"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": "10.0.1",
"tslib": "^2.6.3"
"tslib": "^2.7.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": "10.0.1",
"tslib": "^2.6.3"
"tslib": "^2.7.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": "10.0.1",
"tslib": "^2.6.3"
"tslib": "^2.7.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": "10.0.1",
"tslib": "^2.6.3"
"tslib": "^2.7.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": "10.0.1",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"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 @@ -4457,11 +4457,16 @@ ts-node@^10.8.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tslib@^2.4.0, tslib@^2.6.2, tslib@^2.6.3:
tslib@^2.4.0, tslib@^2.6.2:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

tslib@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==

type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
Expand Down

0 comments on commit 2b702d1

Please sign in to comment.