Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 9180f81

Browse files
committed
chore(deps): update dependency eslint-plugin-html to v5
1 parent 406a2f4 commit 9180f81

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"eslint": "4.19.1",
1515
"eslint-config-algolia": "13.1.0",
1616
"eslint-config-prettier": "2.9.0",
17-
"eslint-plugin-html": "4.0.3",
17+
"eslint-plugin-html": "5.0.0",
1818
"eslint-plugin-import": "2.12.0",
1919
"eslint-plugin-prettier": "2.6.0",
2020
"prettier": "1.11.1"

yarn.lock

+18-10
Original file line numberDiff line numberDiff line change
@@ -2531,11 +2531,11 @@ eslint-module-utils@^2.2.0:
25312531
debug "^2.6.8"
25322532
pkg-dir "^1.0.0"
25332533

2534-
eslint-plugin-html@4.0.3:
2535-
version "4.0.3"
2536-
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-4.0.3.tgz#97d52dcf9e22724505d02719fbd02754013c8a17"
2534+
eslint-plugin-html@5.0.0:
2535+
version "5.0.0"
2536+
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-5.0.0.tgz#396e30a60dedee0122fe08f11d13c5ab22f20d32"
25372537
dependencies:
2538-
htmlparser2 "^3.8.2"
2538+
htmlparser2 "^3.10.0"
25392539

25402540
eslint-plugin-import@2.12.0:
25412541
version "2.12.0"
@@ -3414,16 +3414,16 @@ html-webpack-plugin@^2.28.0, html-webpack-plugin@^2.30.1:
34143414
pretty-error "^2.0.2"
34153415
toposort "^1.0.0"
34163416

3417-
htmlparser2@^3.8.2:
3418-
version "3.9.2"
3419-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
3417+
htmlparser2@^3.10.0:
3418+
version "3.10.0"
3419+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.0.tgz#5f5e422dcf6119c0d983ed36260ce9ded0bee464"
34203420
dependencies:
34213421
domelementtype "^1.3.0"
34223422
domhandler "^2.3.0"
34233423
domutils "^1.5.1"
34243424
entities "^1.1.1"
34253425
inherits "^2.0.1"
3426-
readable-stream "^2.0.2"
3426+
readable-stream "^3.0.6"
34273427

34283428
htmlparser2@~3.3.0:
34293429
version "3.3.0"
@@ -6012,6 +6012,14 @@ readable-stream@^2.0.2, readable-stream@^2.2.2:
60126012
string_decoder "~1.0.3"
60136013
util-deprecate "~1.0.1"
60146014

6015+
readable-stream@^3.0.6:
6016+
version "3.0.6"
6017+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.0.6.tgz#351302e4c68b5abd6a2ed55376a7f9a25be3057a"
6018+
dependencies:
6019+
inherits "^2.0.3"
6020+
string_decoder "^1.1.1"
6021+
util-deprecate "^1.0.1"
6022+
60156023
readdirp@^2.0.0:
60166024
version "2.1.0"
60176025
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78"
@@ -6794,7 +6802,7 @@ string-width@^1.0.1, string-width@^1.0.2:
67946802
is-fullwidth-code-point "^2.0.0"
67956803
strip-ansi "^4.0.0"
67966804

6797-
string_decoder@^1.0.0, string_decoder@~1.1.1:
6805+
string_decoder@^1.0.0, string_decoder@^1.1.1, string_decoder@~1.1.1:
67986806
version "1.1.1"
67996807
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
68006808
dependencies:
@@ -7211,7 +7219,7 @@ use@^3.1.0:
72117219
version "3.1.1"
72127220
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
72137221

7214-
util-deprecate@~1.0.1:
7222+
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
72157223
version "1.0.2"
72167224
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
72177225

0 commit comments

Comments
 (0)