From b2b5169047bcfbae35b0a4b9abb2cf59206ee6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:56:22 +0000 Subject: [PATCH] chore(deps): bump next from 14.1.0 to 14.2.30 in /with-messaging Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.2.30. - [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.1.0...v14.2.30) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-messaging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-messaging/package.json b/with-messaging/package.json index 49bdb2b4..7395dc03 100644 --- a/with-messaging/package.json +++ b/with-messaging/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@plasmohq/messaging": "workspace:*", - "next": "14.1.0", + "next": "14.2.30", "plasmo": "workspace:*", "react": "18.2.0", "react-dom": "18.2.0"