diff --git a/package-lock.json b/package-lock.json index 4a731f4..a218bc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.3.0", "jsdom": "^29.1.0", - "tailwindcss": "^4.2.3", + "tailwindcss": "^4.2.4", "typescript": "^5.9.3", "vite": "^8.0.9", "vitest": "^4.1.0" @@ -4655,9 +4655,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.3.tgz", - "integrity": "sha512-fA/NX5gMf0ooCLISgB0wScaWgaj6rjTN2SVAwleURjiya7ITNkV+VMmoHtKkldP6CIZoYCZyxb8zP/e2TWoEtQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", + "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index d4dfc00..f17aabe 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.3.0", "jsdom": "^29.1.0", - "tailwindcss": "^4.2.3", + "tailwindcss": "^4.2.4", "typescript": "^5.9.3", "vite": "^8.0.9", "vitest": "^4.1.0"