chore(deps): update dependency html-validate to v9.2.0 (#961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-03 04:21:16 +00:00 committed by GitHub
parent 6eed2cbbf6
commit 5888203d0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -29,7 +29,7 @@
"favicons": "7.2.0", "favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1", "favicons-webpack-plugin": "6.0.1",
"globals": "15.14.0", "globals": "15.14.0",
"html-validate": "9.1.3", "html-validate": "9.2.0",
"npm-run-all2": "7.0.2", "npm-run-all2": "7.0.2",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.4.2", "prettier": "3.4.2",
@ -5398,9 +5398,9 @@
} }
}, },
"node_modules/html-validate": { "node_modules/html-validate": {
"version": "9.1.3", "version": "9.2.0",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-9.1.3.tgz", "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-9.2.0.tgz",
"integrity": "sha512-KFivb0Q9gLVYctZVkzs1C4CioBpGN+X8BOOfSOEOQjOnqK7yryBrMlIWFVp7d0XDB5To+azjgzc7kTPcsWWxVQ==", "integrity": "sha512-aPTtkPV3vyByEF/qFM7OWxDRIuS6ySgQJxuZsTD3lnPvnb0payH8VK1UAMGDTKy/6qY+lDZSXkqQ5jY47Dxg5A==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -5429,7 +5429,7 @@
"jest": "^27.1 || ^28.1.3 || ^29.0.3", "jest": "^27.1 || ^28.1.3 || ^29.0.3",
"jest-diff": "^27.1 || ^28.1.3 || ^29.0.3", "jest-diff": "^27.1 || ^28.1.3 || ^29.0.3",
"jest-snapshot": "^27.1 || ^28.1.3 || ^29.0.3", "jest-snapshot": "^27.1 || ^28.1.3 || ^29.0.3",
"vitest": "^0.34.0 || ^1.0.0 || ^2.0.0" "vitest": "^0.34.0 || ^1.0.0 || ^2.0.0 || ^3.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"jest": { "jest": {
@ -5471,9 +5471,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/html-validate/node_modules/semver": { "node_modules/html-validate/node_modules/semver": {
"version": "7.6.3", "version": "7.7.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz",
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "integrity": "sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"bin": { "bin": {

View file

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