Skip to content

Commit

Permalink
fix(deps): bump axios from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.5.0)

---
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 Aug 28, 2023
1 parent 7b56dfd commit c6efe91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Mario Bielert <mario.bielert@tu-dresden.de>",
"license": "BSD-3-Clause",
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.5.0",
"moment": "^2.29.1"
},
"browser": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@metricq/history@workspace:packages/history"
dependencies:
axios: ^1.4.0
axios: ^1.5.0
moment: ^2.29.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2181,14 +2181,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.4.0":
version: 1.4.0
resolution: "axios@npm:1.4.0"
"axios@npm:^1.5.0":
version: 1.5.0
resolution: "axios@npm:1.5.0"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 7fb6a4313bae7f45e89d62c70a800913c303df653f19eafec88e56cea2e3821066b8409bc68be1930ecca80e861c52aa787659df0ffec6ad4d451c7816b9386b
checksum: e7405a5dbbea97760d0e6cd58fecba311b0401ddb4a8efbc4108f5537da9b3f278bde566deb777935a960beec4fa18e7b8353881f2f465e4f2c0e949fead35be
languageName: node
linkType: hard

Expand Down

0 comments on commit c6efe91

Please sign in to comment.