diff --git a/package-lock.json b/package-lock.json index df5c798..e0c82d2 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.3.6", "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.3.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", + "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index dd437a8..5e9de3b 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.3.6", "tw-elements": "^1.0.0", "vanilla-cookieconsent": "^2.9.2" }, diff --git a/yarn.lock b/yarn.lock index 97c8cc0..98935d3 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.3.6: + version "3.3.6" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.6.tgz#4dd7986bf4902ad385d90d45fd4b2fa5fab26d5f" + integrity sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"