deps(npm): bump prettier from 3.4.1 to 3.5.0 in /dependencies

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-10 13:49:20 +00:00 committed by GitHub
parent 4c666df3c9
commit 3e559c8d75
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 21 additions and 5 deletions

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

@ -36,7 +36,7 @@
"next-pwa": "^5.6.0", "next-pwa": "^5.6.0",
"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.0",
"prettyjson": "^1.2.5", "prettyjson": "^1.2.5",
"pug": "^3.0.3", "pug": "^3.0.3",
"react": "^18.3.1", "react": "^18.3.1",
@ -18344,9 +18344,10 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.4.1", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==",
"license": "MIT",
"bin": { "bin": {
"prettier": "bin/prettier.cjs" "prettier": "bin/prettier.cjs"
}, },
@ -19668,6 +19669,21 @@
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"
} }
}, },
"node_modules/renovate/node_modules/prettier": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
"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

@ -31,7 +31,7 @@
"next-pwa": "^5.6.0", "next-pwa": "^5.6.0",
"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.0",
"prettyjson": "^1.2.5", "prettyjson": "^1.2.5",
"pug": "^3.0.3", "pug": "^3.0.3",
"react": "^18.3.1", "react": "^18.3.1",