Bump prettier from 2.8.4 to 2.8.7 (#151)

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

---
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-04-02 12:21:42 +02:00
committed by GitHub
parent 400582c979
commit 431db78ca5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-circus": "^29.5.0", "jest-circus": "^29.5.0",
"nock": "^13.3.0", "nock": "^13.3.0",
"prettier": "^2.8.4", "prettier": "^2.8.7",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",
"typescript": "^5.0.3" "typescript": "^5.0.3"
} }
@@ -4490,9 +4490,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.8.4", "version": "2.8.7",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@@ -8562,9 +8562,9 @@
} }
}, },
"prettier": { "prettier": {
"version": "2.8.4", "version": "2.8.7",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
"integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
"dev": true "dev": true
}, },
"pretty-format": { "pretty-format": {

View File

@@ -38,7 +38,7 @@
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-circus": "^29.5.0", "jest-circus": "^29.5.0",
"nock": "^13.3.0", "nock": "^13.3.0",
"prettier": "^2.8.4", "prettier": "^2.8.7",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",
"typescript": "^5.0.3" "typescript": "^5.0.3"
} }