Skip to content

Commit

Permalink
chore(deps): update deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Oct 23, 2024
1 parent efe6afb commit e1dacd3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 42 deletions.
82 changes: 45 additions & 37 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocr-space-api-wrapper",
"version": "2.3.1",
"version": "2.3.2",
"description": "Node.js wrapper for ocr.space APIs.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,12 +32,12 @@
"homepage": "https://github.com/DavideViolante/ocr-space-api-wrapper#readme",
"dependencies": {
"axios": "0.27.2",
"form-data": "^4.0.0"
"form-data": "^4.0.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0"
"mocha": "^10.7.3",
"nyc": "^17.1.0"
}
}

0 comments on commit e1dacd3

Please sign in to comment.