Browse Source

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

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

@ -4401,9 +4401,9 @@
"dev": true "dev": true
}, },
"@types/selenium-webdriver": { "@types/selenium-webdriver": {
"version": "4.0.11", "version": "4.0.12",
"resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.0.12.tgz",
"integrity": "sha512-VHv3kVxdploPZRa5Epsrgae9f8Wp0B+TVj3L93Yv0nB2RCRGRTKuhz/vRUZR4yItLqzdIxsxALe3qT3yqTAJTg==", "integrity": "sha512-0fw09Ocwjbrc3xMqwz1dgDGwslaHZ/TqHu9WQTyNLVsK+3jekz46YvYNFZeglNnULMjMNXAhy7w90327Y9fxGQ==",
"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/google.maps": "^3.44.0", "@types/google.maps": "^3.44.0",
"@types/jest": "^26.0.20", "@types/jest": "^26.0.20",
"@types/selenium-webdriver": "^4.0.11", "@types/selenium-webdriver": "^4.0.12",
"@typescript-eslint/eslint-plugin": ">=4.19.0", "@typescript-eslint/eslint-plugin": ">=4.19.0",
"@typescript-eslint/parser": ">=4.16.1", "@typescript-eslint/parser": ">=4.16.1",
"chromedriver": "^89.0.0", "chromedriver": "^89.0.0",

Loading…
Cancel
Save