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",