diff --git a/demo/package.json b/demo/package.json index 6446b6cc..2153c542 100644 --- a/demo/package.json +++ b/demo/package.json @@ -30,7 +30,7 @@ "standard": "^17.1.0", "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.1", "topbar": "^2.0.2" }, "dependencies": { diff --git a/demo/yarn.lock b/demo/yarn.lock index a40ccf1d..93bedb83 100644 --- a/demo/yarn.lock +++ b/demo/yarn.lock @@ -2908,10 +2908,10 @@ table@^6.8.1: string-width "^4.2.3" strip-ansi "^6.0.1" -tailwindcss@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.0.tgz#045a9c474e6885ebd0436354e611a76af1c76839" - integrity sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA== +tailwindcss@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.1.tgz#f512ca5d1dd4c9503c7d3d28a968f1ad8f5c839d" + integrity sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"