From 94094724ca17b721cb124c858c5c9618683057b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 02:56:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d82252..d2f2820 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "dependencies": { "angular": "^1.4.3", "express": "~3.4.0", - "firefox-profile": "0.3.4", + "firefox-profile": "0.3.12", "mkdirp": "~0.3.5", - "protractor": "2.1.0", + "protractor": "4.0.6", "q": "1.0.0" }, "license": "MIT",