From 158c663b4bc49c2e56c269e43b886e38735dae0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 05:07:25 +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-INFLIGHT-6095116 --- 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 5f4eb36c390e3..50c139bd2d025 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -41,14 +41,14 @@ "core-js": "^2.5.0", "css-loader": "^1.0.0", "debug": "^3.1.0", - "del": "^3.0.0", + "del": "^6.0.0", "detect-port": "^1.2.1", "devcert-san": "^0.3.3", "domready": "^1.0.8", "dotenv": "^4.0.0", - "eslint": "^4.19.1", + "eslint": "^6.0.0", "eslint-config-react-app": "3.0.0-next.66cc7a90", - "eslint-loader": "^2.0.0", + "eslint-loader": "^3.0.0", "eslint-plugin-flowtype": "^2.46.1", "eslint-plugin-graphql": "^2.0.0", "eslint-plugin-import": "^2.9.0", @@ -61,11 +61,11 @@ "flat": "^4.0.0", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.4.1", + "gatsby-cli": "^4.5.0", "gatsby-link": "^2.0.0-rc.4", "gatsby-plugin-page-creator": "^2.0.0", "gatsby-react-router-scroll": "^2.0.0", - "glob": "^7.1.1", + "glob": "^9.0.0", "graphql": "^0.13.2", "graphql-relay": "^0.5.5", "graphql-skip-limit": "^2.0.0", @@ -112,14 +112,14 @@ "socket.io": "^2.0.3", "string-similarity": "^1.2.0", "style-loader": "^0.21.0", - "terser-webpack-plugin": "^1.0.2", + "terser-webpack-plugin": "^5.0.0", "type-of": "^2.0.1", "url-loader": "^1.0.1", "uuid": "^3.1.0", "v8-compile-cache": "^1.1.0", - "webpack": "^4.12.0", + "webpack": "^5.1.1", "webpack-dev-middleware": "^3.0.1", - "webpack-dev-server": "^3.1.1", + "webpack-dev-server": "^4.8.0", "webpack-hot-middleware": "^2.21.0", "webpack-merge": "^4.1.0", "webpack-stats-plugin": "^0.1.5",