chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 (#806)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.5.
- [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.4...2.8.5)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  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] 2023-03-21 00:35:12 +00:00 committed by GitHub
parent a88f809112
commit 1a56f9c9fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -51,7 +51,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"prettier": "^2.8.5",
"should": "^13.2.3",
"supertest": "^6.3.3",
"yaml-lint": "^1.7.0"
@ -6766,9 +6766,9 @@
}
},
"node_modules/prettier": {
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
"version": "2.8.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.5.tgz",
"integrity": "sha512-3gzuxrHbKUePRBB4ZeU08VNkUcqEHaUaouNt0m7LGP4Hti/NuB07C7PPTM/LkWqXoJYJn2McEo5+kxPNrtQkLQ==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"

View file

@ -57,7 +57,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"prettier": "^2.8.5",
"should": "^13.2.3",
"supertest": "^6.3.3",
"yaml-lint": "^1.7.0"