From 09b8590f53d7b28e6df7d3db3df2a9e7977d2f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 02:37:04 +0000 Subject: [PATCH] chore(deps): 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f36fbc8b..69babc5b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "simple-get": "^4.0.1", "slug": "^0.9.3", "ssh2-sftp-client": "^4.2.4", - "striptags": "^3.1.1", + "striptags": "^3.2.0", "transliteration": "^1.6.6", "url-join": "^4.0.1", "uuid": "^3.3.3", diff --git a/yarn.lock b/yarn.lock index 1bff748e..104b91e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10662,10 +10662,10 @@ strip-json-comments@^2.0.1, strip-json-comments@~2.0.1: version "2.0.1" resolved "http://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-2.0.1.tgz" -striptags@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/striptags/-/striptags-3.1.1.tgz" - integrity sha1-yMPn/db7S7OjKjt1LltePjgJPr0= +striptags@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.2.0.tgz#cc74a137db2de8b0b9a370006334161f7dd67052" + integrity sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw== stylehacks@^4.0.0: version "4.0.1"