From 640c453b23c58d60ef7df2b092310d6b6bbff4b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 02:03:43 +0000 Subject: [PATCH] fix: packages/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- packages/gatsby/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 5a739fcef98e5..7af19ccf9e4f8 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -27,7 +27,7 @@ "better-queue": "^3.8.6", "bluebird": "^3.5.0", "chalk": "^1.1.3", - "chokidar": "^1.7.0", + "chokidar": "^3.0.0", "chunk-manifest-webpack-plugin": "0.1.0", "common-tags": "^1.4.0", "convert-hrtime": "^2.0.0", @@ -95,7 +95,7 @@ "react-router": "^4.1.1", "react-router-dom": "^4.1.1", "redux": "^3.6.0", - "relay-compiler": "1.4.1", + "relay-compiler": "10.0.0", "remote-redux-devtools": "^0.5.7", "serve": "^6.4.0", "shallow-compare": "^1.2.2", @@ -110,7 +110,7 @@ "url-loader": "^0.5.7", "uuid": "^3.1.0", "v8-compile-cache": "^1.1.0", - "webpack": "^1.13.3", + "webpack": "^2.2.0", "webpack-configurator": "^0.3.0", "webpack-dev-middleware": "^1.8.4", "webpack-dev-server": "^1.16.1",