diff --git a/report-viewer/package-lock.json b/report-viewer/package-lock.json index 25956eb00..a4f6becba 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.6", + "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.10", "typescript": "^5.5.4", "vite": "^5.4.4", @@ -5512,9 +5512,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", - "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", + "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/report-viewer/package.json b/report-viewer/package.json index 1f9474403..9b26c00e1 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.6", + "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.10", "typescript": "^5.5.4", "vite": "^5.4.4",