diff --git a/ui/package-lock.json b/ui/package-lock.json index 1794948b2..7d4f38342 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -20432,9 +20432,9 @@ "integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw==" }, "typescript": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", - "integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==" + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", + "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==" }, "uc.micro": { "version": "1.0.6", diff --git a/ui/package.json b/ui/package.json index b37ce4d9c..d2759a87e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -77,7 +77,7 @@ "react-transition-group": "4.4.1", "sass": "1.32.7", "typeface-open-sans": "1.1.13", - "typescript": "4.1.4" + "typescript": "4.1.5" }, "devDependencies": { "@percy-io/percy-storybook": "2.1.0",