From ec9aff8bd00b132793ac951b4313352eaffce8b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:38:04 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1540b36..515e781 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "bible-passage-reference-parser": "^2.0.1", "dotenv": "^4.0.0", "express": "^4.14.0", - "express-winston": "^2.4.0", + "express-winston": "^2.5.0", "helmet": "^3.8.0", - "lodash": "^4.17.4", + "lodash": "^4.17.17", "mongodb": "^2.2.30", "winston": "^2.3.1" },