Browse Source

chore: updates dependencies

e22m4u 1 year ago
parent
commit
d5617cd9cb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package.json

+ 4 - 4
package.json

@@ -25,8 +25,8 @@
   "license": "MIT",
   "homepage": "https://gitflic.ru/project/e22m4u/js-format",
   "devDependencies": {
-    "@commitlint/cli": "^18.6.1",
-    "@commitlint/config-conventional": "^18.6.2",
+    "@commitlint/cli": "^19.0.3",
+    "@commitlint/config-conventional": "^19.0.3",
     "c8": "^9.1.0",
     "chai": "^4.4.1",
     "chai-as-promised": "^7.1.1",
@@ -35,10 +35,10 @@
     "eslint": "^8.57.0",
     "eslint-config-prettier": "^9.1.0",
     "eslint-plugin-chai-expect": "^3.0.0",
-    "eslint-plugin-mocha": "^10.3.0",
+    "eslint-plugin-mocha": "^10.4.1",
     "husky": "^9.0.11",
     "mocha": "^10.3.0",
     "prettier": "^3.2.5",
-    "typescript": "^5.3.3"
+    "typescript": "^5.4.2"
   }
 }