diff --git a/package-lock.json b/package-lock.json index 219ac646a..77dde02a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eleventy-plugin-git-commit-date": "^0.1.3", "eleventy-plugin-icons": "^4.5.4", "eleventy-plugin-toc": "^1.1.5", - "entities": "^5.0.0", + "entities": "^8.0.0", "font-awesome": "^4.7.0", "html-minifier": "^4.0.0", "html-validate": "^10.0.0", @@ -4769,11 +4769,12 @@ } }, "node_modules/entities": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz", - "integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==", + "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" diff --git a/package.json b/package.json index bcf1674d5..39407c267 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eleventy-plugin-git-commit-date": "^0.1.3", "eleventy-plugin-icons": "^4.5.4", "eleventy-plugin-toc": "^1.1.5", - "entities": "^5.0.0", + "entities": "^8.0.0", "font-awesome": "^4.7.0", "html-minifier": "^4.0.0", "html-validate": "^10.0.0",