From a10f850dc4217d057cfe34a3c0455aec9cec1c00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 06:04:56 +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 cbeeadd..4e922d8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "Abdullah Alghamdi", "license": "ISC", "dependencies": { - "express": "^4.17.1", + "express": "^4.22.0", "pug": "^2.0.4" } }