Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Mar 28, 2022
1 parent f41ec96 commit a634964
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 76 deletions.
148 changes: 76 additions & 72 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocr-space-api-wrapper",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node.js wrapper for ocr.space APIs.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,13 +31,13 @@
},
"homepage": "https://github.com/DavideViolante/ocr-space-api-wrapper#readme",
"dependencies": {
"axios": "^0.26.0",
"axios": "^0.26.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint": "^8.12.0",
"eslint-config-google": "^0.14.0",
"mocha": "^9.1.3",
"mocha": "^9.2.2",
"nyc": "^15.1.0"
}
}

0 comments on commit a634964

Please sign in to comment.