Skip to content

Commit bee584a

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dev dependency eslint-plugin-html to v5 (#15)
1 parent bf8bec7 commit bee584a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-config-standard": "^11.0.0",
6565
"eslint-friendly-formatter": "^4.0.1",
6666
"eslint-loader": "^2.1.1",
67-
"eslint-plugin-html": "^4.0.6",
67+
"eslint-plugin-html": "^5.0.0",
6868
"eslint-plugin-import": "^2.14.0",
6969
"eslint-plugin-jest": "^21.27.2",
7070
"eslint-plugin-node": "^6.0.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,12 +1929,12 @@ eslint-module-utils@^2.2.0:
19291929
debug "^2.6.8"
19301930
pkg-dir "^1.0.0"
19311931

1932-
eslint-plugin-html@^4.0.6:
1933-
version "4.0.6"
1934-
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-4.0.6.tgz#724bb9272efb4df007dfee8dfb269ed83577e5b4"
1935-
integrity sha512-nj6A9oK+7BKnMm0E7dMRH3r75BfpkXtcVIb3pFC4AcDdBTNyg2NGxHXyFNT1emW4VsR7P2SZvRXXQtUR+kY08w==
1932+
eslint-plugin-html@^5.0.0:
1933+
version "5.0.0"
1934+
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-5.0.0.tgz#396e30a60dedee0122fe08f11d13c5ab22f20d32"
1935+
integrity sha512-f7p/7YQdgQUFVAX3nB4dnMQbrDeTalcA01PDhuvTLk0ZadCwM4Pb+639SRuqEf1zMkIxckLY+ckCr0hVP5zl6A==
19361936
dependencies:
1937-
htmlparser2 "^3.8.2"
1937+
htmlparser2 "^3.10.0"
19381938

19391939
eslint-plugin-import@^2.14.0:
19401940
version "2.14.0"
@@ -2629,9 +2629,9 @@ html-encoding-sniffer@^1.0.2:
26292629
dependencies:
26302630
whatwg-encoding "^1.0.1"
26312631

2632-
htmlparser2@^3.8.2:
2632+
htmlparser2@^3.10.0:
26332633
version "3.10.0"
2634-
resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.0.tgz#5f5e422dcf6119c0d983ed36260ce9ded0bee464"
2634+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.0.tgz#5f5e422dcf6119c0d983ed36260ce9ded0bee464"
26352635
integrity sha512-J1nEUGv+MkXS0weHNWVKJJ+UrLfePxRWpN3C9bEi9fLxL2+ggW94DQvgYVXsaT30PGwYRIZKNZXuyMhp3Di4bQ==
26362636
dependencies:
26372637
domelementtype "^1.3.0"

0 commit comments

Comments
 (0)