Bump prettier from 2.8.8 to 3.0.0 in /dependencies (#4456)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.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/2.8.8...3.0.0)

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

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] 2023-07-10 14:22:44 -07:00 committed by GitHub
parent 9e526b084a
commit dd470a5282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

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

@ -37,7 +37,7 @@
"node-fetch": "^3.3.1",
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"sql-lint": "1.0.0",
@ -8605,14 +8605,14 @@
}
},
"node_modules/prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
"bin": {
"prettier": "bin-prettier.js"
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=10.13.0"
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"

View file

@ -32,7 +32,7 @@
"node-fetch": "^3.3.1",
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"sql-lint": "1.0.0",