From 3ff577e484e074561a14f2c87bab421b2edf28a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2024 21:02:44 +0000 Subject: [PATCH] fix: packages/handler-static/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- packages/handler-static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/handler-static/package.json b/packages/handler-static/package.json index 21009c9a..e29aab7f 100644 --- a/packages/handler-static/package.json +++ b/packages/handler-static/package.json @@ -5,6 +5,6 @@ "license": "Apache-2.0", "gitHead": "c7ea222855aef2ca7a011e96171011bbc5a7c92c", "dependencies": { - "express": "^4.16.4" + "express": "^4.21.1" } }