Bump prettier from 2.5.1 to 2.6.1 in /dependencies (#2677)

Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.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/2.5.1...2.6.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  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] 2022-03-25 12:06:15 -05:00 committed by GitHub
parent 60e7787217
commit 0e6d825140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

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

@ -33,7 +33,7 @@
"markdownlint-cli": "^0.31.1",
"node-fetch": "^3.2.3",
"npm-groovy-lint": "^9.4.1",
"prettier": "^2.5.1",
"prettier": "^2.6.1",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"sql-lint": "0.0.19",
@ -7423,14 +7423,17 @@
}
},
"node_modules/prettier": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.1.tgz",
"integrity": "sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==",
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-linter-helpers": {
@ -16141,9 +16144,9 @@
"integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
},
"prettier": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg=="
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.1.tgz",
"integrity": "sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A=="
},
"prettier-linter-helpers": {
"version": "1.0.0",

View file

@ -28,7 +28,7 @@
"markdownlint-cli": "^0.31.1",
"node-fetch": "^3.2.3",
"npm-groovy-lint": "^9.4.1",
"prettier": "^2.5.1",
"prettier": "^2.6.1",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"sql-lint": "0.0.19",