diff --git a/report-viewer/package-lock.json b/report-viewer/package-lock.json index 3f96490cc..fe0c12db1 100644 --- a/report-viewer/package-lock.json +++ b/report-viewer/package-lock.json @@ -44,7 +44,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.45", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.10", @@ -5529,9 +5529,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", - "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz", + "integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/report-viewer/package.json b/report-viewer/package.json index 4db31049a..6aeaa46af 100644 --- a/report-viewer/package.json +++ b/report-viewer/package.json @@ -55,7 +55,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.45", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.10",