Bump selenium-webdriver from 4.0.0-alpha.5 to 4.0.0-alpha.7 (#6069)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.0.0-alpha.5 to 4.0.0-alpha.7.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-09-08 16:40:52 +01:00 committed by GitHub
parent 14c2408c69
commit 722e28bc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

13
package-lock.json generated
View File

@ -21178,15 +21178,14 @@
"dev": true
},
"selenium-webdriver": {
"version": "4.0.0-alpha.5",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0-alpha.5.tgz",
"integrity": "sha512-hktl3DSrhzM59yLhWzDGHIX9o56DvA+cVK7Dw6FcJR6qQ4CGzkaHeXQPcdrslkWMTeq0Ci9AmCxq0EMOvm2Rkg==",
"version": "4.0.0-alpha.7",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0-alpha.7.tgz",
"integrity": "sha512-D4qnTsyTr91jT8f7MfN+OwY0IlU5+5FmlO5xlgRUV6hDEV8JyYx2NerdTEqDDkNq7RZDYc4VoPALk8l578RBHw==",
"dev": true,
"requires": {
"jszip": "^3.1.5",
"rimraf": "^2.6.3",
"tmp": "0.0.30",
"xml2js": "^0.4.19"
"jszip": "^3.2.2",
"rimraf": "^2.7.1",
"tmp": "0.0.30"
},
"dependencies": {
"rimraf": {

View File

@ -167,7 +167,7 @@
"rxjs-tslint-rules": "^4.10.0",
"sass-loader": "10.0.0",
"scss-bundle": "2.3.2",
"selenium-webdriver": "4.0.0-alpha.5",
"selenium-webdriver": "4.0.0-alpha.7",
"stylelint": "^13.6.1",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",