diff --git a/frontend/package-lock.json b/frontend/package-lock.json index da0e3de..b9f083a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "prettier-plugin-svelte": "^3.2.7", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.8" } @@ -3513,9 +3513,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", - "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/frontend/package.json b/frontend/package.json index 9970118..3768464 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "prettier-plugin-svelte": "^3.2.7", "svelte": "^4.2.19", "svelte-check": "^4.0.5", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.8" },