From c01f6f8b5a478d9f8c4d346859d6f5c5be8d0b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:15:54 +0000 Subject: [PATCH] Bump next from 13.4.19 to 13.5.0 in /apps/web Bumps [next](https://github.com/vercel/next.js) from 13.4.19 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.19...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 47b41ea..f3ba059 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -28,7 +28,7 @@ "graphql": "^16.8.0", "graphql-request": "^6.1.0", "http-proxy-agent": "^7.0.0", - "next": "13.4.19", + "next": "13.5.0", "next-compose-plugins": "^2.2.1", "next-pwa": "^5.6.0", "next-svgr": "^0.0.2",