From ffb7c5dd0a5511a9b665bbc98c6512e59ba396ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 16:13:34 +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 05341a3ba..ef18e7fb2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "koa-pino-logger": "^3.0.0", "koa-router": "^9.0.1", "koa2-cors": "^2.0.6", - "lodash": "^4.17.15", + "lodash": "^4.17.17", "moment-timezone": "^0.5.31", "mongoose": "^5.9.16", "mongoose-id": "^0.1.3",