From 4b18ae6c01e7e3e372253f375c340c34b807ea2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 05:49:44 +0000 Subject: [PATCH] fix: Part08AppServices/nodejssampleapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- Part08AppServices/nodejssampleapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part08AppServices/nodejssampleapp/package.json b/Part08AppServices/nodejssampleapp/package.json index 758d46a..3ffbe3b 100644 --- a/Part08AppServices/nodejssampleapp/package.json +++ b/Part08AppServices/nodejssampleapp/package.json @@ -8,7 +8,7 @@ "dependencies": { "cookie-parser": "~1.4.4", "debug": "~2.6.9", - "express": "~4.16.1", + "express": "~4.22.0", "http-errors": "~1.6.3", "jade": "~1.11.0", "morgan": "~1.9.1"