diff --git a/package-lock.json b/package-lock.json index 192548fb..07cd91d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "ts-jest": "^29.1.1", "typedoc": "^0.25.4", "typedoc-plugin-missing-exports": "^2.1.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "engines": { "node": ">= 4" @@ -4835,9 +4835,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/package.json b/package.json index ea4244b4..69ef0499 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ts-jest": "^29.1.1", "typedoc-plugin-missing-exports": "^2.1.0", "typedoc": "^0.25.4", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "jest": { "preset": "ts-jest",