From f66e0618c27127c95f57ce2fe322755ad661bc35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 03:17:28 +0000 Subject: [PATCH] fix: packages/design-system/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- packages/design-system/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 603c7731bccf6..dc3a663d30afa 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -95,7 +95,7 @@ }, "dependencies": { "element-ui": "~2.15.7", - "sanitize-html": "2.7.0", + "sanitize-html": "2.12.1", "vue2-boring-avatars": "0.3.4" } }