From 777c366bc47375b4d797800ecfc3bc92b44d64ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:10:15 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.0 to 3.4.1 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.1/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index efd8b2f5..2f09d041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "svelte": "^4.2.8", "svelte-adapter-bun": "^0.5.1", "svelte-check": "^3.6.2", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.1", "tslib": "^2.4.1", "typescript": "^5.3.3", "vite": "^4.5.1", @@ -5237,9 +5237,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 5f018516..b953f505 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "svelte": "^4.2.8", "svelte-adapter-bun": "^0.5.1", "svelte-check": "^3.6.2", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.1", "tslib": "^2.4.1", "typescript": "^5.3.3", "vite": "^4.5.1", diff --git a/yarn.lock b/yarn.lock index b5cc14dc..574cc9ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3237,7 +3237,7 @@ svelte@^4.2.8: magic-string "^0.30.4" periscopic "^3.1.0" -tailwindcss@^3.4.0: +tailwindcss@^3.4.1: version "3.4.1" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.1.tgz#f512ca5d1dd4c9503c7d3d28a968f1ad8f5c839d" integrity sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==