diff --git a/package-lock.json b/package-lock.json index df5c798..78b77d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "astro-navbar": "^2.3.0", "astro-seo": "^0.8.0", "marked": "^9.1.2", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.0", "tw-elements": "^1.0.0", "vanilla-cookieconsent": "^2.9.2" }, @@ -6160,9 +6160,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index dd437a8..12f3c70 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "astro-navbar": "^2.3.0", "astro-seo": "^0.8.0", "marked": "^9.1.2", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.0", "tw-elements": "^1.0.0", "vanilla-cookieconsent": "^2.9.2" }, diff --git a/yarn.lock b/yarn.lock index 97c8cc0..2edf983 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3641,10 +3641,10 @@ tailwindcss@3.3.0: resolve "^1.22.1" sucrase "^3.29.0" -tailwindcss@^3.3.5: - version "3.3.5" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8" - integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA== +tailwindcss@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.0.tgz#045a9c474e6885ebd0436354e611a76af1c76839" + integrity sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"