@@ -2009,10 +2009,10 @@ node-abi@^3.3.0:
2009
2009
dependencies :
2010
2010
semver "^7.3.5"
2011
2011
2012
- node-gyp-build@^4.2.3 :
2013
- version "4.8.0 "
2014
- resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.8.0 .tgz#3fee9c1731df4581a3f9ead74664369ff00d26dd "
2015
- integrity sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og ==
2012
+ node-gyp-build@^4.8.0 :
2013
+ version "4.8.2 "
2014
+ resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.8.2 .tgz#4f802b71c1ab2ca16af830e6c1ea7dd1ad9496fa "
2015
+ integrity sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw ==
2016
2016
2017
2017
node-gyp@^10.0.0 :
2018
2018
version "10.0.1"
@@ -2507,7 +2507,16 @@ ssri@^10.0.0:
2507
2507
dependencies :
2508
2508
minipass "^7.0.3"
2509
2509
2510
- " string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2510
+ " string-width-cjs@npm:string-width@^4.2.0 " :
2511
+ version "4.2.3"
2512
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2513
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2514
+ dependencies :
2515
+ emoji-regex "^8.0.0"
2516
+ is-fullwidth-code-point "^3.0.0"
2517
+ strip-ansi "^6.0.1"
2518
+
2519
+ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3 :
2511
2520
version "4.2.3"
2512
2521
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2513
2522
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2559,7 +2568,14 @@ string_decoder@^1.1.1:
2559
2568
dependencies :
2560
2569
safe-buffer "~5.2.0"
2561
2570
2562
- " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2571
+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
2572
+ version "6.0.1"
2573
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2574
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2575
+ dependencies :
2576
+ ansi-regex "^5.0.1"
2577
+
2578
+ strip-ansi@^6.0.0, strip-ansi@^6.0.1 :
2563
2579
version "6.0.1"
2564
2580
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2565
2581
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2822
2838
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
2823
2839
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
2824
2840
2825
- " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0:
2841
+ " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 " :
2842
+ version "7.0.0"
2843
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2844
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
2845
+ dependencies :
2846
+ ansi-styles "^4.0.0"
2847
+ string-width "^4.1.0"
2848
+ strip-ansi "^6.0.0"
2849
+
2850
+ wrap-ansi@^7.0.0 :
2826
2851
version "7.0.0"
2827
2852
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2828
2853
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
0 commit comments