Skip to content

Commit

Permalink
Merge pull request #353 from mixmaxhq/gustavo/ROCKET-1075
Browse files Browse the repository at this point in the history
feat(deps): bump mongoist & mongo memory server to use version 5.0.18
  • Loading branch information
gusth-sa committed Aug 1, 2023
2 parents 3751a61 + f2b2343 commit 43ffc1a
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 45 deletions.
132 changes: 89 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"mockgoose": "^8.0.4",
"mongodb": "^2.2.11",
"mongodb-memory-server": "6.9.6",
"mongoist": "^2.5.5",
"mongoist": "^2.7.0",
"mongoose": "5.11.10",
"prettier": "^1.19.1",
"semantic-release": "^17.2.3"
Expand Down
2 changes: 1 addition & 1 deletion test/support/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const MongoClient = require('mongodb');

function start() {
return new MongoMemoryServer({
binary: { version: '4.4.18' },
binary: { version: '5.0.18' },
});
}

Expand Down

0 comments on commit 43ffc1a

Please sign in to comment.