deps(npm): bump prettier from 3.5.1 to 3.5.2 in /dependencies (#6610)

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-24 18:38:09 +01:00 committed by GitHub
parent 9f7f83bca5
commit d05486b750
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 5 deletions

23
dependencies/package-lock.json generated vendored
View file

@ -35,7 +35,7 @@
"next": "^15.1.7", "next": "^15.1.7",
"npm-groovy-lint": "^15.0.0", "npm-groovy-lint": "^15.0.0",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^3.3.3", "prettier": "^3.5.2",
"prettyjson": "^1.2.5", "prettyjson": "^1.2.5",
"pug": "^3.0.3", "pug": "^3.0.3",
"react": "^19.0.0", "react": "^19.0.0",
@ -17060,9 +17060,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.5.1", "version": "3.5.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"prettier": "bin/prettier.cjs" "prettier": "bin/prettier.cjs"
@ -18281,6 +18281,21 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/renovate/node_modules/prettier": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/renovate/node_modules/protobufjs": { "node_modules/renovate/node_modules/protobufjs": {
"version": "7.4.0", "version": "7.4.0",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz",

View file

@ -30,7 +30,7 @@
"next": "^15.1.7", "next": "^15.1.7",
"npm-groovy-lint": "^15.0.0", "npm-groovy-lint": "^15.0.0",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^3.3.3", "prettier": "^3.5.2",
"prettyjson": "^1.2.5", "prettyjson": "^1.2.5",
"pug": "^3.0.3", "pug": "^3.0.3",
"react": "^19.0.0", "react": "^19.0.0",