From 0ea4e28b41392024533e548fa92bf815fe86dca6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 09:13:22 +0000 Subject: [PATCH] chore(deps): bump html-entities from 1.2.1 to 1.3.1 Bumps [html-entities](https://github.com/mdevils/node-html-entities) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/mdevils/node-html-entities/releases) - [Commits](https://github.com/mdevils/node-html-entities/commits) Signed-off-by: dependabot-preview[bot] --- 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 739db28..34d7a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8005,9 +8005,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.3.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", + "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" }, "html-escaper": { "version": "2.0.2", diff --git a/package.json b/package.json index 74c4e57..861029d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/symphonyoss/hubot-symphony", "dependencies": { "backoff": "2.5.0", - "html-entities": "1.2.1", + "html-entities": "1.3.1", "log": "1.4.0", "memoizee": "0.4.14", "request": "2.88.2"