diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 47fac1b16a..8d5764eb91 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^2.1.0", "sass-loader": "^14.1.1", - "typescript": "^5.4.3" + "typescript": "^5.4.5" }, "engines": { "node": ">=18.0" @@ -16197,9 +16197,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/documentation/package.json b/documentation/package.json index 2268baaf91..a32b8c774d 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -60,7 +60,7 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^2.1.0", "sass-loader": "^14.1.1", - "typescript": "^5.4.3" + "typescript": "^5.4.5" }, "engines": { "node": ">=18.0"