From 272ae5a46d9459428c1361f64f865e8c10cd9131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 05:04:59 +0000 Subject: [PATCH] Bump sanitize-html from 1.27.5 to 2.8.0 Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.27.5 to 2.8.0. - [Release notes](https://github.com/apostrophecms/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/commits/2.8.0) --- updated-dependencies: - dependency-name: sanitize-html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d7d4fd..7b5f3f4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "mongoose": "^4.11.0", "morgan": "^1.5.1", "q": "^1.4.1", - "sanitize-html": "^1.10.0", + "sanitize-html": "^2.8.0", "twilio": "~3.0.0-rc.16", "underscore": "^1.8.3" },