From 771978d41bcd666d90cec4df2b89d0f85f4c2319 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 May 2022 02:52:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4eaea3..d41a573 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "dependencies": { "child_process": "^1.0.2", "url": "^0.11.0", - "pm2": "^2.6.1" + "pm2": "^4.3.0" } }