From c9fc00557b138815c2f213fe0a42a9c3302abfb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 03:27:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5470d6df..1d4f0f717 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "node": ">=0.8.0" }, "dependencies": { - "actionhero": "8.0.x", + "actionhero": "9.3.0", "adm-zip": "0.4.x", "archiver": "~0.6.1", "asn1": "*",