📌 Bump prettier from 2.7.0 to 2.7.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.7.0 to 2.7.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.7.0...2.7.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/218/head
dependabot[bot] 2022-06-16 23:40:34 +00:00 committed by GitHub
parent 6ed4495121
commit e2852e9b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "hugo-congo-theme",
"version": "2.2.1",
"version": "2.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-congo-theme",
"version": "2.2.1",
"version": "2.2.2",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
@ -15,7 +15,7 @@
"fuse.js": "^6.6.2",
"katex": "^0.16.0",
"mermaid": "^9.1.2",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24",
@ -1591,9 +1591,9 @@
"dev": true
},
"node_modules/prettier": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.0.tgz",
"integrity": "sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz",
"integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
@ -3130,9 +3130,9 @@
"dev": true
},
"prettier": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.0.tgz",
"integrity": "sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz",
"integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==",
"dev": true
},
"prettier-plugin-go-template": {

View File

@ -34,7 +34,7 @@
"fuse.js": "^6.6.2",
"katex": "^0.16.0",
"mermaid": "^9.1.2",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24",