From 75507ab229e429aa2412ad08703e4141b717612b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:33:00 +0000 Subject: [PATCH] Bump htmlhint from 1.6.3 to 1.7.0 in /Build Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: htmlhint dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 10 +++++----- Build/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index ee2addb..25ded00 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -39,7 +39,7 @@ "@types/prettier": "^3.0.0", "@types/split.js": "^1.6.0", "copy-webpack-plugin": "^13.0.1", - "htmlhint": "^1.6.3", + "htmlhint": "^1.7.0", "ts-loader": "^9.5.4", "typescript": "^5.9.2", "webpack": "^5.101.3", @@ -3281,9 +3281,9 @@ } }, "node_modules/htmlhint": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.6.3.tgz", - "integrity": "sha512-AVmlXD75nRVcb+a+6PZxUgSFIR67KbzrwooCzyx0lV5A17EJioxtOUuM1k9z+xXjzhZt0z3vntcu5JPSH/XHxA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.7.0.tgz", + "integrity": "sha512-aD7ogqSPBMajoAiKhL+uVcNLxiDGm4gaMrrRuuDIz9s0RQI7tlnildASYRIwPJhZ6u/8k++ynyrGzPAQVoktzg==", "dev": true, "license": "MIT", "dependencies": { @@ -3300,7 +3300,7 @@ "htmlhint": "bin/htmlhint" }, "engines": { - "node": ">=20" + "node": ">=18" }, "funding": { "type": "Open Collective", diff --git a/Build/package.json b/Build/package.json index e27cab3..cf8e3ac 100644 --- a/Build/package.json +++ b/Build/package.json @@ -43,7 +43,7 @@ "@types/prettier": "^3.0.0", "@types/split.js": "^1.6.0", "copy-webpack-plugin": "^13.0.1", - "htmlhint": "^1.6.3", + "htmlhint": "^1.7.0", "ts-loader": "^9.5.4", "typescript": "^5.9.2", "webpack": "^5.101.3",