From 6dd9bc8af2f004dda52b7176a25b78a9323f699e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:37:18 +0000 Subject: [PATCH] Bump next to 13.5.0 [SECURITY] --- test/bundling/fixtures/next-webpack4/package.json | 2 +- test/bundling/fixtures/next-webpack5/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/bundling/fixtures/next-webpack4/package.json b/test/bundling/fixtures/next-webpack4/package.json index 0189b8408ae5ef..45a5ddff4c12bc 100644 --- a/test/bundling/fixtures/next-webpack4/package.json +++ b/test/bundling/fixtures/next-webpack4/package.json @@ -16,7 +16,7 @@ "@mui/styles": "5.10.3", "@mui/system": "5.10.5", "@mui/utils": "5.10.3", - "next": "11.1.4", + "next": "13.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2" diff --git a/test/bundling/fixtures/next-webpack5/package.json b/test/bundling/fixtures/next-webpack5/package.json index 859fda70a61bf1..13344052622162 100644 --- a/test/bundling/fixtures/next-webpack5/package.json +++ b/test/bundling/fixtures/next-webpack5/package.json @@ -16,7 +16,7 @@ "@mui/styles": "5.10.3", "@mui/system": "5.10.5", "@mui/utils": "5.10.3", - "next": "12.3.0", + "next": "13.5.0", "react": "18.2.0", "react-dom": "18.2.0", "react-is": "18.2.0"