From 4f9743df7adb6748d0f7a4c8623e2a9cbffbfcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Comeau?= <114004123+sebastien-comeau@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:04:58 -0300 Subject: [PATCH] fix: upgrade prettier-plugin-tailwindcss from 0.5.14 to 0.6.1 (#694) Snyk has created this PR to upgrade prettier-plugin-tailwindcss from 0.5.14 to 0.6.1. See this package in npm: prettier-plugin-tailwindcss See this project in Snyk: https://app.snyk.io/org/p0nder0sa/project/60ffc669-57aa-416f-923d-9c5e8c2c64de?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot Co-authored-by: Kris Charbonneau <71025360+krischarbonneau@users.noreply.github.com> --- 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 abaf199b8..056499272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "next-i18next": "^13.3.0", "pino": "^8.21.0", "pino-pretty": "^10.3.1", - "prettier-plugin-tailwindcss": "^0.5.14", + "prettier-plugin-tailwindcss": "^0.6.1", "prom-client": "^12.0.0", "prop-types": "^15.8.1", "react": "^18.3.1", @@ -13429,9 +13429,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.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.1.tgz", + "integrity": "sha512-AnbeYZu0WGj+QgKciUgdMnRxrqcxltleZPgdwfA5104BHM3siBLONN/HLW1yS2HvzSNkzpQ/JAj+LN0jcJO+0w==", + "license": "MIT", "engines": { "node": ">=14.21.3" }, diff --git a/package.json b/package.json index 7cb7e028c..fcc776aa9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "next-i18next": "^13.3.0", "pino": "^8.21.0", "pino-pretty": "^10.3.1", - "prettier-plugin-tailwindcss": "^0.5.14", + "prettier-plugin-tailwindcss": "^0.6.1", "prom-client": "^12.0.0", "prop-types": "^15.8.1", "react": "^18.3.1",