diff --git a/website/package-lock.json b/website/package-lock.json index e444917cb5e..2cc6fa940d0 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -19,7 +19,7 @@ "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0", - "prettier": "3.5.3", + "prettier": "3.6.0", "sharp": "0.34.2", "starlight-blog": "0.16.1", "starlight-image-zoom": "0.10.1", @@ -7370,9 +7370,9 @@ "license": "MIT" }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz", + "integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" diff --git a/website/package.json b/website/package.json index 42fa013192c..cd8def1d808 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0", - "prettier": "3.5.3", + "prettier": "3.6.0", "sharp": "0.34.2", "starlight-blog": "0.16.1", "starlight-image-zoom": "0.10.1",