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

chore(deps): bump axios from 0.21.2 to 0.28.0 #8115

Open
wants to merge 1 commit into
base: dev
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@wireapp/react-ui-kit": "9.23.3",
"@wireapp/webapp-events": "0.24.0",
"auto-launch": "5.0.6",
"axios": "0.21.2",
"axios": "0.28.0",
"content-type": "1.0.5",
"electron-dl": "^3.5.2",
"electron-window-state": "5.0.3",
Expand Down
26 changes: 19 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5897,12 +5897,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.21.2":
version: 0.21.2
resolution: "axios@npm:0.21.2"
"axios@npm:0.28.0":
version: 0.28.0
resolution: "axios@npm:0.28.0"
dependencies:
follow-redirects: ^1.14.0
checksum: 41299c21f77323e7c56ea49d2d5ed25407d24bb145a4ce3441a8db17359ae56554f9495dca6e15d343a9530e106212a684c75a4db3bedfbe19f6414a8d94378e
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: d3782377512e67510787bf325b664f16c8b595ccdbcf52fca58433fbd082e33c3ef58a19e7d016ce92666be5a1a5ea82028add0cb841077981df9617bd071615
languageName: node
linkType: hard

Expand Down Expand Up @@ -9934,7 +9936,17 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.15.6":
"follow-redirects@npm:^1.15.0":
version: 1.15.9
resolution: "follow-redirects@npm:1.15.9"
peerDependenciesMeta:
debug:
optional: true
checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down Expand Up @@ -18272,7 +18284,7 @@ __metadata:
adm-zip: 0.5.16
auto-launch: 5.0.6
aws-sdk: 2.1691.0
axios: 0.21.2
axios: 0.28.0
babel-core: 7.0.0-bridge.0
babel-eslint: 10.1.0
babel-jest: 29.7.0
Expand Down
Loading