@@ -2593,36 +2593,39 @@ array-ify@^1.0.0:
25932593 resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
25942594 integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
25952595
2596- array-includes@^3.1.8 :
2597- version "3.1.8 "
2598- resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8 .tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d "
2599- integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ ==
2596+ array-includes@^3.1.9 :
2597+ version "3.1.9 "
2598+ resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9 .tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a "
2599+ integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ ==
26002600 dependencies :
2601- call-bind "^1.0.7"
2601+ call-bind "^1.0.8"
2602+ call-bound "^1.0.4"
26022603 define-properties "^1.2.1"
2603- es-abstract "^1.23.2"
2604- es-object-atoms "^1.0.0"
2605- get-intrinsic "^1.2.4"
2606- is-string "^1.0.7"
2604+ es-abstract "^1.24.0"
2605+ es-object-atoms "^1.1.1"
2606+ get-intrinsic "^1.3.0"
2607+ is-string "^1.1.1"
2608+ math-intrinsics "^1.1.0"
26072609
26082610array-union@^2.1.0 :
26092611 version "2.1.0"
26102612 resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
26112613 integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
26122614
2613- array.prototype.findlastindex@^1.2.5 :
2614- version "1.2.5 "
2615- resolved "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5 .tgz#8c35a755c72908719453f87145ca011e39334d0d "
2616- integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ ==
2615+ array.prototype.findlastindex@^1.2.6 :
2616+ version "1.2.6 "
2617+ resolved "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6 .tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564 "
2618+ integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ ==
26172619 dependencies :
2618- call-bind "^1.0.7"
2620+ call-bind "^1.0.8"
2621+ call-bound "^1.0.4"
26192622 define-properties "^1.2.1"
2620- es-abstract "^1.23.2 "
2623+ es-abstract "^1.23.9 "
26212624 es-errors "^1.3.0"
2622- es-object-atoms "^1.0.0 "
2623- es-shim-unscopables "^1.0.2 "
2625+ es-object-atoms "^1.1.1 "
2626+ es-shim-unscopables "^1.1.0 "
26242627
2625- array.prototype.flat@^1.3.2 :
2628+ array.prototype.flat@^1.3.3 :
26262629 version "1.3.3"
26272630 resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
26282631 integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
@@ -2632,7 +2635,7 @@ array.prototype.flat@^1.3.2:
26322635 es-abstract "^1.23.5"
26332636 es-shim-unscopables "^1.0.2"
26342637
2635- array.prototype.flatmap@^1.3.2 :
2638+ array.prototype.flatmap@^1.3.3 :
26362639 version "1.3.3"
26372640 resolved "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
26382641 integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
@@ -2879,7 +2882,7 @@ call-bind@^1.0.7, call-bind@^1.0.8:
28792882 get-intrinsic "^1.2.4"
28802883 set-function-length "^1.2.2"
28812884
2882- call-bound@^1.0.2, call-bound@^1.0.3 :
2885+ call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4 :
28832886 version "1.0.4"
28842887 resolved "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
28852888 integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -3672,27 +3675,27 @@ error-ex@^1.3.1:
36723675 dependencies :
36733676 is-arrayish "^0.2.1"
36743677
3675- es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.9 :
3676- version "1.23.9 "
3677- resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9 .tgz#5b45994b7de78dada5c1bebf1379646b32b9d606 "
3678- integrity sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA ==
3678+ es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.9, es-abstract@^1.24.0 :
3679+ version "1.24.0 "
3680+ resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.0 .tgz#c44732d2beb0acc1ed60df840869e3106e7af328 "
3681+ integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg ==
36793682 dependencies :
36803683 array-buffer-byte-length "^1.0.2"
36813684 arraybuffer.prototype.slice "^1.0.4"
36823685 available-typed-arrays "^1.0.7"
36833686 call-bind "^1.0.8"
3684- call-bound "^1.0.3 "
3687+ call-bound "^1.0.4 "
36853688 data-view-buffer "^1.0.2"
36863689 data-view-byte-length "^1.0.2"
36873690 data-view-byte-offset "^1.0.1"
36883691 es-define-property "^1.0.1"
36893692 es-errors "^1.3.0"
3690- es-object-atoms "^1.0.0 "
3693+ es-object-atoms "^1.1.1 "
36913694 es-set-tostringtag "^2.1.0"
36923695 es-to-primitive "^1.3.0"
36933696 function.prototype.name "^1.1.8"
3694- get-intrinsic "^1.2.7 "
3695- get-proto "^1.0.0 "
3697+ get-intrinsic "^1.3.0 "
3698+ get-proto "^1.0.1 "
36963699 get-symbol-description "^1.1.0"
36973700 globalthis "^1.0.4"
36983701 gopd "^1.2.0"
@@ -3704,21 +3707,24 @@ es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.9:
37043707 is-array-buffer "^3.0.5"
37053708 is-callable "^1.2.7"
37063709 is-data-view "^1.0.2"
3710+ is-negative-zero "^2.0.3"
37073711 is-regex "^1.2.1"
3712+ is-set "^2.0.3"
37083713 is-shared-array-buffer "^1.0.4"
37093714 is-string "^1.1.1"
37103715 is-typed-array "^1.1.15"
3711- is-weakref "^1.1.0 "
3716+ is-weakref "^1.1.1 "
37123717 math-intrinsics "^1.1.0"
3713- object-inspect "^1.13.3 "
3718+ object-inspect "^1.13.4 "
37143719 object-keys "^1.1.1"
37153720 object.assign "^4.1.7"
37163721 own-keys "^1.0.1"
3717- regexp.prototype.flags "^1.5.3 "
3722+ regexp.prototype.flags "^1.5.4 "
37183723 safe-array-concat "^1.1.3"
37193724 safe-push-apply "^1.0.0"
37203725 safe-regex-test "^1.1.0"
37213726 set-proto "^1.0.0"
3727+ stop-iteration-iterator "^1.1.0"
37223728 string.prototype.trim "^1.2.10"
37233729 string.prototype.trimend "^1.0.9"
37243730 string.prototype.trimstart "^1.0.8"
@@ -3727,7 +3733,7 @@ es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23.9:
37273733 typed-array-byte-offset "^1.0.4"
37283734 typed-array-length "^1.0.7"
37293735 unbox-primitive "^1.1.0"
3730- which-typed-array "^1.1.18 "
3736+ which-typed-array "^1.1.19 "
37313737
37323738es-define-property@^1.0.0, es-define-property@^1.0.1 :
37333739 version "1.0.1"
@@ -3761,7 +3767,7 @@ es-set-tostringtag@^2.1.0:
37613767 has-tostringtag "^1.0.2"
37623768 hasown "^2.0.2"
37633769
3764- es-shim-unscopables@^1.0.2 :
3770+ es-shim-unscopables@^1.0.2, es-shim-unscopables@^1.1.0 :
37653771 version "1.1.0"
37663772 resolved "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
37673773 integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
@@ -3871,36 +3877,36 @@ eslint-import-resolver-node@^0.3.9:
38713877 is-core-module "^2.13.0"
38723878 resolve "^1.22.4"
38733879
3874- eslint-module-utils@^2.12.0 :
3875- version "2.12.0 "
3876- resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0 .tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b "
3877- integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg ==
3880+ eslint-module-utils@^2.12.1 :
3881+ version "2.12.1 "
3882+ resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1 .tgz#f76d3220bfb83c057651359295ab5854eaad75ff "
3883+ integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw ==
38783884 dependencies :
38793885 debug "^3.2.7"
38803886
38813887eslint-plugin-import@^2.30.0 :
3882- version "2.31 .0"
3883- resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31 .0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7 "
3884- integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A ==
3888+ version "2.32 .0"
3889+ resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32 .0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980 "
3890+ integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA ==
38853891 dependencies :
38863892 " @rtsao/scc" " ^1.1.0"
3887- array-includes "^3.1.8 "
3888- array.prototype.findlastindex "^1.2.5 "
3889- array.prototype.flat "^1.3.2 "
3890- array.prototype.flatmap "^1.3.2 "
3893+ array-includes "^3.1.9 "
3894+ array.prototype.findlastindex "^1.2.6 "
3895+ array.prototype.flat "^1.3.3 "
3896+ array.prototype.flatmap "^1.3.3 "
38913897 debug "^3.2.7"
38923898 doctrine "^2.1.0"
38933899 eslint-import-resolver-node "^0.3.9"
3894- eslint-module-utils "^2.12.0 "
3900+ eslint-module-utils "^2.12.1 "
38953901 hasown "^2.0.2"
3896- is-core-module "^2.15 .1"
3902+ is-core-module "^2.16 .1"
38973903 is-glob "^4.0.3"
38983904 minimatch "^3.1.2"
38993905 object.fromentries "^2.0.8"
39003906 object.groupby "^1.0.3"
3901- object.values "^1.2.0 "
3907+ object.values "^1.2.1 "
39023908 semver "^6.3.1"
3903- string.prototype.trimend "^1.0.8 "
3909+ string.prototype.trimend "^1.0.9 "
39043910 tsconfig-paths "^3.15.0"
39053911
39063912eslint-plugin-jest@^29.0.0 :
@@ -4241,7 +4247,7 @@ follow-redirects@^1.15.6:
42414247 resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
42424248 integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
42434249
4244- for-each@^0.3.3 :
4250+ for-each@^0.3.3, for-each@^0.3.5 :
42454251 version "0.3.5"
42464252 resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47"
42474253 integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==
@@ -5005,7 +5011,7 @@ is-ci@3.0.1:
50055011 dependencies :
50065012 ci-info "^3.2.0"
50075013
5008- is-core-module@^2.13.0, is-core-module@^2.15.1 , is-core-module@^2.16.0 , is-core-module@^2.5.0 :
5014+ is-core-module@^2.13.0, is-core-module@^2.16.0 , is-core-module@^2.16.1 , is-core-module@^2.5.0 :
50095015 version "2.16.1"
50105016 resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
50115017 integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
@@ -5095,6 +5101,11 @@ is-map@^2.0.3:
50955101 resolved "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
50965102 integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
50975103
5104+ is-negative-zero@^2.0.3 :
5105+ version "2.0.3"
5106+ resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
5107+ integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==
5108+
50985109is-number-object@^1.1.1 :
50995110 version "1.1.1"
51005111 resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz#144b21e95a1bc148205dcc2814a9134ec41b2541"
@@ -5169,7 +5180,7 @@ is-stream@^2.0.0:
51695180 resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
51705181 integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
51715182
5172- is-string@^1.0.7, is-string@^1. 1.1 :
5183+ is-string@^1.1.1 :
51735184 version "1.1.1"
51745185 resolved "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz#92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9"
51755186 integrity sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==
@@ -5222,7 +5233,7 @@ is-weakmap@^2.0.2:
52225233 resolved "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
52235234 integrity sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==
52245235
5225- is-weakref@^1.0.2, is-weakref@^1.1.0 :
5236+ is-weakref@^1.0.2, is-weakref@^1.1.1 :
52265237 version "1.1.1"
52275238 resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz#eea430182be8d64174bd96bffbc46f21bf3f9293"
52285239 integrity sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==
@@ -6495,7 +6506,7 @@ npm-run-path@^4.0.1:
64956506 " @nx/nx-win32-arm64-msvc" " 20.7.2"
64966507 " @nx/nx-win32-x64-msvc" " 20.7.2"
64976508
6498- object-inspect@^1.13.3 :
6509+ object-inspect@^1.13.3, object-inspect@^1.13.4 :
64996510 version "1.13.4"
65006511 resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
65016512 integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
@@ -6536,7 +6547,7 @@ object.groupby@^1.0.3:
65366547 define-properties "^1.2.1"
65376548 es-abstract "^1.23.2"
65386549
6539- object.values@^1.2.0 :
6550+ object.values@^1.2.1 :
65406551 version "1.2.1"
65416552 resolved "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
65426553 integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
@@ -7254,7 +7265,7 @@ regex@^6.0.1:
72547265 dependencies :
72557266 regex-utilities "^2.3.0"
72567267
7257- regexp.prototype.flags@^1.5.3 :
7268+ regexp.prototype.flags@^1.5.4 :
72587269 version "1.5.4"
72597270 resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19"
72607271 integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==
@@ -7796,6 +7807,14 @@ std-env@^3.9.0:
77967807 resolved "https://registry.npmjs.org/std-env/-/std-env-3.9.0.tgz#1a6f7243b339dca4c9fd55e1c7504c77ef23e8f1"
77977808 integrity sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==
77987809
7810+ stop-iteration-iterator@^1.1.0 :
7811+ version "1.1.0"
7812+ resolved "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
7813+ integrity sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==
7814+ dependencies :
7815+ es-errors "^1.3.0"
7816+ internal-slot "^1.1.0"
7817+
77997818streamx@^2.15.0, streamx@^2.21.0 :
78007819 version "2.22.0"
78017820 resolved "https://registry.npmjs.org/streamx/-/streamx-2.22.0.tgz#cd7b5e57c95aaef0ff9b2aef7905afa62ec6e4a7"
@@ -7860,7 +7879,7 @@ string.prototype.trim@^1.2.10:
78607879 es-object-atoms "^1.0.0"
78617880 has-property-descriptors "^1.0.2"
78627881
7863- string.prototype.trimend@^1.0.8, string.prototype.trimend@^1.0. 9 :
7882+ string.prototype.trimend@^1.0.9 :
78647883 version "1.0.9"
78657884 resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942"
78667885 integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==
@@ -8621,15 +8640,16 @@ which-collection@^1.0.2:
86218640 is-weakmap "^2.0.2"
86228641 is-weakset "^2.0.3"
86238642
8624- which-typed-array@^1.1.16, which-typed-array@^1.1.18 :
8625- version "1.1.18 "
8626- resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18 .tgz#df2389ebf3fbb246a71390e90730a9edb6ce17ad "
8627- integrity sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA ==
8643+ which-typed-array@^1.1.16, which-typed-array@^1.1.19 :
8644+ version "1.1.19 "
8645+ resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19 .tgz#df03842e870b6b88e117524a4b364b6fc689f956 "
8646+ integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw ==
86288647 dependencies :
86298648 available-typed-arrays "^1.0.7"
86308649 call-bind "^1.0.8"
8631- call-bound "^1.0.3"
8632- for-each "^0.3.3"
8650+ call-bound "^1.0.4"
8651+ for-each "^0.3.5"
8652+ get-proto "^1.0.1"
86338653 gopd "^1.2.0"
86348654 has-tostringtag "^1.0.2"
86358655
0 commit comments