Skip to content

Commit 8abb888

Browse files
committed
dependencies(mongodb): upgrade to version 4.7.0
1 parent a22d7cb commit 8abb888

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"get-port": "^5.1.1",
4949
"https-proxy-agent": "^5.0.1",
5050
"md5-file": "^5.0.0",
51-
"mongodb": "^4.5.0",
51+
"mongodb": "^4.7.0",
5252
"new-find-package-json": "^2.0.0",
5353
"semver": "^7.3.7",
5454
"tar-stream": "^2.1.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,10 +1892,10 @@ [email protected]:
18921892
dependencies:
18931893
node-int64 "^0.4.0"
18941894

1895-
bson@^4.6.2:
1896-
version "4.6.3"
1897-
resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.3.tgz#d1a9a0b84b9e84b62390811fc5580f6a8b1d858c"
1898-
integrity sha512-rAqP5hcUVJhXP2MCSNVsf0oM2OGU1So6A9pVRDYayvJ5+hygXHQApf87wd5NlhPM1J9RJnbqxIG/f8QTzRoQ4A==
1895+
bson@^4.6.3:
1896+
version "4.6.4"
1897+
resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.4.tgz#e66d4a334f1ab230dfcfb9ec4ea9091476dd372e"
1898+
integrity sha512-TdQ3FzguAu5HKPPlr0kYQCyrYUYh8tFM+CMTpxjNzVzxeiJY00Rtuj3LXLHSgiGvmaWlZ8PE+4KyM2thqE38pQ==
18991899
dependencies:
19001900
buffer "^5.6.0"
19011901

@@ -4899,12 +4899,12 @@ mongodb-connection-string-url@^2.5.2:
48994899
"@types/whatwg-url" "^8.2.1"
49004900
whatwg-url "^11.0.0"
49014901

4902-
mongodb@^4.5.0:
4903-
version "4.5.0"
4904-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.5.0.tgz#d74c2008567b606dccef220f62a44cd7b934eb92"
4905-
integrity sha512-A2l8MjEpKojnhbCM0MK3+UOGUSGvTNNSv7AkP1fsT7tkambrkkqN/5F2y+PhzsV0Nbv58u04TETpkaSEdI2zKA==
4902+
mongodb@^4.7.0:
4903+
version "4.7.0"
4904+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.7.0.tgz#99f7323271d93659067695b60e7b4efee2de9bf0"
4905+
integrity sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA==
49064906
dependencies:
4907-
bson "^4.6.2"
4907+
bson "^4.6.3"
49084908
denque "^2.0.1"
49094909
mongodb-connection-string-url "^2.5.2"
49104910
socks "^2.6.2"

0 commit comments

Comments
 (0)