From b592dac2f65018e56b3d3786d121a86ff51693a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:39:27 +0000 Subject: [PATCH] build(deps): bump html-dom-parser from 7.0.0 to 7.0.1 Bumps [html-dom-parser](https://github.com/remarkablemark/html-dom-parser) from 7.0.0 to 7.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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: html-dom-parser dependency-version: 7.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 6f44dc6d..7cc445b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "domhandler": "6.0.1", - "html-dom-parser": "7.0.0", + "html-dom-parser": "7.0.1", "react-property": "2.0.2", "style-to-js": "1.1.21" }, @@ -4670,9 +4670,9 @@ } }, "node_modules/html-dom-parser": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-7.0.0.tgz", - "integrity": "sha512-c4AKY7Gj1N9smtzo0Kasw5TjCWPHn/iBPH2+ToP+VoRoX0kSEoEDnGaSBw1YFaWyBFT6wlykVArBgDhZ026OCQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-7.0.1.tgz", + "integrity": "sha512-loRBDTCY/05/jAC63J1X9ID+xjRucmpLkIcQO0IRbOubBo5ucnpUpyXXob9UMXOskMZlu7KPsDP/2KOMelzJNA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index a045b8ce..71c14f2d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ ], "dependencies": { "domhandler": "6.0.1", - "html-dom-parser": "7.0.0", + "html-dom-parser": "7.0.1", "react-property": "2.0.2", "style-to-js": "1.1.21" },