diff --git a/examples/app/package.json b/examples/app/package.json index 59f8f90c2d..270ca98d59 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -34,7 +34,7 @@ "constructs": "^10.4.2", "source-map-support": "^0.5.21", "tsx": "^4.19.2", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" }, "dependencies": { @@ -52,6 +52,6 @@ "aws-cdk": "^2.177.0", "constructs": "^10.4.2", "esbuild": "^0.24.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" } } diff --git a/package-lock.json b/package-lock.json index e5e823a244..b243e3baa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "typedoc": "^0.27.6", "typedoc-plugin-missing-exports": "^3.1.0", "typedoc-plugin-zod": "^1.3.1", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" }, "engines": { @@ -65,7 +65,7 @@ "aws-cdk": "^2.177.0", "constructs": "^10.4.2", "esbuild": "^0.24.2", - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "devDependencies": { "@types/aws-lambda": "^8.10.147", @@ -74,7 +74,7 @@ "constructs": "^10.4.2", "source-map-support": "^0.5.21", "tsx": "^4.19.2", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" } }, @@ -14375,10 +14375,11 @@ } }, "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, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 264bbd97f5..efddf436f5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "typedoc": "^0.27.6", "typedoc-plugin-missing-exports": "^3.1.0", "typedoc-plugin-zod": "^1.3.1", - "typescript": "^5.7.2", + "typescript": "^5.7.3", "vitest": "^2.0.5" }, "lint-staged": {