diff --git a/dev/package-lock.json b/dev/package-lock.json index 5fd078a..1c0cb4e 100644 --- a/dev/package-lock.json +++ b/dev/package-lock.json @@ -12,7 +12,7 @@ "aws-cdk": "2.140.0", "esbuild": "0.21.5", "ts-node": "10.9.2", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "devDependencies": { "aws-cdk-lib": "2.140.0", @@ -1024,9 +1024,10 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/dev/package.json b/dev/package.json index d7fc9a8..c11542d 100644 --- a/dev/package.json +++ b/dev/package.json @@ -10,7 +10,7 @@ "@types/node": "20.14.6", "aws-cdk": "2.140.0", "ts-node": "10.9.2", - "typescript": "5.4.5", + "typescript": "5.5.2", "esbuild": "0.21.5" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index fdd5ea9..84eed42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "pretty-quick": "4.0.0", "rimraf": "5.0.7", "ts-jest": "29.1.5", - "typescript": "5.4.5" + "typescript": "5.5.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7650,10 +7650,11 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index eb2b4f5..101740d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "pretty-quick": "4.0.0", "rimraf": "5.0.7", "ts-jest": "29.1.5", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "lint-staged": { "*.ts": "eslint"