From 65241b1abd80956538465b2057bf20c1f890107b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 15:54:38 -0500 Subject: [PATCH] fix(deps): update dependency sanitize-html to v2.8.0 (#11098) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index cc1d1bd697..bc991555e1 100644 --- a/install/package.json +++ b/install/package.json @@ -119,7 +119,7 @@ "request-promise-native": "1.0.9", "rimraf": "3.0.2", "rss": "1.2.2", - "sanitize-html": "2.7.3", + "sanitize-html": "2.8.0", "semver": "7.3.8", "serve-favicon": "2.5.0", "sharp": "0.31.2",