diff --git a/package-lock.json b/package-lock.json index 14a973673c0..c41390b26d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "sass": "^1.59.3", "shx": "^0.3.4", "swiper": "^11.1.3", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "uuid": "^9.0.1", "whatwg-fetch": "^3.6.20" }, @@ -10158,9 +10158,9 @@ "dev": true }, "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==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -18330,9 +18330,9 @@ } }, "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==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 8be086030b2..d83560570f4 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "sass": "^1.59.3", "shx": "^0.3.4", "swiper": "^11.1.3", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "uuid": "^9.0.1", "whatwg-fetch": "^3.6.20" },