From a10857112aed6c2d1a57c3d60c1c57ed297ffd9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 01:35:07 +0000 Subject: [PATCH] fix: yarn/examples/hello_world/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- yarn/examples/hello_world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn/examples/hello_world/package.json b/yarn/examples/hello_world/package.json index 74373a49f..8cd482111 100644 --- a/yarn/examples/hello_world/package.json +++ b/yarn/examples/hello_world/package.json @@ -9,7 +9,7 @@ }, "author": "", "dependencies": { - "express": "4.14.0" + "express": "4.21.0" }, "devDependencies": { "supertest": "2.0.0",