diff --git a/package.json b/package.json index 6c76ec9..9222c0c 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": "^23.0.0", - "@voxpelli/tsconfig": "^15.1.0", + "@voxpelli/tsconfig": "^15.1.2", "eslint": "^9.28.0", "husky": "^9.1.7", "npm-run-all2": "^7.0.2", - "typescript": "~5.7.2" + "typescript": "~5.8.3" } }