From 7133438c6ee37438f04bde5cb0beba667d4f98c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:55:58 +0000 Subject: [PATCH] Bump pm2 in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [pm2](https://github.com/Unitech/pm2). Updates `pm2` from 5.3.0 to 7.0.0 - [Release notes](https://github.com/Unitech/pm2/releases) - [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Unitech/pm2/compare/5.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pm2 dependency-version: 7.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0adffb..7d99791 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "name": "test-project", "version": "1.0.0", "dependencies": { - "pm2": "5.3.0" + "pm2": "7.0.0" } }