From 86a0d062eaab81cf3a681337e7baab69c0b2784e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Mar 2024 18:26:46 +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/842a741c-7fd0-4ef7-a506-d95db68cdba7?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 f228cb2..119ef16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "cheerio": "^1.0.0-rc.12", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-tailwindcss": "^3.14.2", + "eslint-plugin-tailwindcss": "^3.14.3", "mongoose": "^7.6.8", "next": "13.5.6", "nodemailer": "^6.9.9", @@ -1997,9 +1997,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 320c29b..177cacb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "cheerio": "^1.0.0-rc.12", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-tailwindcss": "^3.14.2", + "eslint-plugin-tailwindcss": "^3.14.3", "mongoose": "^7.6.8", "next": "13.5.6", "nodemailer": "^6.9.9",