Bump prettier from 3.8.1 to 3.9.1 (#454)
ad42943 · dependabot[bot] · 2026-06-28 15:14
Message
{commit_body(@commit)}
Files changed
modified
package-lock.json
+4
−4
@@ -22,7 +22,7 @@
| 22 | 22 | "eslint-plugin-yml": "3.3.1", |
| 23 | 23 | "globals": "17.4.0", |
| 24 | 24 | "markdownlint-cli": "0.48.0", |
| 25 | − "prettier": "3.8.1", | |
| 25 | + "prettier": "3.9.1", | |
| 26 | 26 | "shellcheck": "4.1.0", |
| 27 | 27 | "yarn": "1.22.22" |
| 28 | 28 | }, |
@@ -3091,9 +3091,9 @@
| 3091 | 3091 | } |
| 3092 | 3092 | }, |
| 3093 | 3093 | "node_modules/prettier": { |
| 3094 | − "version": "3.8.1", | |
| 3095 | − "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", | |
| 3096 | − "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", | |
| 3094 | + "version": "3.9.1", | |
| 3095 | + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz", | |
| 3096 | + "integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==", | |
| 3097 | 3097 | "dev": true, |
| 3098 | 3098 | "license": "MIT", |
| 3099 | 3099 | "bin": { |
modified
package.json
+1
−1
@@ -32,7 +32,7 @@
| 32 | 32 | "eslint-plugin-yml": "3.3.1", |
| 33 | 33 | "globals": "17.4.0", |
| 34 | 34 | "markdownlint-cli": "0.48.0", |
| 35 | − "prettier": "3.8.1", | |
| 35 | + "prettier": "3.9.1", | |
| 36 | 36 | "shellcheck": "4.1.0", |
| 37 | 37 | "yarn": "1.22.22" |
| 38 | 38 | }, |
Parents: 135c095