From b420cd51f6040ccbe342ad38475fd0ffa0b5fcd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Aug 2021 02:43:23 +0000 Subject: [PATCH] fix: upgrade html-entities from 1.2.1 to 1.4.0 Snyk has created this PR to upgrade html-entities from 1.2.1 to 1.4.0. See this package in npm: https://www.npmjs.com/package/html-entities See this project in Snyk: https://app.snyk.io/org/abraham-yusuf/project/3eb4b2d7-8b80-421e-a26d-c892c221f44f?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 17 +++++++---------- package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) 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",