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 1.6.2 to 1.7.4 in /frontend #1232

Merged
merged 1 commit into from
Aug 26, 2024
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
20 changes: 10 additions & 10 deletions frontend/.pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@sentry/react": "^8.19.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": ">=1.6.0",
"axios": ">=1.7.4",
"classnames": "^2.2.6",
"email-validator": "^2.0.4",
"file-saver": "^2.0.5",
Expand Down
14 changes: 7 additions & 7 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5791,7 +5791,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.2.1"
"@vitest/coverage-istanbul": "npm:^1.4.0"
"@vitest/coverage-v8": "npm:^1.4.0"
axios: "npm:>=1.6.0"
axios: "npm:>=1.7.4"
axios-mock-adapter: "npm:^1.22.0"
babel-plugin-named-exports-order: "npm:0.0.2"
classnames: "npm:^2.2.6"
Expand Down Expand Up @@ -6076,14 +6076,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:>=1.6.0":
version: 1.6.2
resolution: "axios@npm:1.6.2"
"axios@npm:>=1.7.4":
version: 1.7.5
resolution: "axios@npm:1.7.5"
dependencies:
follow-redirects: "npm:^1.15.0"
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/9b77e030e85e4f9cbcba7bb52fbff67d6ce906c92d213e0bd932346a50140faf83733bf786f55bd58301bd92f9973885c7b87d6348023e10f7eaf286d0791a1d
checksum: 10c0/1d5daeb28b3d1bb2a7b9f0743433c4bfbeaddc15461e50ebde487eec6c009af2515749d5261096dd430c90cd891bd310bcba5ec3967bae2033c4a307f58a6ad3
languageName: node
linkType: hard

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

"follow-redirects@npm:^1.15.0":
"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down
Loading