Skip to content

Commit 5c47335

Browse files
authored
chore: Bump napi-build-utils and prebuild-install (#9277)
This fixes an issue with just-released Node.js 22.14.0. It has N-API version '10', and it broke version comparison inside `prebuild-install` for `sqlite3`. See this fix in `napi-build-utils`: inspiredware/napi-build-utils#7
1 parent cd90d56 commit 5c47335

File tree

1 file changed

+11
-36
lines changed

1 file changed

+11
-36
lines changed

yarn.lock

Lines changed: 11 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -21675,10 +21675,10 @@ nanoid@^3.1.30, nanoid@^3.3.7, nanoid@^3.3.8:
2167521675
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
2167621676
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
2167721677

21678-
napi-build-utils@^1.0.1:
21679-
version "1.0.2"
21680-
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806"
21681-
integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==
21678+
napi-build-utils@^2.0.0:
21679+
version "2.0.0"
21680+
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-2.0.0.tgz#13c22c0187fcfccce1461844136372a47ddc027e"
21681+
integrity sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==
2168221682

2168321683
native-duplexpair@^1.0.0:
2168421684
version "1.0.0"
@@ -24191,16 +24191,16 @@ postgres-interval@^1.1.0:
2419124191
xtend "^4.0.0"
2419224192

2419324193
prebuild-install@^7.1.1:
24194-
version "7.1.2"
24195-
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.2.tgz#a5fd9986f5a6251fbc47e1e5c65de71e68c0a056"
24196-
integrity sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==
24194+
version "7.1.3"
24195+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.3.tgz#d630abad2b147443f20a212917beae68b8092eec"
24196+
integrity sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==
2419724197
dependencies:
2419824198
detect-libc "^2.0.0"
2419924199
expand-template "^2.0.3"
2420024200
github-from-package "0.0.0"
2420124201
minimist "^1.2.3"
2420224202
mkdirp-classic "^0.5.3"
24203-
napi-build-utils "^1.0.1"
24203+
napi-build-utils "^2.0.0"
2420424204
node-abi "^3.3.0"
2420524205
pump "^3.0.0"
2420624206
rc "^1.2.7"
@@ -27082,16 +27082,7 @@ string-length@^5.0.1:
2708227082
char-regex "^2.0.0"
2708327083
strip-ansi "^7.0.1"
2708427084

27085-
"string-width-cjs@npm:string-width@^4.2.0":
27086-
version "4.2.3"
27087-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
27088-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
27089-
dependencies:
27090-
emoji-regex "^8.0.0"
27091-
is-fullwidth-code-point "^3.0.0"
27092-
strip-ansi "^6.0.1"
27093-
27094-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
27085+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2709527086
version "4.2.3"
2709627087
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2709727088
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -27189,7 +27180,7 @@ string_decoder@~1.1.1:
2718927180
dependencies:
2719027181
safe-buffer "~5.1.0"
2719127182

27192-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
27183+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2719327184
version "6.0.1"
2719427185
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2719527186
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -27217,13 +27208,6 @@ strip-ansi@^5.2.0:
2721727208
dependencies:
2721827209
ansi-regex "^4.1.0"
2721927210

27220-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27221-
version "6.0.1"
27222-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
27223-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
27224-
dependencies:
27225-
ansi-regex "^5.0.1"
27226-
2722727211
strip-ansi@^7.0.0, strip-ansi@^7.0.1:
2722827212
version "7.1.0"
2722927213
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -29412,7 +29396,7 @@ workerpool@^9.2.0:
2941229396
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-9.2.0.tgz#f74427cbb61234708332ed8ab9cbf56dcb1c4371"
2941329397
integrity sha512-PKZqBOCo6CYkVOwAxWxQaSF2Fvb5Iv2fCeTP7buyWI2GiynWr46NcXSgK/idoV6e60dgCBfgYc+Un3HMvmqP8w==
2941429398

29415-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
29399+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2941629400
version "7.0.0"
2941729401
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2941829402
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -29438,15 +29422,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2943829422
string-width "^4.1.0"
2943929423
strip-ansi "^6.0.0"
2944029424

29441-
wrap-ansi@^7.0.0:
29442-
version "7.0.0"
29443-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
29444-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
29445-
dependencies:
29446-
ansi-styles "^4.0.0"
29447-
string-width "^4.1.0"
29448-
strip-ansi "^6.0.0"
29449-
2945029425
wrap-ansi@^8.1.0:
2945129426
version "8.1.0"
2945229427
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)