diff --git a/tools/ui-components/package-lock.json b/tools/ui-components/package-lock.json index 3b507b8b6c..18be9b64bb 100644 --- a/tools/ui-components/package-lock.json +++ b/tools/ui-components/package-lock.json @@ -17659,9 +17659,9 @@ } }, "tailwindcss": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.10.tgz", - "integrity": "sha512-OFm08RRy7elXhv57DRLzCVKrylIbnu6htJzcD/bGPOdokLQrqywSTYPs3SSqsxqXF+6Mzy/XJcS89gZDIF057A==", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.11.tgz", + "integrity": "sha512-nXHuyB94Q5n3eSy41qdNEORDb2R6Vtq0LZmFfVfpYJxTWEZJ50IzaOkq2tCN8KJTNsQ5kZHhy+rj2aX6lJyGbQ==", "dev": true, "requires": { "arg": "^5.0.1", @@ -17677,6 +17677,7 @@ "fs-extra": "^10.0.0", "glob-parent": "^6.0.1", "html-tags": "^3.1.0", + "is-color-stop": "^1.1.0", "is-glob": "^4.0.1", "lodash": "^4.17.21", "lodash.topath": "^4.5.2", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index c426fba70d..e4b9106322 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -40,7 +40,7 @@ "cross-env": "7.0.3", "postcss": "8.3.6", "postcss-import": "14.0.2", - "tailwindcss": "2.2.10", + "tailwindcss": "2.2.11", "rimraf": "3.0.2", "rollup": "2.56.3", "rollup-plugin-postcss": "4.0.1",