diff --git a/package-lock.json b/package-lock.json index 39271981..46015ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,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": { @@ -4674,9 +4674,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, "bin": { "prettier": "bin/prettier.cjs" @@ -9198,9 +9198,9 @@ "dev": true }, "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 }, "prettier-plugin-toml": { diff --git a/package.json b/package.json index 4ead81f3..f6577809 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,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" }, "dependencies": { diff --git a/workflow-templates/check-prettier-formatting-task.md b/workflow-templates/check-prettier-formatting-task.md index fe8304f0..08e30063 100644 --- a/workflow-templates/check-prettier-formatting-task.md +++ b/workflow-templates/check-prettier-formatting-task.md @@ -57,7 +57,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files. Add the dependencies by running this command: ```text -npm install --save-dev prettier@^3.7.1 +npm install --save-dev prettier@^3.7.2 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.