From fcb38b339b373413fefe37c3ee587143225f4f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:05:41 +0000 Subject: [PATCH] build(deps): bump next from 13.4.12 to 13.5.0 in /example Bumps [next](https://github.com/vercel/next.js) from 13.4.12 to 13.5.0. - [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.12...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index b5b8e63..582593a 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "autoprefixer": "10.4.14", "eslint": "8.45.0", "eslint-config-next": "13.4.12", - "next": "13.4.12", + "next": "13.5.0", "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0",