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": {