From 3ecb9721564e175fb24fa4597c54c821f1db8466 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Aug 2024 09:18:20 +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 451f59b4cc365..7897fdf314e7b 100644 --- a/package.json +++ b/package.json @@ -240,7 +240,7 @@ "is-hotkey": "0.1.6", "jquery": "3.4.1", "jsurl": "^0.1.5", - "lodash": "4.17.15", + "lodash": "4.17.17", "lru-cache": "^5.1.1", "marked": "0.6.2", "md5": "^2.2.1",