From edc51762192b182b3fc977fad68a10f3d46c6335 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 21:24:54 +0000 Subject: [PATCH] fix: NodeJS Tutorials/Tutorial 11 - Google OAuth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- NodeJS Tutorials/Tutorial 11 - Google OAuth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeJS Tutorials/Tutorial 11 - Google OAuth/package.json b/NodeJS Tutorials/Tutorial 11 - Google OAuth/package.json index ad0a210..ba882cb 100644 --- a/NodeJS Tutorials/Tutorial 11 - Google OAuth/package.json +++ b/NodeJS Tutorials/Tutorial 11 - Google OAuth/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",