Browse Source

chore: updates dependencies

e22m4u 11 months ago
parent
commit
1bdc931f38
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

@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
 var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
 
 // src/index.js
-var src_exports = {};
-__export(src_exports, {
+var index_exports = {};
+__export(index_exports, {
   PathTrie: () => PathTrie
 });
-module.exports = __toCommonJS(src_exports);
+module.exports = __toCommonJS(index_exports);
 
 // src/path-trie.js
 var import_js_format2 = require("@e22m4u/js-format");

+ 7 - 7
package.json

@@ -41,18 +41,18 @@
     "path-to-regexp": "~8.2.0"
   },
   "devDependencies": {
-    "@commitlint/cli": "~19.6.0",
+    "@commitlint/cli": "~19.6.1",
     "@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",
-    "esbuild": "~0.24.0",
-    "eslint": "~9.16.0",
+    "esbuild": "~0.24.2",
+    "eslint": "~9.17.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
-    "eslint-plugin-jsdoc": "~50.6.0",
+    "eslint-plugin-jsdoc": "~50.6.1",
     "eslint-plugin-mocha": "~10.5.0",
-    "globals": "~15.13.0",
+    "globals": "~15.14.0",
     "husky": "~9.1.7",
     "mocha": "~11.0.1",
     "prettier": "~3.4.2",