From fade0c76e793c616eff9ae92b6daae6bedddb9c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 18:00:24 +0000 Subject: [PATCH] fix: upgrade prettier-plugin-tailwindcss from 0.5.14 to 0.6.5 Snyk has created this PR to upgrade prettier-plugin-tailwindcss from 0.5.14 to 0.6.5. See this package in npm: prettier-plugin-tailwindcss See this project in Snyk: https://app.snyk.io/org/zntb/project/d308268f-afda-4966-85d9-095070fc0bd9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c22d7b5..b02dec1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "mkcert": "^3.2.0", "next": "14.2.0-canary.41", "pg": "^8.12.0", - "prettier-plugin-tailwindcss": "^0.5.12", + "prettier-plugin-tailwindcss": "^0.6.5", "react": "^18", "react-dom": "^18", "server-only": "^0.0.1", @@ -8292,9 +8292,10 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", - "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz", + "integrity": "sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==", + "license": "MIT", "engines": { "node": ">=14.21.3" }, diff --git a/package.json b/package.json index af750db..7eb4434 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mkcert": "^3.2.0", "next": "14.2.0-canary.41", "pg": "^8.12.0", - "prettier-plugin-tailwindcss": "^0.5.12", + "prettier-plugin-tailwindcss": "^0.6.5", "react": "^18", "react-dom": "^18", "server-only": "^0.0.1",