From a7fbbd24d8a157eae8b52ae3bb752512afe5134b 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 48785d4c7..504712423 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",