Skip to content

Commit 8a5552a

Browse files
committed
dependencies(mongodb): set version to be "~"
because 4.8.0 has https://jira.mongodb.org/browse/NODE-4429
1 parent 76a4a48 commit 8a5552a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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.7.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4939,7 +4939,7 @@ mongodb-connection-string-url@^2.5.2:
49394939
"@types/whatwg-url" "^8.2.1"
49404940
whatwg-url "^11.0.0"
49414941

4942-
mongodb@^4.7.0:
4942+
mongodb@~4.7.0:
49434943
version "4.7.0"
49444944
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.7.0.tgz#99f7323271d93659067695b60e7b4efee2de9bf0"
49454945
integrity sha512-HhVar6hsUeMAVlIbwQwWtV36iyjKd9qdhY+s4wcU8K6TOj4Q331iiMy+FoPuxEntDIijTYWivwFJkLv8q/ZgvA==

0 commit comments

Comments
 (0)