Skip to content

Commit

Permalink
Bump axios from 1.3.4 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.5.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.3.4...v1.5.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 6d30dbe commit b5f2ed0
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 95 deletions.
150 changes: 58 additions & 92 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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@iobroker/js-controller-common": "file:../common",
"@iobroker/js-controller-common-db": "file:../common-db",
"axios": "^1.3.4",
"axios": "^1.5.1",
"chokidar": "^3.5.3",
"daemonize2": "^0.4.2",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@alcalzone/pak": "^0.8.1",
"axios": "^1.3.4",
"axios": "^1.5.1",
"ci-info": "^3.8.0",
"deep-clone": "^3.0.3",
"event-stream": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@iobroker/js-controller-common-db": "file:../common-db",
"@iobroker/plugin-base": "~1.2.1",
"@iobroker/plugin-sentry": "~1.2.0",
"axios": "^1.3.4",
"axios": "^1.5.1",
"daemonize2": "^0.4.2",
"debug": "^4.3.4",
"decache": "^4.6.1",
Expand Down

0 comments on commit b5f2ed0

Please sign in to comment.