diff --git a/package-lock.json b/package-lock.json index 533bd02b..13ca6288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "jest-sonar": "0.2.16", "process": "0.11.10", "ts-jest": "29.1.1", - "typescript": "5.2.2" + "typescript": "5.7.3" }, "engines": { "node": ">=v16.17.1" @@ -7393,9 +7393,10 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index da7d5d0a..11e89807 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "jest-sonar": "0.2.16", "process": "0.11.10", "ts-jest": "29.1.1", - "typescript": "5.2.2" + "typescript": "5.7.3" }, "engines": { "node": ">=v16.17.1"