From 7f7dbfd94731a630de9f6990a0f743d50b79cff7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 11:19:08 +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-QS-14724253 --- 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" } }