From 96668ff44c4010f9e17fa34e20a3b2862fc13c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 19:51:46 +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 606233956f..de10ad1ecc 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "sshpk": "^1.13.2", "steemscript": "^1.0.1", "store": "^1.3.20", - "striptags": "^2.1.1", + "striptags": "^3.2.0", "text-ellipsis": "^1.0.3", "url-parse": "^1.4.3", "url-search-params-polyfill": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index fcf7849273..cb54ec7f15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9832,9 +9832,10 @@ strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" -striptags@^2.1.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.20.3: version "0.20.3"