diff --git a/package-lock.json b/package-lock.json index 6b431f871..537015c63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "postcss": "^8.4.38", "postcss-loader": "^8.1.1", "shx": "^0.3.4", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "tmp": "^0.2.3", "typescript": "^5.4.5", "vite": "^5.2.12", @@ -19523,9 +19523,9 @@ "license": "MIT" }, "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", @@ -35199,9 +35199,9 @@ "dev": true }, "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, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 70922630f..4d39184c5 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "postcss": "^8.4.38", "postcss-loader": "^8.1.1", "shx": "^0.3.4", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "tmp": "^0.2.3", "typescript": "^5.4.5", "vite": "^5.2.12",