From f9d7b2b95fb0f8c13528e2926f7e31e7240c002d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 11:01:44 +0000 Subject: [PATCH] fix: resources/solution/node.js/ex_2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- resources/solution/node.js/ex_2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/solution/node.js/ex_2/package.json b/resources/solution/node.js/ex_2/package.json index ae4eebd26..8dba2f696 100644 --- a/resources/solution/node.js/ex_2/package.json +++ b/resources/solution/node.js/ex_2/package.json @@ -11,6 +11,6 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.17.1" + "express": "^4.22.0" } }