Skip to content

Commit

Permalink
build(deps): bump axios from 0.22.0 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.22.0 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.22.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 21, 2024
1 parent 48671b5 commit d5a6908
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.1.0",
"JSONStream": "^1.3.5",
"axios": "^1.3.2",
"axios": "^0.28.0",
"bcrypt": "^5.1.0",
"bin-packer": "^1.7.0",
"cache-manager": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@discordjs/rest": "^1.2.0",
"@types/node": "^17.0.23",
"api-types": "0.1.0",
"axios": "^1.3.5",
"axios": "^0.28.0",
"date-fns": "^2.28.0",
"discord-api-types": "^0.37.11",
"discord.js": "^14.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"api-types": "0.1.0",
"assert": "^2.0.0",
"autoprefixer": "^10.4.7",
"axios": "^0.22.0",
"axios": "^0.28.0",
"chart.js": "^4.2.0",
"chartjs-chart-treemap": "^2.3.0",
"craco-alias": "^3.0.1",
Expand Down
25 changes: 8 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8472,7 +8472,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.0.0
"@typescript-eslint/parser": ^5.0.0
JSONStream: ^1.3.5
axios: ^1.3.2
axios: ^0.28.0
bcrypt: ^5.1.0
bin-packer: ^1.7.0
cache-manager: ^5.2.0
Expand Down Expand Up @@ -8833,23 +8833,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.22.0":
version: 0.22.0
resolution: "axios@npm:0.22.0"
dependencies:
follow-redirects: ^1.14.4
checksum: 83dc4d02e180f69aa9f0d1d0d50b84ec3603517230d58b4c3720ebd440c7e64ea86c5e892dc6e19061608e8e1103504a709d8baa4051c4b7652101b523d04b63
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -11705,7 +11696,7 @@ __metadata:
"@types/node": ^17.0.23
"@types/randomstring": ^1.1.8
api-types: 0.1.0
axios: ^1.3.5
axios: ^0.28.0
date-fns: ^2.28.0
discord-api-types: ^0.37.11
discord.js: ^14.5.0
Expand Down Expand Up @@ -13649,7 +13640,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.12.1, follow-redirects@npm:^1.14.4, follow-redirects@npm:^1.15.0":
"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.12.1, follow-redirects@npm:^1.15.0":
version: 1.15.2
resolution: "follow-redirects@npm:1.15.2"
peerDependenciesMeta:
Expand Down Expand Up @@ -13854,7 +13845,7 @@ __metadata:
api-types: 0.1.0
assert: ^2.0.0
autoprefixer: ^10.4.7
axios: ^0.22.0
axios: ^0.28.0
chart.js: ^4.2.0
chartjs-chart-treemap: ^2.3.0
craco-alias: ^3.0.1
Expand Down

0 comments on commit d5a6908

Please sign in to comment.