From f92e27364069dd00bb447dd794125b8715140982 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 10:58:14 +0000 Subject: [PATCH] fix: NodeJS Tutorials/Tutorial 4 - Cookies and Sessions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- NodeJS Tutorials/Tutorial 4 - Cookies and Sessions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeJS Tutorials/Tutorial 4 - Cookies and Sessions/package.json b/NodeJS Tutorials/Tutorial 4 - Cookies and Sessions/package.json index 7d133d9..51295e4 100644 --- a/NodeJS Tutorials/Tutorial 4 - Cookies and Sessions/package.json +++ b/NodeJS Tutorials/Tutorial 4 - Cookies and Sessions/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"