diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dbd5d3cde..d513538aa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -43,7 +43,7 @@ "jest-sonar-reporter": "2.0.0", "sonarqube-scanner": "3.5.0", "supertest": "7.0.0", - "typescript": "5.5.3", + "typescript": "5.5.4", "vue-cli-plugin-compression": "2.0.0" } }, @@ -15018,9 +15018,9 @@ } }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/frontend/package.json b/frontend/package.json index 522fc0314..92559e0ac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "jest-sonar-reporter": "2.0.0", "sonarqube-scanner": "3.5.0", "supertest": "7.0.0", - "typescript": "5.5.3", + "typescript": "5.5.4", "vue-cli-plugin-compression": "2.0.0" }, "eslintConfig": {