Bump prettier from 3.1.0 to 3.1.1 in /dependencies (#4976)

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.1.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.1.0...3.1.1)

---
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>
Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
dependabot[bot] 2023-12-11 18:41:46 +00:00 committed by GitHub
parent 75231fe771
commit 92824c744c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 5 deletions

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

@ -41,7 +41,7 @@
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^13.0.0",
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"react": "^18.2.0",
@ -16670,9 +16670,9 @@
}
},
"node_modules/prettier": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
"integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
"bin": {
"prettier": "bin/prettier.cjs"
},
@ -17880,6 +17880,20 @@
"node": ">=8"
}
},
"node_modules/renovate/node_modules/prettier": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
"integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/renovate/node_modules/safe-stable-stringify": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",

View file

@ -36,7 +36,7 @@
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^13.0.0",
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"react": "^18.2.0",