From cc2804c74e2f3e2acf2336e8762139192f05cfb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 11:59:31 +0000 Subject: [PATCH] fix: resources/solution/node.js/ex_14/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- resources/solution/node.js/ex_14/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/solution/node.js/ex_14/package.json b/resources/solution/node.js/ex_14/package.json index c330d3407..dd6f27040 100644 --- a/resources/solution/node.js/ex_14/package.json +++ b/resources/solution/node.js/ex_14/package.json @@ -11,6 +11,6 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.17.1" + "express": "^4.22.0" } }