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

fix(deps): update dependency axios to v0.24.0 #670

Merged
merged 1 commit into from
Oct 25, 2021
Merged
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 apps/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@your-org/ui-lib": "workspace:*",
"apollo-server-core": "3.4.0",
"apollo-server-micro": "3.4.0",
"axios": "0.23.0",
"axios": "0.24.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
"graphql": "15.6.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5293,12 +5293,12 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.23.0":
version: 0.23.0
resolution: "axios@npm:0.23.0"
"axios@npm:0.24.0":
version: 0.24.0
resolution: "axios@npm:0.24.0"
dependencies:
follow-redirects: ^1.14.4
checksum: 879f61022bd825da2a7ebb72410bc528683ba54c140436baa0b924b7cab02ec0919fe64a04a546f482a75f5fd570b77884f9826764a95f2fd88265e61dcb70db
checksum: 468cf496c08a6aadfb7e699bebdac02851e3043d4e7d282350804ea8900e30d368daa6e3cd4ab83b8ddb5a3b1e17a5a21ada13fc9cebd27b74828f47a4236316
languageName: node
linkType: hard

Expand Down Expand Up @@ -16973,7 +16973,7 @@ resolve@^2.0.0-next.3:
apollo-server-core: 3.4.0
apollo-server-micro: 3.4.0
autoprefixer: 10.3.7
axios: 0.23.0
axios: 0.24.0
cors: 2.8.5
cross-env: 7.0.3
dotenv-flow: 3.2.0
Expand Down