From 753e3800095b1d8a4e70a180d0558df1ac39ef9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 08:47:17 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3878d91..e067199 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "cloudinary": "^1.23.0", - "express": "^4.17.1", + "express": "^4.22.0", "express-session": "^1.17.1", "hbs": "^4.1.2", "lodash": "^4.17.21",