From 3500b61c5bbd412a85f07c5ee0183c423d78c10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 04:32:55 +0000 Subject: [PATCH] build(deps): bump html-dom-parser from 8.0.0 to 8.0.1 Bumps [html-dom-parser](https://github.com/remarkablemark/html-dom-parser) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/remarkablemark/html-dom-parser/releases) - [Changelog](https://github.com/remarkablemark/html-dom-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/html-dom-parser/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: html-dom-parser dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f5ed6b8..ca0f92f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "domhandler": "6.0.1", - "html-dom-parser": "8.0.0", + "html-dom-parser": "8.0.1", "react-property": "2.0.2", "style-to-js": "2.0.2" }, @@ -4963,9 +4963,9 @@ } }, "node_modules/html-dom-parser": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-8.0.0.tgz", - "integrity": "sha512-cWLJ8mt930VceOzVfY/J+T1ou9v3ENT0BgWqy5aEZjdFp37TYLXULjX8u0vD2rBpFAkK5IofOPl0y4Gq0QLIyA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-8.0.1.tgz", + "integrity": "sha512-OnbsHX7WBOOoSroBMm936nbUIcHzDIQdKqKRLgOSI8dNNBIVVq3CYYNKhVv0csmP623jJcSNfA+gUENTR7HVWA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index f56228b8..e699657f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ ], "dependencies": { "domhandler": "6.0.1", - "html-dom-parser": "8.0.0", + "html-dom-parser": "8.0.1", "react-property": "2.0.2", "style-to-js": "2.0.2" },