diff --git a/examples/app/package.json b/examples/app/package.json index 178f55f806..45c17983cf 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -42,7 +42,7 @@ "source-map-support": "^0.5.21", "ts-jest": "^29.1.2", "tsx": "^4.7.2", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "dependencies": { "@aws-lambda-powertools/batch": "^2.0.4", @@ -63,6 +63,6 @@ "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } } diff --git a/package-lock.json b/package-lock.json index 364c5c80f1..ad62f0200a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "ts-node": "^10.9.2", "typedoc": "^0.25.13", "typedoc-plugin-missing-exports": "^2.2.0", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "engines": { "node": ">=16" @@ -91,7 +91,7 @@ "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "devDependencies": { "@types/aws-lambda": "^8.10.137", @@ -104,7 +104,7 @@ "source-map-support": "^0.5.21", "ts-jest": "^29.1.2", "tsx": "^4.7.2", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } }, "layers": { @@ -16675,9 +16675,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 6d79b192d8..0cbe1ecdae 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "ts-node": "^10.9.2", "typedoc": "^0.25.13", "typedoc-plugin-missing-exports": "^2.2.0", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "engines": { "node": ">=16"