From 893e5d02d1eab727f719b7ca80df566d3d4eed77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:31:46 +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 fd077dd..ed5a8f3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lodash.clonedeep": "4.5.0", "lodash.isequal": "4.5.0", "react": "16.4.1", - "react-apollo": "2.1.5", + "react-apollo": "2.1.7", "react-dom": "16.4.2", "react-helmet": "5.2.0", "react-router-dom": "4.3.1",