Skip to content

Commit

Permalink
chore: update mongo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Nov 5, 2023
1 parent 1973977 commit 7cd0c6f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/webpack-env": "1.18.3",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"bson": "^5.4.0",
"bson": "^6.1.0",
"conditional-type-checks": "1.0.6",
"eslint": "8.52.0",
"eslint-plugin-import": "^2.28.1",
Expand All @@ -119,7 +119,7 @@
"jest": "29.7.0",
"lerna": "6.6.2",
"lint-staged": "15.0.2",
"mongodb": "5.8.1",
"mongodb": "6.1.0",
"mongodb-memory-server": "9.0.1",
"node-gyp": "^9.3.1",
"rimraf": "5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"@mikro-orm/mongodb": "5.9.2",
"fs-extra": "11.1.1",
"mongodb": "5.8.1",
"mongodb": "6.1.0",
"umzug": "3.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"access": "public"
},
"dependencies": {
"bson": "^5.4.0",
"mongodb": "5.8.1"
"bson": "^6.1.0",
"mongodb": "6.1.0"
},
"devDependencies": {
"@mikro-orm/core": "^5.9.2"
Expand Down
50 changes: 26 additions & 24 deletions yarn.lock

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

0 comments on commit 7cd0c6f

Please sign in to comment.