diff --git a/package-lock.json b/package-lock.json index 53adcbb73af8..149f394453e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "helmet": "^4.6.0", "highlightjs-graphql": "^1.0.2", "hot-shots": "^8.3.1", - "html-entities": "^1.2.1", + "html-entities": "^1.4.0", "imurmurhash": "^0.1.4", "js-cookie": "^2.2.1", "js-yaml": "^4.1.0", @@ -11467,12 +11467,9 @@ } }, "node_modules/html-entities": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", - "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=", - "engines": [ - "node >= 0.4.0" - ] + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==" }, "node_modules/html-escaper": { "version": "2.0.2", @@ -34122,9 +34119,9 @@ } }, "html-entities": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", - "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==" }, "html-escaper": { "version": "2.0.2", diff --git a/package.json b/package.json index 8530cf0c52a5..c2681a3090ed 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "helmet": "^4.6.0", "highlightjs-graphql": "^1.0.2", "hot-shots": "^8.3.1", - "html-entities": "^1.2.1", + "html-entities": "^1.4.0", "imurmurhash": "^0.1.4", "js-cookie": "^2.2.1", "js-yaml": "^4.1.0",