From e22cccde4609a8312f3f7ce3fb237ee8722b3cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:53:08 +0000 Subject: [PATCH] Update dependency webpack to v5.97.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 f83eee6f33..05aef539d6 100644 --- a/package.json +++ b/package.json @@ -225,13 +225,13 @@ "typescript": "5.7.2", "unfetch": "5.0.0", "wait-port": "1.1.0", - "webpack": "5.97.0", + "webpack": "5.97.1", "webpack-bundle-analyzer": "4.10.2", "whatwg-fetch": "3.6.20", "ws": "8.18.0" }, "resolutions": { - "webpack": "5.97.0", + "webpack": "5.97.1", "browserslist": "4.24.2", "caniuse-lite": "1.0.30001687", "@types/node": "20.17.9", diff --git a/packages/next/package.json b/packages/next/package.json index e981febcc6..fac8cbd2e4 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -310,7 +310,7 @@ "vm-browserify": "1.1.2", "watchpack": "2.4.2", "web-vitals": "3.5.2", - "webpack": "5.97.0", + "webpack": "5.97.1", "webpack-sources1": "npm:webpack-sources@3.2.3", "webpack-sources3": "npm:webpack-sources@3.2.3", "ws": "8.18.0"