Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit c169609

Browse files
build(eslint-config-wopian-vue)(deps): update dependency eslint-plugin-html to ^8.0.0
1 parent 81fa03d commit c169609

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

packages/eslint-config-wopian-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"eslint-config-wopian": "^3.0.0",
18-
"eslint-plugin-html": "^7.0.0",
18+
"eslint-plugin-html": "^8.0.0",
1919
"eslint-plugin-vue": "^9.0.0"
2020
},
2121
"peerDependencies": {

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3130,7 +3130,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
31303130
dependencies:
31313131
domelementtype "^2.3.0"
31323132

3133-
domutils@^3.0.1:
3133+
domutils@^3.1.0:
31343134
version "3.1.0"
31353135
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
31363136
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
@@ -3221,7 +3221,7 @@ enquirer@~2.3.6:
32213221
dependencies:
32223222
ansi-colors "^4.1.1"
32233223

3224-
entities@^4.2.0, entities@^4.4.0:
3224+
entities@^4.2.0, entities@^4.5.0:
32253225
version "4.5.0"
32263226
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
32273227
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
@@ -3441,12 +3441,12 @@ eslint-plugin-es-x@^7.5.0:
34413441
"@eslint-community/regexpp" "^4.6.0"
34423442
eslint-compat-utils "^0.1.2"
34433443

3444-
eslint-plugin-html@^7.0.0:
3445-
version "7.1.0"
3446-
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-7.1.0.tgz#aec2a3772b40ccf51a5be4f972f07600539d3b3e"
3447-
integrity sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==
3444+
eslint-plugin-html@^8.0.0:
3445+
version "8.0.0"
3446+
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-8.0.0.tgz#27f72f3c36718bcd54e3e0869ad7102ac368fd8b"
3447+
integrity sha512-NINLBAXM3mLa3k5Ezr/kNLHAJJwbot6lS7Ro+SUftDw4cA51KMmcDuCf98GP6Q6kTVPY1hIggzskxAdxfUPXSA==
34483448
dependencies:
3449-
htmlparser2 "^8.0.1"
3449+
htmlparser2 "^9.1.0"
34503450

34513451
eslint-plugin-import@^2.25.2:
34523452
version "2.29.1"
@@ -4290,15 +4290,15 @@ html-escaper@^2.0.0:
42904290
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
42914291
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
42924292

4293-
htmlparser2@^8.0.1:
4294-
version "8.0.2"
4295-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
4296-
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
4293+
htmlparser2@^9.1.0:
4294+
version "9.1.0"
4295+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
4296+
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
42974297
dependencies:
42984298
domelementtype "^2.3.0"
42994299
domhandler "^5.0.3"
4300-
domutils "^3.0.1"
4301-
entities "^4.4.0"
4300+
domutils "^3.1.0"
4301+
entities "^4.5.0"
43024302

43034303
http-cache-semantics@^4.1.1:
43044304
version "4.1.1"

0 commit comments

Comments
 (0)