From 060544c93147c3103280cf2ddbdf6dace7c9390d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 04:42:07 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 588389d..4c2b222 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "start": "node server.js" }, "dependencies": { - "body-parser": "^1.19.0", - "express": "^4.17.1", + "body-parser": "^1.20.4", + "express": "^4.22.0", "path": "^0.12.7" } }