Browse Source

webui: bump html-validate to 7.6.0

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
afb24f7ba6
3 changed files with 34 additions and 35 deletions
  1. +2
    -1
      code/.htmlvalidate.json
  2. +31
    -33
      code/package-lock.json
  3. +1
    -1
      code/package.json

+ 2
- 1
code/.htmlvalidate.json View File

@ -7,6 +7,7 @@
],
"rules": {
"wcag/h32": "off",
"wcag/h71": "off"
"wcag/h71": "off",
"valid-id": ["error", {"relaxed": true}]
}
}

+ 31
- 33
code/package-lock.json View File

@ -17,7 +17,7 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"html-minifier": "^4.0.0",
"html-validate": "^6.1.6"
"html-validate": "^7.6.0"
}
},
"node_modules/@babel/code-frame": {
@ -150,16 +150,15 @@
}
},
"node_modules/@html-validate/stylish": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@html-validate/stylish/-/stylish-2.0.1.tgz",
"integrity": "sha512-iRLjgQnNq66rcsTukun6KwMhPEoUV2R3atPbTSapnEvD1aETjD+pfS+1yYrmaPeJFgXHzfsSYjAuyUVq7EID/Q==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@html-validate/stylish/-/stylish-3.0.1.tgz",
"integrity": "sha512-jQNDrSnWvJEPSlqC1tFqcbmVuJy2x61UwqFsXHxYT2sgCXFW4AVhsoIcHkECCmUHtQ8hpHU6yOBGA+rMLZhS7A==",
"dev": true,
"dependencies": {
"kleur": "^4.0.0",
"text-table": "^0.2.0"
"kleur": "^4.0.0"
},
"engines": {
"node": ">= 12.0"
"node": ">= 14.0"
}
},
"node_modules/@humanwhocodes/config-array": {
@ -231,16 +230,16 @@
}
},
"node_modules/@sidvind/better-ajv-errors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-1.1.1.tgz",
"integrity": "sha512-CXnmMcV4QoyWuFA0zlDk0AWMHftaMFAIFWz68AH4EXOO2iUEq0gsonJEhY3OjM08xHYobqqDeCAPPEsL5E+8QA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-2.1.0.tgz",
"integrity": "sha512-JuIb009FhHuL9priFBho2kv7QmZOydj0LgYvj+h1t0mMCmhM/YmQNRlJR5wVtBZya6wrVFK5Hi5TIbv5BKEx7w==",
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.16.0",
"chalk": "^4.1.0"
},
"engines": {
"node": ">= 12.13.0"
"node": ">= 14.0.0"
},
"peerDependencies": {
"ajv": "4.11.8 - 8"
@ -3155,14 +3154,14 @@
}
},
"node_modules/html-validate": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-6.11.1.tgz",
"integrity": "sha512-SyEEVN/7atyRSFmvTJgGH8yDZtvA7FH+gR4Uir5m9Cq1cME6udnfMaSVteafWqLVB7II+YLdfCSmdynrTs52Cw==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.6.0.tgz",
"integrity": "sha512-6Ib433N0/ou2/0oLjfUmFjaAVFW8KKU/fOBBhrZXNuPcYCUsZExAD3xOqKl1bp5ANHb4PItXEK9vcKL/L7Da0Q==",
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.10.0",
"@html-validate/stylish": "^2.0.0",
"@sidvind/better-ajv-errors": "^1.1.1",
"@html-validate/stylish": "^3.0.0",
"@sidvind/better-ajv-errors": "^2.0.0",
"acorn-walk": "^8.0.0",
"ajv": "^8.0.0",
"deepmerge": "^4.2.0",
@ -3178,12 +3177,12 @@
"html-validate": "bin/html-validate.js"
},
"engines": {
"node": ">= 12.22"
"node": ">= 14.0"
},
"peerDependencies": {
"jest": "^25.1 || ^26 || ^27.1 || ^28",
"jest-diff": "^25.1 || ^26 || ^27.1 || ^28",
"jest-snapshot": "^25.1 || ^26 || ^27.1 || ^28"
"jest": "^25.1 || ^26 || ^27.1 || ^28.1.3 || ^29.0.3",
"jest-diff": "^25.1 || ^26 || ^27.1 || ^28.1.3 || ^29.0.3",
"jest-snapshot": "^25.1 || ^26 || ^27.1 || ^28.1.3 || ^29.0.3"
},
"peerDependenciesMeta": {
"jest": {
@ -7412,13 +7411,12 @@
}
},
"@html-validate/stylish": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@html-validate/stylish/-/stylish-2.0.1.tgz",
"integrity": "sha512-iRLjgQnNq66rcsTukun6KwMhPEoUV2R3atPbTSapnEvD1aETjD+pfS+1yYrmaPeJFgXHzfsSYjAuyUVq7EID/Q==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@html-validate/stylish/-/stylish-3.0.1.tgz",
"integrity": "sha512-jQNDrSnWvJEPSlqC1tFqcbmVuJy2x61UwqFsXHxYT2sgCXFW4AVhsoIcHkECCmUHtQ8hpHU6yOBGA+rMLZhS7A==",
"dev": true,
"requires": {
"kleur": "^4.0.0",
"text-table": "^0.2.0"
"kleur": "^4.0.0"
}
},
"@humanwhocodes/config-array": {
@ -7471,9 +7469,9 @@
}
},
"@sidvind/better-ajv-errors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-1.1.1.tgz",
"integrity": "sha512-CXnmMcV4QoyWuFA0zlDk0AWMHftaMFAIFWz68AH4EXOO2iUEq0gsonJEhY3OjM08xHYobqqDeCAPPEsL5E+8QA==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-2.1.0.tgz",
"integrity": "sha512-JuIb009FhHuL9priFBho2kv7QmZOydj0LgYvj+h1t0mMCmhM/YmQNRlJR5wVtBZya6wrVFK5Hi5TIbv5BKEx7w==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.16.0",
@ -9810,14 +9808,14 @@
}
},
"html-validate": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-6.11.1.tgz",
"integrity": "sha512-SyEEVN/7atyRSFmvTJgGH8yDZtvA7FH+gR4Uir5m9Cq1cME6udnfMaSVteafWqLVB7II+YLdfCSmdynrTs52Cw==",
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-7.6.0.tgz",
"integrity": "sha512-6Ib433N0/ou2/0oLjfUmFjaAVFW8KKU/fOBBhrZXNuPcYCUsZExAD3xOqKl1bp5ANHb4PItXEK9vcKL/L7Da0Q==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.0",
"@html-validate/stylish": "^2.0.0",
"@sidvind/better-ajv-errors": "^1.1.1",
"@html-validate/stylish": "^3.0.0",
"@sidvind/better-ajv-errors": "^2.0.0",
"acorn-walk": "^8.0.0",
"ajv": "^8.0.0",
"deepmerge": "^4.2.0",


+ 1
- 1
code/package.json View File

@ -18,6 +18,6 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"html-minifier": "^4.0.0",
"html-validate": "^6.1.6"
"html-validate": "^7.6.0"
}
}

Loading…
Cancel
Save