diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d676321..8c90139 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "msw": "^2.3.0", "postcss": "^8.4.38", "prettier": "^3.3.1", - "prettier-plugin-tailwindcss": "^0.6.2", + "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.4", "typescript": "^5.4.5", "vite": "^4.5.3", @@ -3900,9 +3900,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.2.tgz", - "integrity": "sha512-eFefm4cg+1c2B57+H274Qm//CTWBdtQN9ansl0YTP/8TC8x3bugCTQSS/e4FC5Ctl9djhTzsbcMrZ7x2/abIow==", + "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==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/frontend/package.json b/frontend/package.json index c5e3eaf..295d521 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "msw": "^2.3.0", "postcss": "^8.4.38", "prettier": "^3.3.1", - "prettier-plugin-tailwindcss": "^0.6.2", + "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.4", "typescript": "^5.4.5", "vite": "^4.5.3",