From 3a592b3f6d104b1819903b8f0d0cebd226ae7b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 05:09:45 +0000 Subject: [PATCH] Update dependency node-gyp to v12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab413ff4..53484faa 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ } }, "optionalDependencies": { - "node-gyp": "8.x" + "node-gyp": "12.x" }, "scripts": { "install": "prebuild-install -r napi || node-gyp rebuild",