Skip to content

Commit b455ac9

Browse files
author
Your Name
committedJan 20, 2024
update package-lock.json deps
1 parent c4032e2 commit b455ac9

File tree

3 files changed

+55
-44
lines changed

3 files changed

+55
-44
lines changed
 

‎examples/cluster-http/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ var server = http.createServer(function(req, res) {
55
res.writeHead(200);
66
res.end('hey');
77
}).listen(process.env.PORT || 8089, '0.0.0.0', function() {
8-
console.log('App listening on port %d', server.address().port);
8+
console.log('App listening on port 8089');
99
});

‎package-lock.json

+53-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"dependencies": {
171171
"@pm2/agent": "~2.0.0",
172172
"@pm2/io": "~5.0.0",
173-
"@pm2/js-api": "~0.6.7",
173+
"@pm2/js-api": "~0.8.0",
174174
"@pm2/pm2-version-check": "latest",
175175
"async": "~3.2.0",
176176
"blessed": "0.1.81",

0 commit comments

Comments
 (0)
Please sign in to comment.