From 16fef16d5660664d9328640ce0fb613634326519 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 06:41:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-EJS-1049328 - https://snyk.io/vuln/SNYK-JS-EJS-2803307 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fa74c045..592dc06f6 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "semver-regex": "^3.1.1", "shx": "^0.3.2", "sinon": "^9.0.2", - "spectron": "^10.0.1", + "spectron": "^14.0.0", "standard": "^14.3.4", "tar": "^6.0.2", "tmp": "0.2.1",