From de1a159a5130d3edff2b1c02794365fbafb5f119 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 14:58:54 +0000 Subject: [PATCH] fix: NodeJS Tutorials/Tutorial 3 - First Express Project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- .../Tutorial 3 - First Express Project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeJS Tutorials/Tutorial 3 - First Express Project/package.json b/NodeJS Tutorials/Tutorial 3 - First Express Project/package.json index ba08110..0d0a853 100644 --- a/NodeJS Tutorials/Tutorial 3 - First Express Project/package.json +++ b/NodeJS Tutorials/Tutorial 3 - First Express Project/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "express": "~4.12.3", + "express": "~4.22.0", "morgan": "~1.5.2" } }