diff --git a/generator/openapi/src/main/resources/post-processor/package-lock.json b/generator/openapi/src/main/resources/post-processor/package-lock.json index b34cab419..b98606064 100644 --- a/generator/openapi/src/main/resources/post-processor/package-lock.json +++ b/generator/openapi/src/main/resources/post-processor/package-lock.json @@ -15,7 +15,7 @@ "@types/node": "22.9.3", "gts": "6.0.2", "tsc-alias": "1.8.10", - "typescript": "5.6.3" + "typescript": "5.7.2" } }, "node_modules/@ast-grep/napi": { @@ -3174,9 +3174,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -5502,9 +5502,9 @@ "dev": true }, "typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true }, "undici-types": { diff --git a/generator/openapi/src/main/resources/post-processor/package.json b/generator/openapi/src/main/resources/post-processor/package.json index 39a3fba6a..bd65e4348 100644 --- a/generator/openapi/src/main/resources/post-processor/package.json +++ b/generator/openapi/src/main/resources/post-processor/package.json @@ -24,7 +24,7 @@ "@types/node": "22.9.3", "gts": "6.0.2", "tsc-alias": "1.8.10", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "dependencies": { "@ast-grep/napi": "0.30.1",