diff --git a/documentation/package-lock.json b/documentation/package-lock.json index afc22a7..d33b890 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -45,7 +45,7 @@ "fs-extra": "^11.1.1", "react-docgen-typescript": "^2.2.2", "sucrase": "^3.34.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" } }, "node_modules/@algolia/autocomplete-core": { @@ -14424,9 +14424,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" @@ -26131,9 +26131,9 @@ } }, "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==" }, "ua-parser-js": { "version": "1.0.36", diff --git a/documentation/package.json b/documentation/package.json index 4bc5b8b..eca792c 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -62,6 +62,6 @@ "fs-extra": "^11.1.1", "react-docgen-typescript": "^2.2.2", "sucrase": "^3.34.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" } }