From d5ffc853e1d0c1151d98e06adbfc204440cbc769 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Mon, 8 Nov 2021 11:06:26 +0100 Subject: [PATCH] upgrade webpack --- packages/next/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index e07b6fa4c3e31..a9c15d3ea73f7 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -266,7 +266,7 @@ "webpack-sources1": "npm:webpack-sources@1.4.3", "webpack-sources3": "npm:webpack-sources@3.2.1", "webpack4": "npm:webpack@4.44.1", - "webpack5": "npm:webpack@5.61.0", + "webpack5": "npm:webpack@5.63.0", "ws": "8.2.3" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 131e6f08c6fea..5b9d32e2eebe2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19720,10 +19720,10 @@ webpack-bundle-analyzer@4.3.0: watchpack "^1.7.4" webpack-sources "^1.4.1" -"webpack5@npm:webpack@5.61.0": - version "5.61.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.61.0.tgz#fa827f0ee9bdfd141dd73c3e891e955ebd52fe7f" - integrity sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw== +"webpack5@npm:webpack@5.63.0": + version "5.63.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.63.0.tgz#4b074115800e0526d85112985e46c64b95e04aaf" + integrity sha512-HYrw6bkj/MDmphAXvqLEvn2fVoDZsYu6O638WjK6lSNgIpjb5jl/KtOrqJyU9EC/ZV9mLUmZW5h4mASB+CVA4A== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.50"