fix build (#228)

* update dependenices

* Update package-lock.json

* fix buold
This commit is contained in:
Sam Machin
2025-12-08 15:43:47 +00:00
committed by GitHub
parent 2405190dcc
commit fa2259d6e5

7
package-lock.json generated
View File

@@ -4921,6 +4921,13 @@
"node": ">=12"
}
},
"node_modules/nan": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.24.0.tgz",
"integrity": "sha512-Vpf9qnVW1RaDkoNKFUvfxqAbtI8ncb8OJlqZ9wwpXzWPEsvsB1nvdUi6oYrHIkQ1Y/tMDnr1h4nczS0VB9Xykg==",
"license": "MIT",
"optional": true
},
"node_modules/natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",