From ce5b1c44424b21aa453da0f8251e1be56361eef0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:16:21 +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-ASYNC-2441827 --- 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..9316099b8b102 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "async": "^2.1.2", + "async": "^3.2.2", "babel-code-frame": "^6.22.0", "babel-core": "^6.24.1", "babel-loader": "^6.0.0", @@ -97,7 +97,7 @@ "redux": "^3.6.0", "relay-compiler": "1.4.1", "remote-redux-devtools": "^0.5.7", - "serve": "^6.4.0", + "serve": "^7.0.0", "shallow-compare": "^1.2.2", "sift": "^3.2.6", "signal-exit": "^3.0.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": "^4.0.0", "webpack-configurator": "^0.3.0", "webpack-dev-middleware": "^1.8.4", "webpack-dev-server": "^1.16.1",