From 2b66707daece727e96a4ee87f9a0159ac71960b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:29:54 +0000 Subject: [PATCH] chore(deps): Bump next in /examples/browser-file-management Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 13.5.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...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/browser-file-management/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-file-management/package.json b/examples/browser-file-management/package.json index fc80acc5..42b38dbb 100644 --- a/examples/browser-file-management/package.json +++ b/examples/browser-file-management/package.json @@ -15,7 +15,7 @@ "@types/node": "20.6.0", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", - "next": "13.4.19", + "next": "13.5.1", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.2.2",