From d02187a398f0ca37565e27d7dbb0ed400a1cd9d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 00:15:01 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 416762aba63..c51fd1b5cfd 100644 --- a/src/package.json +++ b/src/package.json @@ -38,7 +38,7 @@ "cross-spawn": "^7.0.3", "ejs": "^3.1.10", "esbuild": "^0.23.0", - "express": "4.19.2", + "express": "4.21.1", "express-rate-limit": "^7.3.1", "fast-deep-equal": "^3.1.3", "find-root": "1.1.0",