Skip to content

Commit

Permalink
pm2@4.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Apr 1, 2021
1 parent a6a52dc commit 1d81757
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,9 @@

## 4.5.6

- all submodules version bumped
- supress all "security" warnings

## 4.5.5

- bump debug
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "4.5.5",
"version": "4.5.6",
"engines": {
"node": ">=8.10.0"
},
Expand Down Expand Up @@ -166,8 +166,8 @@
"pm2-runtime": "bin/pm2-runtime"
},
"dependencies": {
"@pm2/agent": "~1.0.4",
"@pm2/io": "~4.3.5",
"@pm2/agent": "~1.0.8",
"@pm2/io": "~5.0.0",
"@pm2/js-api": "~0.6.7",
"@pm2/pm2-version-check": "latest",
"async": "~3.2.0",
Expand All @@ -185,8 +185,8 @@
"mkdirp": "1.0.4",
"needle": "2.4.0",
"pidusage": "2.0.21",
"pm2-axon": "4.0.0",
"pm2-axon-rpc": "0.6.0",
"pm2-axon": "~4.0.1",
"pm2-axon-rpc": "~0.7.0",
"pm2-deploy": "~1.0.2",
"pm2-multimeter": "^0.1.2",
"promptly": "^2",
Expand Down

0 comments on commit 1d81757

Please sign in to comment.