diff --git a/package-lock.json b/package-lock.json index 6080e9c..97340a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "eleventy-sass": "^2.2.6", - "html-entities": "^2.5.2", + "html-entities": "^2.6.0", "js-yaml": "^4.1.0", "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", @@ -1286,9 +1286,9 @@ } }, "node_modules/html-entities": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", - "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz", + "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==", "funding": [ { "type": "github", @@ -1298,7 +1298,8 @@ "type": "patreon", "url": "https://patreon.com/mdevils" } - ] + ], + "license": "MIT" }, "node_modules/htmlparser2": { "version": "8.0.2", diff --git a/package.json b/package.json index c5e1c42..24a1fc3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "eleventy-sass": "^2.2.6", - "html-entities": "^2.5.2", + "html-entities": "^2.6.0", "js-yaml": "^4.1.0", "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1",