Browse Source

chore(deps-dev): bump selenium-webdriver from 4.0.0 to 4.1.0 (#373)

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

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
d87d2c1a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      package-lock.json
  2. 2
      package.json

7
package-lock.json generated

@ -11088,13 +11088,12 @@ @@ -11088,13 +11088,12 @@
}
},
"selenium-webdriver": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0.tgz",
"integrity": "sha512-tOlu6FnTjPq2FKpd153pl8o2cB7H40Rvl/ogiD2sapMv4IDjQqpIxbd+swDJe9UDLdszeh5CDis6lgy4e9UG1w==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.1.0.tgz",
"integrity": "sha512-kUDH4N8WruYprTzvug4Pl73Th+WKb5YiLz8z/anOpHyUNUdM3UzrdTOxmSNaf9AczzBeY+qXihzku8D1lMaKOg==",
"dev": true,
"requires": {
"jszip": "^3.6.0",
"rimraf": "^3.0.2",
"tmp": "^0.2.1",
"ws": ">=7.4.6"
},

2
package.json

@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
"prettier": "^2.4.1",
"rollup": "^2.60.1",
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.0.0",
"selenium-webdriver": "^4.1.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.9",
"typescript": "^4.4.4"

Loading…
Cancel
Save