From 8d0292faf0b0bbfd8affb6b6706f693bf1c3580a Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Wed, 13 Mar 2024 21:01:26 +0000
Subject: [PATCH] fix: upgrade eslint-plugin-tailwindcss from 3.14.2 to 3.14.3

Snyk has created this PR to upgrade eslint-plugin-tailwindcss from 3.14.2 to 3.14.3.

See this package in npm:
https://www.npmjs.com/package/eslint-plugin-tailwindcss

See this project in Snyk:
https://app.snyk.io/org/ladunjexa/project/6366b7ba-2411-49c0-9d12-fe14cd98192b?utm_source=github&utm_medium=referral&page=upgrade-pr
---
 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 a114762..2b15a02 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,8 +10,9 @@
       "dependencies": {
         "eslint-config-prettier": "^9.1.0",
         "eslint-config-standard": "^17.1.0",
-        "eslint-plugin-tailwindcss": "^3.14.2",
-        "next": "^13.5.6",
+        "eslint-plugin-tailwindcss": "^3.14.3",
+        "next": "13.5.6",
+        "prettier": "^3.2.5",
         "react": "^18",
         "react-dom": "^18"
       },
@@ -1744,9 +1745,9 @@
       }
     },
     "node_modules/eslint-plugin-tailwindcss": {
-      "version": "3.14.2",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.14.2.tgz",
-      "integrity": "sha512-fNzdf4poZP2yQC0xC2prQxMuArMSb5mnellLQvwb9HC3NcLzxs+0IVKWIg1BqUqyui0c+bbjMmhWcKUWK67SLQ==",
+      "version": "3.14.3",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.14.3.tgz",
+      "integrity": "sha512-1MKT8CrVuqVJleHxb7ICHsF2QwO0G+VJ28athTtlcOkccp0qmwK7nCUa1C9paCZ+VVgQU4fonsjLz/wUxoMHJQ==",
       "dependencies": {
         "fast-glob": "^3.2.5",
         "postcss": "^8.4.4"
diff --git a/package.json b/package.json
index 67432f3..c0d7e57 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
   "dependencies": {
     "eslint-config-prettier": "^9.1.0",
     "eslint-config-standard": "^17.1.0",
-    "eslint-plugin-tailwindcss": "^3.14.2",
+    "eslint-plugin-tailwindcss": "^3.14.3",
     "next": "13.5.6",
     "prettier": "^3.2.5",
     "react": "^18",