From bf825f0755a861819836990d7b8a335ce38cb858 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:56:05 +0000 Subject: [PATCH] fix(deps): update dependency sanitize-html to v2.12.1 [security] --- src/api/parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/parser/package.json b/src/api/parser/package.json index defdbc246d..6e526b373e 100644 --- a/src/api/parser/package.json +++ b/src/api/parser/package.json @@ -34,7 +34,7 @@ "linkifyjs": "3.0.5", "normalize-url": "6.1.0", "rss-parser": "3.12.0", - "sanitize-html": "2.5.3" + "sanitize-html": "2.12.1" }, "engines": { "node": ">=18"