From c9d23220fcd8934865093d8d6bf2c15f2ffb9745 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Sep 2024 03:02:16 +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 64bc205..72c0bf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "8.57.1", "eslint-config-next": "14.2.11", "postcss": "8.4.47", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.12", "turbo": "2.1.2", "typescript": "5.6.2" } @@ -7490,9 +7490,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==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 8c2d00e..4369a4e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "8.57.1", "eslint-config-next": "14.2.11", "postcss": "8.4.47", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.12", "turbo": "2.1.2", "typescript": "5.6.2" }