From 3536bbb75343706c79b1239954a7eff815fa3829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 19:53:32 +0000 Subject: [PATCH] chore(deps): bump striptags from 3.0.1 to 3.2.0 Bumps [striptags](https://github.com/ericnorris/striptags) from 3.0.1 to 3.2.0. - [Release notes](https://github.com/ericnorris/striptags/releases) - [Commits](https://github.com/ericnorris/striptags/compare/v3.0.1...v3.2.0) --- updated-dependencies: - dependency-name: striptags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2382e85..7551099 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "pg": "^7.18.2", "pg-native": "^3.0.0", "postgrator": "^3.1.0", - "striptags": "^3.0.1", + "striptags": "^3.2.0", "winston": "^2.3.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 1331d52..8829261 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2343,9 +2343,9 @@ 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@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.0.1.tgz#48f0d6932549c47bb3582920c87527cf49a160c1" +striptags@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.2.0.tgz#cc74a137db2de8b0b9a370006334161f7dd67052" supports-color@^2.0.0: version "2.0.0"