From 30cdc18963328e6e2c7bc0ccc0e6c14c69e55a17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 18:23:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9520efa66..90ff47c6d 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "dependencies": { "@pm2/agent": "^0.5.26", "@pm2/io": "^4.3.2", - "@pm2/js-api": "^0.5.60", + "@pm2/js-api": "^0.6.6", "@pm2/pm2-version-check": "latest", "async": "^3.1.0", "blessed": "0.1.81", @@ -194,7 +194,7 @@ "promptly": "^2", "ps-list": "6.3.0", "semver": "^5.5", - "shelljs": "0.8.3", + "shelljs": "0.8.5", "source-map-support": "0.5.12", "sprintf-js": "1.1.2", "vizion": "~2.0.2",