From e39df0057b27a6c11c5227e79ecf586c2519febd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:13:32 +0000 Subject: [PATCH] Bump htmlhint from 1.8.1 to 1.9.1 in /Build Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: htmlhint dependency-version: 1.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 8 ++++---- Build/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index ee50ab0..51d5be5 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.8.1", + "htmlhint": "^1.9.1", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "webpack": "^5.105.2", @@ -3395,9 +3395,9 @@ } }, "node_modules/htmlhint": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.1.tgz", - "integrity": "sha512-xNaihALJIBnvPIBQRGlA/T84Ew7RMKduvKqgQeS4pqZ8zLg09CBDc8LYiWQtgvsllE32+fhgBUYesIcuyeDodw==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.9.1.tgz", + "integrity": "sha512-nbnzHfgc7x3h7B83Y4fVFHDSMIjI9pepSgFhIYVE0Sj/Ulxd32loDgk+/79kjIhi4dvoIq6WlOMqbkaUQZF7lQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/Build/package.json b/Build/package.json index 877ccc9..cb66419 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.8.1", + "htmlhint": "^1.9.1", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "webpack": "^5.105.2",