diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index eb607f9f3328b..7ab0aa48ed439 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -24,7 +24,7 @@ "@reach/router": "^1.3.4", "@types/http-proxy": "^1.17.4", "@typescript-eslint/eslint-plugin": "^2.24.0", - "@typescript-eslint/parser": "^2.24.0", + "@typescript-eslint/parser": "^4.0.0", "address": "1.1.2", "autoprefixer": "^9.8.4", "axios": "^0.20.0", @@ -54,13 +54,13 @@ "css-loader": "^1.0.1", "date-fns": "^2.14.0", "debug": "^3.2.6", - "del": "^5.1.0", + "del": "^6.0.0", "detect-port": "^1.3.0", "devcert": "^1.1.3", "dotenv": "^8.2.0", "eslint": "^6.8.0", "eslint-config-react-app": "^5.2.1", - "eslint-loader": "^2.2.1", + "eslint-loader": "^3.0.0", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.22.0", @@ -76,7 +76,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.111", + "gatsby-cli": "^4.5.0", "gatsby-core-utils": "^1.3.23", "gatsby-graphiql-explorer": "^0.4.15", "gatsby-legacy-polyfills": "^0.0.5", @@ -86,7 +86,7 @@ "gatsby-plugin-utils": "^0.2.37", "gatsby-react-router-scroll": "^3.0.15", "gatsby-telemetry": "^1.3.38", - "glob": "^7.1.6", + "glob": "^9.0.0", "got": "8.3.2", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", @@ -141,7 +141,7 @@ "stack-trace": "^0.0.10", "string-similarity": "^1.2.2", "style-loader": "^0.23.1", - "terser-webpack-plugin": "^2.3.8", + "terser-webpack-plugin": "^5.0.0", "tmp": "^0.2.1", "true-case-path": "^2.2.1", "type-of": "^2.0.1", @@ -149,9 +149,9 @@ "util.promisify": "^1.0.1", "uuid": "3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "^4.44.1", + "webpack": "^5.1.1", "webpack-dev-middleware": "^3.7.2", - "webpack-dev-server": "^3.11.0", + "webpack-dev-server": "^4.8.0", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.2",