Browse Source

chore: updates dependencies

e22m4u 2 months ago
parent
commit
10f4b792b2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -36,11 +36,11 @@
     "prepare": "husky"
     "prepare": "husky"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "@commitlint/cli": "~19.8.1",
-    "@commitlint/config-conventional": "~19.8.1",
+    "@commitlint/cli": "~20.1.0",
+    "@commitlint/config-conventional": "~20.0.0",
     "@eslint/js": "~9.36.0",
     "@eslint/js": "~9.36.0",
     "c8": "~10.1.3",
     "c8": "~10.1.3",
-    "chai": "~6.0.1",
+    "chai": "~6.2.0",
     "esbuild": "~0.25.10",
     "esbuild": "~0.25.10",
     "eslint": "~9.36.0",
     "eslint": "~9.36.0",
     "eslint-config-prettier": "~10.1.8",
     "eslint-config-prettier": "~10.1.8",
@@ -48,9 +48,9 @@
     "eslint-plugin-mocha": "~11.1.0",
     "eslint-plugin-mocha": "~11.1.0",
     "globals": "~16.4.0",
     "globals": "~16.4.0",
     "husky": "~9.1.7",
     "husky": "~9.1.7",
-    "mocha": "~11.7.2",
+    "mocha": "~11.7.3",
     "prettier": "~3.6.2",
     "prettier": "~3.6.2",
     "rimraf": "~6.0.1",
     "rimraf": "~6.0.1",
-    "typescript": "~5.9.2"
+    "typescript": "~5.9.3"
   }
   }
 }
 }