Skip to content

Commit

Permalink
Bump axios from 0.21.4 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent 6497a16 commit 1c0d913
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node-fetch": "^2.5.12",
"@types/redis": "^2.0.0",
"@types/redis-mock": "^0.17.0",
"axios": "^0.21.2",
"axios": "^0.28.0",
"eslint": "^8.16.0",
"eslint-config-facile": "^0.5.0",
"fp-ts": "^2.0.0",
Expand All @@ -69,7 +69,7 @@
"@slynova/flydrive": "^1.0.0",
"@types/memcached": "^2.0.0",
"@types/redis": "^2.0.0",
"axios": "^0.21.2",
"axios": "^0.28.0",
"fp-ts": "^2.0.0",
"got": "^11.0.0",
"io-ts": "^2.0.0",
Expand Down
36 changes: 28 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1477,12 +1477,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.21.2":
version: 0.21.4
resolution: "axios@npm:0.21.4"
"axios@npm:^0.28.0":
version: 0.28.1
resolution: "axios@npm:0.28.1"
dependencies:
follow-redirects: ^1.14.0
checksum: 44245f24ac971e7458f3120c92f9d66d1fc695e8b97019139de5b0cc65d9b8104647db01e5f46917728edfc0cfd88eb30fc4c55e6053eef4ace76768ce95ff3c
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 5115a38d79064d07437c5a28f15841e3607634040e3120ec06a2c4367a7d07cf213b16496eab53b6f58ebc5fb377a440ba9ed4782529b14449a1e285734bfb54
languageName: node
linkType: hard

Expand Down Expand Up @@ -3086,7 +3088,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.0":
"follow-redirects@npm:^1.15.0":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down Expand Up @@ -3114,6 +3116,17 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
mime-types: ^2.1.12
checksum: 01135bf8675f9d5c61ff18e2e2932f719ca4de964e3be90ef4c36aacfc7b9cb2fceb5eca0b7e0190e3383fe51c5b37f4cb80b62ca06a99aaabfcfd6ac7c9328c
languageName: node
linkType: hard

"fortepiano@workspace:.":
version: 0.0.0-use.local
resolution: "fortepiano@workspace:."
Expand All @@ -3125,7 +3138,7 @@ __metadata:
"@types/node-fetch": ^2.5.12
"@types/redis": ^2.0.0
"@types/redis-mock": ^0.17.0
axios: ^0.21.2
axios: ^0.28.0
eslint: ^8.16.0
eslint-config-facile: ^0.5.0
fp-ts: ^2.0.0
Expand All @@ -3148,7 +3161,7 @@ __metadata:
"@slynova/flydrive": ^1.0.0
"@types/memcached": ^2.0.0
"@types/redis": ^2.0.0
axios: ^0.21.2
axios: ^0.28.0
fp-ts: ^2.0.0
got: ^11.0.0
io-ts: ^2.0.0
Expand Down Expand Up @@ -5897,6 +5910,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4
languageName: node
linkType: hard

"psl@npm:^1.1.33":
version: 1.8.0
resolution: "psl@npm:1.8.0"
Expand Down

0 comments on commit 1c0d913

Please sign in to comment.