From 5f70365955b69e970013aa857203e0880af0f8ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 16:37:32 +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-PATHTOREGEXP-8482416 --- 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..4ecd22156 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.2" }, "devDependencies": { "supertest": "2.0.0",