From 2609cd6c935341587f1bf3eed3d4539dbd1f091e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Feb 2025 05:28:45 +0000
Subject: [PATCH] Bump prettier from 3.5.0 to 3.5.1

Bumps [prettier](https://github.com/prettier/prettier) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.5.0...3.5.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index ec71775f..75f83643 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
         "github-label-sync": "2.3.1",
         "markdown-link-check": "3.12.2",
         "markdownlint-cli": "0.44.0",
-        "prettier": "3.5.0"
+        "prettier": "3.5.1"
       },
       "engines": {
         "node": "20.x"
@@ -2872,9 +2872,9 @@
       "license": "MIT"
     },
     "node_modules/prettier": {
-      "version": "3.5.0",
-      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz",
-      "integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==",
+      "version": "3.5.1",
+      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
+      "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
       "dev": true,
       "license": "MIT",
       "bin": {
diff --git a/package.json b/package.json
index 284995f3..96531671 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
     "github-label-sync": "2.3.1",
     "markdown-link-check": "3.12.2",
     "markdownlint-cli": "0.44.0",
-    "prettier": "3.5.0"
+    "prettier": "3.5.1"
   },
   "engines": {
     "node": "20.x"