From 57f28f83a23fe8f310f95d1dd20314eb371c9035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:26:24 +0000 Subject: [PATCH] build(deps): bump parse5 from 8.0.0 to 8.0.1 Bumps [parse5](https://github.com/inikulin/parse5) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/inikulin/parse5/releases) - [Commits](https://github.com/inikulin/parse5/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: parse5 dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- packages/purgecss-from-html/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2f4c0e1..370a8161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19166,25 +19166,29 @@ "version": "8.0.0", "license": "MIT", "dependencies": { - "parse5": "^8.0.0", + "parse5": "^8.0.1", "parse5-htmlparser2-tree-adapter": "^8.0.0" } }, "packages/purgecss-from-html/node_modules/entities": { - "version": "6.0.1", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-8.0.0.tgz", + "integrity": "sha512-zwfzJecQ/Uej6tusMqwAqU/6KL2XaB2VZ2Jg54Je6ahNBGNH6Ek6g3jjNCF0fG9EWQKGZNddNjU5F1ZQn/sBnA==", "license": "BSD-2-Clause", "engines": { - "node": ">=0.12" + "node": ">=20.19.0" }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } }, "packages/purgecss-from-html/node_modules/parse5": { - "version": "8.0.0", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.1.tgz", + "integrity": "sha512-z1e/HMG90obSGeidlli3hj7cbocou0/wa5HacvI3ASx34PecNjNQeaHNo5WIZpWofN9kgkqV1q5YvXe3F0FoPw==", "license": "MIT", "dependencies": { - "entities": "^6.0.0" + "entities": "^8.0.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" diff --git a/packages/purgecss-from-html/package.json b/packages/purgecss-from-html/package.json index 7d9aa418..ff9afce8 100644 --- a/packages/purgecss-from-html/package.json +++ b/packages/purgecss-from-html/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/FullHuman/purgecss/issues" }, "dependencies": { - "parse5": "^8.0.0", + "parse5": "^8.0.1", "parse5-htmlparser2-tree-adapter": "^8.0.0" }, "publishConfig": {