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 @httpx/json-api to v0.5.18 #5077

Merged
merged 1 commit into from
Feb 13, 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 apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@httpx/assert": "0.7.0",
"@httpx/dsn-parser": "1.6.8",
"@httpx/exception": "3.0.5",
"@httpx/json-api": "0.5.17",
"@httpx/json-api": "0.5.18",
"@mui/icons-material": "5.15.10",
"@mui/material": "5.15.10",
"@nextvalid/zod-request": "0.4.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3822,7 +3822,7 @@ __metadata:
languageName: node
linkType: hard

"@httpx/exception@npm:3.0.5, @httpx/exception@npm:^3.0.4":
"@httpx/exception@npm:3.0.5, @httpx/exception@npm:^3.0.5":
version: 3.0.5
resolution: "@httpx/exception@npm:3.0.5"
checksum: 10c0/6ea7c78951d7f3c562ecbfe5032086420b64db56657d5552293723965590318000d49c67ab4bf2ec1ab6ed20bc471a2dff8ea5a601457e59677fe6304c33859f
Expand All @@ -3836,12 +3836,12 @@ __metadata:
languageName: node
linkType: hard

"@httpx/json-api@npm:0.5.17":
version: 0.5.17
resolution: "@httpx/json-api@npm:0.5.17"
"@httpx/json-api@npm:0.5.18":
version: 0.5.18
resolution: "@httpx/json-api@npm:0.5.18"
dependencies:
"@httpx/exception": "npm:^3.0.4"
checksum: 10c0/b727225a0523ac40e64cbc2ff3d42d9c9ae7e9c9743f4717ad39ab7c8ca9dc598100ebfe8d7761d47bbdafe7cdc07beae98b352dfa2b1407cd9134f01548c35f
"@httpx/exception": "npm:^3.0.5"
checksum: 10c0/123b169563245a370f6e3e109adec7ff4a1a285ab90ef5f34a49d378d1348f7c18b0d310f212e062cf59d62d91999ca3873d1db717425966c1592bdc39a84f96
languageName: node
linkType: hard

Expand Down Expand Up @@ -17855,7 +17855,7 @@ __metadata:
"@httpx/assert": "npm:0.7.0"
"@httpx/dsn-parser": "npm:1.6.8"
"@httpx/exception": "npm:3.0.5"
"@httpx/json-api": "npm:0.5.17"
"@httpx/json-api": "npm:0.5.18"
"@mui/icons-material": "npm:5.15.10"
"@mui/material": "npm:5.15.10"
"@next/bundle-analyzer": "npm:14.1.0"
Expand Down
Loading