From dca2f2788375b9981303a4d40ec132222ac86c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:24:55 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.3 to 3.4.6 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 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.3...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 ebecb34..0fddaf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "esbuild-plugin-copy": "^2.1.1", "esbuild-postcss": "^0.0.4", "postcss": "^8.4.39", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.6" } }, "node_modules/@alloc/quick-lru": { @@ -3160,9 +3160,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 96a7614..32ab7cb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "esbuild-plugin-copy": "^2.1.1", "esbuild-postcss": "^0.0.4", "postcss": "^8.4.39", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.6" }, "dependencies": { "@radix-ui/react-hover-card": "^1.1.1",