From d106180163902e0da815c78ce12f6a221fce3f24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 11:27:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f558975..444314d 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "license": "GPLv2", "main": "src/app.js", "dependencies": { - "express": "^4.17.1", + "express": "^4.22.0", "axios": "^0.21.1", "readability": "https://github.com/mozilla/readability#52ab9b5", - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "dompurify": "^2.0.17", - "jsdom": "^15.1.1", + "jsdom": "^16.6.0", "log-timestamp": "^0.3.0", "winston": "^3.2.1" }