From 70e97ecae3c5e451f0158eb6d7835c386905389a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:43:57 +0000 Subject: [PATCH] fix(deps): update dependency tailwindcss to v3.4.14 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91c71fc..f808b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react-dom": "18.2.0", "react-hook-form": "7.48.2", "swr": "2.2.4", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.14", "typescript": "5.3.2" }, "devDependencies": { @@ -6476,9 +6476,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -6488,7 +6489,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 23f9bfc..af31586 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-dom": "18.2.0", "react-hook-form": "7.48.2", "swr": "2.2.4", - "tailwindcss": "3.3.5", + "tailwindcss": "3.4.14", "typescript": "5.3.2" }, "devDependencies": {