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

Bump axios from 1.6.1 to 1.7.4 #715

Merged
merged 1 commit into from
Sep 1, 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
2 changes: 1 addition & 1 deletion howdju-service-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@joi/date": "^2.1.0",
"any-promise": "^1.3.0",
"aws-sdk": "^2.918.0",
"axios": "^1.6.0",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"howdju-common": "workspace:howdju-common",
Expand Down
2 changes: 1 addition & 1 deletion premiser-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"@reduxjs/toolkit": "^1.9.2",
"@sentry/browser": "^7.64.0",
"@sentry/tracing": "^7.64.0",
"axios": "^1.6.0",
"axios": "^1.7.4",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-require": "^4.0.2",
"classnames": "^2.3.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13189,14 +13189,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0":
version: 1.6.1
resolution: "axios@npm:1.6.1"
"axios@npm:^1.7.4":
version: 1.7.7
resolution: "axios@npm:1.7.7"
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: fb091af3ad47d70fdcba5e71654b9e3c56947d93d8b2375dd0b4db63de9982adab6235aebc514488aa289c7faf103b09e8911280e6f6b1112d1604fe5f111f71
checksum: 7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
languageName: node
linkType: hard

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

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.15.0":
"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down Expand Up @@ -22252,7 +22252,7 @@ __metadata:
"@types/pg-pool": "npm:^2.0.3"
any-promise: "npm:^1.3.0"
aws-sdk: "npm:^2.918.0"
axios: "npm:^1.6.0"
axios: "npm:^1.7.4"
bcryptjs: "npm:^2.4.3"
bluebird: "npm:^3.5.0"
eslint: "npm:^8.27.0"
Expand Down Expand Up @@ -30709,7 +30709,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^5.48.2"
argparse: "npm:^2.0.1"
aws-sdk: "npm:^2.890.0"
axios: "npm:^1.6.0"
axios: "npm:^1.7.4"
babel-jest: "npm:^29.7.0"
babel-loader: "npm:^9.1.3"
babel-plugin-module-resolver: "npm:^5.0.0"
Expand Down
Loading