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

Commit 955c756

Browse files
build(eslint-config-wopian-vue)(deps): update dependency eslint-plugin-html to ^8.0.0
1 parent 01eda1a commit 955c756

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
@@ -3076,7 +3076,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
30763076
dependencies:
30773077
domelementtype "^2.3.0"
30783078

3079-
domutils@^3.0.1:
3079+
domutils@^3.1.0:
30803080
version "3.1.0"
30813081
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
30823082
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
@@ -3167,7 +3167,7 @@ enquirer@~2.3.6:
31673167
dependencies:
31683168
ansi-colors "^4.1.1"
31693169

3170-
entities@^4.2.0, entities@^4.4.0:
3170+
entities@^4.2.0, entities@^4.5.0:
31713171
version "4.5.0"
31723172
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
31733173
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
@@ -3376,12 +3376,12 @@ eslint-plugin-es-x@^7.5.0:
33763376
"@eslint-community/regexpp" "^4.6.0"
33773377
eslint-compat-utils "^0.1.2"
33783378

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

33863386
eslint-plugin-import@^2.25.2:
33873387
version "2.29.1"
@@ -4223,15 +4223,15 @@ html-escaper@^2.0.0:
42234223
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
42244224
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
42254225

4226-
htmlparser2@^8.0.1:
4227-
version "8.0.2"
4228-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
4229-
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
4226+
htmlparser2@^9.1.0:
4227+
version "9.1.0"
4228+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
4229+
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
42304230
dependencies:
42314231
domelementtype "^2.3.0"
42324232
domhandler "^5.0.3"
4233-
domutils "^3.0.1"
4234-
entities "^4.4.0"
4233+
domutils "^3.1.0"
4234+
entities "^4.5.0"
42354235

42364236
http-cache-semantics@^4.1.1:
42374237
version "4.1.1"

0 commit comments

Comments
 (0)