From c0dec75bc95c7d47471e68150ce54735f63ff35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 20:28:56 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 347930a..ea04af3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2506,9 +2506,9 @@ "integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=" }, "striptags": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.1.1.tgz", - "integrity": "sha1-yMPn/db7S7OjKjt1LltePjgJPr0=" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz", + "integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==" }, "supports-color": { "version": "6.1.0", diff --git a/package.json b/package.json index 9a13717..8e2bded 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "moment": "^2.22.2", "pad": "^2.2.1", "slugify": "^1.3.1", - "striptags": "^3.1.1", + "striptags": "^3.2.0", "tailwindcss": "^1.4.6", "watch": "^1.0.2", "yaml-front-matter": "^4.0.0"