From ebd308cfccb22e226b3fc62126da0de8bf99d992 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jun 2022 03:31:21 +0000 Subject: [PATCH] fix: src/purifier/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-2863266 --- src/purifier/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/purifier/package.json b/src/purifier/package.json index 2c6f5506cbd4..4e03651e3f12 100644 --- a/src/purifier/package.json +++ b/src/purifier/package.json @@ -23,7 +23,7 @@ "rollup": "2.33.3" }, "dependencies": { - "dompurify": "2.0.7" + "dompurify": "2.2.3" }, "optionalDependencies": { "@types/dompurify": "2.0.4"