forked from cybrespace/pinafore
update eslint-plugin-html to version 4.0.6 (#550)
* chore(package): update eslint-plugin-html to version 4.0.6 * chore(package): update lockfile package-lock.json
This commit is contained in:
parent
1fecbb4c8e
commit
cb4c7b18c0
|
@ -4565,9 +4565,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-plugin-html": {
|
"eslint-plugin-html": {
|
||||||
"version": "4.0.5",
|
"version": "4.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-4.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-4.0.6.tgz",
|
||||||
"integrity": "sha512-yULqYldzhYXTwZEaJXM30HhfgJdtTzuVH3LeoANybESHZ5+2ztLD72BsB2wR124/kk/PvQqZofDFSdNIk+kykw==",
|
"integrity": "sha512-nj6A9oK+7BKnMm0E7dMRH3r75BfpkXtcVIb3pFC4AcDdBTNyg2NGxHXyFNT1emW4VsR7P2SZvRXXQtUR+kY08w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"htmlparser2": "^3.8.2"
|
"htmlparser2": "^3.8.2"
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
"yargs": "^12.0.1"
|
"yargs": "^12.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-plugin-html": "^4.0.5",
|
"eslint-plugin-html": "^4.0.6",
|
||||||
"now": "^11.4.0",
|
"now": "^11.4.0",
|
||||||
"standard": "^12.0.0",
|
"standard": "^12.0.0",
|
||||||
"testcafe": "^0.22.0"
|
"testcafe": "^0.22.0"
|
||||||
|
|
Loading…
Reference in New Issue