From c7d5834b7c4e1ac09d63427804ae62827c0ca0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:07:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bump=20tailwindcss=20from=203.4.?= =?UTF-8?q?5=20to=203.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.5 to 3.4.6. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6) --- 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 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2582a85..9cc0d7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "scss": "^0.2.4", "svelte": "^4.2.18", "svelte-check": "^3.8.4", - "tailwindcss": "^3.4.5", + "tailwindcss": "^3.4.6", "tslib": "^2.4.1", "typescript": "^5.5.3", "vite": "^5.3.3" @@ -5047,9 +5047,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz", - "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 026620d..caa5eeb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "scss": "^0.2.4", "svelte": "^4.2.18", "svelte-check": "^3.8.4", - "tailwindcss": "^3.4.5", + "tailwindcss": "^3.4.6", "tslib": "^2.4.1", "typescript": "^5.5.3", "vite": "^5.3.3"