Browse Source

chore(deps-dev): bump chromedriver from 97.0.2 to 97.0.3 (#435)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 97.0.2 to 97.0.3.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/compare/97.0.2...97.0.3)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

@ -5441,9 +5441,9 @@ @@ -5441,9 +5441,9 @@
"dev": true
},
"chromedriver": {
"version": "97.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-97.0.2.tgz",
"integrity": "sha512-sOAfKCR3WsHvmKedZoWa+3tBVGdPtxq4zKxgKZCoJ2c924olBTW4Bnha6SHl93Yo7+QqsNn6ZpAC0ojhutacAg==",
"version": "97.0.3",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-97.0.3.tgz",
"integrity": "sha512-uBRswZZu321YXsPPFPTMYY+j+f7XRdkfJs8chyQP5H74puu5MJaIHijkZHHytk5+NVYfDbqcyjscxgGLRCf+5w==",
"dev": true,
"requires": {
"@testim/chrome-version": "^1.1.2",

2
package.json

@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
"@types/selenium-webdriver": "^4.0.16",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^97.0.2",
"chromedriver": "^97.0.3",
"core-js": "^3.20.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",

Loading…
Cancel
Save