From 3da3088bee5f64361e119de72e547d502f1fb8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 18:57:44 -0400 Subject: [PATCH] Bump striptags from 3.1.1 to 3.2.0 (#3879) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a63f5484cb..6d41446b75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11736,9 +11736,9 @@ "dev": true }, "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==" }, "style-loader": { "version": "0.23.1", diff --git a/package.json b/package.json index 55f7222491..76dec3e1d8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "read-time-estimate": "0.0.2", "resize-observer-polyfill": "^1.5.1", "speakingurl": "^14.0.1", - "striptags": "^3.1.1", + "striptags": "^3.2.0", "sweetalert": "~1.0.1", "tiptap-extensions": "^1.28.6", "underscore": "~1.9.2",