From d46e91a3eb981d167ee68ef9e14fa41b2e6b8ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:54:25 +0200 Subject: [PATCH] Bump tailwindcss from 3.4.7 to 3.4.13 (#25) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.7 to 3.4.13. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.13) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a0ac057..4c0d5d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "concurrently": "^8.2.2", "postcss": "^8.4.47", "postcss-cli": "^11.0.0", - "tailwindcss": "^3.4.7" + "tailwindcss": "^3.4.13" } }, "node_modules/@alloc/quick-lru": { @@ -1553,9 +1553,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", - "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index f33eba2..c7c3f9e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "concurrently": "^8.2.2", "postcss": "^8.4.47", "postcss-cli": "^11.0.0", - "tailwindcss": "^3.4.7" + "tailwindcss": "^3.4.13" }, "scripts": { "start": "concurrently npm:watch:*",