From c4ed278df1e3103212679bbace5910b4566b3bfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 07:05:12 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.4.11 --- package-lock.json | 16 ++++++++-------- packages/ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d14efe66..1cac50610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28956,9 +28956,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", + "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -32463,7 +32463,7 @@ "postcss-import": "15.1.0", "prop-types": "15.8.1", "storybook": "7.6.20", - "tailwindcss": "3.4.10", + "tailwindcss": "3.4.11", "vite": "4.5.3", "vite-plugin-dts": "3.9.1", "vite-plugin-svgr": "4.2.0", @@ -37433,7 +37433,7 @@ "social-links": "^1.14.0", "storybook": "7.6.20", "tailwind-merge": "^1.14.0", - "tailwindcss": "3.4.10", + "tailwindcss": "3.4.11", "tinycolor2": "^1.6.0", "vite": "4.5.3", "vite-plugin-dts": "3.9.1", @@ -53140,9 +53140,9 @@ "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==" }, "tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", + "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 357eb8f7f..e6b124890 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -69,7 +69,7 @@ "postcss-import": "15.1.0", "prop-types": "15.8.1", "storybook": "7.6.20", - "tailwindcss": "3.4.10", + "tailwindcss": "3.4.11", "vite": "4.5.3", "vite-plugin-dts": "3.9.1", "vite-plugin-svgr": "4.2.0",