From 70b0d419a28c16e29b72d5a4ea63748384532281 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Oct 2024 06:13:04 +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 12b384b..cf14e31 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "async": "1.5.0", "body-parser": "1.14.1", "compression": "1.6.0", - "cookie-parser": "1.4.0", + "cookie-parser": "1.4.7", "crypto": "0.0.3", "errorhandler": "1.4.2", - "express": "4.13.3", + "express": "4.21.1", "googleapis": "2.1.6", "lodash": "4.17.16", "method-override": "2.3.5",