From 7011b39b96c14ee5fa29afac495b1a1ff16ff367 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 6 Apr 2020 02:00:55 -0400 Subject: [PATCH] Update package.json Updated lodash due to security exploit --- samples/react-securitygrid/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-securitygrid/package.json b/samples/react-securitygrid/package.json index 7750156f9..077e7fb29 100644 --- a/samples/react-securitygrid/package.json +++ b/samples/react-securitygrid/package.json @@ -22,7 +22,7 @@ "@types/react-addons-update": "0.14.14", "@types/react-dom": "0.14.18", "@types/webpack-env": ">=1.12.1 <1.14.0", - "lodash": "^4.17.4", + "lodash": "^4.17.15", "office-ui-fabric-react": "^4.21.2", "react": "15.4.2", "react-dom": "15.4.2"