From 08b5c16eb8531b84d9268fa8988d1961846a75d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:07:23 +0000 Subject: [PATCH] build(deps): bump next from 13.4.19 to 15.0.1 Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 15.0.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.4.19...v15.0.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f72f7c6..49baf3b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.15", - "next": "13.4.19", + "next": "15.0.1", "postcss": "8.4.29", "react": "18.2.0", "react-dom": "18.2.0",