Browse Source

chore(deps-dev): bump chromedriver from 85.0.1 to 86.0.0 (#9)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 85.0.1 to 86.0.0.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/commits/86.0.0)

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
b2078ec485
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

@ -3111,9 +3111,9 @@ @@ -3111,9 +3111,9 @@
"dev": true
},
"chromedriver": {
"version": "85.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-85.0.1.tgz",
"integrity": "sha512-z8je3U4tXFZnx7AloRabM4Ep1lpFJvHxLoGuRvLg33Qy0UKk/z6OXmHUO2z6DKE0Oe6CFpjj/bdhuQ8dfvq9ug==",
"version": "86.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-86.0.0.tgz",
"integrity": "sha512-byLJWhAfuYOmzRYPDf4asJgGDbI4gJGHa+i8dnQZGuv+6WW1nW1Fg+8zbBMOfLvGn7sKL41kVdmCEVpQHn9oyg==",
"dev": true,
"requires": {
"@testim/chrome-version": "^1.0.7",

2
package.json

@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
"@types/selenium-webdriver": "^4.0.9",
"@typescript-eslint/eslint-plugin": ">=4.1.0",
"@typescript-eslint/parser": ">=4.1.0",
"chromedriver": "^85.0.1",
"chromedriver": "^86.0.0",
"core-js": "^3.6.5",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.11.0",

Loading…
Cancel
Save