chore(deps): update dependency html-validate to v9 (#941)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-23 09:25:17 +01:00 committed by GitHub
parent bffd1a85d7
commit 6d016e731b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -29,7 +29,7 @@
"favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1",
"globals": "15.14.0",
"html-validate": "8.29.0",
"html-validate": "9.0.0",
"npm-run-all2": "7.0.2",
"postcss-loader": "8.1.1",
"prettier": "3.4.2",
@ -5397,9 +5397,9 @@
}
},
"node_modules/html-validate": {
"version": "8.29.0",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.29.0.tgz",
"integrity": "sha512-RFfFIWaUB9SN8iETL2GoPvjWEX1gcbz0+m+vao7xkPl0cnlgMDu9RcjdQz6T3n6LgT/LENPkvxHzVkqY/Qs3Tg==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-9.0.0.tgz",
"integrity": "sha512-ZgoJhul8HC740MMXiu/5ulGNJiw4orTTjgNhlAvfV3ULAEmw6BJCNlgVurzpVkcSV78e5bCgE5XznYWgFnBJsw==",
"dev": true,
"funding": [
{
@ -5419,10 +5419,10 @@
"semver": "^7.0.0"
},
"bin": {
"html-validate": "bin/html-validate.js"
"html-validate": "bin/html-validate.mjs"
},
"engines": {
"node": ">= 16.14"
"node": ">= 18"
},
"peerDependencies": {
"jest": "^27.1 || ^28.1.3 || ^29.0.3",

View file

@ -54,7 +54,7 @@
"favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1",
"globals": "15.14.0",
"html-validate": "8.29.0",
"html-validate": "9.0.0",
"npm-run-all2": "7.0.2",
"postcss-loader": "8.1.1",
"prettier": "3.4.2",