diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 41f3360..a228ff1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "postcss": "^8", - "tailwindcss": "^4.0.13" + "tailwindcss": "^4.1.16" } }, "node_modules/@babel/runtime": { @@ -1342,9 +1342,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.13.tgz", - "integrity": "sha512-gbvFrB0fOsTv/OugXWi2PtflJ4S6/ctu6Mmn3bCftmLY/6xRsQVEJPgIIpABwpZ52DpONkCA3bEj5b54MHxF2Q==", + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", "dev": true, "license": "MIT" }, diff --git a/frontend/package.json b/frontend/package.json index a60ad3b..1b13177 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,6 +19,6 @@ }, "devDependencies": { "postcss": "^8", - "tailwindcss": "^4.0.13" + "tailwindcss": "^4.1.16" } }