From f75217ba26e5559378272995b9b00b9b0595aaa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:49:24 +0000 Subject: [PATCH] Bump htmlhint from 1.8.0 to 1.8.1 in /Build Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: htmlhint dependency-version: 1.8.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Build/package-lock.json | 22 +++++++++++----------- Build/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index cd739d1..a2cd777 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.0", + "htmlhint": "^1.8.1", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "webpack": "^5.104.1", @@ -3257,9 +3257,9 @@ } }, "node_modules/fs-extra": { - "version": "11.3.2", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz", - "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", "dev": true, "license": "MIT", "dependencies": { @@ -3498,9 +3498,9 @@ } }, "node_modules/htmlhint": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.0.tgz", - "integrity": "sha512-RT1UsSM3ldlVQ7DDqWnbbRY1Rf6wwudmdYwiJzIyZVapA0jcka5r2lE2RkMLzTDN5c8Vc06yis57TaTpZ6o3Dg==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.1.tgz", + "integrity": "sha512-xNaihALJIBnvPIBQRGlA/T84Ew7RMKduvKqgQeS4pqZ8zLg09CBDc8LYiWQtgvsllE32+fhgBUYesIcuyeDodw==", "dev": true, "license": "MIT", "dependencies": { @@ -3509,7 +3509,7 @@ "commander": "11.1.0", "glob": "^9.0.0", "is-glob": "^4.0.3", - "node-sarif-builder": "^3.3.1", + "node-sarif-builder": "^3.4.0", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, @@ -4366,9 +4366,9 @@ "license": "MIT" }, "node_modules/node-sarif-builder": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.3.1.tgz", - "integrity": "sha512-8z5dAbhpxmk/WRQHXlv4V0h+9Y4Ugk+w08lyhV/7E/CQX9yDdBc3025/EG+RSMJU2aPFh/IQ7XDV7Ti5TLt/TA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.4.0.tgz", + "integrity": "sha512-tGnJW6OKRii9u/b2WiUViTJS+h7Apxx17qsMUjsUeNDiMMX5ZFf8F8Fcz7PAQ6omvOxHZtvDTmOYKJQwmfpjeg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/Build/package.json b/Build/package.json index ad968fe..1a611ec 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.0", + "htmlhint": "^1.8.1", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "webpack": "^5.104.1",