From dcaec6ab5c9364c909c7c72b26d33d5fc1946cf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 16:00:24 +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 b0e6933ed4..78816ad4c0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "clamp": "^1.0.1", "color": "~0.11.1", - "lodash": "~4.11.1", + "lodash": "~4.17.17", "react-native-checkbox": "~1.0.8", "react-native-easy-grid": "0.1.5", "react-native-keyboard-aware-scroll-view": "0.2.0",