aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-06-05 15:22:58 +0200
committermarzavec <admin@marzavec.com>2019-06-05 15:22:58 +0200
commit78f282566c274713665c34e553c5d18ec89d12ae (patch)
treeeace66efe35d45aa79a9f0deb42f0fec234530f9 /package.json
parentMerge pull request #67 from Roslot/master (diff)
downloadhackchat-78f282566c274713665c34e553c5d18ec89d12ae.tar.gz
hackchat-78f282566c274713665c34e553c5d18ec89d12ae.zip
Updating pm2 to address axios vulnerability
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 19fee8c..3e10540 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,6 @@
"author": "Marzavec",
"license": "WTFPL",
"dependencies": {
- "pm2": "^3.2.9"
+ "pm2": "^3.5.1"
}
}