From 49a90aa268e77e9143ed0747e717a29d243a7d7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 00:21:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4eaea3..a65b61f 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": "^5.4.0" } }