Browse Source

chore: upgrades mongodb driver 5 to 6

e22m4u 1 year ago
parent
commit
b37207cd97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -38,7 +38,7 @@
   "license": "MIT",
   "homepage": "https://github.com/e22m4u/js-repository-mongodb-adapter",
   "dependencies": {
-    "mongodb": "5.9.2"
+    "mongodb": "6.11.0"
   },
   "peerDependencies": {
     "@e22m4u/js-format": "~0.1.7",