From e96beaac7051af0016cbd7effd9ffc7adc29496d Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 17 Sep 2024 22:02:48 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.12 --- 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 40bbb9c..5d6335a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "daisyui": "4.12.10", "htmx.org": "2.0.2", - "tailwindcss": "3.4.11" + "tailwindcss": "3.4.12" } }, "node_modules/@alloc/quick-lru": { @@ -1243,9 +1243,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", - "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", + "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fdbbdd3..0f4aaf9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "ISC", "devDependencies": { "htmx.org": "2.0.2", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.12", "daisyui": "4.12.10" } }