From cc1ae00885a847ee6dc4d4fde50da4b392cde333 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 07:30:46 +0000 Subject: [PATCH] Bump pm2 from 4.5.6 to 5.0.4 Bumps [pm2](https://github.com/Unitech/pm2) from 4.5.6 to 5.0.4. - [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) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ff6725..f154895 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ "babel-eslint": "^10.1.0", "eslint": "^7.3.1", "eslint-plugin-node": "^11.1.0", - "pm2": "^4.4.0" + "pm2": "^5.0.4" } }