From 226d1bea811cf0cd6b74d394f2d50d90eb38581a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:08:13 +0000 Subject: [PATCH] Bump next from 13.4.4 to 13.5.0 in /nextjs-ts Bumps [next](https://github.com/vercel/next.js) from 13.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/v13.4.4...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nextjs-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs-ts/package.json b/nextjs-ts/package.json index d6ac282..425a2e3 100644 --- a/nextjs-ts/package.json +++ b/nextjs-ts/package.json @@ -19,7 +19,7 @@ "@types/react-router-dom": "^5.3.3", "flexmonster": "latest", "highcharts": "^11.1.0", - "next": "13.4.4", + "next": "13.5.0", "open-cli": "^7.2.0", "react": "18.2.0", "react-dom": "18.2.0",