From 8ced21db6ac54da3d9c8cfd3acf85a6fbb9b2104 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 06:14:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6bdc8f610c9e..7c32137c4bb2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "compression": "^1.7.4", "connect-datadog": "0.0.9", "connect-slashes": "^1.4.0", - "cookie-parser": "^1.4.5", + "cookie-parser": "^1.4.7", "copy-webpack-plugin": "^6.0.3", "cors": "^2.8.5", "cross-env": "^7.0.2", @@ -42,7 +42,7 @@ "csurf": "^1.11.0", "directory-tree": "^2.2.5", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.21.1", "express-rate-limit": "^5.1.3", "express-timeout-handler": "^2.2.0", "flat": "^5.0.0",