Skip to content

Commit

Permalink
Update tesseract version
Browse files Browse the repository at this point in the history
  • Loading branch information
chapiewsky committed Jun 9, 2019
1 parent 0df2c58 commit 1580ce2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 4.0.0 - 2019-06-08
### Added
- Adds database to monitor entries (#74)[https://github.com/jpchip/giveaway-grabber/issues/74]

### Security
- Update version of Tesseract to resolve security vulnerabilities

## 3.5.0 - 2019-06-04
### Added
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"inquirer": "~6.2.2",
"node-notifier": "~5.4.0",
"puppeteer": "~1.13.0",
"tesseract.js": "~1.0.14",
"tesseract.js": "~1.0.19",
"sqlite3": "~4.0.6",
"yargs": "~13.2.2"
},
Expand Down

0 comments on commit 1580ce2

Please sign in to comment.