From dee233bac50f467a073f82d22ae65a70e87f386a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Feb 2022 04:06:09 +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/jswheeler/project/0416ee0a-b105-4e93-8e2e-418dd8859c24?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1226c91..af2a664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2328,9 +2328,9 @@ "dev": true }, "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==" }, "http-errors": { "version": "1.7.2", diff --git a/package.json b/package.json index e35a1a9..e0e50cb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "bluebird": "^3.5.5", "config": "^3.1.0", "get-parameter-names": "^0.3.0", - "html-entities": "^1.2.1", + "html-entities": "^1.4.0", "ifxnjs": "^8.0.1", "lodash": "^4.17.19", "no-kafka": "^3.4.3",