diff --git a/package-lock.json b/package-lock.json index 24a0c933dd..8543062e68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint": "^9.39.4", "eslint-config-next": "16.2.9", "playwright": "^1.61.1", - "prettier": "^3.9.0", + "prettier": "^3.9.1", "tailwindcss": "^4.3.1", "tsx": "^4.22.4", "typescript": "^6.0.3", @@ -8239,9 +8239,9 @@ } }, "node_modules/prettier": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.0.tgz", - "integrity": "sha512-LjIqSIC5VYLzs9WedVmJ2ljNAGnU+DteIClbahu4L/DBeWjZ6iT/k1lAYyu9JUh+1xINxWadaPw/Pl63y/agAw==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz", + "integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 722da7b60c..abdb3f238b 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "eslint": "^9.39.4", "eslint-config-next": "16.2.9", "playwright": "^1.61.1", - "prettier": "^3.9.0", + "prettier": "^3.9.1", "tailwindcss": "^4.3.1", "tsx": "^4.22.4", "typescript": "^6.0.3",