From 886fd4a6d8654dcab53f89963fc9a6aaeeecf11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 20:08:48 +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 a1bfb4b..15892df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,9 +110,9 @@ "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" }, "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==" }, "tweetnacl": { "version": "1.0.1", diff --git a/package.json b/package.json index 5f0995b..19594d5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "moment": "^2.24.0", "moment-timezone": "^0.5.26", "node-fetch": "^2.6.0", - "striptags": "^3.1.1", + "striptags": "^3.2.0", "winston": "^1.1.2" }, "devDependencies": {}