diff --git a/package-lock.json b/package-lock.json index be0c547..74f3766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "8.57.1", "eslint-config-next": "15.1.0", "postcss": "8.4.49", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.17", "turbo": "2.3.3", "typescript": "5.7.2" } @@ -7814,9 +7814,9 @@ } }, "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==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index ed9eac8..502bcdb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "8.57.1", "eslint-config-next": "15.1.0", "postcss": "8.4.49", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.17", "turbo": "2.3.3", "typescript": "5.7.2" },