diff --git a/package-lock.json b/package-lock.json index a880645eb7f..6040f355dc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "sass": "^1.59.3", "shx": "^0.3.4", "swiper": "^11.0.7", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "uuid": "^9.0.1", "whatwg-fetch": "^3.6.20" }, @@ -10095,9 +10095,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -10107,7 +10107,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -18212,9 +18212,9 @@ } }, "tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -18224,7 +18224,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 0c66b863fb1..eb1012a8e56 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "sass": "^1.59.3", "shx": "^0.3.4", "swiper": "^11.0.7", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "uuid": "^9.0.1", "whatwg-fetch": "^3.6.20" },