diff --git a/package-lock.json b/package-lock.json index 3dfd2514..3426dd34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "argparse": "^2.0.1", "braces": "^3.0.3", "chokidar": "^3.6.0", - "entities": "^4.5.0", + "entities": "^8.0.0", "fast-glob": "^3.3.3", "fastq": "^1.20.1", "fill-range": "^7.1.1", @@ -831,12 +831,12 @@ } }, "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "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" @@ -1202,6 +1202,18 @@ "markdown-it": "bin/markdown-it.mjs" } }, + "node_modules/markdown-it/node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/markdownlint": { "version": "0.40.0", "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.40.0.tgz", diff --git a/package.json b/package.json index 98bba838..8df70263 100644 --- a/package.json +++ b/package.json @@ -307,7 +307,7 @@ "argparse": "^2.0.1", "braces": "^3.0.3", "chokidar": "^3.6.0", - "entities": "^4.5.0", + "entities": "^8.0.0", "fast-glob": "^3.3.3", "fastq": "^1.20.1", "fill-range": "^7.1.1",