From 64e18141750cb4b0f5e5f39dc7aaf1b157f02359 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 16:05:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de87ce3..da21e92 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "helmet": "^4.4.0", "jest": "^26.4.2", "jsonwebtoken": "^8.5.1", - "lodash": "^4.17.20", + "lodash": "^4.17.23", "mongo-sanitize": "^1.1.0", "mongoose": "^5.10.3", "morgan": "^1.10.0",