Skip to content

Commit

Permalink
chore: update axios and qs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Sep 20, 2023
1 parent 2abdf51 commit e952632
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 28 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-pots-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smartthings/core-sdk": major
---

update axios and qs dependencies
62 changes: 37 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"dependencies": {
"async-mutex": "^0.4.0",
"axios": "^0.27.2",
"axios": "^1.5.0",
"http-signature": "^1.3.6",
"lodash.isdate": "^4.0.1",
"lodash.isstring": "^4.0.1",
"qs": "^6.11.1",
"qs": "^6.11.2",
"sshpk": "^1.17.0"
},
"devDependencies": {
Expand All @@ -36,7 +36,7 @@
"@types/lodash.isdate": "^4.0.7",
"@types/lodash.isstring": "^4.0.7",
"@types/node": "^18.15.7",
"@types/qs": "^6.9.7",
"@types/qs": "^6.9.8",
"@types/sshpk": "^1.17.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
Expand Down

0 comments on commit e952632

Please sign in to comment.