From 9773a2d42f616c5d518c023e5e5bb0a791cc807b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:27:52 +0000 Subject: [PATCH] Bump sanitize-html from 1.4.2 to 2.9.0 Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.4.2 to 2.9.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.9.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 009e54e..9866288 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "replace": "^1.2.0", "request": "^2.88.2", "sanitize-filename": "^1.6.3", - "sanitize-html": "1.4.2", + "sanitize-html": "2.9.0", "semver": "^7.3.2", "sequelize": "^6.15.1", "serve-index": "^1.9.1",