Skip to content

Commit

Permalink
bump axios
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 1, 2021
1 parent df1a12b commit a376bf3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to homebridge-wemo will be documented in this file.

## UPCOMING

### Changed

- Bump `axios` to v0.22.0

## 4.2.2 (2021-09-30)

### Fixed
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^0.21.4",
"axios": "^0.22.0",
"ip": "^1.1.5",
"node-ssdp": "^4.0.1",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit a376bf3

Please sign in to comment.