diff --git a/tools/ui-components/package-lock.json b/tools/ui-components/package-lock.json index 639f89fa45..aef48878ad 100644 --- a/tools/ui-components/package-lock.json +++ b/tools/ui-components/package-lock.json @@ -12881,9 +12881,9 @@ } }, "tailwindcss": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.0.tgz", - "integrity": "sha512-vzyictuac60cUfky6R4gFW98glcc/UxpaCH+Mt9dq+LEPdZq2Dpvo5iYpPaemutOIjfeiY0Y8j0ZgJG3wBaFDQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz", + "integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^4.0.3", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 5970c93985..7afe621db6 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -34,7 +34,7 @@ "babel-loader": "8.2.2", "postcss": "8.3.5", "postcss-import": "14.0.2", - "tailwindcss": "2.2.0" + "tailwindcss": "2.2.2" }, "scripts": { "storybook": "start-storybook -p 6006",