From 7366cf152973002a0c8e4d6c3e82848b05b4acf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 17:00:37 +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-SEMVER-3247795 --- packages/gatsby/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 5f4eb36c390e3..e13f8b32987aa 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -46,7 +46,7 @@ "devcert-san": "^0.3.3", "domready": "^1.0.8", "dotenv": "^4.0.0", - "eslint": "^4.19.1", + "eslint": "^7.0.0", "eslint-config-react-app": "3.0.0-next.66cc7a90", "eslint-loader": "^2.0.0", "eslint-plugin-flowtype": "^2.46.1", @@ -61,7 +61,7 @@ "flat": "^4.0.0", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.4.1", + "gatsby-cli": "^5.0.0", "gatsby-link": "^2.0.0-rc.4", "gatsby-plugin-page-creator": "^2.0.0", "gatsby-react-router-scroll": "^2.0.0", @@ -103,7 +103,7 @@ "react-error-overlay": "^3.0.0", "react-hot-loader": "^4.1.0", "redux": "^3.6.0", - "relay-compiler": "1.5.0", + "relay-compiler": "13.0.0", "request": "^2.85.0", "shallow-compare": "^1.2.2", "sift": "^5.1.0", @@ -119,7 +119,7 @@ "v8-compile-cache": "^1.1.0", "webpack": "^4.12.0", "webpack-dev-middleware": "^3.0.1", - "webpack-dev-server": "^3.1.1", + "webpack-dev-server": "^4.0.0", "webpack-hot-middleware": "^2.21.0", "webpack-merge": "^4.1.0", "webpack-stats-plugin": "^0.1.5",