diff --git a/package.json b/package.json index 78fb85d..7621179 100644 --- a/package.json +++ b/package.json @@ -35,12 +35,12 @@ "test": "run-s check" }, "devDependencies": { - "@types/node": "^16.18.123", + "@types/node": "^16.18.126", "@voxpelli/eslint-config": "^22.2.0", - "@voxpelli/tsconfig": "^15.1.0", + "@voxpelli/tsconfig": "^15.1.2", "eslint": "^9.17.0", "husky": "^9.1.7", "npm-run-all2": "^7.0.2", - "typescript": "~5.7.2" + "typescript": "~5.8.2" } }