Browse Source

chore(deps-dev): bump selenium-webdriver (#145)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.0.0-beta.1 to 4.0.0-beta.2.
- [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>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
7f1526664f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -10977,9 +10977,9 @@ @@ -10977,9 +10977,9 @@
}
},
"selenium-webdriver": {
"version": "4.0.0-beta.1",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0-beta.1.tgz",
"integrity": "sha512-DJ10z6Yk+ZBaLrt1CLElytQ/FOayx29ANKDtmtyW1A6kCJx3+dsc5fFMOZxwzukDniyYsC3OObT5pUAsgkjpxQ==",
"version": "4.0.0-beta.2",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0-beta.2.tgz",
"integrity": "sha512-uuNl3T1JjhrXCO4UAAy+iIIgZ/PqgYNiYvy+yfWCY+x2vHH9y7tIdD9a/q1rwbf/5jD/ENwYlVuNj46uIngknA==",
"dev": true,
"requires": {
"jszip": "^3.5.0",

2
package.json

@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0-beta.1",
"selenium-webdriver": "^4.0.0-beta.2",
"ts-jest": "^26.5.4",
"typedoc": "^0.20.30",
"typescript": "^4.2.3"

Loading…
Cancel
Save