Skip to content

Commit

Permalink
fix(deps): update dependency @httpx/json-api to v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent 4367308 commit c647bc7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@httpx/assert": "0.3.0",
"@httpx/dsn-parser": "1.6.3",
"@httpx/exception": "2.6.0",
"@httpx/json-api": "0.5.7",
"@httpx/json-api": "0.5.8",
"@mui/icons-material": "5.15.2",
"@mui/material": "5.15.2",
"@nextvalid/zod-request": "0.4.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3823,7 +3823,7 @@ __metadata:
languageName: node
linkType: hard

"@httpx/exception@npm:2.6.0, @httpx/exception@npm:^2.6.0":
"@httpx/exception@npm:2.6.0":
version: 2.6.0
resolution: "@httpx/exception@npm:2.6.0"
checksum: 5855216f01a0ee5853342fec9e74cf43c74557616f8f5b628dc8f64ee921757982a67d64cecc21f69ac6b4a1c3ed9613e3e890bc52cc01f65f8962814a17ba3b
Expand All @@ -3837,12 +3837,19 @@ __metadata:
languageName: node
linkType: hard

"@httpx/json-api@npm:0.5.7":
version: 0.5.7
resolution: "@httpx/json-api@npm:0.5.7"
"@httpx/exception@npm:^2.6.1":
version: 2.6.1
resolution: "@httpx/exception@npm:2.6.1"
checksum: a8c295691868962fba40bb7305106f922d0a463e483679f30ef8845cbb47ebeb75cb2ec8d4414146ee1cd7701d96dd5c2213d591f2db700936c6a1efdc001992
languageName: node
linkType: hard

"@httpx/json-api@npm:0.5.8":
version: 0.5.8
resolution: "@httpx/json-api@npm:0.5.8"
dependencies:
"@httpx/exception": "npm:^2.6.0"
checksum: 02495788ea746f20eb2341201c0d7daf7891f3d63440f35d2088f72648d7c45ced8b586c08214b4363f0ef90d5d1f8a4db2e6f7f4fca3178eae4776356f9c016
"@httpx/exception": "npm:^2.6.1"
checksum: f014f86e4ffb909ba02b97d503088e2bedfea82a3220831c49729330529c169c850e5d47175c98a7750e3a77a6bfed315ce6b27fa2e271f7ca5da6e1821b2a4e
languageName: node
linkType: hard

Expand Down Expand Up @@ -17852,7 +17859,7 @@ __metadata:
"@httpx/assert": "npm:0.3.0"
"@httpx/dsn-parser": "npm:1.6.3"
"@httpx/exception": "npm:2.6.0"
"@httpx/json-api": "npm:0.5.7"
"@httpx/json-api": "npm:0.5.8"
"@mui/icons-material": "npm:5.15.2"
"@mui/material": "npm:5.15.2"
"@next/bundle-analyzer": "npm:14.0.4"
Expand Down

0 comments on commit c647bc7

Please sign in to comment.