From fd51cdb1d4ca7d2221bad461687c3a1ac467c4e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 May 2018 04:55:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:https-proxy-agent:20180402 Latest report for skycoin/skycoin-explorer: https://snyk.io/test/github/skycoin/skycoin-explorer --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ab32381..b31a4860 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "karma-coverage-istanbul-reporter": "^1.4.2", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", - "protractor": "~5.1.2", + "protractor": "~5.3.2", "ts-node": "~3.2.0", "tslint": "~5.7.0", "typescript": "~2.4.2",