Skip to content

Commit

Permalink
update package-lock.json deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 20, 2024
1 parent c4032e2 commit b455ac9
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 44 deletions.
2 changes: 1 addition & 1 deletion examples/cluster-http/http.js
Expand Up @@ -5,5 +5,5 @@ var server = http.createServer(function(req, res) {
res.writeHead(200);
res.end('hey');
}).listen(process.env.PORT || 8089, '0.0.0.0', function() {
console.log('App listening on port %d', server.address().port);
console.log('App listening on port 8089');
});
95 changes: 53 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -170,7 +170,7 @@
"dependencies": {
"@pm2/agent": "~2.0.0",
"@pm2/io": "~5.0.0",
"@pm2/js-api": "~0.6.7",
"@pm2/js-api": "~0.8.0",
"@pm2/pm2-version-check": "latest",
"async": "~3.2.0",
"blessed": "0.1.81",
Expand Down

0 comments on commit b455ac9

Please sign in to comment.