diff --git a/package-lock.json b/package-lock.json index 22e3f5c..222d55c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "autoprefixer": "^10.4.15", "postcss": "^8.4.38", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.4.4" } }, "node_modules/@alloc/quick-lru": { @@ -1743,9 +1743,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.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index b85131d..a46e539 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "devDependencies": { "autoprefixer": "^10.4.15", "postcss": "^8.4.38", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.4.4" } }