From 2754e2eed039ed4c4a8ca4353629217b392c5a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:12:31 +0000 Subject: [PATCH] Bump tailwindcss from 3.3.5 to 3.3.6 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.3.6) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) 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"