Browse Source

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

Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.0.9 to 4.0.10.
- [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
340f3089b7
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

@ -3050,9 +3050,9 @@
"dev": true "dev": true
}, },
"@types/selenium-webdriver": { "@types/selenium-webdriver": {
"version": "4.0.9", "version": "4.0.10",
"resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.9.tgz", "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.10.tgz",
"integrity": "sha512-HopIwBE7GUXsscmt/J0DhnFXLSmO04AfxT6b8HAprknwka7pqEWquWDMXxCjd+NUHK9MkCe1SDKKsMiNmCItbQ==", "integrity": "sha512-Xavn3fE+uM2aeIHtefIwpy0zAf2HQOyip/jU7ZR0ailt/B0ww/TJ6yMnfZ5pM0F4+Kx+9AQSnxQio3P5QAl1yQ==",
"dev": true "dev": true
}, },
"@types/stack-utils": { "@types/stack-utils": {

2
package.json

@ -38,7 +38,7 @@
"@googlemaps/jest-mocks": "^0.1.0", "@googlemaps/jest-mocks": "^0.1.0",
"@types/googlemaps": "^3.40.3", "@types/googlemaps": "^3.40.3",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/selenium-webdriver": "^4.0.9", "@types/selenium-webdriver": "^4.0.10",
"@typescript-eslint/eslint-plugin": ">=4.6.0", "@typescript-eslint/eslint-plugin": ">=4.6.0",
"@typescript-eslint/parser": ">=4.4.1", "@typescript-eslint/parser": ">=4.4.1",
"chromedriver": "^86.0.0", "chromedriver": "^86.0.0",

Loading…
Cancel
Save