From d946253f575b731c8bf35a198b23a020e47b7302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:05:27 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /apps/dashboard directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /apps/backend directory: [pm2](https://github.com/Unitech/pm2). Updates `next` from 14.2.35 to 16.2.3 - [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.2.35...v16.2.3) Updates `pm2` from 5.4.3 to 6.0.14 - [Release notes](https://github.com/Unitech/pm2/releases) - [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Unitech/pm2/commits/v6.0.14) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: pm2 dependency-version: 6.0.14 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/backend/package.json | 2 +- apps/dashboard/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index d96c14c..c7637a7 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -33,7 +33,7 @@ "bcrypt": "^5.1.1", "bytes-iec": "^3.1.1", "dotenv": "^16.4.5", - "pm2": "^5.4.2", + "pm2": "^6.0.14", "systeminformation": "^5.23.5" }, "devDependencies": { diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 772ef3e..ee70d33 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -49,7 +49,7 @@ "dotenv-cli": "^7.4.2", "lodash": "^4.17.21", "mongodb-memory-server": "^10.0.1", - "next": "^14.2.14", + "next": "^16.2.3", "next-auth": "^4.24.8", "react": "^18.3.1", "react-dom": "^18.3.1",