From 6c0922b48f78026a74f7467a2d039564226ef9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:41:05 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /packages/device-agent directory: [electron](https://github.com/electron/electron). Bumps the npm_and_yarn group with 1 update in the /packages/email directory: [next](https://github.com/vercel/next.js). Updates `electron` from 33.4.0 to 35.7.5 - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v33.4.0...v35.7.5) Updates `next` from 15.5.13 to 16.1.7 - [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/v15.5.13...v16.1.7) --- updated-dependencies: - dependency-name: electron dependency-version: 35.7.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.1.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/device-agent/package.json | 2 +- packages/email/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/device-agent/package.json b/packages/device-agent/package.json index 2cebc42913..dbe0e63828 100644 --- a/packages/device-agent/package.json +++ b/packages/device-agent/package.json @@ -29,7 +29,7 @@ "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.5.2", - "electron": "33.4.0", + "electron": "35.7.5", "electron-builder": "^25.1.8", "electron-vite": "^3.1.0", "react": "^19.1.0", diff --git a/packages/email/package.json b/packages/email/package.json index 8667c88a14..c81d33fcc5 100644 --- a/packages/email/package.json +++ b/packages/email/package.json @@ -8,7 +8,7 @@ "@react-email/tailwind": "1.0.5", "@trycompai/utils": "workspace:*", "date-fns": "^4.1.0", - "next": "^15.4.6", + "next": "^16.1.7", "react-email": "^4.0.15", "resend": "^4.4.1", "responsive-react-email": "^0.0.5"