From 508b4adb67a59961fcfe394d3a2607de8bed2a6d Mon Sep 17 00:00:00 2001 From: Hoang Pham Date: Fri, 9 Sep 2022 07:38:10 -0500 Subject: [PATCH] FB-1339 - UI - updated lodash version to fix gitlab vulnerability --- lattice/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lattice/package.json b/lattice/package.json index d5a6a0c59..42dbcbc71 100644 --- a/lattice/package.json +++ b/lattice/package.json @@ -22,7 +22,7 @@ "fuse.js": "^6.4.1", "get-ip-range": "^4.0.1", "google-protobuf": "^3.13.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "moment": "^2.29.1", "moment-timezone": "^0.5.31", "react": "^17.0.1",