From e89dbd616938a9faaf292ce58cae9ab454d03adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:23:40 +0000 Subject: [PATCH] Bump next from 9.4.2 to 13.5.1 in /frontend/plan Bumps [next](https://github.com/vercel/next.js) from 9.4.2 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/v9.4.2...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/plan/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/plan/package.json b/frontend/plan/package.json index d2bde68f1..f4c41b0e7 100644 --- a/frontend/plan/package.json +++ b/frontend/plan/package.json @@ -30,7 +30,7 @@ "express": "^4.17.1", "http-proxy-middleware": "^1.0.4", "ics": "^2.37.0", - "next": "9.4.2", + "next": "13.5.1", "next-transpile-modules": "^3.3.0", "pcx-shared-components": "0.1.0", "polished": "^3.6.6",