From 9d5fadad9a959800155e3cb63abae6716fb57445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 23:49:29 -0400 Subject: [PATCH] fix(deps): update dependency sanitize-html to v2.11.0 (#11740) 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 43261e97b9..236a81cd87 100644 --- a/install/package.json +++ b/install/package.json @@ -123,7 +123,7 @@ "rimraf": "5.0.1", "rss": "1.2.2", "rtlcss": "4.1.0", - "sanitize-html": "2.10.0", + "sanitize-html": "2.11.0", "sass": "1.63.5", "semver": "7.5.2", "serve-favicon": "2.5.0",