From 89b06c1ddeaf68d84298af4f7906e5eee13b4c32 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2019 20:52:50 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20Update=20eslint-plugin-html=20to=20the?= =?UTF-8?q?=20latest=20version=20=F0=9F=9A=80=20(#1295)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update eslint-plugin-html to version 6.0.0 * chore(package): update lockfile yarn.lock --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5af2719f..ca31946d 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ }, "devDependencies": { "assert": "^2.0.0", - "eslint-plugin-html": "^5.0.5", + "eslint-plugin-html": "^6.0.0", "fake-indexeddb": "^2.1.1", "mocha": "^6.1.4", "now": "^15.6.0", diff --git a/yarn.lock b/yarn.lock index 3d0ee924..799ff2f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2809,12 +2809,12 @@ eslint-plugin-es@^1.3.1: 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.14.0: version "2.14.0" @@ -3741,7 +3741,7 @@ html-minifier@^3.5.20: relateurl "0.2.x" uglify-js "3.4.x" -htmlparser2@^3.10.0, htmlparser2@^3.9.1: +htmlparser2@^3.10.1, htmlparser2@^3.9.1: version "3.10.1" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==