From 5032fd5f9d3c239be1a454d32d4c7beec8fa15ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 11:01:12 +0000 Subject: [PATCH] fix: resources/solution/node.js/ex_9/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_9/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/solution/node.js/ex_9/package.json b/resources/solution/node.js/ex_9/package.json index fc790f2a2..f9c2e8f8f 100644 --- a/resources/solution/node.js/ex_9/package.json +++ b/resources/solution/node.js/ex_9/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.17.1", + "express": "^4.22.0", "logplease": "^1.2.15" } }