From 75745bcadecefda0908905f6f2cb2da28986e257 Mon Sep 17 00:00:00 2001 From: Christian Bager Bach Houmann Date: Mon, 6 Jul 2026 16:47:45 +0200 Subject: [PATCH] chore(deps): drop no-op node-gyp undici override 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. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 81e7189..ea38cb3 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,6 @@ "overrides": { "@actions/http-client": { "undici": "^6.27.0" - }, - "node-gyp": { - "undici": "^6.27.0" } }, "config": {