From c2bf6c16417ce0adf3e87ac2f0616daceb15866d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:49:30 +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 dec0a52..e89a009 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tslint": "^5.12.1" }, "dependencies": { - "lodash": "^4.17.11", + "lodash": "^4.17.17", "sequential-event": "^0.4.5" } }