From 62779bf98aa5081f47570110776095593c063d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 20:34:07 +0000 Subject: [PATCH] Bump striptags from 3.1.1 to 3.2.0 Bumps [striptags](https://github.com/ericnorris/striptags) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/ericnorris/striptags/releases) - [Commits](https://github.com/ericnorris/striptags/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: striptags dependency-type: direct:production ... Signed-off-by: dependabot[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 43c76a7..e63700c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3191,9 +3191,9 @@ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, "striptags": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.1.1.tgz", - "integrity": "sha1-yMPn/db7S7OjKjt1LltePjgJPr0=" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz", + "integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==" }, "supports-color": { "version": "5.5.0", diff --git a/package.json b/package.json index 44b79fa..3c37add 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "ibm-watson": "^4.2.4", "mongoose": "^5.6.5", "string-strip-html": "^4.0.23", - "striptags": "^3.1.1" + "striptags": "^3.2.0" }, "engines": { "node": "10.3.0",