diff --git a/package-lock.json b/package-lock.json index 8c4a943d..e599c79e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "github-label-sync": "3.0.0", "markdown-link-check": "3.14.2", "markdownlint-cli": "0.46.0", - "prettier": "3.7.1", + "prettier": "3.7.2", "prettier-plugin-toml": "2.0.6" }, "engines": { @@ -2761,9 +2761,9 @@ } }, "node_modules/prettier": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz", - "integrity": "sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.2.tgz", + "integrity": "sha512-n3HV2J6QhItCXndGa3oMWvWFAgN1ibnS7R9mt6iokScBOC0Ul9/iZORmU2IWUMcyAQaMPjTlY3uT34TqocUxMA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 1f34574a..cddf71d8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "github-label-sync": "3.0.0", "markdown-link-check": "3.14.2", "markdownlint-cli": "0.46.0", - "prettier": "3.7.1", + "prettier": "3.7.2", "prettier-plugin-toml": "2.0.6" }, "engines": {