From cc9c1b2f600b0f0528678bc21c2e479850754f17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 22:08:43 +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-COOKIE-8163060 --- 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..a5fc635c0 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.1" }, "devDependencies": { "supertest": "2.0.0",