diff --git a/package-lock.json b/package-lock.json index f769603..4731827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "tsup": "^8.0.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3469,9 +3469,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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 6cd6444..6cd16dd 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "tsup": "^8.0.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" } -} \ No newline at end of file +}