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"