From 38a93984a2ea18ca4193f6ec71bb5b427253f157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:08:27 +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.4.3 to 7.0.1 - [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/v7.0.1) --- updated-dependencies: - dependency-name: pm2 dependency-version: 7.0.1 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 c540897..6cb6cbd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "dotenv": "^16.4.5", - "pm2": "^5.3.1", + "pm2": "^7.0.1", "strip-ansi": "^7.1.0", "winston": "^3.13.0", "winston-logserver-transport": "github:Codebucket-Solutions/Winston-Logstash-Batch-Server-Transport",