From 99bc2b35d94bf0f10a3c9b6314fea615bb3c58a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Dec 2018 23:03:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:react-dom:20180802 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dabfb8e..b4da07e 100644 --- a/package.json +++ b/package.json @@ -53,9 +53,9 @@ "gatsby-transformer-sharp": "latest", "graphql-code-generator": "^0.5.2", "gray-matter": "^2.1.1", - "lodash": "^4.17.4", + "lodash": "^4.17.5", "react": "^16.0.0", - "react-dom": "^16.0.0", + "react-dom": "^16.0.1", "react-helmet": "5.0.3", "react-redux": "^5.0.6", "redux-devtools-extension": "^2.13.2",