Browse Source

chore: update MongoDB to 6.20.0

e22m4u 2 months ago
parent
commit
fef794ac38
2 changed files with 10 additions and 10 deletions
  1. 8 8
      package.json
  2. 2 2
      src/mongodb-adapter.js

+ 8 - 8
package.json

@@ -38,28 +38,28 @@
     "prepare": "husky"
     "prepare": "husky"
   },
   },
   "dependencies": {
   "dependencies": {
-    "mongodb": "6.19.0"
+    "mongodb": "6.20.0"
   },
   },
   "peerDependencies": {
   "peerDependencies": {
-    "@e22m4u/js-format": "~0.1.0",
+    "@e22m4u/js-format": "~0.2.0",
     "@e22m4u/js-repository": "~0.5.0"
     "@e22m4u/js-repository": "~0.5.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@commitlint/cli": "~19.8.1",
     "@commitlint/cli": "~19.8.1",
     "@commitlint/config-conventional": "~19.8.1",
     "@commitlint/config-conventional": "~19.8.1",
-    "@eslint/js": "~9.34.0",
+    "@eslint/js": "~9.36.0",
     "c8": "~10.1.3",
     "c8": "~10.1.3",
     "chai": "~6.0.1",
     "chai": "~6.0.1",
     "chai-as-promised": "~8.0.2",
     "chai-as-promised": "~8.0.2",
-    "dotenv": "~17.2.1",
-    "esbuild": "~0.25.9",
-    "eslint": "~9.34.0",
+    "dotenv": "~17.2.2",
+    "esbuild": "~0.25.10",
+    "eslint": "~9.36.0",
     "eslint-config-prettier": "~10.1.8",
     "eslint-config-prettier": "~10.1.8",
     "eslint-plugin-chai-expect": "~3.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
     "eslint-plugin-mocha": "~11.1.0",
     "eslint-plugin-mocha": "~11.1.0",
-    "globals": "~16.3.0",
+    "globals": "~16.4.0",
     "husky": "~9.1.7",
     "husky": "~9.1.7",
-    "mocha": "~11.7.1",
+    "mocha": "~11.7.2",
     "prettier": "~3.6.2",
     "prettier": "~3.6.2",
     "rimraf": "~6.0.1"
     "rimraf": "~6.0.1"
   }
   }

+ 2 - 2
src/mongodb-adapter.js

@@ -19,9 +19,9 @@ import {InvalidOperatorValueError} from '@e22m4u/js-repository';
 
 
 /**
 /**
  * Mongodb option names.
  * Mongodb option names.
- * 6.19.0
+ * 6.20
  *
  *
- * https://mongodb.github.io/node-mongodb-native/6.19/interfaces/MongoClientOptions.html
+ * https://mongodb.github.io/node-mongodb-native/6.20/interfaces/MongoClientOptions.html
  *
  *
  * @type {string[]}
  * @type {string[]}
  */
  */