From 92ac1b280a8f5da16a23405c5164e410446139d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 20:21:14 +0000 Subject: [PATCH] Bump striptags from 3.0.1 to 3.2.0 Bumps [striptags](https://github.com/ericnorris/striptags) from 3.0.1 to 3.2.0. - [Release notes](https://github.com/ericnorris/striptags/releases) - [Commits](https://github.com/ericnorris/striptags/compare/v3.0.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 c1ec16e..2dd8248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15751,9 +15751,9 @@ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, "striptags": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.0.1.tgz", - "integrity": "sha1-SPDWkyVJxHuzWCkgyHUnz0mhYME=" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz", + "integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==" }, "stylint": { "version": "1.4.1", diff --git a/package.json b/package.json index 6dca26d..25b7449 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "simple-line-icons": "^2.3.2", "snyk": "^1.30.1", "string-natural-compare": "~2.0.2", - "striptags": "~3.0.1", + "striptags": "~3.2.0", "stylus": "0.54.7", "superagent": "^2.0.0", "t-component": "^1.0.0",