Skip to content

Commit 320808b

Browse files
Merge pull request #681 from Shopify/pin-undici
Pin Undici to 6.13
2 parents 014bc5c + dd34b37 commit 320808b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,11 @@
5858
},
5959
"trustedDependencies": [
6060
"@shopify/plugin-cloudflare"
61-
]
61+
],
62+
"resolutions": {
63+
"undici": "6.13.0"
64+
},
65+
"overrides": {
66+
"undici": "6.13.0"
67+
}
6268
}

0 commit comments

Comments
 (0)