Commit a8da91da authored by HTML-validate's avatar HTML-validate 🤖
Browse files

chore(deps): update dependency html-validate to v11.1.0

parent 4ecf520c
Loading
Loading
Loading
Loading
Loading
+16 −63
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
        "dts-bundle-generator": "9.5.1",
        "esbuild": "0.28.0",
        "express": "5.2.1",
        "html-validate": "11.0.0",
        "html-validate": "11.1.0",
        "husky": "9.1.7",
        "jest": "30.4.2",
        "jest-environment-jsdom": "30.4.1",
@@ -1640,13 +1640,13 @@
      }
    },
    "node_modules/@html-validate/stylish": {
      "version": "5.2.0",
      "resolved": "https://registry.npmjs.org/@html-validate/stylish/-/stylish-5.2.0.tgz",
      "integrity": "sha512-7lF57/RTs2tZi0FtgY7Y5CP73Y2GEPPMaJ9PeZKRRUOs7Bt7/Qlqt8kdsAbVMO7GrpuWtUfGvR11riSOryioow==",
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/@html-validate/stylish/-/stylish-6.0.0.tgz",
      "integrity": "sha512-d1/lI3qIXhGVJF3+MmKEBn1dRX6U4Z+BDaOdDI3E6SXcO+OQ7hC/3mSo6BIjwQlcuV6NdDOKm6QCrzIQL1EezQ==",
      "dev": true,
      "license": "MIT",
      "engines": {
        "node": "^20.18 || ^22.16 || >= 24.0"
        "node": "^22.16.0 || >= 24.0.0"
      }
    },
    "node_modules/@humanfs/core": {
@@ -6361,24 +6361,6 @@
        "assert-plus": "^1.0.0"
      }
    },
    "node_modules/glob": {
      "version": "13.0.6",
      "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
      "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
      "dev": true,
      "license": "BlueOak-1.0.0",
      "dependencies": {
        "minimatch": "^10.2.2",
        "minipass": "^7.1.3",
        "path-scurry": "^2.0.2"
      },
      "engines": {
        "node": "18 || 20 || >=22"
      },
      "funding": {
        "url": "https://github.com/sponsors/isaacs"
      }
    },
    "node_modules/glob-parent": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -6560,9 +6542,9 @@
      "license": "MIT"
    },
    "node_modules/html-validate": {
      "version": "11.0.0",
      "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-11.0.0.tgz",
      "integrity": "sha512-7VYVH0dTv9cbXQdl3XuChkBdRmmuueVPE9kOW2m8QG6ndkLXT5hN6Qcmmng/PsuwcmWVybq7tAp55JlgCYd0Ew==",
      "version": "11.1.0",
      "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-11.1.0.tgz",
      "integrity": "sha512-Crv2oW+xHO7g9b5q+uP9+xJQplOy1IzF+W8rK4tpRNXbfJ3aUt2gp9faFXQpozFFKd4kUqnMNuWxZuUGrUKgZg==",
      "dev": true,
      "funding": [
        {
@@ -6572,12 +6554,10 @@
      ],
      "license": "MIT",
      "dependencies": {
        "@html-validate/stylish": "^5.2.0",
        "@sidvind/better-ajv-errors": "5.0.0",
        "@html-validate/stylish": "^6.0.0",
        "@sidvind/better-ajv-errors": "6.0.0",
        "ajv": "^8.0.0",
        "glob": "^13.0.0",
        "kleur": "^4.1.0",
        "minimist": "^1.2.0",
        "prompts": "^2.0.0",
        "semver": "^7.0.0"
      },
@@ -6585,7 +6565,7 @@
        "html-validate": "bin/html-validate.mjs"
      },
      "engines": {
        "node": "^22.16.0 || >= 24.0.0"
        "node": "^22.17.0 || >= 24.0.0"
      },
      "peerDependencies": {
        "@jest/globals": "^29.0.3 || ^30.0.0",
@@ -6613,19 +6593,19 @@
      }
    },
    "node_modules/html-validate/node_modules/@sidvind/better-ajv-errors": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-5.0.0.tgz",
      "integrity": "sha512-FeI/V2KGtOaDX+r0akidCGYy79lVR4YnAqk1GFgZFuHADErCAEmtZL4+IdCAcDXHqfZsII3fs9DrfC1pIR+19w==",
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/@sidvind/better-ajv-errors/-/better-ajv-errors-6.0.0.tgz",
      "integrity": "sha512-FwR0Pm0tAZhoy/6HjgwWo1mV8MvGckxUDM7aaOI0/U1Dt4c4ekKRcGudrKJRLDK2Tijg9dqb8U9yZRiIYQ2GvQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "kleur": "^4.1.0"
      },
      "engines": {
        "node": "^20.19 || ^22.12 || >= 24.0"
        "node": "^22.12 || >= 24.0"
      },
      "peerDependencies": {
        "ajv": "^7.0.0 || ^8.0.0"
        "ajv": "^8.0.0"
      }
    },
    "node_modules/html-validate/node_modules/ajv": {
@@ -9217,33 +9197,6 @@
      "dev": true,
      "license": "MIT"
    },
    "node_modules/path-scurry": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
      "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
      "dev": true,
      "license": "BlueOak-1.0.0",
      "dependencies": {
        "lru-cache": "^11.0.0",
        "minipass": "^7.1.2"
      },
      "engines": {
        "node": "18 || 20 || >=22"
      },
      "funding": {
        "url": "https://github.com/sponsors/isaacs"
      }
    },
    "node_modules/path-scurry/node_modules/lru-cache": {
      "version": "11.3.6",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz",
      "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==",
      "dev": true,
      "license": "BlueOak-1.0.0",
      "engines": {
        "node": "20 || >=22"
      }
    },
    "node_modules/path-to-regexp": {
      "version": "8.4.2",
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@
    "dts-bundle-generator": "9.5.1",
    "esbuild": "0.28.0",
    "express": "5.2.1",
    "html-validate": "11.0.0",
    "html-validate": "11.1.0",
    "husky": "9.1.7",
    "jest": "30.4.2",
    "jest-environment-jsdom": "30.4.1",