From 5382e51a4583676cd2f01dfba93b97f937019b9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Apr 2021 21:13:10 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090599 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090601 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090602 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index e919a44..1cee49c 100644 --- a/app/package.json +++ b/app/package.json @@ -11,6 +11,6 @@ "dependencies": { "wdio-mocha-framework": "^0.5.8", "wdio-teamcity-reporter": "^1.1.1", - "webdriverio": "^4.6.2" + "webdriverio": "^4.11.0" } }