diff --git a/package-lock.json b/package-lock.json index 0c926ce..11bfe99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "postcss-import": "16.1.0", "react": "18.3.1", "react-hook-form": "7.52.2", - "tailwindcss": "3.4.9", + "tailwindcss": "^3.4.10", "usehooks-ts": "3.1.0" }, "devDependencies": { @@ -85,7 +85,6 @@ "postcss-import": "16.1.0", "react": "18.3.1", "react-hook-form": "7.52.2", - "tailwindcss": "3.4.9", "usehooks-ts": "3.1.0" } }, @@ -19024,9 +19023,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", - "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 98d2836..ea976c0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "postcss-import": "16.1.0", "react": "18.3.1", "react-hook-form": "7.52.2", - "tailwindcss": "3.4.9", + "tailwindcss": "3.4.10", "usehooks-ts": "3.1.0" }, "devDependencies": {