diff --git a/package-lock.json b/package-lock.json index 2a4ff15..a741234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@prettier/sync": "^0.6.1", "@sindresorhus/slugify": "^2.2.1", "dotenv": "^17.3.1", - "entities": "^7.0.1", + "entities": "^8.0.0", "fast-xml-parser": "^5.5.8", "filesize": "^10.1.6", "github-publish": "^6.0.0", @@ -258,12 +258,12 @@ } }, "node_modules/entities": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", - "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "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 54b79e1..8f87686 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@prettier/sync": "^0.6.1", "@sindresorhus/slugify": "^2.2.1", "dotenv": "^17.3.1", - "entities": "^7.0.1", + "entities": "^8.0.0", "fast-xml-parser": "^5.5.8", "filesize": "^10.1.6", "github-publish": "^6.0.0",