From 688ab544dbb17f438bffac8619f8022595410e33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Apr 2023 04:33:00 +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-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-ENGINEIO-1056749 - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- packages/gatsby/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 204f82960ebae..8f1716d654483 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -17,7 +17,7 @@ "@babel/runtime": "^7.0.0", "@babel/traverse": "^7.0.0", "@reach/router": "^1.1.1", - "autoprefixer": "^8.6.5", + "autoprefixer": "^9.0.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^8.2.2", "babel-loader": "8.0.0-beta.4", @@ -30,7 +30,7 @@ "cache-manager": "^2.9.0", "cache-manager-fs-hash": "^0.0.6", "chalk": "^2.3.2", - "chokidar": "^2.0.2", + "chokidar": "^3.0.0", "common-tags": "^1.4.0", "compression": "^1.7.3", "convert-hrtime": "^2.0.0", @@ -43,7 +43,7 @@ "devcert-san": "^0.3.3", "domready": "^1.0.8", "dotenv": "^4.0.0", - "eslint": "^4.19.1", + "eslint": "^5.0.0", "eslint-config-react-app": "3.0.0-next.66cc7a90", "eslint-loader": "^2.0.0", "eslint-plugin-flowtype": "^2.46.1", @@ -58,7 +58,7 @@ "flat": "^4.0.0", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.4.5", + "gatsby-cli": "^5.0.0", "gatsby-link": "^2.0.6", "gatsby-plugin-page-creator": "^2.0.4", "gatsby-react-router-scroll": "^2.0.1", @@ -96,18 +96,18 @@ "postcss-flexbugs-fixes": "^3.0.0", "postcss-loader": "^2.1.3", "raw-loader": "^0.5.1", - "react-dev-utils": "^4.2.1", + "react-dev-utils": "^12.0.0", "react-error-overlay": "^3.0.0", "react-hot-loader": "^4.1.0", "redux": "^4.0.0", - "relay-compiler": "1.5.0", + "relay-compiler": "13.0.0", "request": "^2.85.0", "semver": "^5.6.0", "shallow-compare": "^1.2.2", "sift": "^5.1.0", "signal-exit": "^3.0.2", "slash": "^1.0.0", - "socket.io": "^2.0.3", + "socket.io": "^3.0.0", "string-similarity": "^1.2.0", "style-loader": "^0.21.0", "terser-webpack-plugin": "^1.0.2", @@ -117,7 +117,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",