Skip to content

Commit 11b9c97

Browse files
committed
fix: revert axios to 1.13.3 to get around regression
1 parent 5575274 commit 11b9c97

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

.changeset/silent-terms-create.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smartthings/core-sdk": patch
3+
---
4+
5+
downgrade axios to work around regression

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"async-mutex": "^0.5.0",
23-
"axios": "^1.13.5",
23+
"axios": "1.13.3",
2424
"http-signature": "^1.4.0",
2525
"lodash.isdate": "^4.0.1",
2626
"lodash.isstring": "^4.0.1",

0 commit comments

Comments
 (0)