diff --git a/examples/app/package.json b/examples/app/package.json index 8f6c790d63..5ac2fa2e2c 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -38,7 +38,7 @@ "source-map-support": "^0.5.21", "ts-jest": "^29.1.5", "tsx": "^4.16.2", - "typescript": "^5.4.5" + "typescript": "^5.5.3" }, "dependencies": { "@aws-lambda-powertools/batch": "^2.5.0", @@ -58,6 +58,6 @@ "jest": "^29.7.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.5.3" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 80d5733127..b44f731e31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "typedoc": "^0.26.4", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-zod": "^1.2.0", - "typescript": "^5.4.5" + "typescript": "^5.5.3" }, "engines": { "node": ">=18" @@ -78,7 +78,7 @@ "jest": "^29.7.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.5.3" }, "devDependencies": { "@types/aws-lambda": "^8.10.141", @@ -91,7 +91,7 @@ "source-map-support": "^0.5.21", "ts-jest": "^29.1.5", "tsx": "^4.16.2", - "typescript": "^5.4.5" + "typescript": "^5.5.3" } }, "examples/app/node_modules/aws-cdk": { @@ -17757,9 +17757,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index c1f422af13..f8e09c8200 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "typedoc": "^0.26.4", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-zod": "^1.2.0", - "typescript": "^5.4.5" + "typescript": "^5.5.3" }, "lint-staged": { "*.{js,ts}": "biome check --write",