diff --git a/tools/ui-components/package-lock.json b/tools/ui-components/package-lock.json index 280b38f95ca..b14e4176a3d 100644 --- a/tools/ui-components/package-lock.json +++ b/tools/ui-components/package-lock.json @@ -12599,9 +12599,9 @@ } }, "tailwindcss": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.3.tgz", - "integrity": "sha512-434rlH/gVSm0Qhc2pQjvsQeasrcmPWEWSxyDcF66Y+CavOURsdqx3hymqqXlozs+CVWN3z+VpFV/PE9b2wx/GA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.4.tgz", + "integrity": "sha512-fh1KImDLg6se/Suaelju/5oFbqq1b0ntagmGLu0aG9LlnNPGHgO1n/4E57CbKcCtyz/VYnvVXUiWmfyfBBZQ6g==", "dev": true, "requires": { "@fullhuman/postcss-purgecss": "^3.1.3", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index c905d3c0151..12a822a91ac 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -33,7 +33,7 @@ "babel-loader": "8.2.2", "postcss": "8.3.0", "postcss-import": "14.0.2", - "tailwindcss": "2.1.3" + "tailwindcss": "2.1.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1",