diff --git a/package-lock.json b/package-lock.json index e71f9f5..698bff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "daisyui": "^4.4.10", "dayjs": "^1.11.9", "sharp": "^0.32.6", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.4", "tsparticles": "^3.4.0" }, "devDependencies": { @@ -7659,9 +7659,10 @@ } }, "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==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index d9a6426..040f316 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "daisyui": "^4.4.10", "dayjs": "^1.11.9", "sharp": "^0.32.6", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.4", "tsparticles": "^3.4.0" }, "devDependencies": {