diff --git a/package-lock.json b/package-lock.json index acabe44..f0cc8c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -500,9 +500,9 @@ "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" }, "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.6.3", diff --git a/package.json b/package.json index 7170805..9694613 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dotenv": "^8.2.0", "express": "^4.16.4", "foreman": "^3.0.1", - "html-entities": "^1.2.1", + "html-entities": "^1.4.0", "image-to-base64": "^2.1.1", "request": "^2.88.0", "throng": "^4.0.0"