Skip to content

Commit

Permalink
fix: update to core SDK to fix axios issue (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam authored Apr 25, 2024
1 parent dedb293 commit 0370b32
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"homepage": "https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs#readme",
"dependencies": {
"@smartthings/core-sdk": "^8.1.3",
"@smartthings/core-sdk": "^8.1.4",
"@types/aws-lambda": "^8.10.122",
"@types/i18n": "^0.13.6",
"async-mutex": "^0.4.0",
"axios": "^1.5.1",
"axios": "^1.6.8",
"fs-extra": "~11.1.1",
"http-signature": "~1.3.6",
"i18n": "~0.15.1",
Expand Down

0 comments on commit 0370b32

Please sign in to comment.