diff --git a/web/package-lock.json b/web/package-lock.json index ea3738a6f..a62d62fa2 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -101,7 +101,7 @@ "msw": "^2.3.0", "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.6.1", + "prettier-plugin-tailwindcss": "^0.6.3", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vite": "^5.2.11", @@ -6137,11 +6137,10 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "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==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.3.tgz", + "integrity": "sha512-GeJ9bqXN4APAP0V5T2a1J/o6a50MWevEUCPWxijpdXFDQkBCoAfz4pQfv+YMXSqZ5GXLMDYio0mUOfrYL7gf4w==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.21.3" }, diff --git a/web/package.json b/web/package.json index bbc2e1229..f7b9af4cc 100644 --- a/web/package.json +++ b/web/package.json @@ -107,7 +107,7 @@ "msw": "^2.3.0", "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.6.1", + "prettier-plugin-tailwindcss": "^0.6.3", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vite": "^5.2.11",