diff --git a/client/package-lock.json b/client/package-lock.json index 59ef9af..c4fe488 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -34,7 +34,7 @@ "globals": "^15.13.0", "jsdom": "^25.0.1", "postcss": "^8.4.45", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "typescript-eslint": "^8.18.1", "vite": "^6.0.3", @@ -4607,11 +4607,10 @@ "license": "MIT" }, "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/client/package.json b/client/package.json index 3080623..0b3620d 100644 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,7 @@ "globals": "^15.13.0", "jsdom": "^25.0.1", "postcss": "^8.4.45", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "typescript-eslint": "^8.18.1", "vite": "^6.0.3",