From 5add179f0a96f8733a9f8cc5f774b1a749e80631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:41:38 +0000 Subject: [PATCH] Bump tailwindcss from 3.3.5 to 3.3.6 (#2541) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 64e91a891..7b5587305 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "svelte": "^3.59.2", "svelte-jester": "^2.3.2", "svelte-preprocess": "^5.1.1", - "tailwindcss": "^3.3.5" + "tailwindcss": "^3.3.6" }, "engines": { "node": "16.* || >= 18" diff --git a/yarn.lock b/yarn.lock index b76fe690b..6fbaf74c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10432,10 +10432,10 @@ taffydb@^2.7.3: resolved "https://registry.npmjs.org/taffydb/-/taffydb-2.7.3.tgz" integrity sha1-KtNxaWKUmPylvIQkMJbTzeDsOjQ= -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"