Skip to content

Commit

Permalink
Bump web fetch dep (#8225)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Dec 6, 2023
1 parent ecc88ad commit 2b05026
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-cars-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/node": patch
---

Bump `@remix-run/web-fetch` dependency
2 changes: 1 addition & 1 deletion packages/remix-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@remix-run/server-runtime": "2.4.0-pre.2",
"@remix-run/web-fetch": "^4.4.1",
"@remix-run/web-fetch": "^4.4.2-pre.0",
"@remix-run/web-file": "^3.1.0",
"@remix-run/web-stream": "^1.1.0",
"@web3-storage/multipart-parser": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2327,10 +2327,10 @@
"@remix-run/web-stream" "^1.1.0"
web-encoding "1.1.5"

"@remix-run/web-fetch@^4.4.1":
version "4.4.1"
resolved "https://registry.npmjs.org/@remix-run/web-fetch/-/web-fetch-4.4.1.tgz#1ea34e6f1c660a52e7582007917a552f0efdc58b"
integrity sha512-xMceEGn2kvfeWS91nHSOhEQHPGgjFnmDVpWFZrbWPVdiTByMZIn421/tdSF6Kd1RsNsY+5Iwt3JFEKZHAcMQHw==
"@remix-run/web-fetch@^4.4.2-pre.0":
version "4.4.2-pre.0"
resolved "https://registry.npmjs.org/@remix-run/web-fetch/-/web-fetch-4.4.2-pre.0.tgz#ec118035eb67f5b0539799a3caa8aea2552f065f"
integrity sha512-fVdJBGfYCBQWeYkCxHuZ/jlB/hRNGATbseIdbH+r0/MyaTuwU2WNvwvwAw2X1qgQ5VDC6qdRMP8KX+PJIGEO6g==
dependencies:
"@remix-run/web-blob" "^3.1.0"
"@remix-run/web-file" "^3.1.0"
Expand Down

0 comments on commit 2b05026

Please sign in to comment.