From bff953a8fae9df1c44cce0c3f0748829c0f84151 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 19:29:42 +0000 Subject: [PATCH] fix: upgrade dompurify from 2.4.5 to 2.4.9 Snyk has created this PR to upgrade dompurify from 2.4.5 to 2.4.9. See this package in npm: https://www.npmjs.com/package/dompurify See this project in Snyk: https://app.snyk.io/org/stanleyowen06/project/6c4f0783-1007-4aa3-8da0-92885788a6c2?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 553668b..e804b91 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "axios": "^0.23.0", "cross-env": "^7.0.3", "date-fns": "^2.25.0", - "dompurify": "^2.4.0", + "dompurify": "^2.4.9", "dotenv": "^16.0.3", "react": "^17.0.2", "react-app-polyfill": "^2.0.0",