From 42ce537c7404d8341504f8e69da5fc95551c78b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Sep 2022 11:08:17 +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-2957526 --- 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 a36e95523c9b4..7085c9946e32a 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -92,7 +92,7 @@ }, "dependencies": { "element-ui": "~2.15.7", - "sanitize-html": "2.7.0", + "sanitize-html": "2.7.1", "vue2-boring-avatars": "0.3.4" } }