diff --git a/package-lock.json b/package-lock.json index be927573a71b..ea780bdd9f49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "docs.github.com", "license": "(MIT AND CC-BY-4.0)", "dependencies": { - "@elastic/elasticsearch": "^7.17.12", + "@elastic/elasticsearch": "7.17.12", "@github/failbot": "0.8.3", "@octokit/request-error": "5.0.0", "@primer/behaviors": "^1.3.3", @@ -46,7 +46,7 @@ "highlight.js": "11.7.0", "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0", - "html-entities": "^2.3.3", + "html-entities": "^2.4.0", "http-proxy-middleware": "2.0.6", "imurmurhash": "^0.1.4", "is-svg": "5.0.0", @@ -7526,8 +7526,19 @@ "license": "MIT" }, "node_modules/html-entities": { - "version": "2.3.3", - "license": "MIT" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ] }, "node_modules/html-escaper": { "version": "2.0.2", diff --git a/package.json b/package.json index 2dea5b1ba4f9..54eff8d34f23 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "highlight.js": "11.7.0", "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0", - "html-entities": "^2.3.3", + "html-entities": "^2.4.0", "http-proxy-middleware": "2.0.6", "imurmurhash": "^0.1.4", "is-svg": "5.0.0",