diff --git a/package-lock.json b/package-lock.json index f1c1c617..e23ba7fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "next-translate-plugin": "^2.6.1", "postcss": "^8.4.28", "prettier": "^3.0.2", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.17", "typescript": "^5.0.4", "webpack": "^5.90.3" }, @@ -8012,11 +8012,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dev": true, - "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index e8fdacf7..fdd60aa3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "next-translate-plugin": "^2.6.1", "postcss": "^8.4.28", "prettier": "^3.0.2", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.17", "typescript": "^5.0.4", "webpack": "^5.90.3" }