diff --git a/report-viewer/package-lock.json b/report-viewer/package-lock.json index 08d5aed92..91d52179e 100644 --- a/report-viewer/package-lock.json +++ b/report-viewer/package-lock.json @@ -43,7 +43,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "prettier": "^3.1.0", - "prettier-plugin-tailwindcss": "^0.5.6", + "prettier-plugin-tailwindcss": "^0.5.7", "tailwindcss": "^3.3.5", "typescript": "^5.2.2", "vite": "^4.5.0", @@ -5057,9 +5057,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.6.tgz", - "integrity": "sha512-2Xgb+GQlkPAUCFi3sV+NOYcSI5XgduvDBL2Zt/hwJudeKXkyvRS65c38SB0yb9UB40+1rL83I6m0RtlOQ8eHdg==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.7.tgz", + "integrity": "sha512-4v6uESAgwCni6YF6DwJlRaDjg9Z+al5zM4JfngcazMy4WEf/XkPS5TEQjbD+DZ5iNuG6RrKQLa/HuX2SYzC3kQ==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/report-viewer/package.json b/report-viewer/package.json index 7db245d9c..bee5be621 100644 --- a/report-viewer/package.json +++ b/report-viewer/package.json @@ -52,7 +52,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "prettier": "^3.1.0", - "prettier-plugin-tailwindcss": "^0.5.6", + "prettier-plugin-tailwindcss": "^0.5.7", "tailwindcss": "^3.3.5", "typescript": "^5.2.2", "vite": "^4.5.0",