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" },