Browse Source

chore(deps-dev): bump @types/selenium-webdriver from 4.0.10 to 4.0.11 (#88)

Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.0.10 to 4.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 4 years ago committed by GitHub
parent
commit
1988f0a2d0
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

@ -2463,9 +2463,9 @@ @@ -2463,9 +2463,9 @@
"dev": true
},
"@types/selenium-webdriver": {
"version": "4.0.10",
"resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.10.tgz",
"integrity": "sha512-Xavn3fE+uM2aeIHtefIwpy0zAf2HQOyip/jU7ZR0ailt/B0ww/TJ6yMnfZ5pM0F4+Kx+9AQSnxQio3P5QAl1yQ==",
"version": "4.0.11",
"resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.11.tgz",
"integrity": "sha512-VHv3kVxdploPZRa5Epsrgae9f8Wp0B+TVj3L93Yv0nB2RCRGRTKuhz/vRUZR4yItLqzdIxsxALe3qT3yqTAJTg==",
"dev": true
},
"@types/stack-utils": {

2
package.json

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
"@googlemaps/jest-mocks": "^0.1.0",
"@types/googlemaps": "^3.43.1",
"@types/jest": "^26.0.20",
"@types/selenium-webdriver": "^4.0.10",
"@types/selenium-webdriver": "^4.0.11",
"@typescript-eslint/eslint-plugin": ">=4.12.0",
"@typescript-eslint/parser": ">=4.12.0",
"chromedriver": "^86.0.0",

Loading…
Cancel
Save