From 46d112bbea9aabf1c577e8e3b9cf7f4b58c4f9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:45:43 +0000 Subject: [PATCH] chore(deps): bump next from 9.4.4 to 13.5.0 in /examples/nextjs-auth0 Bumps [next](https://github.com/vercel/next.js) from 9.4.4 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/v9.4.4...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs-auth0/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-auth0/package.json b/examples/nextjs-auth0/package.json index c2b0d67..8a3d4de 100644 --- a/examples/nextjs-auth0/package.json +++ b/examples/nextjs-auth0/package.json @@ -21,7 +21,7 @@ "dependencies": { "@auth0/auth0-react": "^1.0.0", "@serverless-jwt/next": "^0.1.8", - "next": "9.4.4", + "next": "13.5.0", "node-fetch": "^2.6.1", "react": "^16.13.1", "react-dom": "^16.13.1"