From d62a747160918b2c2772c4175969d0a9880f06de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:30:24 +0000 Subject: [PATCH] fix(deps): update dependency tailwindcss to v3.4.9 --- 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 6fc3c0f..c76d8b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.0.0", - "tailwindcss": "3.4.8", + "tailwindcss": "3.4.9", "typescript": "5.5.4" } }, @@ -4223,9 +4223,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.8", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.8.tgz", - "integrity": "sha512-GkP17r9GQkxgZ9FKHJQEnjJuKBcbFhMFzKu5slmN6NjlCuFnYJMQ8N4AZ6VrUyiRXlDtPKHkesuQ/MS913Nvdg==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", + "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 49e9259..65ed982 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.0.0", - "tailwindcss": "3.4.8", + "tailwindcss": "3.4.9", "typescript": "5.5.4" } }