e22m4u 1 год назад
Родитель
Сommit
fbb519dc8d
1 измененных файлов с 15 добавлено и 16 удалено
  1. 15 16
      package.json

+ 15 - 16
package.json

@@ -27,31 +27,30 @@
   "license": "MIT",
   "homepage": "https://github.com/e22m4u/js-trie-router",
   "devDependencies": {
-    "@commitlint/cli": "~19.4.0",
-    "@commitlint/config-conventional": "~19.2.2",
-    "@eslint/js": "~9.9.0",
-    "@types/chai-as-promised": "^8.0.0",
+    "@commitlint/cli": "~19.5.0",
+    "@commitlint/config-conventional": "~19.5.0",
+    "@eslint/js": "~9.10.0",
+    "@types/chai-as-promised": "~8.0.0",
     "c8": "~10.1.2",
     "chai": "~5.1.1",
-    "chai-as-promised": "^8.0.0",
-    "eslint": "~9.9.0",
+    "chai-as-promised": "~8.0.0",
+    "eslint": "~9.10.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
-    "eslint-plugin-jsdoc": "^50.2.2",
+    "eslint-plugin-jsdoc": "~50.2.3",
     "eslint-plugin-mocha": "~10.5.0",
     "globals": "~15.9.0",
-    "husky": "~9.1.4",
+    "husky": "~9.1.6",
     "mocha": "~10.7.3",
     "prettier": "~3.3.3",
-    "typescript": "~5.5.4"
+    "typescript": "~5.6.2"
   },
   "dependencies": {
-    "@e22m4u/js-format": "^0.1.0",
-    "@e22m4u/js-path-trie": "^0.0.1",
-    "@e22m4u/js-service": "^0.0.12",
-    "debug": "^4.3.6",
-    "http-errors": "^2.0.0",
-    "path-to-regexp": "^7.1.0",
-    "statuses": "^2.0.1"
+    "@e22m4u/js-format": "~0.1.0",
+    "@e22m4u/js-path-trie": "~0.0.2",
+    "@e22m4u/js-service": "~0.1.0",
+    "debug": "~4.3.7",
+    "http-errors": "~2.0.0",
+    "statuses": "~2.0.1"
   }
 }