Skip to content

Commit

Permalink
fix: axios update (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Sep 7, 2021
1 parent c69fae3 commit 1cba2e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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": "@crowdin/ota-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "JavaScript library for Crowdin OTA Content Delivery",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"jest-junit": "^12.0.0"
},
"dependencies": {
"axios": "0.21.1"
"axios": "0.21.3"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 1cba2e4

Please sign in to comment.