Build(deps-dev): Bump selenium-webdriver from 4.1.0 to 4.1.1 (#2413)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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]
2022-01-25 14:52:48 +00:00
committed by GitHub
parent b97c6f8ed7
commit cbd6b0b322
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -14808,9 +14808,9 @@
"dev": true
},
"selenium-webdriver": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.1.0.tgz",
"integrity": "sha512-kUDH4N8WruYprTzvug4Pl73Th+WKb5YiLz8z/anOpHyUNUdM3UzrdTOxmSNaf9AczzBeY+qXihzku8D1lMaKOg==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.1.1.tgz",
"integrity": "sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ==",
"dev": true,
"requires": {
"jszip": "^3.6.0",

View File

@@ -105,7 +105,7 @@
"protractor-smartrunner": "^2.0.0-beta6",
"rxjs-tslint": "^0.1.8",
"rxjs-tslint-rules": "^4.34.3",
"selenium-webdriver": "^4.1.0",
"selenium-webdriver": "^4.1.1",
"ts-node": "^10.2.1",
"tsconfig-paths": "3.12.0",
"tslint": "~6.1.0",