From 69b69c84cbf97cf86aba5f5444fa8a8122ef969a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 04:26:21 +0000 Subject: [PATCH] chore(deps): bump next from 14.0.4 to 14.1.1 in /apps/studio Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.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/v14.0.4...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/studio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index bcd2424dd..230a83536 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -32,7 +32,7 @@ "dependencies": { "chokidar": "^3.5.3", "execa": "^8.0.1", - "next": "14.0.4", + "next": "14.1.1", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", "wait-on": "^7.2.0"