diff --git a/package-lock.json b/package-lock.json index a7757d4f..a82e0713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "next-router-mock": "^0.9.10", "postcss": "^8", "prettier": "3.0.3", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.1", "typescript": "^5" } }, @@ -6839,9 +6839,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index cd428cc9..64b12f41 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "next-router-mock": "^0.9.10", "postcss": "^8", "prettier": "3.0.3", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.1", "typescript": "^5" } }