From b4808cdf222124f87eb2163faa94186c98b42bda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 17:38:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-6474511 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f558975..763bacd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "axios": "^0.21.1", "readability": "https://github.com/mozilla/readability#52ab9b5", "body-parser": "^1.19.0", - "dompurify": "^2.0.17", + "dompurify": "^2.4.9", "jsdom": "^15.1.1", "log-timestamp": "^0.3.0", "winston": "^3.2.1"