Merge pull request 'chore(deps): update dependency node-gyp to v12' (#14) from renovate/node-gyp-12.x into main

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-js/pulls/14
This commit is contained in:
Alpha Nerd 2026-05-10 12:48:38 +02:00
commit f07fa7633a
3 changed files with 224 additions and 1600 deletions

View file

@ -14,6 +14,6 @@
"node-gyp-build": "^4.8.0" "node-gyp-build": "^4.8.0"
}, },
"devDependencies": { "devDependencies": {
"node-gyp": "^10.0.0" "node-gyp": "^12.0.0"
} }
} }

1818
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -58,7 +58,7 @@
"jest": "^29.0.0", "jest": "^29.0.0",
"karma": "^6.4.0", "karma": "^6.4.0",
"node-addon-api": "^8.6.0", "node-addon-api": "^8.6.0",
"node-gyp": "^10.0.0", "node-gyp": "^12.0.0",
"node-gyp-build": "^4.8.0", "node-gyp-build": "^4.8.0",
"rollup": "^4.0.0", "rollup": "^4.0.0",
"ts-jest": "^29.4.6", "ts-jest": "^29.4.6",