diff --git a/package-lock.json b/package-lock.json index 548398e..73512dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "html-minifier": "^4.0.0", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.6" } }, "node_modules/@alloc/quick-lru": { @@ -1277,9 +1277,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 5219496..c9fc7af 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ }, "devDependencies": { "html-minifier": "^4.0.0", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.6" } }