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

Commit 0f83113

Browse files
build(eslint-config-wopian-vue)(deps): update dependency eslint-plugin-html to ^8.0.0
1 parent bcdf68a commit 0f83113

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
@@ -3078,7 +3078,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
30783078
dependencies:
30793079
domelementtype "^2.3.0"
30803080

3081-
domutils@^3.0.1:
3081+
domutils@^3.1.0:
30823082
version "3.1.0"
30833083
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
30843084
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
@@ -3169,7 +3169,7 @@ enquirer@~2.3.6:
31693169
dependencies:
31703170
ansi-colors "^4.1.1"
31713171

3172-
entities@^4.2.0, entities@^4.4.0:
3172+
entities@^4.2.0, entities@^4.5.0:
31733173
version "4.5.0"
31743174
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
31753175
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
@@ -3378,12 +3378,12 @@ eslint-plugin-es-x@^7.5.0:
33783378
"@eslint-community/regexpp" "^4.6.0"
33793379
eslint-compat-utils "^0.1.2"
33803380

3381-
eslint-plugin-html@^7.0.0:
3382-
version "7.1.0"
3383-
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-7.1.0.tgz#aec2a3772b40ccf51a5be4f972f07600539d3b3e"
3384-
integrity sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==
3381+
eslint-plugin-html@^8.0.0:
3382+
version "8.0.0"
3383+
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-8.0.0.tgz#27f72f3c36718bcd54e3e0869ad7102ac368fd8b"
3384+
integrity sha512-NINLBAXM3mLa3k5Ezr/kNLHAJJwbot6lS7Ro+SUftDw4cA51KMmcDuCf98GP6Q6kTVPY1hIggzskxAdxfUPXSA==
33853385
dependencies:
3386-
htmlparser2 "^8.0.1"
3386+
htmlparser2 "^9.1.0"
33873387

33883388
eslint-plugin-import@^2.25.2:
33893389
version "2.29.1"
@@ -4225,15 +4225,15 @@ html-escaper@^2.0.0:
42254225
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
42264226
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
42274227

4228-
htmlparser2@^8.0.1:
4229-
version "8.0.2"
4230-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
4231-
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
4228+
htmlparser2@^9.1.0:
4229+
version "9.1.0"
4230+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
4231+
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
42324232
dependencies:
42334233
domelementtype "^2.3.0"
42344234
domhandler "^5.0.3"
4235-
domutils "^3.0.1"
4236-
entities "^4.4.0"
4235+
domutils "^3.1.0"
4236+
entities "^4.5.0"
42374237

42384238
http-cache-semantics@^4.1.1:
42394239
version "4.1.1"

0 commit comments

Comments
 (0)