From 3d7912b6ef9d0541a40dc5ee1921a561088ccd60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:37:55 +0000 Subject: [PATCH] chore(deps): update dependency html-validate to v9.1.3 --- package-lock.json | 84 ++++------------------------------------------- 1 file changed, 7 insertions(+), 77 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c868a36..8dbc8582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12904,9 +12904,9 @@ } }, "node_modules/html-validate": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-9.1.0.tgz", - "integrity": "sha512-gu74ZP/RUfNH1iCRKZpTLzRB/H6B4IFkSM1OT7Ztug+A1jEVGRrG+SFdXY2ap9jHJc6vkQrB+qqaXXyf2yqI1g==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-9.1.3.tgz", + "integrity": "sha512-KFivb0Q9gLVYctZVkzs1C4CioBpGN+X8BOOfSOEOQjOnqK7yryBrMlIWFVp7d0XDB5To+azjgzc7kTPcsWWxVQ==", "funding": [ { "type": "github", @@ -12914,7 +12914,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "@html-validate/stylish": "^4.1.0", "@sidvind/better-ajv-errors": "3.0.1", @@ -12929,7 +12928,7 @@ "html-validate": "bin/html-validate.mjs" }, "engines": { - "node": ">= 18" + "node": "^18.19.0 || >= 20.6.0" }, "peerDependencies": { "jest": "^27.1 || ^28.1.3 || ^29.0.3", @@ -12957,7 +12956,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -12973,8 +12971,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/html-webpack-plugin": { "version": "5.6.3", @@ -26231,7 +26228,7 @@ "@eslint/markdown": "6.2.1", "@stylistic/eslint-plugin": "2.12.1", "@stylistic/eslint-plugin-js": "2.12.1", - "eslint": "^9.18.0", + "eslint": "9.18.0", "eslint-config-standard": "17.1.0", "eslint-plugin-security": "3.0.1" }, @@ -26457,80 +26454,13 @@ "license": "MIT", "dependencies": { "axe-core": "4.10.2", - "html-validate": "9.1.3" + "html-validate": "^9.1.3" }, "engines": { "node": ">=20.18.0", "npm": ">=10.3.0" } }, - "packages/htmlvalidate-config/node_modules/ajv": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "fast-uri": "^3.0.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "packages/htmlvalidate-config/node_modules/html-validate": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-9.1.3.tgz", - "integrity": "sha512-KFivb0Q9gLVYctZVkzs1C4CioBpGN+X8BOOfSOEOQjOnqK7yryBrMlIWFVp7d0XDB5To+azjgzc7kTPcsWWxVQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/html-validate" - } - ], - "dependencies": { - "@html-validate/stylish": "^4.1.0", - "@sidvind/better-ajv-errors": "3.0.1", - "ajv": "^8.0.0", - "glob": "^10.0.0", - "kleur": "^4.1.0", - "minimist": "^1.2.0", - "prompts": "^2.0.0", - "semver": "^7.0.0" - }, - "bin": { - "html-validate": "bin/html-validate.mjs" - }, - "engines": { - "node": "^18.19.0 || >= 20.6.0" - }, - "peerDependencies": { - "jest": "^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", - "vitest": "^0.34.0 || ^1.0.0 || ^2.0.0" - }, - "peerDependenciesMeta": { - "jest": { - "optional": true - }, - "jest-diff": { - "optional": true - }, - "jest-snapshot": { - "optional": true - }, - "vitest": { - "optional": true - } - } - }, - "packages/htmlvalidate-config/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, "packages/markdownlint-config": { "name": "@davidsneighbour/markdownlint-config", "version": "2025.0.1",