From 7e88895a116efa2eeaf5a4e0ce90156b5928707b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:26:53 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.3 to 3.4.10 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.10. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.10) --- 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 cb4f4e1..8869273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-ga": "^3.3.1", "sharp": "^0.33.3", "tailwind-merge": "^2.3.0", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.10", "typescript": "^5.4.5" }, "devDependencies": { @@ -6392,9 +6392,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.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 3d79457..62d1fc6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-ga": "^3.3.1", "sharp": "^0.33.3", "tailwind-merge": "^2.3.0", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.10", "typescript": "^5.4.5" }, "devDependencies": {