Browse Source

chore(deps-dev): bump @types/selenium-webdriver from 4.0.12 to 4.0.13 (#198)

Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.0.12 to 4.0.13.
- [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] 3 years ago committed by GitHub
parent
commit
ff33ebd10e
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

@ -4458,9 +4458,9 @@ @@ -4458,9 +4458,9 @@
}
},
"@types/selenium-webdriver": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.12.tgz",
"integrity": "sha512-0fw09Ocwjbrc3xMqwz1dgDGwslaHZ/TqHu9WQTyNLVsK+3jekz46YvYNFZeglNnULMjMNXAhy7w90327Y9fxGQ==",
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.13.tgz",
"integrity": "sha512-RiQ863Rt8lVX/YveuYX2GSufaH4/1lWRZ6dITlcXtrJGYZmaNstYahm7qJ8FO+2kyAcrUtQVMxMjGv5FbsQeEQ==",
"dev": true
},
"@types/stack-utils": {

2
package.json

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
"@googlemaps/jest-mocks": "^0.1.1",
"@types/google.maps": "^3.44.6",
"@types/jest": "^26.0.23",
"@types/selenium-webdriver": "^4.0.12",
"@types/selenium-webdriver": "^4.0.13",
"@typescript-eslint/eslint-plugin": ">=4.24.0",
"@typescript-eslint/parser": ">=4.24.0",
"chromedriver": "^90.0.1",

Loading…
Cancel
Save