From a0e799e60026589be6cb03b5270eb8880e7504eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:58:16 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.5 to 3.4.7 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.5 to 3.4.7. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.7) --- 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 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 886e1fd..5d3ed01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "preline": "^2.4.0", "sharp": "^0.33.4", "sharp-ico": "^0.1.5", - "tailwindcss": "^3.4.5" + "tailwindcss": "^3.4.7" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -8705,9 +8705,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.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index c473a3f..d5d6424 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "preline": "^2.4.0", "sharp": "^0.33.4", "sharp-ico": "^0.1.5", - "tailwindcss": "^3.4.5" + "tailwindcss": "^3.4.7" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7",