From 2934ebf95b3b9f04d946308c9d7c21ae9e757d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 20:25:33 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fa9a127..96b93dd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "handlebars": "^4.7.3", "node-eval": "^2.0.0", "ora": "^4.0.3", - "striptags": "^3.1.1", + "striptags": "^3.2.0", "xml2js": "^0.4.23" } } diff --git a/yarn.lock b/yarn.lock index 977a38a..f9d69df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -544,10 +544,10 @@ strip-ansi@^6.0.0: dependencies: ansi-regex "^5.0.0" -striptags@*, striptags@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.1.1.tgz#c8c3e7fdd6fb4bb3a32a3b752e5b5e3e38093ebd" - integrity sha1-yMPn/db7S7OjKjt1LltePjgJPr0= +striptags@*, striptags@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.2.0.tgz#cc74a137db2de8b0b9a370006334161f7dd67052" + integrity sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw== supports-color@^5.3.0: version "5.5.0"