From 5b5068d3bc4fa3a546e02085a994aaebec3a843e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 03:59:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 592ce82..486349b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "colors": "1.2.4", - "express": "3.4.8", + "express": "4.21.1", "lodash": "2.4.2", "mongoose": "5.9.7", "request": "2.88.2"