From 2fbdbb23a82ac9c4ebf4e9be29a481c94aa3e257 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 00:49:00 +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-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- 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",