Skip to content

Commit

Permalink
Update dependencies & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
4miners committed Aug 7, 2023
1 parent 82c83ce commit 80506e1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-upload-images",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library for uploading images to popular image hosting services, uses Node and Axios.",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.3.4",
"axios-ddos-guard-bypass": "^1.0.1",
"axios": "^1.4.0",
"axios-ddos-guard-bypass": "^1.0.3",
"form-data": "^4.0.0"
}
}

0 comments on commit 80506e1

Please sign in to comment.