From 88bbad68bf5df1c6c6588a02138e3b65b8fa1af4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Jun 2019 08:40:03 +0000 Subject: [PATCH] chore(deps): update devdependency eslint-plugin-html to v6 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c858fad2..b54c49f5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "codecov": "^3.5.0", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", - "eslint-plugin-html": "^5.0.5", + "eslint-plugin-html": "^6.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jest": "^22.6.4", "eslint-plugin-node": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index fa516cad..dd475b9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4795,12 +4795,12 @@ eslint-plugin-es@^1.4.0: eslint-utils "^1.3.0" regexpp "^2.0.1" -eslint-plugin-html@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-5.0.5.tgz#e2388f813f75b2287cde884811eab287de8e0f56" - integrity sha512-v/33i3OD0fuXcRXexVyXXBOe4mLBLBQoF1UO1Uy9D+XLq4MC8K45GcQKfqjC/FnHAHp3pYUjpHHktYNCtShGmg== +eslint-plugin-html@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-6.0.0.tgz#28e5c3e71e6f612e07e73d7c215e469766628c13" + integrity sha512-PQcGippOHS+HTbQCStmH5MY1BF2MaU8qW/+Mvo/8xTa/ioeMXdSP+IiaBw2+nh0KEMfYQKuTz1Zo+vHynjwhbg== dependencies: - htmlparser2 "^3.10.0" + htmlparser2 "^3.10.1" eslint-plugin-import@^2.17.3: version "2.17.3" @@ -5880,7 +5880,7 @@ html-webpack-plugin@^3.2.0: toposort "^1.0.0" util.promisify "1.0.0" -htmlparser2@^3.10.0, htmlparser2@^3.3.0: +htmlparser2@^3.10.1, htmlparser2@^3.3.0: version "3.10.1" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==