diff --git a/ui/package-lock.json b/ui/package-lock.json index 7c440ac72..491a3dd9a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22999,9 +22999,9 @@ "integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw==" }, "typescript": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", - "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", + "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", "dev": true }, "uc.micro": { diff --git a/ui/package.json b/ui/package.json index 3cc431817..3ff42c7ea 100644 --- a/ui/package.json +++ b/ui/package.json @@ -91,7 +91,7 @@ "purgecss": "4.0.3", "react-scripts": "4.0.3", "sass": "1.42.1", - "typescript": "4.4.3" + "typescript": "4.4.4" }, "scripts": { "start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",