Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump axios from 0.22.0 to 0.28.0 #1152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading