web: bump prettier from 2.8.5 to 2.8.6 in /web (#5039)

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

---
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>
This commit is contained in:
dependabot[bot] 2023-03-22 10:16:43 +01:00 committed by GitHub
parent 70bdbfd5ef
commit 7524413b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -62,7 +62,7 @@
"lit": "^2.7.0",
"mermaid": "^10.0.2",
"moment": "^2.29.4",
"prettier": "^2.8.5",
"prettier": "^2.8.6",
"pyright": "^1.1.300",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
@ -8114,9 +8114,9 @@
}
},
"node_modules/prettier": {
"version": "2.8.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.5.tgz",
"integrity": "sha512-3gzuxrHbKUePRBB4ZeU08VNkUcqEHaUaouNt0m7LGP4Hti/NuB07C7PPTM/LkWqXoJYJn2McEo5+kxPNrtQkLQ==",
"version": "2.8.6",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.6.tgz",
"integrity": "sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==",
"bin": {
"prettier": "bin-prettier.js"
},

View File

@ -106,7 +106,7 @@
"lit": "^2.7.0",
"mermaid": "^10.0.2",
"moment": "^2.29.4",
"prettier": "^2.8.5",
"prettier": "^2.8.6",
"pyright": "^1.1.300",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",