Skip to content

Commit

Permalink
Fixed uncaught error when body is unusable
Browse files Browse the repository at this point in the history
closes https://linear.app/ghost/issue/AP-570

This was wrapped in a try/catch in v1.2.5 of the fedify package.
  • Loading branch information
allouis committed Nov 14, 2024
1 parent 016da54 commit 5a69a24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"wiremock-captain": "3.5.0"
},
"dependencies": {
"@fedify/fedify": "1.2.4",
"@fedify/fedify": "1.2.5",
"@google-cloud/opentelemetry-cloud-trace-exporter": "2.4.1",
"@google-cloud/opentelemetry-cloud-trace-propagator": "0.20.0",
"@google-cloud/pubsub": "4.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,10 @@
resolved "https://registry.yarnpkg.com/@fedify/cli/-/cli-1.2.4.tgz#c2a60e467dcc63c3338142e8f188c9eeaa4a0301"
integrity sha512-MUVGUZCMCdTLY1fL2VecWS4/NEskR/GbWMpIfO3SuDe9MpAU8pbrBQsdosxpydnySxueBgD6pVPGnv4bGOu4IQ==

"@fedify/[email protected].4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@fedify/fedify/-/fedify-1.2.4.tgz#390287271c7d9c2dd1730f6d123b44e9732e4a33"
integrity sha512-RfMtUjaRPHEKZNnK23IU3Ix2EaepMxcnjKk19LqwbuSi7WQFVmW9G/ZMDZx/KQHslO4tUq9c0pFZjJ0zEjzW4g==
"@fedify/[email protected].5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@fedify/fedify/-/fedify-1.2.5.tgz#b1d4f66ae1d038399cea31d6f7ce2f06f5ca35a8"
integrity sha512-dNaUWahN+SxMDh56gXM+0j82upDhj7KuT+OVLFjDEc8S7ImH2rsYLUIh0jWIfXhmiMkhSpN35qXcwAXzwTw5CQ==
dependencies:
"@deno/shim-crypto" "~0.3.1"
"@deno/shim-deno" "~0.18.0"
Expand Down

0 comments on commit 5a69a24

Please sign in to comment.