diff --git a/tools/ui-components/package-lock.json b/tools/ui-components/package-lock.json index e760eef265..1cb974717e 100644 --- a/tools/ui-components/package-lock.json +++ b/tools/ui-components/package-lock.json @@ -16780,9 +16780,9 @@ } }, "tailwindcss": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.8.tgz", - "integrity": "sha512-sq6pKVIjklgtuj7OKn+6KD6UqNebYKZYUSx0oKx8aS1usdUXn1TLuwFyr/85HNYu5uHNduLFsXrtQJtkNmYlqQ==", + "version": "2.2.9", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.9.tgz", + "integrity": "sha512-P8zCKFkEthfUvqcnun8DqGGXw4QqyDw971NAM23e8QQ+m5HW1agp4upq50rFGwGNtphVYvr+0zvVLSXo5/I9Qg==", "dev": true, "requires": { "arg": "^5.0.1", @@ -16790,7 +16790,7 @@ "chalk": "^4.1.2", "chokidar": "^3.5.2", "color": "^4.0.1", - "cosmiconfig": "^7.0.0", + "cosmiconfig": "^7.0.1", "detective": "^5.2.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 4164ad4a3c..560e2344e6 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.8", + "tailwindcss": "2.2.9", "rimraf": "3.0.2", "rollup": "2.56.3", "rollup-plugin-postcss": "4.0.1",