From 776a34fb5614895f60259fa56c4fd8c52ea7cc96 Mon Sep 17 00:00:00 2001 From: Timothy Cyrus <4201229+tcyrus@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:41:50 -0500 Subject: [PATCH 1/2] Update node-gyp Python >= v3.12 requires node-gyp >= v10 (taken from the node-gyp repo) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2601cf8493d..f6eb001d587 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-n": "^17.15.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^28.1.2", - "node-gyp": "^9.3.1", + "node-gyp": "^11.1.0", "pino-pretty": "^9.1.0", "prettier": "^3.2.5", "prettier-config-standard": "^7.0.0", From 2d850c77368729bc002b20e3b08b5cf47b4ae85d Mon Sep 17 00:00:00 2001 From: Timothy Cyrus <4201229+tcyrus@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:30:04 -0500 Subject: [PATCH 2/2] Update package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index f6eb001d587..e0b4b285cee 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,11 @@ "prettier-config-standard": "^7.0.0", "typescript": "^5.6.3" }, + "pnpm": { + "overrides": { + "node-gyp": "^11.1.0" + } + }, "workspaces": { "packages": [ "packages/*",