diff --git a/package-lock.json b/package-lock.json index 69ffe4d..495c8d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "svelte": "^5.14.1", "svelte-check": "^4.1.1", "tailwind-scrollbar": "^3.1.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "terser": "^5.37.0", "typescript": "^5.7.2", "uuid": "^11.0.3", @@ -3120,11 +3120,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 e7eca51..861d086 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "svelte": "^5.14.1", "svelte-check": "^4.1.1", "tailwind-scrollbar": "^3.1.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "terser": "^5.37.0", "typescript": "^5.7.2", "uuid": "^11.0.3",