From c9ad60c964deffeb849a8ddf36e298768cedaf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 19:54:00 +0000 Subject: [PATCH] Bump striptags from 2.2.1 to 3.2.0 Bumps [striptags](https://github.com/ericnorris/striptags) from 2.2.1 to 3.2.0. - [Release notes](https://github.com/ericnorris/striptags/releases) - [Commits](https://github.com/ericnorris/striptags/compare/v2.2.1...v3.2.0) --- updated-dependencies: - dependency-name: striptags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 21ee1f60c..690ae618c 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "redux": "^3.5.2", "sander": "^0.5.1", "sanitize-html": "^1.18.2", - "striptags": "^2.2.1", + "striptags": "^3.2.0", "turndown": "^4.0.2", "turndown-plugin-gfm": "^1.0.2", "typo-js": "^1.0.3", diff --git a/yarn.lock b/yarn.lock index df0fdf702..abb044d38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9290,9 +9290,10 @@ strip-outer@^1.0.0: dependencies: escape-string-regexp "^1.0.2" -striptags@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/striptags/-/striptags-2.2.1.tgz#4c450b708d41b8bf39cf24c49ff234fc6aabfd32" +striptags@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.2.0.tgz#cc74a137db2de8b0b9a370006334161f7dd67052" + integrity sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw== style-loader@^0.12.4: version "0.12.4"