diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 9a9d1b77..91b190c5 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -24,7 +24,7 @@ "eslint": "8.54.0", "prettier": "3.1.0", "rimraf": "5.0.5", - "typescript": "5.2.2" + "typescript": "5.3.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -2220,9 +2220,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/infrastructure/package.json b/infrastructure/package.json index da86ffc0..b93f8364 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -26,7 +26,7 @@ "eslint": "8.54.0", "prettier": "3.1.0", "rimraf": "5.0.5", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "resolutions": { "ansi-regex": ">=5.0.1",