Skip to content

Commit 43ffc1a

Browse files
authored
Merge pull request #353 from mixmaxhq/gustavo/ROCKET-1075
feat(deps): bump mongoist & mongo memory server to use version 5.0.18
2 parents 3751a61 + f2b2343 commit 43ffc1a

File tree

3 files changed

+91
-45
lines changed

3 files changed

+91
-45
lines changed

package-lock.json

Lines changed: 89 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"mockgoose": "^8.0.4",
6262
"mongodb": "^2.2.11",
6363
"mongodb-memory-server": "6.9.6",
64-
"mongoist": "^2.5.5",
64+
"mongoist": "^2.7.0",
6565
"mongoose": "5.11.10",
6666
"prettier": "^1.19.1",
6767
"semantic-release": "^17.2.3"

test/support/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const MongoClient = require('mongodb');
44

55
function start() {
66
return new MongoMemoryServer({
7-
binary: { version: '4.4.18' },
7+
binary: { version: '5.0.18' },
88
});
99
}
1010

0 commit comments

Comments
 (0)