Skip to content

Commit

Permalink
Bumping chromedriver version to 88 as to support Chrome v88 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Bastien committed Mar 11, 2021
1 parent 674c87e commit 7f50246
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 25 deletions.
54 changes: 31 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepper-mint",
"version": "2.2.3",
"version": "2.2.4",
"description": "An unofficial API for mint.com",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/dhleong/pepper-mint",
"dependencies": {
"chromedriver": "^87.0.5",
"chromedriver": "^88.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"selenium-webdriver": "^3.6.0"
Expand Down

0 comments on commit 7f50246

Please sign in to comment.