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",