From c06974c266e8d6073d07ce855806c1aa6169e07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:01:58 +0000 Subject: [PATCH] Bump htmlhint from 1.7.1 to 1.8.0 Bumps [htmlhint](https://github.com/htmlhint/HTMLHint) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Commits](https://github.com/htmlhint/HTMLHint/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: htmlhint dependency-version: 1.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 671b8d5..df7bbb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "clipboard": "2.0.11", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", - "htmlhint": "1.7.1", + "htmlhint": "1.8.0", "hugo-bin": "0.142.0", "jquery": "3.7.1", "npm-run-all": "4.1.5", @@ -594,7 +594,8 @@ "version": "2.1.7", "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz", "integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", @@ -2626,9 +2627,9 @@ } }, "node_modules/htmlhint": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.7.1.tgz", - "integrity": "sha512-zasEL49C55zZj30n6KFSwlWPXCUxFcXNBGfupO8lQeFV5LAMAlvSloUWebXYsU3v2cSt2H4+AYx3wI6rUk4pmA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.8.0.tgz", + "integrity": "sha512-RT1UsSM3ldlVQ7DDqWnbbRY1Rf6wwudmdYwiJzIyZVapA0jcka5r2lE2RkMLzTDN5c8Vc06yis57TaTpZ6o3Dg==", "dev": true, "license": "MIT", "dependencies": { @@ -2637,7 +2638,7 @@ "commander": "11.1.0", "glob": "^9.0.0", "is-glob": "^4.0.3", - "node-sarif-builder": "^3.2.0", + "node-sarif-builder": "^3.3.1", "strip-json-comments": "3.1.1", "xml": "1.0.1" }, @@ -3504,16 +3505,17 @@ "license": "MIT" }, "node_modules/node-sarif-builder": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-3.2.0.tgz", - "integrity": "sha512-kVIOdynrF2CRodHZeP/97Rh1syTUHBNiw17hUCIVhlhEsWlfJm19MuO56s4MdKbr22xWx6mzMnNAgXzVlIYM9Q==", + "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==", "dev": true, + "license": "MIT", "dependencies": { "@types/sarif": "^2.1.7", "fs-extra": "^11.1.1" }, "engines": { - "node": ">=18" + "node": ">=20" } }, "node_modules/normalize-package-data": { diff --git a/package.json b/package.json index 58334b5..71d714a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "clipboard": "2.0.11", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", - "htmlhint": "1.7.1", + "htmlhint": "1.8.0", "hugo-bin": "0.142.0", "jquery": "3.7.1", "npm-run-all": "4.1.5",