diff --git a/package-lock.json b/package-lock.json index 45c7a6c..0ac87a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^5.0.0", - "tailwindcss": "3.4.2", + "tailwindcss": "3.4.3", "typescript": "5.4.3" } }, @@ -4385,9 +4385,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.2.tgz", - "integrity": "sha512-1kIzVecynNKMhhX8mPTOwTkkVHupUTMbEvk4n1ByxdM8sQTJ8fE41Y4TdORG6GmiVXHhfZ/++0hiIFJFwfadsA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 126ee61..f565f9e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^5.0.0", - "tailwindcss": "3.4.2", + "tailwindcss": "3.4.3", "typescript": "5.4.3" } }