From fc86cefa45440826a632ad069a3fba3078f1210b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:46:33 +0000 Subject: [PATCH] Update dependency webpack to v5.90.1 --- package.json | 4 ++-- packages/next/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e97faa8a17..98873c8cde 100644 --- a/package.json +++ b/package.json @@ -225,13 +225,13 @@ "typescript": "5.3.3", "unfetch": "5.0.0", "wait-port": "1.1.0", - "webpack": "5.89.0", + "webpack": "5.90.1", "webpack-bundle-analyzer": "4.10.1", "whatwg-fetch": "3.6.20", "ws": "8.16.0" }, "resolutions": { - "webpack": "5.89.0", + "webpack": "5.90.1", "browserslist": "4.22.3", "caniuse-lite": "1.0.30001583", "@types/node": "20.11.16", diff --git a/packages/next/package.json b/packages/next/package.json index 018a46fa10..12c16266a1 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -310,7 +310,7 @@ "vm-browserify": "1.1.2", "watchpack": "2.4.0", "web-vitals": "3.5.2", - "webpack": "5.89.0", + "webpack": "5.90.1", "webpack-sources1": "npm:webpack-sources@3.2.3", "webpack-sources3": "npm:webpack-sources@3.2.3", "ws": "8.16.0"