diff --git a/ui/package-lock.json b/ui/package-lock.json index cdc4d73f5..18de25778 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -92,7 +92,7 @@ "package-changed": "^3.0.0", "playwright": "^1.50.1", "postcss": "^8.4.49", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "prettier-plugin-organize-imports": "^3.2.4", "prettier-plugin-tailwindcss": "^0.6.11", "tailwindcss": "^3.4.17", @@ -14179,9 +14179,9 @@ } }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { @@ -26213,9 +26213,9 @@ "dev": true }, "prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true }, "prettier-linter-helpers": { diff --git a/ui/package.json b/ui/package.json index a53451f50..bcdff1e13 100644 --- a/ui/package.json +++ b/ui/package.json @@ -98,7 +98,7 @@ "package-changed": "^3.0.0", "playwright": "^1.50.1", "postcss": "^8.4.49", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "prettier-plugin-organize-imports": "^3.2.4", "prettier-plugin-tailwindcss": "^0.6.11", "tailwindcss": "^3.4.17",