diff --git a/package-lock.json b/package-lock.json index 5cd63460..f8332891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "next-router-mock": "^0.9.12", "postcss": "^8", "prettier": "3.2.5", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "typescript": "^5" } }, @@ -6895,9 +6895,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -6908,7 +6908,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 359b47ce..1b1d96a7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "next-router-mock": "^0.9.12", "postcss": "^8", "prettier": "3.2.5", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "typescript": "^5" } }