diff --git a/package-lock.json b/package-lock.json index 454ad544..560dae73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "jest-junit": "^16.0.0", "prettier": "^3.3.1", "prettier-plugin-tailwindcss": "^0.6.1", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typescript": "^5.4.5" @@ -14936,9 +14936,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", @@ -27790,9 +27790,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==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 9e3391b8..55119c23 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jest-junit": "^16.0.0", "prettier": "^3.3.1", "prettier-plugin-tailwindcss": "^0.6.1", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typescript": "^5.4.5"