From a8e69f3242c97948b5615b3baf5704ecf6ea9839 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Aug 2024 23:03:53 +0000 Subject: [PATCH] fix: upgrade prettier-plugin-tailwindcss from 0.6.5 to 0.6.6 Snyk has created this PR to upgrade prettier-plugin-tailwindcss from 0.6.5 to 0.6.6. 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 | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dc18b8..e40941d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "mkcert": "^3.2.0", "next": "14.2.5", "pg": "^8.12.0", - "prettier-plugin-tailwindcss": "^0.6.5", + "prettier-plugin-tailwindcss": "^0.6.6", "react": "^18", "react-dom": "^18", "server-only": "^0.0.1", @@ -8319,9 +8319,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "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==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", + "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", "license": "MIT", "engines": { "node": ">=14.21.3" @@ -8338,6 +8338,7 @@ "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", "prettier-plugin-marko": "*", + "prettier-plugin-multiline-arrays": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-sort-imports": "*", @@ -8375,6 +8376,9 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, diff --git a/package.json b/package.json index 6ac71ba..8316939 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mkcert": "^3.2.0", "next": "14.2.5", "pg": "^8.12.0", - "prettier-plugin-tailwindcss": "^0.6.5", + "prettier-plugin-tailwindcss": "^0.6.6", "react": "^18", "react-dom": "^18", "server-only": "^0.0.1",