chore(deps): update dependency prettier to v2.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovator Bot 2022-03-21 00:04:21 +00:00
parent 4041cf10c6
commit f04e10363e
2 changed files with 12 additions and 9 deletions

19
package-lock.json generated
View File

@ -13,7 +13,7 @@
"favicons-webpack-plugin": "5.0.2", "favicons-webpack-plugin": "5.0.2",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.5.1", "prettier": "2.6.0",
"prettier-plugin-go-template": "0.0.11", "prettier-plugin-go-template": "0.0.11",
"shx": "0.3.4", "shx": "0.3.4",
"webpack": "5.70.0", "webpack": "5.70.0",
@ -3976,15 +3976,18 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.5.1", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.0.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "integrity": "sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
}, },
"engines": { "engines": {
"node": ">=10.13.0" "node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
} }
}, },
"node_modules/prettier-plugin-go-template": { "node_modules/prettier-plugin-go-template": {
@ -7431,7 +7434,7 @@
"peer": true, "peer": true,
"requires": { "requires": {
"clone": "^2.1.2", "clone": "^2.1.2",
"colors": "1.4.0", "colors": "^1.4.0",
"image-size": "^0.8.3", "image-size": "^0.8.3",
"jimp": "^0.16.1", "jimp": "^0.16.1",
"jsontoxml": "^1.0.1", "jsontoxml": "^1.0.1",
@ -8873,9 +8876,9 @@
} }
}, },
"prettier": { "prettier": {
"version": "2.5.1", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.0.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "integrity": "sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==",
"dev": true "dev": true
}, },
"prettier-plugin-go-template": { "prettier-plugin-go-template": {

View File

@ -23,7 +23,7 @@
"favicons-webpack-plugin": "5.0.2", "favicons-webpack-plugin": "5.0.2",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.5.1", "prettier": "2.6.0",
"prettier-plugin-go-template": "0.0.11", "prettier-plugin-go-template": "0.0.11",
"shx": "0.3.4", "shx": "0.3.4",
"webpack": "5.70.0", "webpack": "5.70.0",