diff --git a/package.json b/package.json index a3ef8cf..2ca7bc2 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,9 @@ "devDependencies": { "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", - "@types/node": "^20.17.11", + "@types/node": "^20.17.47", "@voxpelli/eslint-config": "^23.0.0", - "@voxpelli/tsconfig": "^15.1.1", + "@voxpelli/tsconfig": "^15.1.2", "c8": "^10.1.3", "chai": "^4.5.0", "eslint": "^9.17.0", @@ -58,6 +58,6 @@ "mocha": "^11.2.2", "npm-run-all2": "^7.0.2", "type-coverage": "^2.29.7", - "typescript": "~5.7.3" + "typescript": "~5.8.3" } }