From ac6ae747b6a3f1eedf5fef089b8728fddf04607d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 08:44:33 +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 eb4c6074f..970601cb2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "basic-auth": "^1.0.0", "bluebird": "^2.9.13", - "lodash": "^3.3.1", + "lodash": "^4.17.17", "promisify-any": "2.0.1", "statuses": "^1.3.1", "type-is": "^1.6.0"