From 19b6e22712d2af0e4c71d493b5ad9d17074b9314 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 21:04:19 +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 efb03ec0..6cc11563 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "request": "^2.70.0", "rimraf": "^2.5.2", "signcode": "^0.5.0", - "spectron": "^5.0.0", + "spectron": "^11.1.0", "standard": "^8.2.0", "tap": "^14.10.6" },