From b78f14808224814b532cf073a770743e10ab9fde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 19:29:07 +0000 Subject: [PATCH] fix: plugins/gcalendar/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-7984421 --- plugins/gcalendar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gcalendar/package.json b/plugins/gcalendar/package.json index c44f6d30c610c3..6aa81ab8fd4d2c 100644 --- a/plugins/gcalendar/package.json +++ b/plugins/gcalendar/package.json @@ -33,7 +33,7 @@ "@tanstack/react-query": "^4.1.3", "classnames": "^2.3.1", "cross-fetch": "^3.1.5", - "dompurify": "^2.3.6", + "dompurify": "^2.5.4", "lodash": "^4.17.21", "luxon": "^3.0.0", "material-ui-popup-state": "^1.9.3",