chore(deps): bump prettier from 3.9.5 to 3.9.6 in the npm group (#830)

Bumps the npm group with 1 update: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.9.5 to 3.9.6
- [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.9.5...3.9.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-03 20:10:11 -04:00
committed by GitHub
parent 5a6f51711c
commit 77fb938f2f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -20,7 +20,7 @@
"@types/node": "^24",
"@vitest/coverage-v8": "^4.1.10",
"esbuild": "^0.28.1",
"prettier": "3.9.5",
"prettier": "3.9.6",
"typescript": "^7.0.2",
"vitest": "^4.0.4"
},
@@ -2423,9 +2423,9 @@
}
},
"node_modules/prettier": {
"version": "3.9.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.5.tgz",
"integrity": "sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==",
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
"dev": true,
"license": "MIT",
"bin": {
+1 -1
View File
@@ -37,7 +37,7 @@
"@types/node": "^24",
"@vitest/coverage-v8": "^4.1.10",
"esbuild": "^0.28.1",
"prettier": "3.9.5",
"prettier": "3.9.6",
"typescript": "^7.0.2",
"vitest": "^4.0.4"
}