Skip to content

Commit c177485

Browse files
authored
chore(deps): drop no-op node-gyp undici override (#241)
node-gyp only exists as a bundled dependency inside the npm package, where overrides cannot reach; the fix that actually resolved its vendored undici was re-resolving npm to 11.18.0. Flagged by Devin review on #229. Lockfile is byte-identical without the override, confirming it was inert.
1 parent 7660bdd commit c177485

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
"overrides": {
6161
"@actions/http-client": {
6262
"undici": "^6.27.0"
63-
},
64-
"node-gyp": {
65-
"undici": "^6.27.0"
6663
}
6764
},
6865
"config": {

0 commit comments

Comments
 (0)