diff --git a/examples/app/package.json b/examples/app/package.json index 180ff77e49..a4a98eef6d 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -35,7 +35,7 @@ "constructs": "^10.3.0", "source-map-support": "^0.5.21", "tsx": "^4.19.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" }, "dependencies": { @@ -52,6 +52,6 @@ "@types/node": "22.7.4", "constructs": "^10.3.0", "esbuild": "^0.24.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" } } diff --git a/package-lock.json b/package-lock.json index 96f87d009d..e57eed2435 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "typedoc": "^0.26.8", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-zod": "^1.2.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" }, "engines": { @@ -68,7 +68,7 @@ "@types/node": "22.7.4", "constructs": "^10.3.0", "esbuild": "^0.24.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@types/aws-lambda": "^8.10.145", @@ -78,7 +78,7 @@ "constructs": "^10.3.0", "source-map-support": "^0.5.21", "tsx": "^4.19.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" } }, @@ -16595,9 +16595,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 41c713806e..39d5a9b6a2 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "typedoc": "^0.26.8", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-zod": "^1.2.1", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "vitest": "^2.0.5" }, "lint-staged": {