Skip to content

Commit 0370b32

Browse files
authored
fix: update to core SDK to fix axios issue (#263)
1 parent dedb293 commit 0370b32

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package-lock.json

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
},
3434
"homepage": "https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs#readme",
3535
"dependencies": {
36-
"@smartthings/core-sdk": "^8.1.3",
36+
"@smartthings/core-sdk": "^8.1.4",
3737
"@types/aws-lambda": "^8.10.122",
3838
"@types/i18n": "^0.13.6",
3939
"async-mutex": "^0.4.0",
40-
"axios": "^1.5.1",
40+
"axios": "^1.6.8",
4141
"fs-extra": "~11.1.1",
4242
"http-signature": "~1.3.6",
4343
"i18n": "~0.15.1",

0 commit comments

Comments
 (0)