From c71db9aef728454e05e78566ad3002f518c4b6a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 10:22:31 +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 49d9d17..b6c7a31 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "homepage": "https://github.com/nfriedly/nodeunblocker.com/", "dependencies": { - "express": "^4.13.0", + "express": "^4.22.0", "newrelic": "^1.20.2", "through": "^2.3.8", "unblocker": "github:nfriedly/node-unblocker#websockets",