From cc525c1bcc9c2647469a8d4a23a31e839aec2bfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Apr 2023 05:24:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6e6f22..d221ff7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "z-schema": "^4.1.1", "z-schema-errors": "^0.2.0", "capitalize": "^1.0.0", - "lodash": "^3.9.1", + "lodash": "^4.17.20", "boom": "^3.0.0", "is-stream": "1.0.1" },