From e210a6cf3cbb9c18df483407f3237c653afb41d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 15:18:16 +0100 Subject: [PATCH] fix(deps): update dependency tailwindcss to v4.0.8 (#847) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- www/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5dba454f..2c0e4346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9369,9 +9369,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.7.tgz", - "integrity": "sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", "license": "MIT" }, "node_modules/tailwindcss-animate": { @@ -10563,7 +10563,7 @@ "react-dom": "19.0.0", "sanitize-html": "2.14.0", "tailwind-merge": "3.0.1", - "tailwindcss": "4.0.7", + "tailwindcss": "4.0.8", "tailwindcss-animate": "1.0.7" }, "devDependencies": { diff --git a/www/package.json b/www/package.json index b8603706..38b1fd56 100644 --- a/www/package.json +++ b/www/package.json @@ -34,7 +34,7 @@ "react-dom": "19.0.0", "sanitize-html": "2.14.0", "tailwind-merge": "3.0.1", - "tailwindcss": "4.0.7", + "tailwindcss": "4.0.8", "tailwindcss-animate": "1.0.7" }, "devDependencies": {