diff --git a/package-lock.json b/package-lock.json index a1b0326..7a92a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@stryker-mutator/vitest-runner": "^8.7.1", "@types/node": "^22.10.5", "@vitest/coverage-v8": "^2.1.8", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "unbuild": "^2.0.0", "vitest": "^2.0.4" }, @@ -5871,9 +5871,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 968ee2a..e780a3a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@stryker-mutator/vitest-runner": "^8.7.1", "@types/node": "^22.10.5", "@vitest/coverage-v8": "^2.1.8", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "unbuild": "^2.0.0", "vitest": "^2.0.4" }