diff --git a/ui/package-lock.json b/ui/package-lock.json index 6155d166..8c3f3234 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -57,7 +57,7 @@ "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "3.2.5", - "typescript": "5.4.3" + "typescript": "5.4.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -11462,9 +11462,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==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/ui/package.json b/ui/package.json index f556c4ec..2e4da22f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -65,6 +65,6 @@ "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "3.2.5", - "typescript": "5.4.3" + "typescript": "5.4.5" } }