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:
Nolan Lawson 2018-09-22 22:01:11 -07:00 committed by GitHub
parent 1fecbb4c8e
commit cb4c7b18c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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"

View File

@ -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"