Browse Source

chore(deps-dev): bump selenium-webdriver from 4.0.0-rc-1 to 4.0.0-rc-2 (#318)

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

---
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>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
ed64736621
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

@ -11081,9 +11081,9 @@ @@ -11081,9 +11081,9 @@
}
},
"selenium-webdriver": {
"version": "4.0.0-rc-1",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0-rc-1.tgz",
"integrity": "sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==",
"version": "4.0.0-rc-2",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.0.0-rc-2.tgz",
"integrity": "sha512-HT974l00r7wdZL+SPS0f8lBLVYe/aKGAFONMvVroL7z9mHm3PC30IirsYqrvSkw51Pom3XJiN5gjXBRkxuHAdw==",
"dev": true,
"requires": {
"jszip": "^3.6.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-rc-1",
"selenium-webdriver": "^4.0.0-rc-2",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.4",
"typescript": "^4.4.3"

Loading…
Cancel
Save