Skip to content

Commit 1d81757

Browse files
committed
pm2@4.5.6
1 parent a6a52dc commit 1d81757

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## 4.5.6
3+
4+
- all submodules version bumped
5+
- supress all "security" warnings
6+
27
## 4.5.5
38

49
- bump debug

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pm2",
33
"preferGlobal": true,
4-
"version": "4.5.5",
4+
"version": "4.5.6",
55
"engines": {
66
"node": ">=8.10.0"
77
},
@@ -166,8 +166,8 @@
166166
"pm2-runtime": "bin/pm2-runtime"
167167
},
168168
"dependencies": {
169-
"@pm2/agent": "~1.0.4",
170-
"@pm2/io": "~4.3.5",
169+
"@pm2/agent": "~1.0.8",
170+
"@pm2/io": "~5.0.0",
171171
"@pm2/js-api": "~0.6.7",
172172
"@pm2/pm2-version-check": "latest",
173173
"async": "~3.2.0",
@@ -185,8 +185,8 @@
185185
"mkdirp": "1.0.4",
186186
"needle": "2.4.0",
187187
"pidusage": "2.0.21",
188-
"pm2-axon": "4.0.0",
189-
"pm2-axon-rpc": "0.6.0",
188+
"pm2-axon": "~4.0.1",
189+
"pm2-axon-rpc": "~0.7.0",
190190
"pm2-deploy": "~1.0.2",
191191
"pm2-multimeter": "^0.1.2",
192192
"promptly": "^2",

0 commit comments

Comments
 (0)