From e22f5097f97fe5c3aece604dc4ed3467ed4fc90b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:47:26 +0000 Subject: [PATCH] fix: NodeJS Tutorials/Tutorial 12 - Combining Accounts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- NodeJS Tutorials/Tutorial 12 - Combining Accounts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeJS Tutorials/Tutorial 12 - Combining Accounts/package.json b/NodeJS Tutorials/Tutorial 12 - Combining Accounts/package.json index ad0a210..ba882cb 100644 --- a/NodeJS Tutorials/Tutorial 12 - Combining Accounts/package.json +++ b/NodeJS Tutorials/Tutorial 12 - Combining Accounts/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "express": "~4.12.3", + "express": "~4.22.0", "morgan": "~1.5.2", "cookie-parser": "latest", "express-session": "latest",