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

Commit c130b83

Browse files
build(eslint-config-wopian-vue)(deps): update dependency eslint-plugin-html to ^8.0.0
1 parent 1411a27 commit c130b83

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
@@ -3111,7 +3111,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
31113111
dependencies:
31123112
domelementtype "^2.3.0"
31133113

3114-
domutils@^3.0.1:
3114+
domutils@^3.1.0:
31153115
version "3.1.0"
31163116
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
31173117
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
@@ -3202,7 +3202,7 @@ enquirer@~2.3.6:
32023202
dependencies:
32033203
ansi-colors "^4.1.1"
32043204

3205-
entities@^4.2.0, entities@^4.4.0:
3205+
entities@^4.2.0, entities@^4.5.0:
32063206
version "4.5.0"
32073207
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
32083208
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
@@ -3419,12 +3419,12 @@ eslint-plugin-es-x@^7.5.0:
34193419
"@eslint-community/regexpp" "^4.6.0"
34203420
eslint-compat-utils "^0.5.0"
34213421

3422-
eslint-plugin-html@^7.0.0:
3423-
version "7.1.0"
3424-
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-7.1.0.tgz#aec2a3772b40ccf51a5be4f972f07600539d3b3e"
3425-
integrity sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==
3422+
eslint-plugin-html@^8.0.0:
3423+
version "8.0.0"
3424+
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-8.0.0.tgz#27f72f3c36718bcd54e3e0869ad7102ac368fd8b"
3425+
integrity sha512-NINLBAXM3mLa3k5Ezr/kNLHAJJwbot6lS7Ro+SUftDw4cA51KMmcDuCf98GP6Q6kTVPY1hIggzskxAdxfUPXSA==
34263426
dependencies:
3427-
htmlparser2 "^8.0.1"
3427+
htmlparser2 "^9.1.0"
34283428

34293429
eslint-plugin-import@^2.25.2:
34303430
version "2.29.1"
@@ -4269,15 +4269,15 @@ html-escaper@^2.0.0:
42694269
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
42704270
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
42714271

4272-
htmlparser2@^8.0.1:
4273-
version "8.0.2"
4274-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
4275-
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
4272+
htmlparser2@^9.1.0:
4273+
version "9.1.0"
4274+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
4275+
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
42764276
dependencies:
42774277
domelementtype "^2.3.0"
42784278
domhandler "^5.0.3"
4279-
domutils "^3.0.1"
4280-
entities "^4.4.0"
4279+
domutils "^3.1.0"
4280+
entities "^4.5.0"
42814281

42824282
http-cache-semantics@^4.1.1:
42834283
version "4.1.1"

0 commit comments

Comments
 (0)