Browse Source

chore: updates dependencies

e22m4u 11 months ago
parent
commit
a460e9c0a9
2 changed files with 10 additions and 10 deletions
  1. 3 3
      dist/cjs/index.cjs
  2. 7 7
      package.json

+ 3 - 3
dist/cjs/index.cjs

@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
 var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
 var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
 
 
 // src/index.js
 // src/index.js
-var src_exports = {};
-__export(src_exports, {
+var index_exports = {};
+__export(index_exports, {
   MongodbAdapter: () => MongodbAdapter
   MongodbAdapter: () => MongodbAdapter
 });
 });
-module.exports = __toCommonJS(src_exports);
+module.exports = __toCommonJS(index_exports);
 
 
 // src/mongodb-adapter.js
 // src/mongodb-adapter.js
 var import_mongodb2 = require("mongodb");
 var import_mongodb2 = require("mongodb");

+ 7 - 7
package.json

@@ -38,7 +38,7 @@
   "license": "MIT",
   "license": "MIT",
   "homepage": "https://github.com/e22m4u/js-repository-mongodb-adapter",
   "homepage": "https://github.com/e22m4u/js-repository-mongodb-adapter",
   "dependencies": {
   "dependencies": {
-    "mongodb": "6.11.0"
+    "mongodb": "6.12.0"
   },
   },
   "peerDependencies": {
   "peerDependencies": {
     "@e22m4u/js-format": "~0.1.0",
     "@e22m4u/js-format": "~0.1.0",
@@ -46,19 +46,19 @@
     "@e22m4u/js-service": "~0.2.0"
     "@e22m4u/js-service": "~0.2.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "@commitlint/cli": "~19.6.0",
+    "@commitlint/cli": "~19.6.1",
     "@commitlint/config-conventional": "~19.6.0",
     "@commitlint/config-conventional": "~19.6.0",
-    "@eslint/js": "~9.16.0",
-    "c8": "~10.1.2",
+    "@eslint/js": "~9.17.0",
+    "c8": "~10.1.3",
     "chai": "~5.1.2",
     "chai": "~5.1.2",
     "chai-as-promised": "~8.0.1",
     "chai-as-promised": "~8.0.1",
     "dotenv": "~16.4.7",
     "dotenv": "~16.4.7",
-    "esbuild": "~0.24.0",
-    "eslint": "~9.16.0",
+    "esbuild": "~0.24.2",
+    "eslint": "~9.17.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
     "eslint-plugin-mocha": "~10.5.0",
     "eslint-plugin-mocha": "~10.5.0",
-    "globals": "~15.13.0",
+    "globals": "~15.14.0",
     "husky": "~9.1.7",
     "husky": "~9.1.7",
     "mocha": "~11.0.1",
     "mocha": "~11.0.1",
     "prettier": "~3.4.2",
     "prettier": "~3.4.2",