Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.7.8 (#15176)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 6fe94cb commit ad40db9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/unlock-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "Unlock Inc",
"license": "MIT",
"peerDependencies": {
"axios": "1.7.7",
"axios": "1.7.8",
"ethers": "^6.13.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion unlock-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vercel/og": "0.6.4",
"@vercel/speed-insights": "1.0.14",
"@xstate/react": "5.0.0",
"axios": "1.7.7",
"axios": "1.7.8",
"calendar-link": "2.7.0",
"csv": "6.3.11",
"dayjs": "1.11.13",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17369,7 +17369,7 @@ __metadata:
"@vitejs/plugin-react": "npm:4.3.3"
"@xstate/react": "npm:5.0.0"
autoprefixer: "npm:10.4.20"
axios: "npm:1.7.7"
axios: "npm:1.7.8"
calendar-link: "npm:2.7.0"
csv: "npm:6.3.11"
dayjs: "npm:1.11.13"
Expand Down Expand Up @@ -17460,7 +17460,7 @@ __metadata:
typescript: "npm:5.6.3"
vitest: "npm:2.1.4"
peerDependencies:
axios: 1.7.7
axios: 1.7.8
ethers: ^6.13.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -20009,6 +20009,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.8":
version: 1.7.8
resolution: "axios@npm:1.7.8"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7ddcde188041ac55090186254b4025eb2af842be3cf615ce45393fd7f543c1eab0ad2fdd2017a5f6190695e3ecea73ee5e9c37f204854aec2698f9579046efdf
languageName: node
linkType: hard

"axios@npm:^0.21.1, axios@npm:^0.21.4":
version: 0.21.4
resolution: "axios@npm:0.21.4"
Expand Down

0 comments on commit ad40db9

Please sign in to comment.