From f7cd2b7a4c9e0d362a68006356c8e76cde619064 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:31:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8868e6..cfc264d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.0.0", "express-session": "^1.17.0", - "lodash": "^4.17.15", + "lodash": "^4.17.17", "node-fetch": "^2.6.0", "passport": "^0.4.0", "passport-github2": "^0.1.11",