Browse Source

chore: upgrades dependencies

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

+ 7 - 7
package.json

@@ -25,18 +25,18 @@
   "license": "MIT",
   "homepage": "https://github.com/e22m4u/js-format",
   "devDependencies": {
-    "@commitlint/cli": "~19.3.0",
+    "@commitlint/cli": "~19.4.0",
     "@commitlint/config-conventional": "~19.2.2",
-    "@eslint/js": "^9.7.0",
+    "@eslint/js": "~9.9.0",
     "c8": "~10.1.2",
     "chai": "~5.1.1",
-    "eslint": "~9.7.0",
+    "eslint": "~9.9.0",
     "eslint-config-prettier": "~9.1.0",
     "eslint-plugin-chai-expect": "~3.1.0",
-    "eslint-plugin-mocha": "~10.4.3",
-    "globals": "^15.8.0",
-    "husky": "~9.1.2",
-    "mocha": "~10.7.0",
+    "eslint-plugin-mocha": "~10.5.0",
+    "globals": "~15.9.0",
+    "husky": "~9.1.4",
+    "mocha": "~10.7.3",
     "prettier": "~3.3.3",
     "typescript": "~5.5.4"
   }