From 3c94403576927e4da67682f4dbc67fe3eee81085 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 18:55:17 +0000 Subject: [PATCH] fix: npm/examples/hello_world/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- npm/examples/hello_world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/examples/hello_world/package.json b/npm/examples/hello_world/package.json index 6a89c80a5..edbfa7127 100644 --- a/npm/examples/hello_world/package.json +++ b/npm/examples/hello_world/package.json @@ -9,7 +9,7 @@ }, "author": "", "dependencies": { - "express": "4.14.0" + "express": "4.21.1" }, "devDependencies": { "supertest": "2.0.0",