chore(deps-dev): bump prettier from 3.4.1 to 3.5.1 in /website (#25125)

Bumps [prettier](https://github.com/prettier/prettier) from 3.4.1 to 3.5.1.
- [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.4.1...3.5.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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]
2025-02-20 16:58:53 +01:00
committed by GitHub
parent 6a091b4c9c
commit dde8eac42c
2 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
"dart-linkcheck": "^2.0.15",
"husky": "^9.0.7",
"next": "14.0.4",
"prettier": "^3.4.1"
"prettier": "^3.5.1"
},
"engines": {
"node": ">=18.x <=20.x",
@@ -9634,10 +9634,11 @@
}
},
"node_modules/prettier": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},

View File

@@ -13,7 +13,7 @@
"dart-linkcheck": "^2.0.15",
"husky": "^9.0.7",
"next": "14.0.4",
"prettier": "^3.4.1"
"prettier": "^3.5.1"
},
"overrides": {
"eslint-plugin-prettier": "5.0.0",