Skip to content

Commit

Permalink
fix: #16
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhe-nerd committed Nov 24, 2022
1 parent 6a1458e commit b8c7e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/larksuite/node-sdk",
"url": "https://github.com/larksuite/node-sdk/issues",
"dependencies": {
"axios": ">=0.27.0",
"axios": ">=0.27.0 <1.0.0",
"lodash.get": "^4.4.2",
"lodash.identity": "^3.0.0",
"lodash.merge": "^4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

axios@>=0.27.0:
"axios@>=0.27.0 <1.0.0":
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
Expand Down

0 comments on commit b8c7e62

Please sign in to comment.