fix(deps): update dependency eslint-plugin-html to v8.1.3 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-22 20:44:03 +00:00 committed by GitHub
parent 242a326300
commit 26dc23b2bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 11 deletions

32
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-formatjs": "5.3.1",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-html": "8.1.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.6.17",
"eslint-plugin-jsx-a11y": "6.10.2",
@ -5198,12 +5198,12 @@
}
},
"node_modules/eslint-plugin-html": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.2.tgz",
"integrity": "sha512-pbRchDV2SmqbCi/Ev/q3aAikzG9BcFe0IjjqjtMn8eTLq71ZUggyJB6CDmuwGAXmYZHrXI12XTfCqvgcnPRqGw==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-8.1.3.tgz",
"integrity": "sha512-cnCdO7yb/jrvgSJJAfRkGDOwLu1AOvNdw8WCD6nh/2C4RnxuI4tz6QjMEAmmSiHSeugq/fXcIO8yBpIBQrMZCg==",
"license": "ISC",
"dependencies": {
"htmlparser2": "^9.1.0"
"htmlparser2": "^10.0.0"
},
"engines": {
"node": ">=16.0.0"
@ -6457,9 +6457,9 @@
"license": "ISC"
},
"node_modules/htmlparser2": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
"integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz",
"integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==",
"funding": [
"https://github.com/fb55/htmlparser2?sponsor=1",
{
@ -6471,8 +6471,20 @@
"dependencies": {
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",
"entities": "^4.5.0"
"domutils": "^3.2.1",
"entities": "^6.0.0"
}
},
"node_modules/htmlparser2/node_modules/entities": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
"integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/http-proxy-agent": {

View file

@ -38,7 +38,7 @@
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-formatjs": "5.3.1",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-html": "8.1.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.6.17",
"eslint-plugin-jsx-a11y": "6.10.2",