From d67432608177c764437d69c195d6c1a7fc8a93ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:51:04 +0000 Subject: [PATCH] chore: update dependency tailwindcss to v3.4.12 (#696) Co-authored-by: renovate[bot] <29139614+renovate[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 68ff11b..5623e7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "svelte": "4.2.19", "svelte-check": "3.8.6", "svelte-preprocess": "5.1.4", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.12", "tslib": "2.7.0", "typescript": "5.6.2" } @@ -2759,9 +2759,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 4129eca..87d1ca4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "svelte": "4.2.19", "svelte-check": "3.8.6", "svelte-preprocess": "5.1.4", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.12", "tslib": "2.7.0", "typescript": "5.6.2" },