diff --git a/package-lock.json b/package-lock.json index e6f3d80..29a9b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/swagger-ui-express": "^4.1.8", "supertest": "^7.1.4", "tsx": "^4.19.4", - "typescript": "^5.8.3" + "typescript": "^6.0.3" }, "engines": { "node": ">=20" @@ -1070,7 +1070,6 @@ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz", "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==", "license": "MIT", - "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.1", @@ -1949,9 +1948,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index dfebeb4..98774e4 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "@types/swagger-ui-express": "^4.1.8", "supertest": "^7.1.4", "tsx": "^4.19.4", - "typescript": "^5.8.3" + "typescript": "^6.0.3" } }