Skip to content

Commit a8f3d1b

Browse files
committed
chore: update axios and qs dependencies
1 parent 2abdf51 commit a8f3d1b

File tree

3 files changed

+45
-28
lines changed

3 files changed

+45
-28
lines changed

.changeset/curvy-pots-arrive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smartthings/core-sdk": major
3+
---
4+
5+
update axios and qs dependencies

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
],
2121
"dependencies": {
2222
"async-mutex": "^0.4.0",
23-
"axios": "^0.27.2",
23+
"axios": "^1.5.0",
2424
"http-signature": "^1.3.6",
2525
"lodash.isdate": "^4.0.1",
2626
"lodash.isstring": "^4.0.1",
27-
"qs": "^6.11.1",
27+
"qs": "^6.11.2",
2828
"sshpk": "^1.17.0"
2929
},
3030
"devDependencies": {
@@ -36,7 +36,7 @@
3636
"@types/lodash.isdate": "^4.0.7",
3737
"@types/lodash.isstring": "^4.0.7",
3838
"@types/node": "^18.15.7",
39-
"@types/qs": "^6.9.7",
39+
"@types/qs": "^6.9.8",
4040
"@types/sshpk": "^1.17.1",
4141
"@typescript-eslint/eslint-plugin": "^5.56.0",
4242
"@typescript-eslint/parser": "^5.56.0",

0 commit comments

Comments
 (0)