diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c83e2634..965933ca 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["esbenp.prettier-vscode"] + "recommendations": ["esbenp.prettier-vscode", "firsttris.vscode-jest-runner"] } diff --git a/anchor/Anchor.toml b/anchor/Anchor.toml index 9fd48d79..663f0adc 100644 --- a/anchor/Anchor.toml +++ b/anchor/Anchor.toml @@ -1,4 +1,5 @@ [toolchain] +anchor_version = "0.29.0" [features] seeds = false @@ -27,8 +28,8 @@ cluster = "localnet" wallet = "~/.config/solana/id.json" [scripts] -test = "../node_modules/.bin/nx run anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_investor" -# test = "../node_modules/.bin/nx run anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_crud" +#test = "../node_modules/.bin/nx run anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_investor" +test = "../node_modules/.bin/nx run anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_crud" #test = "../node_modules/.bin/nx run anchor:jest --verbose --testPathPattern tests/ --testNamePattern devnet" [test] diff --git a/anchor/Cargo.lock b/anchor/Cargo.lock index e3bac320..07f7297b 100644 --- a/anchor/Cargo.lock +++ b/anchor/Cargo.lock @@ -72,11 +72,11 @@ dependencies = [ [[package]] name = "anchor-attribute-access-control" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd7368e171b3a317885dc08ec0f74eed9d0ad6c726cc819593aed81440dca926" +checksum = "e5f619f1d04f53621925ba8a2e633ba5a6081f2ae14758cbb67f38fd823e0a3e" dependencies = [ - "anchor-syn 0.30.0", + "anchor-syn 0.29.0", "proc-macro2", "quote", "syn 1.0.109", @@ -84,11 +84,11 @@ dependencies = [ [[package]] name = "anchor-attribute-account" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f527df85a8cba3f2bea04e46ed71b66e525ea378c7fec538aa205f4520b73e31" +checksum = "e7f2a3e1df4685f18d12a943a9f2a7456305401af21a07c9fe076ef9ecd6e400" dependencies = [ - "anchor-syn 0.30.0", + "anchor-syn 0.29.0", "bs58 0.5.1", "proc-macro2", "quote", @@ -97,33 +97,33 @@ dependencies = [ [[package]] name = "anchor-attribute-constant" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eb1dc1845cf8636c2e046a274ca074dabd3884ac8ed11cc4ed64b7e8ef5a318" +checksum = "9423945cb55627f0b30903288e78baf6f62c6c8ab28fb344b6b25f1ffee3dca7" dependencies = [ - "anchor-syn 0.30.0", + "anchor-syn 0.29.0", "quote", "syn 1.0.109", ] [[package]] name = "anchor-attribute-error" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f382e41514c59a77ffa7bb1a47df9a0359564a749b6934485c742c11962e540" +checksum = "93ed12720033cc3c3bf3cfa293349c2275cd5ab99936e33dd4bf283aaad3e241" dependencies = [ - "anchor-syn 0.30.0", + "anchor-syn 0.29.0", "quote", "syn 1.0.109", ] [[package]] name = "anchor-attribute-event" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "473a122aeed3f6b666438236338d2ef7833ee5fdc5688e1baa80185d61088a53" +checksum = "eef4dc0371eba2d8c8b54794b0b0eb786a234a559b77593d6f80825b6d2c77a2" dependencies = [ - "anchor-syn 0.30.0", + "anchor-syn 0.29.0", "proc-macro2", "quote", "syn 1.0.109", @@ -131,39 +131,33 @@ dependencies = [ [[package]] name = "anchor-attribute-program" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f88c7ffe2eb40aeac43ffd0d74a6671581158aedfaa0552330a2ef92fa5c889" +checksum = "b18c4f191331e078d4a6a080954d1576241c29c56638783322a18d308ab27e4f" dependencies = [ - "anchor-lang-idl", - "anchor-syn 0.30.0", - "anyhow", - "bs58 0.5.1", - "heck 0.3.3", - "proc-macro2", + "anchor-syn 0.29.0", "quote", - "serde_json", "syn 1.0.109", ] [[package]] name = "anchor-derive-accounts" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9b97c99dcec135aae0ff908c14bcfcd3e78cfc16a0c6f245135038f0e6d390" +checksum = "5de10d6e9620d3bcea56c56151cad83c5992f50d5960b3a9bebc4a50390ddc3c" dependencies = [ - "anchor-syn 0.30.0", + "anchor-syn 0.29.0", "quote", "syn 1.0.109", ] [[package]] name = "anchor-derive-serde" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbece98f6ad9c37070edc0841326c9623a249346cd74f433e7cef69b14f7f31d" +checksum = "f4e2e5be518ec6053d90a2a7f26843dbee607583c779e6c8395951b9739bdfbe" dependencies = [ - "anchor-syn 0.30.0", + "anchor-syn 0.29.0", "borsh-derive-internal 0.10.3", "proc-macro2", "quote", @@ -172,9 +166,9 @@ dependencies = [ [[package]] name = "anchor-derive-space" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8badbe2648bc99a85ee05a7a5f9512e5e2af8ffac71476a69350cb278057ac53" +checksum = "1ecc31d19fa54840e74b7a979d44bcea49d70459de846088a1d71e87ba53c419" dependencies = [ "proc-macro2", "quote", @@ -229,9 +223,9 @@ dependencies = [ [[package]] name = "anchor-lang" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e41feb9c1cd9f4b0fad1c004fc8f289183f3ce27e9db38fa6e434470c716fb1e" +checksum = "35da4785497388af0553586d55ebdc08054a8b1724720ef2749d313494f2b8ad" dependencies = [ "anchor-attribute-access-control", "anchor-attribute-account", @@ -242,9 +236,9 @@ dependencies = [ "anchor-derive-accounts", "anchor-derive-serde", "anchor-derive-space", - "anchor-lang-idl", + "anchor-syn 0.29.0", "arrayref", - "base64 0.21.7", + "base64 0.13.1", "bincode", "borsh 0.10.3", "bytemuck", @@ -253,32 +247,17 @@ dependencies = [ "thiserror", ] -[[package]] -name = "anchor-lang-idl" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b29da81eae478b1bb846749b06b8a2cb9c6f9ed26ca793b0c916793fdf36adab" -dependencies = [ - "anchor-syn 0.30.0", - "anyhow", - "regex", - "serde", - "serde_json", -] - [[package]] name = "anchor-spl" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dcee54a30b27ea8317ca647759b5d9701a8c7caaaa0c922c6d3c306a7278a7a" +checksum = "6c4fd6e43b2ca6220d2ef1641539e678bfc31b6cc393cf892b373b5997b6a39a" dependencies = [ "anchor-lang", + "solana-program", "spl-associated-token-account", - "spl-pod", "spl-token", - "spl-token-2022", - "spl-token-group-interface", - "spl-token-metadata-interface", + "spl-token-2022 0.9.0", ] [[package]] @@ -302,13 +281,12 @@ dependencies = [ [[package]] name = "anchor-syn" -version = "0.30.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac53f2378bc08e89e20c2b893c01986ffd34cfbc69a17e35bd6f754753e9fdad" +checksum = "d9101b84702fed2ea57bd22992f75065da5648017135b844283a2f6d74f27825" dependencies = [ "anyhow", "bs58 0.5.1", - "cargo_toml", "heck 0.3.3", "proc-macro2", "quote", @@ -483,6 +461,12 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" +[[package]] +name = "base64" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + [[package]] name = "base64" version = "0.21.7" @@ -738,16 +722,6 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" -[[package]] -name = "cargo_toml" -version = "0.19.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a98356df42a2eb1bd8f1793ae4ee4de48e384dd974ce5eac8eee802edb7492be" -dependencies = [ - "serde", - "toml 0.8.12", -] - [[package]] name = "cc" version = "1.0.94" @@ -1136,8 +1110,8 @@ dependencies = [ "drift", "pyth-sdk-solana", "solana-program", - "spl-token-2022", - "spl-token-metadata-interface", + "spl-token-2022 2.0.2", + "spl-token-metadata-interface 0.3.3", ] [[package]] @@ -1592,7 +1566,7 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" dependencies = [ - "toml 0.5.11", + "toml", ] [[package]] @@ -1601,7 +1575,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -1961,15 +1935,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_spanned" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" -dependencies = [ - "serde", -] - [[package]] name = "serde_with" version = "2.3.3" @@ -2274,20 +2239,31 @@ dependencies = [ [[package]] name = "spl-associated-token-account" -version = "3.0.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2e688554bac5838217ffd1fab7845c573ff106b6336bf7d290db7c98d5a8efd" +checksum = "4414117bead33f2a5cf059cefac0685592bdd36f31f3caac49b89bff7f6bbf32" dependencies = [ "assert_matches", - "borsh 1.4.0", + "borsh 0.10.3", "num-derive 0.4.2", "num-traits", "solana-program", "spl-token", - "spl-token-2022", + "spl-token-2022 2.0.2", "thiserror", ] +[[package]] +name = "spl-discriminator" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daa600f2fe56f32e923261719bae640d873edadbc5237681a39b8e37bfd4d263" +dependencies = [ + "bytemuck", + "solana-program", + "spl-discriminator-derive 0.1.2", +] + [[package]] name = "spl-discriminator" version = "0.2.2" @@ -2296,7 +2272,18 @@ checksum = "34d1814406e98b08c5cd02c1126f83fd407ad084adce0b05fda5730677822eac" dependencies = [ "bytemuck", "solana-program", - "spl-discriminator-derive", + "spl-discriminator-derive 0.2.0", +] + +[[package]] +name = "spl-discriminator-derive" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07fd7858fc4ff8fb0e34090e41d7eb06a823e1057945c26d480bfc21d2338a93" +dependencies = [ + "quote", + "spl-discriminator-syn 0.1.2", + "syn 2.0.59", ] [[package]] @@ -2306,10 +2293,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9e8418ea6269dcfb01c712f0444d2c75542c04448b480e87de59d2865edc750" dependencies = [ "quote", - "spl-discriminator-syn", + "spl-discriminator-syn 0.2.0", "syn 2.0.59", ] +[[package]] +name = "spl-discriminator-syn" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18fea7be851bd98d10721782ea958097c03a0c2a07d8d4997041d0ece6319a63" +dependencies = [ + "proc-macro2", + "quote", + "sha2 0.10.8", + "syn 2.0.59", + "thiserror", +] + [[package]] name = "spl-discriminator-syn" version = "0.2.0" @@ -2332,6 +2332,19 @@ dependencies = [ "solana-program", ] +[[package]] +name = "spl-pod" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85a5db7e4efb1107b0b8e52a13f035437cdcb36ef99c58f6d467f089d9b2915a" +dependencies = [ + "borsh 0.10.3", + "bytemuck", + "solana-program", + "solana-zk-token-sdk", + "spl-program-error 0.3.1", +] + [[package]] name = "spl-pod" version = "0.2.2" @@ -2342,7 +2355,20 @@ dependencies = [ "bytemuck", "solana-program", "solana-zk-token-sdk", - "spl-program-error", + "spl-program-error 0.4.0", +] + +[[package]] +name = "spl-program-error" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e0657b6490196971d9e729520ba934911ff41fbb2cb9004463dbe23cf8b4b4f" +dependencies = [ + "num-derive 0.4.2", + "num-traits", + "solana-program", + "spl-program-error-derive 0.3.2", + "thiserror", ] [[package]] @@ -2354,10 +2380,22 @@ dependencies = [ "num-derive 0.4.2", "num-traits", "solana-program", - "spl-program-error-derive", + "spl-program-error-derive 0.4.0", "thiserror", ] +[[package]] +name = "spl-program-error-derive" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1845dfe71fd68f70382232742e758557afe973ae19e6c06807b2c30f5d5cb474" +dependencies = [ + "proc-macro2", + "quote", + "sha2 0.10.8", + "syn 2.0.59", +] + [[package]] name = "spl-program-error-derive" version = "0.4.0" @@ -2372,16 +2410,30 @@ dependencies = [ [[package]] name = "spl-tlv-account-resolution" -version = "0.6.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cace91ba08984a41556efe49cbf2edca4db2f577b649da7827d3621161784bf8" +checksum = "062e148d3eab7b165582757453632ffeef490c02c86a48bfdb4988f63eefb3b9" dependencies = [ "bytemuck", "solana-program", - "spl-discriminator", - "spl-pod", - "spl-program-error", - "spl-type-length-value", + "spl-discriminator 0.1.1", + "spl-pod 0.1.1", + "spl-program-error 0.3.1", + "spl-type-length-value 0.3.1", +] + +[[package]] +name = "spl-tlv-account-resolution" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f335787add7fa711819f9e7c573f8145a5358a709446fe2d24bf2a88117c90" +dependencies = [ + "bytemuck", + "solana-program", + "spl-discriminator 0.1.1", + "spl-pod 0.1.1", + "spl-program-error 0.3.1", + "spl-type-length-value 0.3.1", ] [[package]] @@ -2401,9 +2453,31 @@ dependencies = [ [[package]] name = "spl-token-2022" -version = "3.0.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5412f99ae7ee6e0afde00defaa354e6228e47e30c0e3adf553e2e01e6abb584" +checksum = "e4abf34a65ba420584a0c35f3903f8d727d1f13ababbdc3f714c6b065a686e86" +dependencies = [ + "arrayref", + "bytemuck", + "num-derive 0.4.2", + "num-traits", + "num_enum", + "solana-program", + "solana-zk-token-sdk", + "spl-memo", + "spl-pod 0.1.1", + "spl-token", + "spl-token-metadata-interface 0.2.1", + "spl-transfer-hook-interface 0.3.0", + "spl-type-length-value 0.3.1", + "thiserror", +] + +[[package]] +name = "spl-token-2022" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "309a3b7982b34879a196f263bdb53ef80f0341dfdf589084c0a15dc4c40418be" dependencies = [ "arrayref", "bytemuck", @@ -2414,26 +2488,40 @@ dependencies = [ "solana-security-txt", "solana-zk-token-sdk", "spl-memo", - "spl-pod", + "spl-pod 0.1.1", "spl-token", "spl-token-group-interface", - "spl-token-metadata-interface", - "spl-transfer-hook-interface", - "spl-type-length-value", + "spl-token-metadata-interface 0.2.1", + "spl-transfer-hook-interface 0.5.1", + "spl-type-length-value 0.3.1", "thiserror", ] [[package]] name = "spl-token-group-interface" -version = "0.2.3" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d419b5cfa3ee8e0f2386fd7e02a33b3ec8a7db4a9c7064a2ea24849dc4a273b6" +checksum = "7eb67fbacd587377a400aba81718abe4424d0e9d5ea510034d3b7f130d102153" dependencies = [ "bytemuck", "solana-program", - "spl-discriminator", - "spl-pod", - "spl-program-error", + "spl-discriminator 0.1.1", + "spl-pod 0.1.1", + "spl-program-error 0.3.1", +] + +[[package]] +name = "spl-token-metadata-interface" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e16aa8f64b6e0eaab3f5034e84d867c8435d8216497b4543a4978a31f4b6e8a8" +dependencies = [ + "borsh 0.10.3", + "solana-program", + "spl-discriminator 0.1.1", + "spl-pod 0.1.1", + "spl-program-error 0.3.1", + "spl-type-length-value 0.3.1", ] [[package]] @@ -2444,26 +2532,55 @@ checksum = "30179c47e93625680dabb620c6e7931bd12d62af390f447bc7beb4a3a9b5feee" dependencies = [ "borsh 1.4.0", "solana-program", - "spl-discriminator", - "spl-pod", - "spl-program-error", - "spl-type-length-value", + "spl-discriminator 0.2.2", + "spl-pod 0.2.2", + "spl-program-error 0.4.0", + "spl-type-length-value 0.4.3", +] + +[[package]] +name = "spl-transfer-hook-interface" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "051d31803f873cabe71aec3c1b849f35248beae5d19a347d93a5c9cccc5d5a9b" +dependencies = [ + "arrayref", + "bytemuck", + "solana-program", + "spl-discriminator 0.1.1", + "spl-pod 0.1.1", + "spl-program-error 0.3.1", + "spl-tlv-account-resolution 0.4.0", + "spl-type-length-value 0.3.1", ] [[package]] name = "spl-transfer-hook-interface" -version = "0.6.3" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a98359769cd988f7b35c02558daa56d496a7e3bd8626e61f90a7c757eedb9b" +checksum = "5f6dfe329fcff44cbe2eea994bd8f737f0b0a69faed39e56f9b6ee03badf7e14" dependencies = [ "arrayref", "bytemuck", "solana-program", - "spl-discriminator", - "spl-pod", - "spl-program-error", - "spl-tlv-account-resolution", - "spl-type-length-value", + "spl-discriminator 0.1.1", + "spl-pod 0.1.1", + "spl-program-error 0.3.1", + "spl-tlv-account-resolution 0.5.2", + "spl-type-length-value 0.3.1", +] + +[[package]] +name = "spl-type-length-value" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f9ebd75d29c5f48de5f6a9c114e08531030b75b8ac2c557600ac7da0b73b1e8" +dependencies = [ + "bytemuck", + "solana-program", + "spl-discriminator 0.1.1", + "spl-pod 0.1.1", + "spl-program-error 0.3.1", ] [[package]] @@ -2474,9 +2591,9 @@ checksum = "422ce13429dbd41d2cee8a73931c05fda0b0c8ca156a8b0c19445642550bb61a" dependencies = [ "bytemuck", "solana-program", - "spl-discriminator", - "spl-pod", - "spl-program-error", + "spl-discriminator 0.2.2", + "spl-pod 0.2.2", + "spl-program-error 0.4.0", ] [[package]] @@ -2597,26 +2714,11 @@ dependencies = [ "serde", ] -[[package]] -name = "toml" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit 0.22.9", -] - [[package]] name = "toml_datetime" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" -dependencies = [ - "serde", -] [[package]] name = "toml_edit" @@ -2626,20 +2728,7 @@ checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ "indexmap", "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.22.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" -dependencies = [ - "indexmap", - "serde", - "serde_spanned", - "toml_datetime", - "winnow 0.6.6", + "winnow", ] [[package]] @@ -2868,15 +2957,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "winnow" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352" -dependencies = [ - "memchr", -] - [[package]] name = "yansi" version = "0.5.1" diff --git a/anchor/Cargo.toml b/anchor/Cargo.toml index e8688935..00fe47bf 100644 --- a/anchor/Cargo.toml +++ b/anchor/Cargo.toml @@ -14,12 +14,12 @@ incremental = false codegen-units = 1 [workspace.dependencies] -anchor-lang = { version="0.30.0", features=["init-if-needed"] } -anchor-spl = "0.30.0" +anchor-lang = { version="0.29.0", features=["init-if-needed"] } +anchor-spl = "0.29.0" solana-program = "=1.18.11" anchor-gen = "0.3.1" -spl-token-2022 = "3.0.2" +spl-token-2022 = "=2.0.2" spl-token-metadata-interface = "0.3.3" spl-transfer-hook-interface = "0.6.3" pyth-sdk-solana = "0.10.1" diff --git a/anchor/package.json b/anchor/package.json index c3373aa3..0d0da33a 100644 --- a/anchor/package.json +++ b/anchor/package.json @@ -1,6 +1,6 @@ { - "name": "@glam/anchor", - "version": "0.0.1", + "name": "@glam/protocol", + "version": "0.2.0", "dependencies": {}, "type": "commonjs", "main": "./index.cjs", diff --git a/anchor/programs/glam/src/constants.rs b/anchor/programs/glam/src/constants.rs index fae45359..510ac534 100644 --- a/anchor/programs/glam/src/constants.rs +++ b/anchor/programs/glam/src/constants.rs @@ -1,4 +1,4 @@ use anchor_lang::prelude::*; -#[constant] -pub const SEED: &str = "anchor"; +// #[constant] +// pub const SEED: &str = "anchor"; diff --git a/anchor/programs/glam/src/instructions/manager.rs b/anchor/programs/glam/src/instructions/manager.rs index a246446d..7de2abc7 100644 --- a/anchor/programs/glam/src/instructions/manager.rs +++ b/anchor/programs/glam/src/instructions/manager.rs @@ -7,9 +7,9 @@ use crate::error::ManagerError; use crate::state::fund::*; #[derive(Accounts)] -#[instruction(name: String)] +#[instruction(fund_name: String)] pub struct InitializeFund<'info> { - #[account(init, seeds = [b"fund".as_ref(), manager.key().as_ref(), name.as_ref()], bump, payer = manager, space = 8 + Fund::INIT_SIZE + ShareClassMetadata::INIT_SIZE)] + #[account(init, seeds = [b"fund".as_ref(), manager.key().as_ref(), fund_name.as_ref()], bump, payer = manager, space = 8 + Fund::INIT_SIZE + ShareClassMetadata::INIT_SIZE)] pub fund: Box>, #[account(init, seeds = [b"treasury".as_ref(), fund.key().as_ref()], bump, payer = manager, space = 8 + Treasury::INIT_SIZE)] diff --git a/anchor/programs/glam/src/instructions/manager_v2.rs b/anchor/programs/glam/src/instructions/manager_v2.rs new file mode 100644 index 00000000..229a9ad4 --- /dev/null +++ b/anchor/programs/glam/src/instructions/manager_v2.rs @@ -0,0 +1,122 @@ +use anchor_lang::{prelude::*, system_program}; +use anchor_spl::token_2022; +use anchor_spl::token_interface::{Mint, Token2022}; +use spl_token_2022::{extension::ExtensionType, state::Mint as StateMint}; + +use crate::error::ManagerError; +use crate::state::*; + +#[derive(Accounts)] +#[instruction(fund_model: FundModel)] +pub struct InitializeFundV2<'info> { + #[account(init, seeds = [b"fund".as_ref(), manager.key().as_ref(), fund_model.created.as_ref().unwrap().key.as_ref()], bump, payer = manager, space = FundAccount::INIT_SIZE)] + pub fund: Box>, + + #[account(init, seeds = [b"openfund".as_ref(), fund.key().as_ref()], bump, payer = manager, space = FundMetadataAccount::INIT_SIZE)] + pub openfund: Box>, + + // #[account(seeds = [b"treasury".as_ref(), fund.key().as_ref()], bump, seeds::program = engine)] + #[account(mut, seeds = [b"treasury".as_ref(), fund.key().as_ref()], bump)] + pub treasury: SystemAccount<'info>, + + /// CHECK: we'll create the account later on with metadata + #[account(mut)] + pub share: AccountInfo<'info>, + + #[account(mut)] + pub manager: Signer<'info>, + + // pub engine: Program<'info, TODO>, + pub system_program: Program<'info, System>, + pub token_program: Program<'info, Token2022>, + pub rent: Sysvar<'info, Rent>, +} + +pub fn initialize_fund_v2_handler<'c: 'info, 'info>( + ctx: Context<'_, '_, 'c, 'info, InitializeFundV2<'info>>, + fund_model: FundModel, +) -> Result<()> { + // + // Validate the input + // + /* + require!( + fund.name.as_bytes().len() <= MAX_FUND_NAME, + ManagerError::InvalidFundName + ); + require!( + fund_symbol.as_bytes().len() <= MAX_FUND_SYMBOL, + ManagerError::InvalidFundSymbol + ); + require!( + fund_uri.as_bytes().len() <= MAX_FUND_URI, + ManagerError::InvalidFundUri + ); + + let assets_len = ctx.remaining_accounts.len(); + require!( + asset_weights.len() == assets_len, + ManagerError::InvalidAssetsLen + ); + */ + + // + // Initialize the fund + // + let fund = &mut ctx.accounts.fund; + let treasury = &mut ctx.accounts.treasury; + let share = &mut ctx.accounts.share; + let openfund = &mut ctx.accounts.openfund; + + let model = fund_model.clone(); + if let Some(fund_name) = model.name { + require!( + fund_name.len() < MAX_FUND_NAME, + ManagerError::InvalidFundName + ); + fund.name = fund_name; + } + if let Some(fund_uri) = model.uri { + require!(fund_uri.len() < MAX_FUND_URI, ManagerError::InvalidFundUri); + fund.uri = fund_uri; + } + if let Some(openfund_uri) = model.openfund_uri { + require!( + openfund_uri.len() < MAX_FUND_URI, + ManagerError::InvalidFundUri + ); + fund.openfund_uri = openfund_uri; + } + + fund.treasury = treasury.key(); + fund.share_classes = vec![share.key()]; + fund.openfund = openfund.key(); + fund.manager = ctx.accounts.manager.key(); + + fund.params = vec![vec![ + // GlamParam { + // key: OFKey::Symbol, + // val: OFValue::String { val: fund_symbol }, + // }, + // GlamParam { + // key: OFKey::TimeCreated, + // val: OFValue::Timestamp { + // val: Clock::get()?.unix_timestamp, + // }, + // }, + // GlamParam { + // key: OFKey::Active, + // val: OFValue::Boolean { val: activate }, + // }, + ]]; + + let openfund_metadata = FundMetadataAccount::from(fund_model); + openfund.fund_pubkey = fund.key(); + openfund.company = openfund_metadata.company; + openfund.fund = openfund_metadata.fund; + openfund.share_classes = openfund_metadata.share_classes; + openfund.fund_managers = openfund_metadata.fund_managers; + + msg!("Fund created: {}", ctx.accounts.fund.key()); + Ok(()) +} diff --git a/anchor/programs/glam/src/instructions/mod.rs b/anchor/programs/glam/src/instructions/mod.rs index 9a396c2d..08f665fb 100644 --- a/anchor/programs/glam/src/instructions/mod.rs +++ b/anchor/programs/glam/src/instructions/mod.rs @@ -1,7 +1,9 @@ pub mod drift; pub mod investor; pub mod manager; +pub mod manager_v2; pub use self::drift::*; pub use investor::*; pub use manager::*; +pub use manager_v2::*; diff --git a/anchor/programs/glam/src/lib.rs b/anchor/programs/glam/src/lib.rs index 8469ca04..7d08236c 100644 --- a/anchor/programs/glam/src/lib.rs +++ b/anchor/programs/glam/src/lib.rs @@ -6,6 +6,7 @@ pub mod state; use anchor_lang::prelude::*; use crate::state::fund::*; +use crate::state::model::*; pub use constants::*; pub use instructions::*; @@ -15,6 +16,14 @@ declare_id!("Gco1pcjxCMYjKJjSNJ7mKV7qezeUTE7arXJgy7PAPNRc"); pub mod glam { use super::*; + // V2 + pub fn initialize_v2<'c: 'info, 'info>( + ctx: Context<'_, '_, 'c, 'info, InitializeFundV2<'info>>, + fund: FundModel, + ) -> Result<()> { + manager_v2::initialize_fund_v2_handler(ctx, fund) + } + // Manager pub fn initialize<'c: 'info, 'info>( diff --git a/anchor/programs/glam/src/state/fund.rs b/anchor/programs/glam/src/state/fund.rs index f583e103..4e56d3d4 100644 --- a/anchor/programs/glam/src/state/fund.rs +++ b/anchor/programs/glam/src/state/fund.rs @@ -1,11 +1,142 @@ use anchor_lang::prelude::*; +use super::model::*; +use super::openfund::*; + pub const MAX_ASSETS: usize = 5; pub const MAX_SHARE_CLASSES: usize = 3; pub const MAX_FUND_NAME: usize = 50; pub const MAX_FUND_SYMBOL: usize = 20; pub const MAX_FUND_URI: usize = 100; +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum OFKey { + Symbol, + TimeCreated, + Active, + Hello, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum OFValue { + // openfund + Boolean { val: bool }, + Date { val: String }, // YYYY-MM-DD + Double { val: i64 }, + Integer { val: i32 }, + String { val: String }, + Time { val: String }, // hh:mm (24 hour) + // more types + U8 { val: u8 }, + U64 { val: u64 }, + Pubkey { val: Pubkey }, + Percentage { val: u32 }, // 100% = 1_000_000 + URI { val: String }, + Timestamp { val: i64 }, + VecPubkey { val: Vec }, + VecU32 { val: Vec }, +} +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct GlamParam { + pub key: OFKey, + pub val: OFValue, +} + +#[account] +pub struct FundAccount { + pub name: String, + pub uri: String, + pub treasury: Pubkey, + pub share_classes: Vec, + pub openfund: Pubkey, + pub openfund_uri: String, + pub manager: Pubkey, + pub engine: Pubkey, + pub params: Vec>, // params[0]: EngineFundParams, ... +} +impl FundAccount { + pub const INIT_SIZE: usize = 1024; +} + +#[account] +pub struct FundMetadataAccount { + pub fund_pubkey: Pubkey, + pub company: Vec, + pub fund: Vec, + pub share_classes: Vec>, + pub fund_managers: Vec>, +} +impl FundMetadataAccount { + pub const INIT_SIZE: usize = 1024; +} + +impl From for FundMetadataAccount { + fn from(model: FundModel) -> Self { + let company = if let Some(company) = &model.company { + company.into() + } else { + vec![] + }; + let fund_managers = if let Some(manager) = &model.manager { + vec![manager.into()] + } else { + vec![] + }; + let share_classes = model + .share_classes + .iter() + .map(|share_class| share_class.into()) + .collect::>(); + let fund = model.into(); + FundMetadataAccount { + fund_pubkey: Pubkey::default(), + company, + fund, + share_classes, + fund_managers, + } + } +} + +pub enum EngineModule { + Drift, + Squads, + Marinade, + Orca, + Jupiter, +} + +pub struct EngineFundParams { + pub create_manager: Pubkey, + pub create_name: String, + pub create_bump: u8, + pub create_time: i64, + pub assets: Vec, + pub assets_weigths: Vec, + pub manager_kind: ManagerKind, + pub external_aum: u64, + pub external_aum_timestamp: i64, + pub mods_enabled: Vec, + pub mods_drift_delegated_account: Pubkey, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum ShareClassStatus { + Open, + SoftClosed, + HardClosed, + ClosedForRedemption, + ClosedForSubscriptionAndRedemption, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct EngineShareClassParams { + pub status: ShareClassStatus, + pub subscribe_filter: bool, + pub subscribe_allow_list: Vec, + pub subscribe_deny_list: Vec, +} + #[account] pub struct Fund { pub manager: Pubkey, // 32 @@ -63,3 +194,25 @@ impl ShareClassMetadata { // 2. for each KV pair in metadata, keys ("name" etc) also take up space pub const INIT_SIZE: usize = MAX_FUND_NAME + MAX_FUND_SYMBOL + MAX_FUND_URI + 500; } + +// #[cfg(test)] +// mod tests { +// use super::*; + +// #[test] +// fn from_conversion() { +// let of = OpenfundFund { +// FundDomicileAlpha2: "100 Some St., San Francisco, CA, 94100, US".to_string(), +// FundDomicileAlpha3: "".to_string(), +// LegalFundNameIncludingUmbrella: "Fund in SF".to_string(), +// }; + +// let m = Map::from(of.clone()); +// println!("map={:#?}", m); + +// let of2: OpenfundFund = m.into(); +// println!("of={:#?}", of2); + +// assert!(of == of2); +// } +// } diff --git a/anchor/programs/glam/src/state/mod.rs b/anchor/programs/glam/src/state/mod.rs index 0e83d9c0..96037b2b 100644 --- a/anchor/programs/glam/src/state/mod.rs +++ b/anchor/programs/glam/src/state/mod.rs @@ -1,2 +1,8 @@ +pub mod openfund; +pub use openfund::*; + +pub mod model; +pub use model::*; + pub mod fund; pub use fund::*; diff --git a/anchor/programs/glam/src/state/model/mod.rs b/anchor/programs/glam/src/state/model/mod.rs new file mode 100644 index 00000000..a96b9b12 --- /dev/null +++ b/anchor/programs/glam/src/state/model/mod.rs @@ -0,0 +1,5 @@ +pub mod model; +pub use model::*; + +pub mod openfund; +pub use openfund::*; diff --git a/anchor/programs/glam/src/state/model/model.rs b/anchor/programs/glam/src/state/model/model.rs new file mode 100644 index 00000000..2da2cb93 --- /dev/null +++ b/anchor/programs/glam/src/state/model/model.rs @@ -0,0 +1,194 @@ +use anchor_lang::prelude::*; + +// Fund +// +// Implemented: +// - Openfund Fund Essential + Core + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct FundModel { + // Core + pub id: Option, + pub name: Option, + pub uri: Option, + pub openfund_uri: Option, + pub is_enabled: Option, + + // Assets + pub assets: Vec, + pub assets_weights: Vec, + + // Relationships + pub share_classes: Vec, + pub company: Option, + pub manager: Option, + pub created: Option, + + // Openfund + pub is_raw_openfund: Option, + pub raw_openfund: Option, +} + +// Subset of the Openfund v2 modelled by Glam +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct FundOpenfundModel { + pub fund_domicile_alpha_2: Option, + pub legal_fund_name_including_umbrella: Option, + pub fiscal_year_end: Option, + pub fund_currency: Option, + pub fund_launch_date: Option, + pub investment_objective: Option, + pub is_etc: Option, + pub is_eu_directive_relevant: Option, + pub is_fund_of_funds: Option, + pub is_passive_fund: Option, + pub is_reit: Option, + pub legal_form: Option, + pub legal_fund_name_only: Option, + pub open_ended_or_closed_ended_fund_structure: Option, + pub type_of_eu_directive: Option, + pub ucits_version: Option, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct CreatedModel { + pub key: [u8; 8], + pub manager: Option, +} + +// Share Class +// +// Implemented: +// + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct ShareClassModel { + // Token + pub symbol: Option, + pub name: Option, + pub uri: Option, // metadata uri + + // Glam + pub fund_id: Option, + pub asset: Option, + pub image_uri: Option, + + // Openfund + pub is_raw_openfund: Option, + pub raw_openfund: Option, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct ShareClassOpenfundModel { + // Essential + pub isin: Option, + pub share_class_currency: Option, + // Core + // pub applied_subscription_fee_in_favour_of_distributor: Option, + // pub applied_subscription_fee_in_favour_of_distributor_reference_date: Option, + // pub currency_of_minimal_subscription: Option, + pub full_share_class_name: Option, + pub has_performance_fee: Option, + // pub has_subscription_fee_in_favour_of_distributor: Option, + pub investment_status: Option, + pub management_fee_applied: Option, + pub management_fee_applied_reference_date: Option, + pub management_fee_maximum: Option, + // pub maximum_subscription_fee_in_favour_of_distributor: Option, + // pub minimal_initial_subscription_category: Option, + // pub minimal_initial_subscription_in_amount: Option, + // pub minimal_initial_subscription_in_shares: Option, + // pub minimal_subsequent_subscription_category: Option, + // pub minimal_subsequent_subscription_in_amount: Option, + // pub minimal_subsequent_subscription_in_shares: Option, + // pub minimum_subscription_fee_in_favour_of_distributor: Option, + pub share_class_distribution_policy: Option, + pub share_class_extension: Option, + pub share_class_launch_date: Option, + pub share_class_lifecycle: Option, + // Additional + pub launch_price: Option, + pub launch_price_currency: Option, + pub launch_price_date: Option, + // pub has_applied_subscription_fee_in_favour_of_fund: Option, + // pub applied_subscription_fee_in_favour_of_fund: Option, + // pub applied_subscription_fee_in_favour_of_fund_reference_date: Option, + // pub maximum_subscription_fee_in_favour_of_fund: Option, + // pub has_applied_redemption_fee_in_favour_of_fund: Option, + // pub applied_redemption_fee_in_favour_of_fund: Option, + // pub applied_redemption_fee_in_favour_of_fund_reference_date: Option, + // pub maximum_redemption_fee_in_favour_of_fund: Option, + // Full + // pub applied_redemption_fee_in_favour_of_distributor: Option, + // pub applied_redemption_fee_in_favour_of_distributor_reference_date: Option, + // pub currency_of_minimal_or_maximum_redemption: Option, + // pub cut_off_date_offset_for_redemption: Option, + // pub cut_off_date_offset_for_subscription: Option, + // pub cut_off_time_for_redemption: Option, + // pub cut_off_time_for_subscription: Option, + // pub has_lock_up_for_redemption: Option, + // pub has_redemption_fee_in_favour_of_distributor: Option, + pub is_valid_isin: Option, + pub lock_up_comment: Option, + pub lock_up_period_in_days: Option, + pub management_fee_minimum: Option, + pub maximal_number_of_possible_decimals_amount: Option, + pub maximal_number_of_possible_decimals_nav: Option, + pub maximal_number_of_possible_decimals_shares: Option, + // pub maximum_initialredemption_in_amount: Option, + // pub maximum_initialredemption_in_shares: Option, + // pub maximum_redemption_fee_in_favour_of_distributor: Option, + // pub maximum_subsequent_redemption_in_amount: Option, + // pub maximum_subsequent_redemption_in_shares: Option, + // pub minimal_initial_redemption_in_amount: Option, + // pub minimal_initial_redemption_in_shares: Option, + // pub minimal_redemption_category: Option, + // pub minimal_subsequent_redemption_in_amount: Option, + // pub minimal_subsequent_redemption_in_shares: Option, + // pub minimum_redemption_fee_in_favour_of_distributor: Option, + // pub minimum_redemption_fee_in_favour_of_fund: Option, + // pub minimum_subscription_fee_in_favour_of_fund: Option, + // pub performance_fee_minimum: Option, + // pub rounding_method_for_prices: Option, + // pub rounding_method_for_redemption_in_amount: Option, + // pub rounding_method_for_redemption_in_shares: Option, + // pub rounding_method_for_subscription_in_amount: Option, + // pub rounding_method_for_subscription_in_shares: Option, +} + +// Company +// +// Implemented: +// - Openfund Company Essential + Core + fields: email, website + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct CompanyModel { + // Openfund + pub fund_group_name: Option, + pub man_co: Option, + pub domicile_of_man_co: Option, + pub email_address_of_man_co: Option, + pub fund_website_of_man_co: Option, +} + +// Fund Manager +// +// Implemented: +// - Openfund fields: name +// - Single manager, regular wallet +// - Squads + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct ManagerModel { + // Openfund + pub portfolio_manager_name: Option, + // Glam + pub pubkey: Option, + pub kind: Option, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum ManagerKind { + Wallet, + Squads, +} diff --git a/anchor/programs/glam/src/state/model/openfund.rs b/anchor/programs/glam/src/state/model/openfund.rs new file mode 100644 index 00000000..f426b81b --- /dev/null +++ b/anchor/programs/glam/src/state/model/openfund.rs @@ -0,0 +1,468 @@ +use anchor_lang::prelude::*; + +use super::super::openfund::*; +use super::*; + +// Given a Model, derive the corresponding Openfund fields + +// Fund + +impl From for Vec { + fn from(model: FundModel) -> Self { + let mut res = vec![]; + // Raw Openfund fields + if let Some(model) = model.raw_openfund { + vec![ + ( + model.fund_domicile_alpha_2, + FundFieldName::FundDomicileAlpha2, + ), + ( + model.legal_fund_name_including_umbrella, + FundFieldName::LegalFundNameIncludingUmbrella, + ), + (model.fiscal_year_end, FundFieldName::FiscalYearEnd), + (model.fund_currency, FundFieldName::FundCurrency), + (model.fund_launch_date, FundFieldName::FundLaunchDate), + ( + model.investment_objective, + FundFieldName::InvestmentObjective, + ), + (bool2string(model.is_etc), FundFieldName::IsETC), + ( + bool2string(model.is_eu_directive_relevant), + FundFieldName::IsEUDirectiveRelevant, + ), + ( + bool2string(model.is_fund_of_funds), + FundFieldName::IsFundOfFunds, + ), + ( + bool2string(model.is_passive_fund), + FundFieldName::IsPassiveFund, + ), + (bool2string(model.is_reit), FundFieldName::IsREIT), + (model.legal_form, FundFieldName::LegalForm), + (model.legal_fund_name_only, FundFieldName::LegalFundNameOnly), + ( + model.open_ended_or_closed_ended_fund_structure, + FundFieldName::OpenEndedOrClosedEndedFundStructure, + ), + (model.type_of_eu_directive, FundFieldName::TypeOfEUDirective), + (model.ucits_version, FundFieldName::UCITSVersion), + ] + .iter() + .for_each(|(value, field)| { + if let Some(value) = value { + res.push(FundField { + name: field.clone(), + value: value.clone(), + }) + } + }); + } + // Derived fields + let is_raw_openfund = model.is_raw_openfund.unwrap_or(false); + if !is_raw_openfund { + //TODO + } + res + } +} + +// Share Class + +impl From<&ShareClassModel> for Vec { + fn from(model: &ShareClassModel) -> Self { + let mut res = vec![]; + // Raw Openfund fields + if let Some(model) = model.raw_openfund.clone() { + //TODO + vec![ + // Essential + (model.isin, ShareClassFieldName::ISIN), + ( + model.share_class_currency, + ShareClassFieldName::ShareClassCurrency, + ), + // Core + // ( + // model.applied_subscription_fee_in_favour_of_distributor, + // ShareClassFieldName::AppliedSubscriptionFeeInFavourOfDistributor, + // ), + // ( + // model.applied_subscription_fee_in_favour_of_distributor_reference_date, + // ShareClassFieldName::AppliedSubscriptionFeeInFavourOfDistributorReferenceDate, + // ), + // ( + // model.currency_of_minimal_subscription, + // ShareClassFieldName::CurrencyOfMinimalSubscription, + // ), + ( + model.full_share_class_name, + ShareClassFieldName::FullShareClassName, + ), + ( + bool2string(model.has_performance_fee), + ShareClassFieldName::HasPerformanceFee, + ), + // ( + // bool2string(model.has_subscription_fee_in_favour_of_distributor), + // ShareClassFieldName::HasSubscriptionFeeInFavourOfDistributor, + // ), + ( + model.investment_status, + ShareClassFieldName::InvestmentStatus, + ), + ( + model.management_fee_applied, + ShareClassFieldName::ManagementFeeApplied, + ), + ( + model.management_fee_applied_reference_date, + ShareClassFieldName::ManagementFeeAppliedReferenceDate, + ), + ( + model.management_fee_maximum, + ShareClassFieldName::ManagementFeeMaximum, + ), + // ( + // model.maximum_subscription_fee_in_favour_of_distributor, + // ShareClassFieldName::MaximumSubscriptionFeeInFavourOfDistributor, + // ), + // ( + // model.minimal_initial_subscription_category, + // ShareClassFieldName::MinimalInitialSubscriptionCategory, + // ), + // ( + // model.minimal_initial_subscription_in_amount, + // ShareClassFieldName::MinimalInitialSubscriptionInAmount, + // ), + // ( + // model.minimal_initial_subscription_in_shares, + // ShareClassFieldName::MinimalInitialSubscriptionInShares, + // ), + // ( + // model.minimal_subsequent_subscription_category, + // ShareClassFieldName::MinimalSubsequentSubscriptionCategory, + // ), + // ( + // model.minimal_subsequent_subscription_in_amount, + // ShareClassFieldName::MinimalSubsequentSubscriptionInAmount, + // ), + // ( + // model.minimal_subsequent_subscription_in_shares, + // ShareClassFieldName::MinimalSubsequentSubscriptionInShares, + // ), + // ( + // model.minimum_subscription_fee_in_favour_of_distributor, + // ShareClassFieldName::MinimumSubscriptionFeeInFavourOfDistributor, + // ), + ( + model.share_class_distribution_policy, + ShareClassFieldName::ShareClassDistributionPolicy, + ), + ( + model.share_class_extension, + ShareClassFieldName::ShareClassExtension, + ), + ( + model.share_class_launch_date, + ShareClassFieldName::ShareClassLaunchDate, + ), + ( + model.share_class_lifecycle, + ShareClassFieldName::ShareClassLifecycle, + ), + // Additional + (model.launch_price, ShareClassFieldName::LaunchPrice), + ( + model.launch_price_currency, + ShareClassFieldName::LaunchPriceCurrency, + ), + ( + model.launch_price_date, + ShareClassFieldName::LaunchPriceDate, + ), + // ( + // bool2string(model.has_applied_subscription_fee_in_favour_of_fund), + // ShareClassFieldName::HasAppliedSubscriptionFeeInFavourOfFund, + // ), + // ( + // model.applied_subscription_fee_in_favour_of_fund, + // ShareClassFieldName::AppliedSubscriptionFeeInFavourOfFund, + // ), + // ( + // model.applied_subscription_fee_in_favour_of_fund_reference_date, + // ShareClassFieldName::AppliedSubscriptionFeeInFavourOfFundReferenceDate, + // ), + // ( + // model.maximum_subscription_fee_in_favour_of_fund, + // ShareClassFieldName::MaximumSubscriptionFeeInFavourOfFund, + // ), + // ( + // bool2string(model.has_applied_redemption_fee_in_favour_of_fund), + // ShareClassFieldName::HasAppliedRedemptionFeeInFavourOfFund, + // ), + // ( + // model.applied_redemption_fee_in_favour_of_fund, + // ShareClassFieldName::AppliedRedemptionFeeInFavourOfFund, + // ), + // ( + // model.applied_redemption_fee_in_favour_of_fund_reference_date, + // ShareClassFieldName::AppliedRedemptionFeeInFavourOfFundReferenceDate, + // ), + // ( + // model.maximum_redemption_fee_in_favour_of_fund, + // ShareClassFieldName::MaximumRedemptionFeeInFavourOfFund, + // ), + // Full + // ( + // model.applied_redemption_fee_in_favour_of_distributor, + // ShareClassFieldName::AppliedRedemptionFeeInFavourOfDistributor, + // ), + // ( + // model.applied_redemption_fee_in_favour_of_distributor_reference_date, + // ShareClassFieldName::AppliedRedemptionFeeInFavourOfDistributorReferenceDate, + // ), + // ( + // model.currency_of_minimal_or_maximum_redemption, + // ShareClassFieldName::CurrencyOfMinimalOrMaximumRedemption, + // ), + // ( + // model.cut_off_date_offset_for_redemption, + // ShareClassFieldName::CutOffDateOffsetForRedemption, + // ), + // ( + // model.cut_off_date_offset_for_subscription, + // ShareClassFieldName::CutOffDateOffsetForSubscription, + // ), + // ( + // model.cut_off_time_for_redemption, + // ShareClassFieldName::CutOffTimeForRedemption, + // ), + // ( + // model.cut_off_time_for_subscription, + // ShareClassFieldName::CutOffTimeForSubscription, + // ), + // ( + // bool2string(model.has_lock_up_for_redemption), + // ShareClassFieldName::HasLockUpForRedemption, + // ), + // ( + // bool2string(model.has_redemption_fee_in_favour_of_distributor), + // ShareClassFieldName::HasRedemptionFeeInFavourOfDistributor, + // ), + ( + bool2string(model.is_valid_isin), + ShareClassFieldName::IsValidISIN, + ), + (model.lock_up_comment, ShareClassFieldName::LockUpComment), + ( + model.lock_up_period_in_days, + ShareClassFieldName::LockUpPeriodInDays, + ), + ( + model.management_fee_minimum, + ShareClassFieldName::ManagementFeeMinimum, + ), + ( + model.maximal_number_of_possible_decimals_amount, + ShareClassFieldName::MaximalNumberOfPossibleDecimalsAmount, + ), + ( + model.maximal_number_of_possible_decimals_nav, + ShareClassFieldName::MaximalNumberOfPossibleDecimalsNAV, + ), + ( + model.maximal_number_of_possible_decimals_shares, + ShareClassFieldName::MaximalNumberOfPossibleDecimalsShares, + ), + // ( + // model.maximum_initialredemption_in_amount, + // ShareClassFieldName::MaximumInitialRedemptionInAmount, + // ), + // ( + // model.maximum_initialredemption_in_shares, + // ShareClassFieldName::MaximumInitialRedemptionInShares, + // ), + // ( + // model.maximum_redemption_fee_in_favour_of_distributor, + // ShareClassFieldName::MaximumRedemptionFeeInFavourOfDistributor, + // ), + // ( + // model.maximum_subsequent_redemption_in_amount, + // ShareClassFieldName::MaximumSubsequentRedemptionInAmount, + // ), + // ( + // model.maximum_subsequent_redemption_in_shares, + // ShareClassFieldName::MaximumSubsequentRedemptionInShares, + // ), + // ( + // model.minimal_initial_redemption_in_amount, + // ShareClassFieldName::MinimalInitialRedemptionInAmount, + // ), + // ( + // model.minimal_initial_redemption_in_shares, + // ShareClassFieldName::MinimalInitialRedemptionInShares, + // ), + // ( + // model.minimal_redemption_category, + // ShareClassFieldName::MinimalRedemptionCategory, + // ), + // ( + // model.minimal_subsequent_redemption_in_amount, + // ShareClassFieldName::MinimalSubsequentRedemptionInAmount, + // ), + // ( + // model.minimal_subsequent_redemption_in_shares, + // ShareClassFieldName::MinimalSubsequentRedemptionInShares, + // ), + // ( + // model.minimum_redemption_fee_in_favour_of_distributor, + // ShareClassFieldName::MinimumRedemptionFeeInFavourOfDistributor, + // ), + // ( + // model.minimum_redemption_fee_in_favour_of_fund, + // ShareClassFieldName::MinimumRedemptionFeeInFavourOfFund, + // ), + // ( + // model.minimum_subscription_fee_in_favour_of_fund, + // ShareClassFieldName::MinimumSubscriptionFeeInFavourOfFund, + // ), + // ( + // model.performance_fee_minimum, + // ShareClassFieldName::PerformanceFeeMinimum, + // ), + // ( + // model.rounding_method_for_prices, + // ShareClassFieldName::RoundingMethodForPrices, + // ), + // ( + // model.rounding_method_for_redemption_in_amount, + // ShareClassFieldName::RoundingMethodForRedemptionInAmount, + // ), + // ( + // model.rounding_method_for_redemption_in_shares, + // ShareClassFieldName::RoundingMethodForRedemptionInShares, + // ), + // ( + // model.rounding_method_for_subscription_in_amount, + // ShareClassFieldName::RoundingMethodForSubscriptionInAmount, + // ), + // ( + // model.rounding_method_for_subscription_in_shares, + // ShareClassFieldName::RoundingMethodForSubscriptionInShares, + // ), + ] + .iter() + .for_each(|(value, field)| { + if let Some(value) = value { + res.push(ShareClassField { + name: field.clone(), + value: value.clone(), + }) + } + }); + } + // Derived fields + let is_raw_openfund = model.is_raw_openfund.unwrap_or(false); + let model = model.clone(); + if !is_raw_openfund { + //TODO + let v: Vec<(Option, ShareClassFieldName)> = vec![ + (pubkey2string(model.fund_id), ShareClassFieldName::FundId), + ( + pubkey2string(model.asset), + ShareClassFieldName::ShareClassCurrencyId, + ), + (model.image_uri, ShareClassFieldName::ImageUri), + ]; + v.iter().for_each(|(value, field)| { + if let Some(value) = value { + let value = value.to_string(); + res.push(ShareClassField { + name: field.clone(), + value: value.clone(), + }) + } + }); + } + res + } +} + +// Company + +impl From<&CompanyModel> for Vec { + fn from(model: &CompanyModel) -> Self { + let model = model.clone(); + let mut res = vec![]; + vec![ + (model.fund_group_name, CompanyFieldName::FundGroupName), + (model.man_co, CompanyFieldName::ManCo), + (model.domicile_of_man_co, CompanyFieldName::DomicileOfManCo), + ( + model.email_address_of_man_co, + CompanyFieldName::EmailAddressOfManCo, + ), + ( + model.fund_website_of_man_co, + CompanyFieldName::FundWebsiteofManCo, + ), + ] + .iter() + .for_each(|(value, field)| { + if let Some(value) = value { + res.push(CompanyField { + name: field.clone(), + value: value.clone(), + }) + } + }); + res + } +} + +// Fund Manager + +impl From<&ManagerModel> for Vec { + fn from(model: &ManagerModel) -> Self { + let model = model.clone(); + let mut res = vec![]; + vec![( + model.portfolio_manager_name, + FundManagerFieldName::PortfolioManagerName, + )] + .iter() + .for_each(|(value, field)| { + if let Some(value) = value { + res.push(FundManagerField { + name: field.clone(), + value: value.clone(), + }) + } + }); + res + } +} + +// Utils + +fn bool2string(option: Option) -> Option { + if let Some(value) = option { + return Some(if value { + "yes".to_string() + } else { + "no".to_string() + }); + } + None +} + +fn pubkey2string(option: Option) -> Option { + if let Some(value) = option { + return Some(value.to_string()); + } + None +} diff --git a/anchor/programs/glam/src/state/openfund/company.rs b/anchor/programs/glam/src/state/openfund/company.rs new file mode 100644 index 00000000..7f9d34aa --- /dev/null +++ b/anchor/programs/glam/src/state/openfund/company.rs @@ -0,0 +1,50 @@ +use anchor_lang::prelude::*; + +// Openfund v2.0 Company + Umbrella + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum CompanyFieldName { + // Essential + FundGroupName, // impl + // Core + ManCo, // impl + DomicileOfManCo, // impl + // Additional + BICOfCustodian, + CollateralManagerName, + CustodianBankName, + DomicileOfCustodianBank, + FundAdministratorName, + FundAdvisorName, + FundPromoterName, + IsSelfManagedInvestmentCompany, + LEIOfCustodianBank, + LEIOfManCo, + PortfolioManagingCompanyName, + SecuritiesLendingCounterpartyName, + SwapCounterpartyName, + // Full + AddressofManCo, + AuditorName, + CityofManCo, + EmailAddressOfManCo, // impl + FundWebsiteofManCo, // impl + IsUNPRISignatory, + PhoneCountryCodeofManCo, + PhoneNumberofManCo, + SubInvestmentAdvisorName, + ZIPCodeofManCo, + // Umbrella Core + DomicileOfUmbrella, + HasUmbrella, + LEIOfUmbrella, + Umbrella, + // Umbrella Full + GlobalIntermediaryIdentificationNumberOfUmbrella, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct CompanyField { + pub name: CompanyFieldName, + pub value: String, +} diff --git a/anchor/programs/glam/src/state/openfund/fund.rs b/anchor/programs/glam/src/state/openfund/fund.rs new file mode 100644 index 00000000..445d0a89 --- /dev/null +++ b/anchor/programs/glam/src/state/openfund/fund.rs @@ -0,0 +1,58 @@ +use anchor_lang::prelude::*; + +// Openfund v2.0 Fund + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum FundFieldName { + // Essential + FundDomicileAlpha2, // impl + FundDomicileAlpha3, // not impl + LegalFundNameIncludingUmbrella, // impl + // Core + FiscalYearEnd, // impl + FundCurrency, // impl + FundLaunchDate, // impl + InvestmentObjective, // impl + IsETC, // impl (no ui) + IsEUDirectiveRelevant, // impl (no ui) + IsFundOfFunds, // impl + IsPassiveFund, // impl + IsREIT, // impl (no ui) + LegalForm, // impl + LegalFundNameOnly, // impl (no ui) + OpenEndedOrClosedEndedFundStructure, // impl + TypeOfEUDirective, // impl (no ui) + UCITSVersion, // impl (no ui) + // Additional + CurrencyHedgePortfolio, + DepositoryName, + FundValuationPoint, + FundValuationPointTimeZone, + FundValuationPointTimeZoneUsingTZDatabase, + HasCollateralManager, + HasEmbeddedDerivatives, + HasSecuritiesLending, + HasSwap, + IsLeveraged, + IsShariaCompliant, + IsShort, + LEIofDepositoryBank, + LEIOfFund, + LocationOfBearerShare, + LocationOfShareRegister, + MaximumLeverageInFund, + MiFIDSecuritiesClassification, + MoneyMarketTypeOfFund, + TrusteeName, + // Dynamic + AuMFund, // impl (api) + AuMFundDate, // impl (api) + NoSFund, // impl (api) + NoSFundDate, // impl (api) +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct FundField { + pub name: FundFieldName, + pub value: String, +} diff --git a/anchor/programs/glam/src/state/openfund/manager.rs b/anchor/programs/glam/src/state/openfund/manager.rs new file mode 100644 index 00000000..23df1f4b --- /dev/null +++ b/anchor/programs/glam/src/state/openfund/manager.rs @@ -0,0 +1,21 @@ +use anchor_lang::prelude::*; + +// Openfund v2.0 Fund Manager + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum FundManagerFieldName { + PortfolioManagerForename, + PortfolioManagerName, // impl + PortfolioManagerYearOfBirth, + PortfolioManagerYearOfExperienceStart, + PortfolioManagerBriefBiography, + PortfolioManagerType, + PortfolioManagerRoleStartingDate, + PortfolioManagerRoleEndDate, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct FundManagerField { + pub name: FundManagerFieldName, + pub value: String, +} diff --git a/anchor/programs/glam/src/state/openfund/mod.rs b/anchor/programs/glam/src/state/openfund/mod.rs new file mode 100644 index 00000000..57d1aac4 --- /dev/null +++ b/anchor/programs/glam/src/state/openfund/mod.rs @@ -0,0 +1,11 @@ +pub mod fund; +pub use fund::*; + +pub mod share_class; +pub use share_class::*; + +pub mod company; +pub use company::*; + +pub mod manager; +pub use manager::*; diff --git a/anchor/programs/glam/src/state/openfund/share_class.rs b/anchor/programs/glam/src/state/openfund/share_class.rs new file mode 100644 index 00000000..c75f99f4 --- /dev/null +++ b/anchor/programs/glam/src/state/openfund/share_class.rs @@ -0,0 +1,291 @@ +use anchor_lang::prelude::*; + +// Openfund v2.0 Share Class + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum ShareClassFieldName { + // Essential + ISIN, // impl + ShareClassCurrency, // impl + // Core + AllInFeeApplied, + AllInFeeDate, + AllInFeeIncludesTransactionCosts, + AllInFeeMaximum, + AppliedSubscriptionFeeInFavourOfDistributor, // impl + AppliedSubscriptionFeeInFavourOfDistributorReferenceDate, // impl + Benchmark, + CountryLegalRegistration, + CountryMarketingDistribution, + CurrencyHedgeShareClass, + CurrencyOfMinimalSubscription, // impl + DistributionDeclarationFrequency, + FullShareClassName, // impl + HasAllInFee, + HasOngoingCharges, + HasPerformanceFee, // impl + HasSubscriptionFeeInFavourOfDistributor, // impl + InvestmentStatus, // impl + IsETF, + IsRDRCompliant, + IsTrailerFeeClean, + ManagementFeeApplied, // impl + ManagementFeeAppliedReferenceDate, // impl + ManagementFeeMaximum, // impl + MaximumSubscriptionFeeInFavourOfDistributor, // impl + MinimalInitialSubscriptionCategory, // impl + MinimalInitialSubscriptionInAmount, // impl + MinimalInitialSubscriptionInShares, // impl + MinimalSubsequentSubscriptionCategory, // impl + MinimalSubsequentSubscriptionInAmount, // impl + MinimalSubsequentSubscriptionInShares, // impl + MinimumSubscriptionFeeInFavourOfDistributor, // impl + OngoingCharges, + OngoingChargesDate, + PerformanceFeeApplied, + PerformanceFeeAppliedReferenceDate, + PerformanceFeeInProspectus, + PerformanceFeeInProspectusReferenceDate, + RecordDateForSRRI, + ShareClassDistributionPolicy, // impl + ShareClassExtension, // impl + ShareClassLaunchDate, // impl + ShareClassLifecycle, // impl + SRRI, + TERExcludingPerformanceFee, + TERExcludingPerformanceFeeDate, + TERIncludingPerformanceFee, + TERIncludingPerformanceFeeDate, + // Additional + TransferAgentName, + BICOfTransferAgent, + DomicileOfTransferAgent, + FormOfShare, + HasDurationHedge, + TypeOfEqualization, + IsMultiseries, + SeriesIssuance, + SeriesFrequency, + DoesFundIssueSidePocket, + HasRedemptionGates, + TypeOfAlternativeFundStructureVehicle, + BloombergCode, + FIGICode, + AbbreviatedShareClassName, + ValuationFrequency, + NAVPublicationTime, + IsShareClassEligibleForUCITS, + InvestmentStatusDate, + LaunchPrice, // impl + LaunchPriceCurrency, // impl + LaunchPriceDate, // impl + EFAMAMainEFCCategory, + EFAMAEFCClassificationType, + EFAMAActiveEFCClassification, + EFAMAEFCInvestmentTheme, + PricingMethodology, + SinglePricingType, + SwingFactor, + StandardMinimumRemainingAmount, + StandardMinimumRemainingShares, + CurrencyOfMinimumRemainingAmount, + StandardMinimumRemainingCategory, + HurdleRate, + HighWaterMark, + HasAppliedSubscriptionFeeInFavourOfFund, // impl + AppliedSubscriptionFeeInFavourOfFund, // impl + AppliedSubscriptionFeeInFavourOfFundReferenceDate, // impl + MaximumSubscriptionFeeInFavourOfFund, // impl + HasAppliedRedemptionFeeInFavourOfFund, // impl + AppliedRedemptionFeeInFavourOfFund, // impl + AppliedRedemptionFeeInFavourOfFundReferenceDate, // impl + MaximumRedemptionFeeInFavourOfFund, // impl + EquivalentTrailerFeeCleanISIN, + HasSeparateDistributionFee, + DistributionFee, + DistributionFeeMaximum, + IASector, + // Full + AbsorbingFundFullShareClassName, + AbsorbingFundShareClassISIN, + AdministrationFeeMaximum, + AnnualDistributionAtFiscalYearEnd, + AnnualDistributionYieldAtFiscalYearEnd, + AppliedRedemptionFeeInFavourOfDistributor, // impl + AppliedRedemptionFeeInFavourOfDistributorReferenceDate, // impl + BankDetailsSSIForPaymentsProvision, + BankDetailsLevelApplication, + BenchmarkBloombergTicker, + CalculationDateOffsetForRedemption, + CalculationDateOffsetForSubscription, + CalendarOrBusinessDaysForCutOffDateOffsetForRedemption, + CalendarOrBusinessDaysForCutOffDateOffsetForSubscription, + CalendarOrBusinessDaysForPrePaymentDaysForSubscription, + CalendarOrBusinessDaysForSettlementPeriodForRedemption, + CalendarOrBusinessDaysForSettlementPeriodForSubscription, + CalendarOrBusinessDaysForTransactions, + CFICode, + ContingentDeferredSalesChargeExitFee, + ContingentDeferredSalesChargeUpfrontFee, + CountryISOCodeAlpha2, + CountryISOCodeAlpha3, + CountryName, + CurrenciesOfMulticurrencyShareClass, + CurrencyOfMinimalOrMaximumRedemption, // impl + CustodianFeeApplied, + CustodianFeeAppliedReferenceDate, + CustodianFeeMaximum, + CutOffDateOffsetForRedemption, // impl + CutOffDateOffsetForSubscription, // impl + CutOffTimeForRedemption, // impl + CutOffTimeForSubscription, // impl + CutOffTimeForSwitchIn, + CutOffTimeForSwitchOut, + DealingDaysOfMultipleRedemptionTradeCycles, + DealingDaysOfMultipleSubscriptionTradeCycles, + DisseminationRecipient, + DistributionFeeReferenceDate, + DoesShareClassApplyMandatoryConversion, + DoesShareClassApplyPartialDealingDays, + DoesShareClassApplyPartialPaymentDays, + DormantEndDate, + DormantStartDate, + ExDividendDateCalendar, + ExitCostDescription, + HasContingentDeferredSalesChargeFee, + HasDilutionLevyAppliedByFund, + HasEqualizationMethodForDistribution, + HasEqualizationMethodForPerformanceFee, + HasForcedRedemption, + HasForwardPricing, + HasHighWaterMark, + HasLockUpForRedemption, // impl + HasPreNoticeForSwitchIn, + HasPreNoticeForSwitchOut, + HasPrePaymentForSubscription, + HasRedemptionFeeInFavourOfDistributor, // impl + HasTripartiteReport, + InvestmentStatusDescription, + IrregularRedemptionDealingDays, + IrregularSubscriptionDealingDays, + IsMulticurrencyShareClass, + IsRestrictedToSeparateFeeArrangement, + IsStructuredFinanceProduct, + IsValidISIN, // impl + LiquidationStartDate, + LockUpComment, // impl + LockUpPeriodInDays, // impl + ManagementFeeMinimum, // impl + MandatoryShareConversionDescriptionDetails, + MarketsRelevantToFundTradingCalendar, + MaximalNumberOfPossibleDecimalsAmount, // impl + MaximalNumberOfPossibleDecimalsNAV, // impl + MaximalNumberOfPossibleDecimalsShares, // impl + MaximumInitialRedemptionInAmount, // impl + MaximumInitialRedemptionInShares, // impl + MaximumRedemptionFeeInFavourOfDistributor, // impl + MaximumSubsequentRedemptionInAmount, // impl + MaximumSubsequentRedemptionInShares, // impl + MergerRatio, + MinimalInitialRedemptionInAmount, // impl + MinimalInitialRedemptionInShares, // impl + MinimalRedemptionCategory, // impl + MinimalSubsequentRedemptionInAmount, // impl + MinimalSubsequentRedemptionInShares, // impl + MinimumRedemptionFeeInFavourOfDistributor, // impl + MinimumRedemptionFeeInFavourOfFund, // impl + MinimumSubscriptionFeeInFavourOfFund, // impl + MonthlyRedemptionDealingDays, + MonthlySubscriptionDealingDays, + NasdaqFundNetworkNFNIdentifier, + NoTradingDate, + NumberOfPossibleRedemptionsWithinPeriod, + NumberOfPossibleSubscriptionsWithinPeriod, + PartialDealingDaysDateAndTime, + PartialPaymentDaysDateAndTime, + PaymentDateCalendar, + PerformanceFeeMinimum, // impl + PreNoticeCutOffForRedemption, + PreNoticeCutOffForSubscription, + PrePaymentCutOffTimeForSubscription, + PrePaymentDaysForSubscription, + RecordDateCalendar, + RedemptionTradeCyclePeriod, + RoundingMethodForPrices, // impl + RoundingMethodForRedemptionInAmount, // impl + RoundingMethodForRedemptionInShares, // impl + RoundingMethodForSubscriptionInAmount, // impl + RoundingMethodForSubscriptionInShares, // impl + SettlementPeriodForRedemption, + SettlementPeriodForSubscription, + SettlementPeriodForSwitchIn, + SettlementPeriodForSwitchOut, + ShareClassDividendType, + SingleRegisterAccountRestrictions, + SubscriptionPeriodEndDate, + SubscriptionPeriodStartDate, + SubscriptionTradeCyclePeriod, + SwitchInNoticePeriod, + SwitchOutNoticePeriod, + TerminationDate, + TimeZoneForCutOff, + TimeZoneForCutOffUsingTZDatabase, + ValuationFrequencyDetail, + ValuationReduction, + WeeklyRedemptionDealingDays, + WeeklySubscriptionDealingDays, + YearlyRedemptionDealingDays, + YearlySubscriptionDealingDays, + // Glam Extensions + FundId, // impl + ShareClassCurrencyId, // impl + ImageUri, // impl +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub enum ShareClassDynamicFieldName { + // Dynamic + AskNAV, + AskNAVDate, + AuMShareClass, // impl (api) + AuMShareClassDate, // impl (api) + BidNAV, + BidNAVDate, + DividendAnnouncementDate, + DividendCurrency, + DividendExDate, + DividendGross, + DividendNet, + DividendPaymentDate, + DividendRecordDate, + DynamicCurrency, + DynamicDataType, + DynamicValue, + EqualisationRate, + GeneralReferenceDate, + IsDividendFinal, + NoSShareClass, // impl (api) + NoSShareClassDate, // impl (api) + SplitRatio, + SplitReferenceDate, + TaxDeductedReinvestedAmount, + TaxDeductedReinvestedAmountReferenceDate, + TaxableIncomeperDividend, + TaxableIncomeperShareEU, + TransactionNAV, + TransactionNAVDate, + ValuationNAV, // impl (api) + ValuationNAVDate, // impl (api) + YieldOneDayGross, + YieldOneDayNet, + YieldSevenDayGross, + YieldSevenDayNet, + YieldThirtyDayGross, + YieldThirtyDayNet, +} + +#[derive(AnchorDeserialize, AnchorSerialize, Clone, Debug)] +pub struct ShareClassField { + pub name: ShareClassFieldName, + pub value: String, +} diff --git a/anchor/src/client.ts b/anchor/src/client.ts new file mode 100644 index 00000000..7df2532d --- /dev/null +++ b/anchor/src/client.ts @@ -0,0 +1,257 @@ +import * as anchor from "@coral-xyz/anchor"; +import { BN, Program, IdlAccounts, IdlTypes } from "@coral-xyz/anchor"; +import { + ComputeBudgetProgram, + Connection, + PublicKey, + TransactionSignature +} from "@solana/web3.js"; +import { + getMint, + ASSOCIATED_TOKEN_PROGRAM_ID, + TOKEN_2022_PROGRAM_ID, + TOKEN_PROGRAM_ID, + getAssociatedTokenAddressSync +} from "@solana/spl-token"; + +import { Glam, GlamIDL, GlamProgram, getGlamProgramId } from "./glamExports"; +import { GlamClientConfig } from "./clientConfig"; +import { FundModel } from "./models"; + +type FundAccount = IdlAccounts["fundAccount"]; +type FundMetadataAccount = IdlAccounts["fundMetadataAccount"]; + +export class GlamClient { + provider: anchor.Provider; + program: GlamProgram; + programId: PublicKey; + + public constructor(config?: GlamClientConfig) { + this.programId = getGlamProgramId(config?.cluster || "devnet"); + if (config?.provider) { + this.provider = config.provider; + this.program = new Program( + GlamIDL, + this.programId, + this.provider + ) as GlamProgram; + } else { + const defaultProvider = anchor.AnchorProvider.env(); + const url = defaultProvider.connection.rpcEndpoint; + const connection = new Connection(url, "confirmed"); + this.provider = new anchor.AnchorProvider( + connection, + defaultProvider.wallet, + { + ...defaultProvider.opts, + commitment: "confirmed", + preflightCommitment: "confirmed" + } + ); + anchor.setProvider(this.provider); + this.program = anchor.workspace.Glam as GlamProgram; + } + } + + getManager(): PublicKey { + return this.provider?.publicKey || new PublicKey(0); + } + + getFundModel(fund: any): FundModel { + return new FundModel(fund) as FundModel; + } + + getFundPDA(fundModel: FundModel): PublicKey { + const manager = this.getManager(); + const [pda, _bump] = PublicKey.findProgramAddressSync( + [ + anchor.utils.bytes.utf8.encode("fund"), + manager.toBuffer(), + Uint8Array.from(fundModel?.created?.key || []) + ], + this.programId + ); + return pda; + } + + getTreasuryPDA(fundPDA: PublicKey): PublicKey { + const [pda, _bump] = PublicKey.findProgramAddressSync( + [anchor.utils.bytes.utf8.encode("treasury"), fundPDA.toBuffer()], + this.programId + ); + return pda; + } + + getOpenfundPDA(fundPDA: PublicKey): PublicKey { + const [pda, _bump] = PublicKey.findProgramAddressSync( + [anchor.utils.bytes.utf8.encode("openfund"), fundPDA.toBuffer()], + this.programId + ); + return pda; + } + + getShareClassPDA(fundPDA: PublicKey, shareId: number): PublicKey { + const [pda, _bump] = PublicKey.findProgramAddressSync( + [ + anchor.utils.bytes.utf8.encode("share"), + Uint8Array.from([shareId % 256]), + fundPDA.toBuffer() + ], + this.programId + ); + return pda; + } + + getFundName(fundModel: FundModel) { + return ( + fundModel.name || + fundModel.rawOpenfund.legalFundNameIncludingUmbrella || + fundModel.shareClasses[0]?.name || + "" + ); + } + + enrichFundModelInitialize(fund: FundModel): FundModel { + let fundModel = this.getFundModel(fund); + + // createdKey = hash fund name and get first 8 bytes + const createdKey = [ + ...Buffer.from( + anchor.utils.sha256.hash(this.getFundName(fundModel)) + ).slice(0, 8) + ]; + fundModel.created = { + key: createdKey, + manager: null + }; + + if (fundModel.shareClasses?.length == 1) { + // fund with a single share class + const shareClass = fundModel.shareClasses[0]; + fundModel.name = fundModel.name || shareClass.name; + + fundModel.rawOpenfund.fundCurrency = + fundModel.rawOpenfund.fundCurrency || + shareClass.rawOpenfund.shareClassCurrency; + } else { + // fund with multiple share classes + // TODO + } + + // computed fields + + if (fundModel.isEnabled) { + fundModel.rawOpenfund.fundLaunchDate = + fundModel.rawOpenfund.fundLaunchDate || + new Date().toISOString().split("T")[0]; + } + + // fields containing fund id / pda + const fundPDA = this.getFundPDA(fundModel); + fundModel.uri = + fundModel.uri || `https://devnet.glam.systems/products/${fundPDA}`; + fundModel.openfundUri = + fundModel.openfundUri || + `https://api.glam.systems/openfund/${fundPDA}.xlsx`; + + // share classes + fundModel.shareClasses.forEach((shareClass, i) => { + if (shareClass.rawOpenfund.shareClassLifecycle == "active") { + shareClass.rawOpenfund.shareClassLaunchDate = + shareClass.rawOpenfund.shareClassLaunchDate || + new Date().toISOString().split("T")[0]; + } + + const sharePDA = this.getShareClassPDA(fundPDA, i); + shareClass.imageUri = `https://api.glam.systems/image/${sharePDA}.png`; + }); + + return fundModel; + } + + public async createFund( + fund: any + ): Promise<[TransactionSignature, PublicKey]> { + const fundModel = this.enrichFundModelInitialize(fund); + const fundPDA = this.getFundPDA(fundModel); + const treasury = this.getTreasuryPDA(fundPDA); + const share = this.getShareClassPDA(fundPDA, 0); + const openfund = this.getOpenfundPDA(fundPDA); + const manager = this.getManager(); + + //TODO: add instructions to "addShareClass" in the same tx + const txSig = await this.program.methods + .initializeV2(fundModel) + .accounts({ + fund: fundPDA, + treasury, + openfund, + share, + manager, + tokenProgram: TOKEN_2022_PROGRAM_ID + }) + .preInstructions([ + ComputeBudgetProgram.setComputeUnitLimit({ units: 500_000 }) + ]) + .rpc(); + return [txSig, fundPDA]; + } + + public async fetchFundAccount(fundPDA: PublicKey): Promise { + return this.program.account.fundAccount.fetch(fundPDA); + } + + public async fetchFundMetadataAccount( + fundPDA: PublicKey + ): Promise { + const openfund = this.getOpenfundPDA(fundPDA); + return this.program.account.fundMetadataAccount.fetch(openfund); + } + + remapKeyValueArray(vec: Array): any { + return vec.reduce((prev, el) => { + prev[Object.keys(el.name)[0]] = el.value; + return prev; + }, {}); + } + + getOpenfundsFromAccounts( + fundAccount: FundAccount, + openfundsAccount: FundMetadataAccount + ): any { + let shareClasses = openfundsAccount.shareClasses.map((shareClass, i) => ({ + shareClassId: fundAccount.shareClasses[i], + ...this.remapKeyValueArray(shareClass) + })); + let fundManagers = openfundsAccount.fundManagers.map((fundManager) => ({ + pubkey: fundAccount.manager, + ...this.remapKeyValueArray(fundManager) + })); + + const company = this.remapKeyValueArray(openfundsAccount.company); + + let openfund = { + legalFundNameIncludingUmbrella: fundAccount.name, + ...this.remapKeyValueArray(openfundsAccount.fund), + company, + fundManagers, + shareClasses + }; + + return openfund; + } + + public async fetchFund(fundPDA: PublicKey): Promise { + const fundAccount = await this.fetchFundAccount(fundPDA); + const openfundsAccount = await this.fetchFundMetadataAccount(fundPDA); + + //TODO rebuild model from accounts + let fundModel = this.getFundModel(fundAccount); + fundModel.id = fundPDA; + + return { + ...fundModel, + ...this.getOpenfundsFromAccounts(fundAccount, openfundsAccount) + }; + } +} diff --git a/anchor/src/clientConfig.ts b/anchor/src/clientConfig.ts new file mode 100644 index 00000000..beb1234f --- /dev/null +++ b/anchor/src/clientConfig.ts @@ -0,0 +1,7 @@ +import { Provider } from "@coral-xyz/anchor"; +import { Cluster } from "@solana/web3.js"; + +export type GlamClientConfig = { + provider?: Provider; + cluster?: Cluster; +}; diff --git a/anchor/src/glam-exports.ts b/anchor/src/glamExports.ts similarity index 84% rename from anchor/src/glam-exports.ts rename to anchor/src/glamExports.ts index 8e19adb5..94e345ed 100644 --- a/anchor/src/glam-exports.ts +++ b/anchor/src/glamExports.ts @@ -1,11 +1,13 @@ // Here we export some useful types and functions for interacting with the Anchor program. import { Cluster, PublicKey } from '@solana/web3.js'; import { Program } from '@coral-xyz/anchor'; -import GlamIDLUntyped from '../target/idl/glam.json'; +import { IDL as GlamIDL } from '../target/types/glam'; import type { Glam } from '../target/types/glam'; -// Re-export the generated IDL and type -const GlamIDL = GlamIDLUntyped as Glam; +// anchor 0.30 +// import GlamIDLUntyped from '../target/idl/glam.json'; +// const GlamIDL = GlamIDLUntyped as Glam; + export { Glam, GlamIDL }; export type GlamProgram = Program; diff --git a/anchor/src/index.ts b/anchor/src/index.ts index 8db5421b..9f03b329 100644 --- a/anchor/src/index.ts +++ b/anchor/src/index.ts @@ -1 +1,4 @@ -export * from './glam-exports'; +export * from "./glamExports"; +export * from "./models"; +export * from "./clientConfig"; +export * from "./client"; diff --git a/anchor/src/models.ts b/anchor/src/models.ts new file mode 100644 index 00000000..162389fb --- /dev/null +++ b/anchor/src/models.ts @@ -0,0 +1,156 @@ +import { IdlTypes } from "@coral-xyz/anchor"; +import { Glam } from "./glamExports"; + +export type FundModel = IdlTypes["FundModel"]; +export const FundModel = class { + constructor(obj: any) { + let result: IdlTypes["FundModel"] = { + id: null, + name: null, + uri: null, + openfundUri: null, + isEnabled: null, + created: null, + isRawOpenfund: null, + ...obj, + assets: obj.assets || [], + assetsWeights: obj.assetsWeights || [], + shareClasses: obj.shareClasses + ? obj.shareClasses.map( + (shareClass) => new ShareClassModel(shareClass) as ShareClassModel + ) + : [], + company: obj.company + ? (new CompanyModel(obj.company) as CompanyModel) + : null, + manager: obj.manager + ? (new ManagerModel(obj.manager) as ManagerModel) + : null, + rawOpenfund: obj.fundDomicileAlpha2 + ? (new FundOpenfundModel(obj) as FundOpenfundModel) + : null + }; + return result; + } +}; + +export type FundOpenfundModel = IdlTypes["FundOpenfundModel"]; +export const FundOpenfundModel = class { + constructor(obj: any) { + const result: IdlTypes["FundOpenfundModel"] = { + fundDomicileAlpha2: null, + legalFundNameIncludingUmbrella: null, + fiscalYearEnd: null, + fundCurrency: null, + fundLaunchDate: null, + investmentObjective: null, + isEtc: null, + isEuDirectiveRelevant: null, + isFundOfFunds: null, + isPassiveFund: null, + isReit: null, + legalForm: null, + legalFundNameOnly: null, + openEndedOrClosedEndedFundStructure: null, + typeOfEuDirective: null, + ucitsVersion: null, + ...obj + }; + return result; + } +}; + +export type ShareClassModel = IdlTypes["ShareClassModel"]; +export const ShareClassModel = class { + constructor(obj: any) { + const result: IdlTypes["ShareClassModel"] = { + symbol: null, + name: null, + uri: null, + fundId: null, + asset: null, + imageUri: null, + isRawOpenfund: null, + ...obj, + rawOpenfund: obj.shareClassCurrency + ? (new ShareClassOpenfundModel(obj) as ShareClassOpenfundModel) + : null + }; + return result; + } +}; + +export type ShareClassOpenfundModel = IdlTypes["ShareClassOpenfundModel"]; +export const ShareClassOpenfundModel = class { + constructor(obj: any) { + const result: IdlTypes["ShareClassOpenfundModel"] = { + isin: null, + shareClassCurrency: null, + appliedSubscriptionFeeInFavourOfDistributor: null, + appliedSubscriptionFeeInFavourOfDistributorReferenceDate: null, + currencyOfMinimalSubscription: null, + fullShareClassName: null, + hasPerformanceFee: null, + hasSubscriptionFeeInFavourOfDistributor: null, + investmentStatus: null, + managementFeeApplied: null, + managementFeeAppliedReferenceDate: null, + managementFeeMaximum: null, + maximumSubscriptionFeeInFavourOfDistributor: null, + minimalInitialSubscriptionCategory: null, + minimalInitialSubscriptionInAmount: null, + minimalInitialSubscriptionInShares: null, + minimalSubsequentSubscriptionCategory: null, + minimalSubsequentSubscriptionInAmount: null, + minimalSubsequentSubscriptionInShares: null, + minimumSubscriptionFeeInFavourOfDistributor: null, + shareClassDistributionPolicy: null, + shareClassExtension: null, + shareClassLaunchDate: null, + shareClassLifecycle: null, + launchPrice: null, + launchPriceCurrency: null, + launchPriceDate: null, + hasAppliedSubscriptionFeeInFavourOfFund: null, + appliedSubscriptionFeeInFavourOfFund: null, + appliedSubscriptionFeeInFavourOfFundReferenceDate: null, + maximumSubscriptionFeeInFavourOfFund: null, + hasAppliedRedemptionFeeInFavourOfFund: null, + appliedRedemptionFeeInFavourOfFund: null, + appliedRedemptionFeeInFavourOfFundReferenceDate: null, + maximumRedemptionFeeInFavourOfFund: null, + ...obj + }; + return result; + } +}; + +export type CompanyModel = IdlTypes["CompanyModel"]; +export const CompanyModel = class { + constructor(obj: any) { + const result: IdlTypes["CompanyModel"] = { + // alias name = fundGroupName + fundGroupName: obj.fundGroupName || obj.name || null, + // alias email = emailAddressOfManCo + emailAddressOfManCo: obj.emailAddressOfManCo || obj.email || null, + // alias website = fundWebsiteOfManCo + fundWebsiteOfManCo: obj.fundWebsiteOfManCo || obj.website || null, + manCo: obj.manCo || null, + domicileOfManCo: obj.domicileOfManCo || null + }; + return result; + } +}; + +export type ManagerModel = IdlTypes["ManagerModel"]; +export const ManagerModel = class { + constructor(obj: any) { + const result: IdlTypes["ManagerModel"] = { + // alias name = portfolioManagerName + portfolioManagerName: obj.name || obj.portfolioManagerName || null, + pubkey: obj.pubkey || null, + kind: (obj.kind as IdlTypes["ManagerKind"]) || null + }; + return result; + } +}; diff --git a/anchor/target/idl/glam.json b/anchor/target/idl/glam.json index c214f916..0559a0fd 100644 --- a/anchor/target/idl/glam.json +++ b/anchor/target/idl/glam.json @@ -1,796 +1,702 @@ { - "address": "Gco1pcjxCMYjKJjSNJ7mKV7qezeUTE7arXJgy7PAPNRc", - "metadata": { - "name": "glam", - "version": "0.2.0", - "spec": "0.1.0", - "description": "Glam Protocol" - }, + "version": "0.2.0", + "name": "glam", "instructions": [ { - "name": "close", - "discriminator": [ - 98, - 165, - 201, - 177, - 108, - 65, - 206, - 96 - ], + "name": "initializeV2", "accounts": [ { "name": "fund", - "writable": true + "isMut": true, + "isSigner": false + }, + { + "name": "openfund", + "isMut": true, + "isSigner": false + }, + { + "name": "treasury", + "isMut": true, + "isSigner": false + }, + { + "name": "share", + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": true, + "isSigner": true + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "rent", + "isMut": false, + "isSigner": false } ], - "args": [] + "args": [ + { + "name": "fund", + "type": { + "defined": "FundModel" + } + } + ] }, { - "name": "drift_close", - "discriminator": [ - 23, - 133, - 219, - 157, - 137, - 34, - 93, - 58 - ], + "name": "initialize", "accounts": [ { - "name": "fund" - }, - { - "name": "treasury" + "name": "fund", + "isMut": true, + "isSigner": false }, { - "name": "user_stats", - "writable": true + "name": "treasury", + "isMut": true, + "isSigner": false }, { - "name": "user", - "writable": true + "name": "share", + "isMut": true, + "isSigner": false }, { - "name": "state", - "writable": true + "name": "manager", + "isMut": true, + "isSigner": true }, { - "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "name": "systemProgram", + "isMut": false, + "isSigner": false }, { - "name": "drift_program", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "name": "tokenProgram", + "isMut": false, + "isSigner": false }, { - "name": "system_program", - "address": "11111111111111111111111111111111" + "name": "rent", + "isMut": false, + "isSigner": false } ], - "args": [] - }, - { - "name": "drift_deposit", - "discriminator": [ - 252, - 63, - 250, - 201, - 98, - 55, - 130, - 12 - ], - "accounts": [ + "args": [ { - "name": "fund" + "name": "fundName", + "type": "string" }, { - "name": "treasury" + "name": "fundSymbol", + "type": "string" }, { - "name": "user_stats", - "writable": true + "name": "fundUri", + "type": "string" }, { - "name": "user", - "writable": true + "name": "assetWeights", + "type": { + "vec": "u32" + } }, { - "name": "state", - "writable": true + "name": "activate", + "type": "bool" }, { - "name": "treasury_ata", - "writable": true - }, + "name": "shareClassMetadata", + "type": { + "defined": "ShareClassMetadata" + } + } + ] + }, + { + "name": "update", + "accounts": [ { - "name": "drift_ata", - "writable": true + "name": "fund", + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": true, + "isSigner": true + } + ], + "args": [ + { + "name": "name", + "type": { + "option": "string" + } }, { - "name": "drift_program", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "name": "uri", + "type": { + "option": "string" + } }, { - "name": "token_program", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" - } - ], - "args": [ + "name": "assetWeights", + "type": { + "option": { + "vec": "u32" + } + } + }, { - "name": "amount", - "type": "u64" + "name": "activate", + "type": { + "option": "bool" + } } ] }, { - "name": "drift_initialize", - "discriminator": [ - 21, - 21, - 69, - 55, - 41, - 129, - 44, - 198 + "name": "close", + "accounts": [ + { + "name": "fund", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + } ], + "args": [] + }, + { + "name": "subscribe", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "shareClass", + "isMut": true, + "isSigner": false }, { - "name": "treasury" + "name": "signerShareAta", + "isMut": true, + "isSigner": false }, { - "name": "user_stats", - "writable": true + "name": "asset", + "isMut": true, + "isSigner": false }, { - "name": "user", - "writable": true + "name": "treasuryAta", + "isMut": true, + "isSigner": false }, { - "name": "state", - "writable": true + "name": "signerAssetAta", + "isMut": true, + "isSigner": false }, { - "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "name": "signer", + "isMut": true, + "isSigner": true }, { - "name": "drift_program", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "name": "systemProgram", + "isMut": false, + "isSigner": false }, { - "name": "rent", - "address": "SysvarRent111111111111111111111111111111111" + "name": "associatedTokenProgram", + "isMut": false, + "isSigner": false }, { - "name": "system_program", - "address": "11111111111111111111111111111111" + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "token2022Program", + "isMut": false, + "isSigner": false } ], "args": [ { - "name": "trader", - "type": { - "option": "pubkey" - } + "name": "amount", + "type": "u64" + }, + { + "name": "skipState", + "type": "bool" } ] }, { - "name": "drift_update_delegated_trader", - "discriminator": [ - 98, - 66, - 206, - 146, - 109, - 215, - 206, - 57 - ], + "name": "redeem", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "treasury" + "name": "shareClass", + "isMut": true, + "isSigner": false }, { - "name": "user", - "writable": true + "name": "signerShareAta", + "isMut": true, + "isSigner": false }, { - "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "name": "signer", + "isMut": true, + "isSigner": true }, { - "name": "drift_program", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "token2022Program", + "isMut": false, + "isSigner": false } ], "args": [ { - "name": "trader", - "type": { - "option": "pubkey" - } + "name": "amount", + "type": "u64" + }, + { + "name": "inKind", + "type": "bool" + }, + { + "name": "skipState", + "type": "bool" } ] }, { - "name": "drift_withdraw", - "discriminator": [ - 86, - 59, - 186, - 123, - 183, - 181, - 234, - 137 - ], + "name": "driftInitialize", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "treasury" + "name": "treasury", + "isMut": false, + "isSigner": false }, { - "name": "user_stats", - "writable": true + "name": "userStats", + "isMut": true, + "isSigner": false }, { "name": "user", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "state", - "writable": true - }, - { - "name": "drift_signer" - }, - { - "name": "treasury_ata", - "writable": true + "isMut": true, + "isSigner": false }, { - "name": "drift_ata", - "writable": true + "name": "manager", + "isMut": true, + "isSigner": true }, { - "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "name": "driftProgram", + "isMut": false, + "isSigner": false }, { - "name": "drift_program", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "name": "rent", + "isMut": false, + "isSigner": false }, { - "name": "token_program", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" + "name": "systemProgram", + "isMut": false, + "isSigner": false } ], "args": [ { - "name": "amount", - "type": "u64" + "name": "trader", + "type": { + "option": "publicKey" + } } ] }, { - "name": "initialize", - "discriminator": [ - 175, - 175, - 109, - 31, - 13, - 152, - 155, - 237 - ], + "name": "driftUpdateDelegatedTrader", "accounts": [ { "name": "fund", - "writable": true, - "pda": { - "seeds": [ - { - "kind": "const", - "value": [ - 102, - 117, - 110, - 100 - ] - }, - { - "kind": "account", - "path": "manager" - }, - { - "kind": "arg", - "path": "name" - } - ] - } + "isMut": false, + "isSigner": false }, { "name": "treasury", - "writable": true, - "pda": { - "seeds": [ - { - "kind": "const", - "value": [ - 116, - 114, - 101, - 97, - 115, - 117, - 114, - 121 - ] - }, - { - "kind": "account", - "path": "fund" - } - ] - } + "isMut": false, + "isSigner": false }, { - "name": "share", - "writable": true, - "pda": { - "seeds": [ - { - "kind": "const", - "value": [ - 115, - 104, - 97, - 114, - 101, - 45, - 48 - ] - }, - { - "kind": "account", - "path": "fund" - } - ] - } + "name": "user", + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true - }, - { - "name": "system_program", - "address": "11111111111111111111111111111111" - }, - { - "name": "token_program", - "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" + "isMut": true, + "isSigner": true }, { - "name": "rent", - "address": "SysvarRent111111111111111111111111111111111" + "name": "driftProgram", + "isMut": false, + "isSigner": false } ], "args": [ { - "name": "fund_name", - "type": "string" - }, - { - "name": "fund_symbol", - "type": "string" - }, - { - "name": "fund_uri", - "type": "string" - }, - { - "name": "asset_weights", - "type": { - "vec": "u32" - } - }, - { - "name": "activate", - "type": "bool" - }, - { - "name": "share_class_metadata", + "name": "trader", "type": { - "defined": { - "name": "ShareClassMetadata" - } + "option": "publicKey" } } ] }, { - "name": "redeem", - "discriminator": [ - 184, - 12, - 86, - 149, - 70, - 196, - 97, - 225 - ], + "name": "driftDeposit", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false }, { - "name": "share_class", - "writable": true + "name": "userStats", + "isMut": true, + "isSigner": false }, { - "name": "signer_share_ata", - "writable": true + "name": "user", + "isMut": true, + "isSigner": false }, { - "name": "signer", - "writable": true, - "signer": true + "name": "state", + "isMut": true, + "isSigner": false + }, + { + "name": "treasuryAta", + "isMut": true, + "isSigner": false + }, + { + "name": "driftAta", + "isMut": true, + "isSigner": false }, { - "name": "treasury" + "name": "manager", + "isMut": true, + "isSigner": true }, { - "name": "token_program", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" + "name": "driftProgram", + "isMut": false, + "isSigner": false }, { - "name": "token_2022_program", - "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" + "name": "tokenProgram", + "isMut": false, + "isSigner": false } ], "args": [ { "name": "amount", "type": "u64" - }, - { - "name": "in_kind", - "type": "bool" - }, - { - "name": "skip_state", - "type": "bool" } ] }, { - "name": "subscribe", - "discriminator": [ - 254, - 28, - 191, - 138, - 156, - 179, - 183, - 53 - ], + "name": "driftWithdraw", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "share_class", - "writable": true + "name": "treasury", + "isMut": false, + "isSigner": false }, { - "name": "signer_share_ata", - "writable": true + "name": "userStats", + "isMut": true, + "isSigner": false }, { - "name": "asset", - "writable": true + "name": "user", + "isMut": true, + "isSigner": false }, { - "name": "treasury_ata", - "writable": true + "name": "state", + "isMut": true, + "isSigner": false }, { - "name": "signer_asset_ata", - "writable": true + "name": "driftSigner", + "isMut": false, + "isSigner": false }, { - "name": "signer", - "writable": true, - "signer": true + "name": "treasuryAta", + "isMut": true, + "isSigner": false }, { - "name": "system_program", - "address": "11111111111111111111111111111111" + "name": "driftAta", + "isMut": true, + "isSigner": false }, { - "name": "associated_token_program", - "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL" + "name": "manager", + "isMut": true, + "isSigner": true }, { - "name": "token_program", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" + "name": "driftProgram", + "isMut": false, + "isSigner": false }, { - "name": "token_2022_program", - "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" + "name": "tokenProgram", + "isMut": false, + "isSigner": false } ], "args": [ { "name": "amount", "type": "u64" - }, - { - "name": "skip_state", - "type": "bool" } ] }, { - "name": "update", - "discriminator": [ - 219, - 200, - 88, - 176, - 158, - 63, - 253, - 127 - ], + "name": "driftClose", "accounts": [ { "name": "fund", - "writable": true + "isMut": false, + "isSigner": false }, { - "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] - } - ], - "args": [ + "name": "treasury", + "isMut": false, + "isSigner": false + }, { - "name": "name", - "type": { - "option": "string" - } + "name": "userStats", + "isMut": true, + "isSigner": false }, { - "name": "uri", - "type": { - "option": "string" - } + "name": "user", + "isMut": true, + "isSigner": false }, { - "name": "asset_weights", - "type": { - "option": { - "vec": "u32" - } - } + "name": "state", + "isMut": true, + "isSigner": false }, { - "name": "activate", - "type": { - "option": "bool" - } + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "driftProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false } - ] + ], + "args": [] } ], "accounts": [ - { - "name": "Fund", - "discriminator": [ - 62, - 128, - 183, - 208, - 91, - 31, - 212, - 209 - ] - }, { "name": "State", - "discriminator": [ - 216, - 146, - 107, - 94, - 104, - 75, - 182, - 177 - ] - }, - { - "name": "Treasury", - "discriminator": [ - 238, - 239, - 123, - 238, - 89, - 1, - 168, - 253 - ] - } - ], - "errors": [ - { - "code": 6000, - "name": "CloseNotEmptyError", - "msg": "Error closing account: not empty" - }, - { - "code": 6001, - "name": "NotAuthorizedError", - "msg": "Error: not authorized" - }, - { - "code": 6002, - "name": "InvalidFundName", - "msg": "Invalid fund name: max 30 chars" - }, - { - "code": 6003, - "name": "InvalidFundSymbol", - "msg": "Too many assets: max 50" - }, - { - "code": 6004, - "name": "InvalidFundUri", - "msg": "Too many assets: max 20" - }, - { - "code": 6005, - "name": "InvalidAssetsLen", - "msg": "Too many assets: max 100" - }, - { - "code": 6006, - "name": "InvalidAssetsWeights", - "msg": "Number of weights should match number of assets" - } - ], - "types": [ - { - "name": "FeeStructure", + "docs": [ + "Account: State" + ], "type": { "kind": "struct", "fields": [ { - "name": "fee_tiers", + "name": "admin", + "type": "publicKey" + }, + { + "name": "whitelistMint", + "type": "publicKey" + }, + { + "name": "discountMint", + "type": "publicKey" + }, + { + "name": "signer", + "type": "publicKey" + }, + { + "name": "srmVault", + "type": "publicKey" + }, + { + "name": "perpFeeStructure", "type": { - "array": [ - { - "defined": { - "name": "FeeTier" - } - }, - 10 - ] + "defined": "FeeStructure" } }, { - "name": "filler_reward_structure", + "name": "spotFeeStructure", "type": { - "defined": { - "name": "OrderFillerRewardStructure" - } + "defined": "FeeStructure" } }, { - "name": "referrer_reward_epoch_upper_bound", + "name": "oracleGuardRails", + "type": { + "defined": "OracleGuardRails" + } + }, + { + "name": "numberOfAuthorities", "type": "u64" }, { - "name": "flat_filler_fee", + "name": "numberOfSubAccounts", "type": "u64" - } - ] - } - }, - { - "name": "FeeTier", - "type": { - "kind": "struct", - "fields": [ + }, { - "name": "fee_numerator", - "type": "u32" + "name": "lpCooldownTime", + "type": "u64" }, { - "name": "fee_denominator", + "name": "liquidationMarginBufferRatio", "type": "u32" }, { - "name": "maker_rebate_numerator", - "type": "u32" + "name": "settlementDuration", + "type": "u16" }, { - "name": "maker_rebate_denominator", - "type": "u32" + "name": "numberOfMarkets", + "type": "u16" }, { - "name": "referrer_reward_numerator", - "type": "u32" + "name": "numberOfSpotMarkets", + "type": "u16" }, { - "name": "referrer_reward_denominator", - "type": "u32" + "name": "signerNonce", + "type": "u8" }, { - "name": "referee_fee_numerator", - "type": "u32" + "name": "minPerpAuctionDuration", + "type": "u8" }, { - "name": "referee_fee_denominator", - "type": "u32" + "name": "defaultMarketOrderTimeInForce", + "type": "u8" + }, + { + "name": "defaultSpotAuctionDuration", + "type": "u8" + }, + { + "name": "exchangeStatus", + "type": "u8" + }, + { + "name": "liquidationDuration", + "type": "u8" + }, + { + "name": "initialPctToLiquidate", + "type": "u16" + }, + { + "name": "maxNumberOfSubAccounts", + "type": "u16" + }, + { + "name": "maxInitializeUserFee", + "type": "u16" + }, + { + "name": "padding", + "type": { + "array": [ + "u8", + 10 + ] + } } ] } @@ -802,27 +708,27 @@ "fields": [ { "name": "manager", - "type": "pubkey" + "type": "publicKey" }, { "name": "treasury", - "type": "pubkey" + "type": "publicKey" }, { - "name": "assets_len", + "name": "assetsLen", "type": "u8" }, { "name": "assets", "type": { "array": [ - "pubkey", + "publicKey", 5 ] } }, { - "name": "assets_weights", + "name": "assetsWeights", "type": { "array": [ "u32", @@ -831,33 +737,31 @@ } }, { - "name": "share_classes_len", + "name": "shareClassesLen", "type": "u8" }, { - "name": "share_classes", + "name": "shareClasses", "type": { "array": [ - "pubkey", + "publicKey", 3 ] } }, { - "name": "share_classes_metadata", + "name": "shareClassesMetadata", "type": { "array": [ { - "defined": { - "name": "ShareClassMetadata" - } + "defined": "ShareClassMetadata" }, 3 ] } }, { - "name": "share_classes_bumps", + "name": "shareClassesBumps", "type": { "array": [ "u8", @@ -866,15 +770,15 @@ } }, { - "name": "time_created", + "name": "timeCreated", "type": "i64" }, { - "name": "bump_fund", + "name": "bumpFund", "type": "u8" }, { - "name": "bump_treasury", + "name": "bumpTreasury", "type": "u8" }, { @@ -890,30 +794,58 @@ "type": "string" }, { - "name": "is_active", + "name": "isActive", "type": "bool" } ] } }, { - "name": "OracleGuardRails", + "name": "FundAccount", "type": { "kind": "struct", "fields": [ { - "name": "price_divergence", + "name": "name", + "type": "string" + }, + { + "name": "uri", + "type": "string" + }, + { + "name": "treasury", + "type": "publicKey" + }, + { + "name": "shareClasses", "type": { - "defined": { - "name": "PriceDivergenceGuardRails" - } + "vec": "publicKey" } }, { - "name": "validity", + "name": "openfund", + "type": "publicKey" + }, + { + "name": "openfundUri", + "type": "string" + }, + { + "name": "manager", + "type": "publicKey" + }, + { + "name": "engine", + "type": "publicKey" + }, + { + "name": "params", "type": { - "defined": { - "name": "ValidityGuardRails" + "vec": { + "vec": { + "defined": "GlamParam" + } } } } @@ -921,283 +853,2042 @@ } }, { - "name": "OrderFillerRewardStructure", + "name": "FundMetadataAccount", "type": { "kind": "struct", "fields": [ { - "name": "reward_numerator", - "type": "u32" + "name": "fundPubkey", + "type": "publicKey" }, { - "name": "reward_denominator", - "type": "u32" + "name": "company", + "type": { + "vec": { + "defined": "CompanyField" + } + } }, { - "name": "time_based_reward_lower_bound", - "type": "u128" + "name": "fund", + "type": { + "vec": { + "defined": "FundField" + } + } + }, + { + "name": "shareClasses", + "type": { + "vec": { + "vec": { + "defined": "ShareClassField" + } + } + } + }, + { + "name": "fundManagers", + "type": { + "vec": { + "vec": { + "defined": "FundManagerField" + } + } + } } ] } }, { - "name": "PriceDivergenceGuardRails", + "name": "Treasury", "type": { "kind": "struct", "fields": [ { - "name": "mark_oracle_percent_divergence", - "type": "u64" + "name": "manager", + "type": "publicKey" }, { - "name": "oracle_twap5min_percent_divergence", - "type": "u64" + "name": "fund", + "type": "publicKey" + }, + { + "name": "bump", + "type": "u8" } ] } - }, + } + ], + "types": [ { - "name": "ShareClassMetadata", + "name": "FeeStructure", "type": { "kind": "struct", "fields": [ { - "name": "name", - "type": "string" - }, - { - "name": "symbol", - "type": "string" - }, - { - "name": "uri", - "type": "string" + "name": "feeTiers", + "type": { + "array": [ + { + "defined": "FeeTier" + }, + 10 + ] + } }, { - "name": "share_class_asset", - "type": "string" + "name": "fillerRewardStructure", + "type": { + "defined": "OrderFillerRewardStructure" + } }, { - "name": "share_class_asset_id", - "type": "pubkey" + "name": "referrerRewardEpochUpperBound", + "type": "u64" }, { - "name": "isin", - "type": "string" - }, + "name": "flatFillerFee", + "type": "u64" + } + ] + } + }, + { + "name": "FeeTier", + "type": { + "kind": "struct", + "fields": [ { - "name": "status", - "type": "string" + "name": "feeNumerator", + "type": "u32" }, { - "name": "fee_management", - "type": "i32" + "name": "feeDenominator", + "type": "u32" }, { - "name": "fee_performance", - "type": "i32" + "name": "makerRebateNumerator", + "type": "u32" }, { - "name": "policy_distribution", - "type": "string" + "name": "makerRebateDenominator", + "type": "u32" }, { - "name": "extension", - "type": "string" + "name": "referrerRewardNumerator", + "type": "u32" }, { - "name": "launch_date", - "type": "string" + "name": "referrerRewardDenominator", + "type": "u32" }, { - "name": "lifecycle", - "type": "string" + "name": "refereeFeeNumerator", + "type": "u32" }, { - "name": "image_uri", - "type": "string" + "name": "refereeFeeDenominator", + "type": "u32" } ] } }, { - "name": "State", - "docs": [ - "Account: State" - ], + "name": "OracleGuardRails", "type": { "kind": "struct", "fields": [ { - "name": "admin", - "type": "pubkey" - }, - { - "name": "whitelist_mint", - "type": "pubkey" - }, - { - "name": "discount_mint", - "type": "pubkey" - }, - { - "name": "signer", - "type": "pubkey" + "name": "priceDivergence", + "type": { + "defined": "PriceDivergenceGuardRails" + } }, { - "name": "srm_vault", - "type": "pubkey" - }, - { - "name": "perp_fee_structure", + "name": "validity", "type": { - "defined": { - "name": "FeeStructure" - } + "defined": "ValidityGuardRails" } + } + ] + } + }, + { + "name": "OrderFillerRewardStructure", + "type": { + "kind": "struct", + "fields": [ + { + "name": "rewardNumerator", + "type": "u32" + }, + { + "name": "rewardDenominator", + "type": "u32" + }, + { + "name": "timeBasedRewardLowerBound", + "type": "u128" + } + ] + } + }, + { + "name": "PriceDivergenceGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "markOraclePercentDivergence", + "type": "u64" }, { - "name": "spot_fee_structure", + "name": "oracleTwap5minPercentDivergence", + "type": "u64" + } + ] + } + }, + { + "name": "ValidityGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "slotsBeforeStaleForAmm", + "type": "i64" + }, + { + "name": "slotsBeforeStaleForMargin", + "type": "i64" + }, + { + "name": "confidenceIntervalMaxSize", + "type": "u64" + }, + { + "name": "tooVolatileRatio", + "type": "i64" + } + ] + } + }, + { + "name": "GlamParam", + "type": { + "kind": "struct", + "fields": [ + { + "name": "key", "type": { - "defined": { - "name": "FeeStructure" - } + "defined": "OFKey" } }, { - "name": "oracle_guard_rails", + "name": "val", "type": { - "defined": { - "name": "OracleGuardRails" - } + "defined": "OFValue" } - }, + } + ] + } + }, + { + "name": "OFKey", + "type": { + "kind": "enum", + "variants": [ { - "name": "number_of_authorities", - "type": "u64" + "name": "Symbol" }, { - "name": "number_of_sub_accounts", - "type": "u64" + "name": "TimeCreated" }, { - "name": "lp_cooldown_time", - "type": "u64" + "name": "Active" }, { - "name": "liquidation_margin_buffer_ratio", - "type": "u32" + "name": "Hello" + } + ] + } + }, + { + "name": "OFValue", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Boolean", + "fields": [ + { + "name": "val", + "type": "bool" + } + ] }, { - "name": "settlement_duration", - "type": "u16" + "name": "Date", + "fields": [ + { + "name": "val", + "type": "string" + } + ] }, { - "name": "number_of_markets", - "type": "u16" + "name": "Double", + "fields": [ + { + "name": "val", + "type": "i64" + } + ] }, { - "name": "number_of_spot_markets", - "type": "u16" + "name": "Integer", + "fields": [ + { + "name": "val", + "type": "i32" + } + ] }, { - "name": "signer_nonce", - "type": "u8" + "name": "String", + "fields": [ + { + "name": "val", + "type": "string" + } + ] }, { - "name": "min_perp_auction_duration", - "type": "u8" + "name": "Time", + "fields": [ + { + "name": "val", + "type": "string" + } + ] }, { - "name": "default_market_order_time_in_force", - "type": "u8" + "name": "U8", + "fields": [ + { + "name": "val", + "type": "u8" + } + ] }, { - "name": "default_spot_auction_duration", - "type": "u8" + "name": "U64", + "fields": [ + { + "name": "val", + "type": "u64" + } + ] }, { - "name": "exchange_status", - "type": "u8" + "name": "Pubkey", + "fields": [ + { + "name": "val", + "type": "publicKey" + } + ] }, { - "name": "liquidation_duration", - "type": "u8" + "name": "Percentage", + "fields": [ + { + "name": "val", + "type": "u32" + } + ] }, { - "name": "initial_pct_to_liquidate", - "type": "u16" + "name": "URI", + "fields": [ + { + "name": "val", + "type": "string" + } + ] }, { - "name": "max_number_of_sub_accounts", - "type": "u16" + "name": "Timestamp", + "fields": [ + { + "name": "val", + "type": "i64" + } + ] }, { - "name": "max_initialize_user_fee", - "type": "u16" + "name": "VecPubkey", + "fields": [ + { + "name": "val", + "type": { + "vec": "publicKey" + } + } + ] }, { - "name": "padding", - "type": { - "array": [ - "u8", - 10 - ] - } + "name": "VecU32", + "fields": [ + { + "name": "val", + "type": { + "vec": "u32" + } + } + ] } ] } }, { - "name": "Treasury", + "name": "ShareClassMetadata", "type": { "kind": "struct", "fields": [ { - "name": "manager", - "type": "pubkey" + "name": "name", + "type": "string" }, { - "name": "fund", - "type": "pubkey" + "name": "symbol", + "type": "string" }, { - "name": "bump", - "type": "u8" + "name": "uri", + "type": "string" + }, + { + "name": "shareClassAsset", + "type": "string" + }, + { + "name": "shareClassAssetId", + "type": "publicKey" + }, + { + "name": "isin", + "type": "string" + }, + { + "name": "status", + "type": "string" + }, + { + "name": "feeManagement", + "type": "i32" + }, + { + "name": "feePerformance", + "type": "i32" + }, + { + "name": "policyDistribution", + "type": "string" + }, + { + "name": "extension", + "type": "string" + }, + { + "name": "launchDate", + "type": "string" + }, + { + "name": "lifecycle", + "type": "string" + }, + { + "name": "imageUri", + "type": "string" } ] } }, { - "name": "ValidityGuardRails", + "name": "CompanyModel", "type": { "kind": "struct", "fields": [ { - "name": "slots_before_stale_for_amm", - "type": "i64" + "name": "fundGroupName", + "type": { + "option": "string" + } }, { - "name": "slots_before_stale_for_margin", - "type": "i64" + "name": "manCo", + "type": { + "option": "string" + } }, { - "name": "confidence_interval_max_size", - "type": "u64" + "name": "domicileOfManCo", + "type": { + "option": "string" + } }, { - "name": "too_volatile_ratio", - "type": "i64" + "name": "emailAddressOfManCo", + "type": { + "option": "string" + } + }, + { + "name": "fundWebsiteOfManCo", + "type": { + "option": "string" + } } ] } - } - ], - "constants": [ + }, { - "name": "SEED", - "type": "string", - "value": "\"anchor\"" - } - ] + "name": "CreatedModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "key", + "type": { + "array": [ + "u8", + 8 + ] + } + }, + { + "name": "manager", + "type": { + "option": "publicKey" + } + } + ] + } + }, + { + "name": "FundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "id", + "type": { + "option": "publicKey" + } + }, + { + "name": "name", + "type": { + "option": "string" + } + }, + { + "name": "uri", + "type": { + "option": "string" + } + }, + { + "name": "openfundUri", + "type": { + "option": "string" + } + }, + { + "name": "isEnabled", + "type": { + "option": "bool" + } + }, + { + "name": "assets", + "type": { + "vec": "publicKey" + } + }, + { + "name": "assetsWeights", + "type": { + "vec": "u32" + } + }, + { + "name": "shareClasses", + "type": { + "vec": { + "defined": "ShareClassModel" + } + } + }, + { + "name": "company", + "type": { + "option": { + "defined": "CompanyModel" + } + } + }, + { + "name": "manager", + "type": { + "option": { + "defined": "ManagerModel" + } + } + }, + { + "name": "created", + "type": { + "option": { + "defined": "CreatedModel" + } + } + }, + { + "name": "isRawOpenfund", + "type": { + "option": "bool" + } + }, + { + "name": "rawOpenfund", + "type": { + "option": { + "defined": "FundOpenfundModel" + } + } + } + ] + } + }, + { + "name": "FundOpenfundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "fundDomicileAlpha2", + "type": { + "option": "string" + } + }, + { + "name": "legalFundNameIncludingUmbrella", + "type": { + "option": "string" + } + }, + { + "name": "fiscalYearEnd", + "type": { + "option": "string" + } + }, + { + "name": "fundCurrency", + "type": { + "option": "string" + } + }, + { + "name": "fundLaunchDate", + "type": { + "option": "string" + } + }, + { + "name": "investmentObjective", + "type": { + "option": "string" + } + }, + { + "name": "isEtc", + "type": { + "option": "bool" + } + }, + { + "name": "isEuDirectiveRelevant", + "type": { + "option": "bool" + } + }, + { + "name": "isFundOfFunds", + "type": { + "option": "bool" + } + }, + { + "name": "isPassiveFund", + "type": { + "option": "bool" + } + }, + { + "name": "isReit", + "type": { + "option": "bool" + } + }, + { + "name": "legalForm", + "type": { + "option": "string" + } + }, + { + "name": "legalFundNameOnly", + "type": { + "option": "string" + } + }, + { + "name": "openEndedOrClosedEndedFundStructure", + "type": { + "option": "string" + } + }, + { + "name": "typeOfEuDirective", + "type": { + "option": "string" + } + }, + { + "name": "ucitsVersion", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "ManagerKind", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Wallet" + }, + { + "name": "Squads" + } + ] + } + }, + { + "name": "ManagerModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "portfolioManagerName", + "type": { + "option": "string" + } + }, + { + "name": "pubkey", + "type": { + "option": "publicKey" + } + }, + { + "name": "kind", + "type": { + "option": { + "defined": "ManagerKind" + } + } + } + ] + } + }, + { + "name": "ShareClassModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "symbol", + "type": { + "option": "string" + } + }, + { + "name": "name", + "type": { + "option": "string" + } + }, + { + "name": "uri", + "type": { + "option": "string" + } + }, + { + "name": "fundId", + "type": { + "option": "publicKey" + } + }, + { + "name": "asset", + "type": { + "option": "publicKey" + } + }, + { + "name": "imageUri", + "type": { + "option": "string" + } + }, + { + "name": "isRawOpenfund", + "type": { + "option": "bool" + } + }, + { + "name": "rawOpenfund", + "type": { + "option": { + "defined": "ShareClassOpenfundModel" + } + } + } + ] + } + }, + { + "name": "ShareClassOpenfundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "isin", + "type": { + "option": "string" + } + }, + { + "name": "shareClassCurrency", + "type": { + "option": "string" + } + }, + { + "name": "fullShareClassName", + "type": { + "option": "string" + } + }, + { + "name": "hasPerformanceFee", + "type": { + "option": "bool" + } + }, + { + "name": "investmentStatus", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeApplied", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeAppliedReferenceDate", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeMaximum", + "type": { + "option": "string" + } + }, + { + "name": "shareClassDistributionPolicy", + "type": { + "option": "string" + } + }, + { + "name": "shareClassExtension", + "type": { + "option": "string" + } + }, + { + "name": "shareClassLaunchDate", + "type": { + "option": "string" + } + }, + { + "name": "shareClassLifecycle", + "type": { + "option": "string" + } + }, + { + "name": "launchPrice", + "type": { + "option": "string" + } + }, + { + "name": "launchPriceCurrency", + "type": { + "option": "string" + } + }, + { + "name": "launchPriceDate", + "type": { + "option": "string" + } + }, + { + "name": "isValidIsin", + "type": { + "option": "bool" + } + }, + { + "name": "lockUpComment", + "type": { + "option": "string" + } + }, + { + "name": "lockUpPeriodInDays", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeMinimum", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsAmount", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsNav", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsShares", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "CompanyField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "CompanyFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "CompanyFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "FundGroupName" + }, + { + "name": "ManCo" + }, + { + "name": "DomicileOfManCo" + }, + { + "name": "BICOfCustodian" + }, + { + "name": "CollateralManagerName" + }, + { + "name": "CustodianBankName" + }, + { + "name": "DomicileOfCustodianBank" + }, + { + "name": "FundAdministratorName" + }, + { + "name": "FundAdvisorName" + }, + { + "name": "FundPromoterName" + }, + { + "name": "IsSelfManagedInvestmentCompany" + }, + { + "name": "LEIOfCustodianBank" + }, + { + "name": "LEIOfManCo" + }, + { + "name": "PortfolioManagingCompanyName" + }, + { + "name": "SecuritiesLendingCounterpartyName" + }, + { + "name": "SwapCounterpartyName" + }, + { + "name": "AddressofManCo" + }, + { + "name": "AuditorName" + }, + { + "name": "CityofManCo" + }, + { + "name": "EmailAddressOfManCo" + }, + { + "name": "FundWebsiteofManCo" + }, + { + "name": "IsUNPRISignatory" + }, + { + "name": "PhoneCountryCodeofManCo" + }, + { + "name": "PhoneNumberofManCo" + }, + { + "name": "SubInvestmentAdvisorName" + }, + { + "name": "ZIPCodeofManCo" + }, + { + "name": "DomicileOfUmbrella" + }, + { + "name": "HasUmbrella" + }, + { + "name": "LEIOfUmbrella" + }, + { + "name": "Umbrella" + }, + { + "name": "GlobalIntermediaryIdentificationNumberOfUmbrella" + } + ] + } + }, + { + "name": "FundField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "FundFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "FundFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "FundDomicileAlpha2" + }, + { + "name": "FundDomicileAlpha3" + }, + { + "name": "LegalFundNameIncludingUmbrella" + }, + { + "name": "FiscalYearEnd" + }, + { + "name": "FundCurrency" + }, + { + "name": "FundLaunchDate" + }, + { + "name": "InvestmentObjective" + }, + { + "name": "IsETC" + }, + { + "name": "IsEUDirectiveRelevant" + }, + { + "name": "IsFundOfFunds" + }, + { + "name": "IsPassiveFund" + }, + { + "name": "IsREIT" + }, + { + "name": "LegalForm" + }, + { + "name": "LegalFundNameOnly" + }, + { + "name": "OpenEndedOrClosedEndedFundStructure" + }, + { + "name": "TypeOfEUDirective" + }, + { + "name": "UCITSVersion" + }, + { + "name": "CurrencyHedgePortfolio" + }, + { + "name": "DepositoryName" + }, + { + "name": "FundValuationPoint" + }, + { + "name": "FundValuationPointTimeZone" + }, + { + "name": "FundValuationPointTimeZoneUsingTZDatabase" + }, + { + "name": "HasCollateralManager" + }, + { + "name": "HasEmbeddedDerivatives" + }, + { + "name": "HasSecuritiesLending" + }, + { + "name": "HasSwap" + }, + { + "name": "IsLeveraged" + }, + { + "name": "IsShariaCompliant" + }, + { + "name": "IsShort" + }, + { + "name": "LEIofDepositoryBank" + }, + { + "name": "LEIOfFund" + }, + { + "name": "LocationOfBearerShare" + }, + { + "name": "LocationOfShareRegister" + }, + { + "name": "MaximumLeverageInFund" + }, + { + "name": "MiFIDSecuritiesClassification" + }, + { + "name": "MoneyMarketTypeOfFund" + }, + { + "name": "TrusteeName" + }, + { + "name": "AuMFund" + }, + { + "name": "AuMFundDate" + }, + { + "name": "NoSFund" + }, + { + "name": "NoSFundDate" + } + ] + } + }, + { + "name": "FundManagerField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "FundManagerFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "FundManagerFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "PortfolioManagerForename" + }, + { + "name": "PortfolioManagerName" + }, + { + "name": "PortfolioManagerYearOfBirth" + }, + { + "name": "PortfolioManagerYearOfExperienceStart" + }, + { + "name": "PortfolioManagerBriefBiography" + }, + { + "name": "PortfolioManagerType" + }, + { + "name": "PortfolioManagerRoleStartingDate" + }, + { + "name": "PortfolioManagerRoleEndDate" + } + ] + } + }, + { + "name": "ShareClassField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "ShareClassFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "ShareClassFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "ISIN" + }, + { + "name": "ShareClassCurrency" + }, + { + "name": "AllInFeeApplied" + }, + { + "name": "AllInFeeDate" + }, + { + "name": "AllInFeeIncludesTransactionCosts" + }, + { + "name": "AllInFeeMaximum" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfDistributorReferenceDate" + }, + { + "name": "Benchmark" + }, + { + "name": "CountryLegalRegistration" + }, + { + "name": "CountryMarketingDistribution" + }, + { + "name": "CurrencyHedgeShareClass" + }, + { + "name": "CurrencyOfMinimalSubscription" + }, + { + "name": "DistributionDeclarationFrequency" + }, + { + "name": "FullShareClassName" + }, + { + "name": "HasAllInFee" + }, + { + "name": "HasOngoingCharges" + }, + { + "name": "HasPerformanceFee" + }, + { + "name": "HasSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "InvestmentStatus" + }, + { + "name": "IsETF" + }, + { + "name": "IsRDRCompliant" + }, + { + "name": "IsTrailerFeeClean" + }, + { + "name": "ManagementFeeApplied" + }, + { + "name": "ManagementFeeAppliedReferenceDate" + }, + { + "name": "ManagementFeeMaximum" + }, + { + "name": "MaximumSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "MinimalInitialSubscriptionCategory" + }, + { + "name": "MinimalInitialSubscriptionInAmount" + }, + { + "name": "MinimalInitialSubscriptionInShares" + }, + { + "name": "MinimalSubsequentSubscriptionCategory" + }, + { + "name": "MinimalSubsequentSubscriptionInAmount" + }, + { + "name": "MinimalSubsequentSubscriptionInShares" + }, + { + "name": "MinimumSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "OngoingCharges" + }, + { + "name": "OngoingChargesDate" + }, + { + "name": "PerformanceFeeApplied" + }, + { + "name": "PerformanceFeeAppliedReferenceDate" + }, + { + "name": "PerformanceFeeInProspectus" + }, + { + "name": "PerformanceFeeInProspectusReferenceDate" + }, + { + "name": "RecordDateForSRRI" + }, + { + "name": "ShareClassDistributionPolicy" + }, + { + "name": "ShareClassExtension" + }, + { + "name": "ShareClassLaunchDate" + }, + { + "name": "ShareClassLifecycle" + }, + { + "name": "SRRI" + }, + { + "name": "TERExcludingPerformanceFee" + }, + { + "name": "TERExcludingPerformanceFeeDate" + }, + { + "name": "TERIncludingPerformanceFee" + }, + { + "name": "TERIncludingPerformanceFeeDate" + }, + { + "name": "TransferAgentName" + }, + { + "name": "BICOfTransferAgent" + }, + { + "name": "DomicileOfTransferAgent" + }, + { + "name": "FormOfShare" + }, + { + "name": "HasDurationHedge" + }, + { + "name": "TypeOfEqualization" + }, + { + "name": "IsMultiseries" + }, + { + "name": "SeriesIssuance" + }, + { + "name": "SeriesFrequency" + }, + { + "name": "DoesFundIssueSidePocket" + }, + { + "name": "HasRedemptionGates" + }, + { + "name": "TypeOfAlternativeFundStructureVehicle" + }, + { + "name": "BloombergCode" + }, + { + "name": "FIGICode" + }, + { + "name": "AbbreviatedShareClassName" + }, + { + "name": "ValuationFrequency" + }, + { + "name": "NAVPublicationTime" + }, + { + "name": "IsShareClassEligibleForUCITS" + }, + { + "name": "InvestmentStatusDate" + }, + { + "name": "LaunchPrice" + }, + { + "name": "LaunchPriceCurrency" + }, + { + "name": "LaunchPriceDate" + }, + { + "name": "EFAMAMainEFCCategory" + }, + { + "name": "EFAMAEFCClassificationType" + }, + { + "name": "EFAMAActiveEFCClassification" + }, + { + "name": "EFAMAEFCInvestmentTheme" + }, + { + "name": "PricingMethodology" + }, + { + "name": "SinglePricingType" + }, + { + "name": "SwingFactor" + }, + { + "name": "StandardMinimumRemainingAmount" + }, + { + "name": "StandardMinimumRemainingShares" + }, + { + "name": "CurrencyOfMinimumRemainingAmount" + }, + { + "name": "StandardMinimumRemainingCategory" + }, + { + "name": "HurdleRate" + }, + { + "name": "HighWaterMark" + }, + { + "name": "HasAppliedSubscriptionFeeInFavourOfFund" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfFund" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfFundReferenceDate" + }, + { + "name": "MaximumSubscriptionFeeInFavourOfFund" + }, + { + "name": "HasAppliedRedemptionFeeInFavourOfFund" + }, + { + "name": "AppliedRedemptionFeeInFavourOfFund" + }, + { + "name": "AppliedRedemptionFeeInFavourOfFundReferenceDate" + }, + { + "name": "MaximumRedemptionFeeInFavourOfFund" + }, + { + "name": "EquivalentTrailerFeeCleanISIN" + }, + { + "name": "HasSeparateDistributionFee" + }, + { + "name": "DistributionFee" + }, + { + "name": "DistributionFeeMaximum" + }, + { + "name": "IASector" + }, + { + "name": "AbsorbingFundFullShareClassName" + }, + { + "name": "AbsorbingFundShareClassISIN" + }, + { + "name": "AdministrationFeeMaximum" + }, + { + "name": "AnnualDistributionAtFiscalYearEnd" + }, + { + "name": "AnnualDistributionYieldAtFiscalYearEnd" + }, + { + "name": "AppliedRedemptionFeeInFavourOfDistributor" + }, + { + "name": "AppliedRedemptionFeeInFavourOfDistributorReferenceDate" + }, + { + "name": "BankDetailsSSIForPaymentsProvision" + }, + { + "name": "BankDetailsLevelApplication" + }, + { + "name": "BenchmarkBloombergTicker" + }, + { + "name": "CalculationDateOffsetForRedemption" + }, + { + "name": "CalculationDateOffsetForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForCutOffDateOffsetForRedemption" + }, + { + "name": "CalendarOrBusinessDaysForCutOffDateOffsetForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForPrePaymentDaysForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForSettlementPeriodForRedemption" + }, + { + "name": "CalendarOrBusinessDaysForSettlementPeriodForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForTransactions" + }, + { + "name": "CFICode" + }, + { + "name": "ContingentDeferredSalesChargeExitFee" + }, + { + "name": "ContingentDeferredSalesChargeUpfrontFee" + }, + { + "name": "CountryISOCodeAlpha2" + }, + { + "name": "CountryISOCodeAlpha3" + }, + { + "name": "CountryName" + }, + { + "name": "CurrenciesOfMulticurrencyShareClass" + }, + { + "name": "CurrencyOfMinimalOrMaximumRedemption" + }, + { + "name": "CustodianFeeApplied" + }, + { + "name": "CustodianFeeAppliedReferenceDate" + }, + { + "name": "CustodianFeeMaximum" + }, + { + "name": "CutOffDateOffsetForRedemption" + }, + { + "name": "CutOffDateOffsetForSubscription" + }, + { + "name": "CutOffTimeForRedemption" + }, + { + "name": "CutOffTimeForSubscription" + }, + { + "name": "CutOffTimeForSwitchIn" + }, + { + "name": "CutOffTimeForSwitchOut" + }, + { + "name": "DealingDaysOfMultipleRedemptionTradeCycles" + }, + { + "name": "DealingDaysOfMultipleSubscriptionTradeCycles" + }, + { + "name": "DisseminationRecipient" + }, + { + "name": "DistributionFeeReferenceDate" + }, + { + "name": "DoesShareClassApplyMandatoryConversion" + }, + { + "name": "DoesShareClassApplyPartialDealingDays" + }, + { + "name": "DoesShareClassApplyPartialPaymentDays" + }, + { + "name": "DormantEndDate" + }, + { + "name": "DormantStartDate" + }, + { + "name": "ExDividendDateCalendar" + }, + { + "name": "ExitCostDescription" + }, + { + "name": "HasContingentDeferredSalesChargeFee" + }, + { + "name": "HasDilutionLevyAppliedByFund" + }, + { + "name": "HasEqualizationMethodForDistribution" + }, + { + "name": "HasEqualizationMethodForPerformanceFee" + }, + { + "name": "HasForcedRedemption" + }, + { + "name": "HasForwardPricing" + }, + { + "name": "HasHighWaterMark" + }, + { + "name": "HasLockUpForRedemption" + }, + { + "name": "HasPreNoticeForSwitchIn" + }, + { + "name": "HasPreNoticeForSwitchOut" + }, + { + "name": "HasPrePaymentForSubscription" + }, + { + "name": "HasRedemptionFeeInFavourOfDistributor" + }, + { + "name": "HasTripartiteReport" + }, + { + "name": "InvestmentStatusDescription" + }, + { + "name": "IrregularRedemptionDealingDays" + }, + { + "name": "IrregularSubscriptionDealingDays" + }, + { + "name": "IsMulticurrencyShareClass" + }, + { + "name": "IsRestrictedToSeparateFeeArrangement" + }, + { + "name": "IsStructuredFinanceProduct" + }, + { + "name": "IsValidISIN" + }, + { + "name": "LiquidationStartDate" + }, + { + "name": "LockUpComment" + }, + { + "name": "LockUpPeriodInDays" + }, + { + "name": "ManagementFeeMinimum" + }, + { + "name": "MandatoryShareConversionDescriptionDetails" + }, + { + "name": "MarketsRelevantToFundTradingCalendar" + }, + { + "name": "MaximalNumberOfPossibleDecimalsAmount" + }, + { + "name": "MaximalNumberOfPossibleDecimalsNAV" + }, + { + "name": "MaximalNumberOfPossibleDecimalsShares" + }, + { + "name": "MaximumInitialRedemptionInAmount" + }, + { + "name": "MaximumInitialRedemptionInShares" + }, + { + "name": "MaximumRedemptionFeeInFavourOfDistributor" + }, + { + "name": "MaximumSubsequentRedemptionInAmount" + }, + { + "name": "MaximumSubsequentRedemptionInShares" + }, + { + "name": "MergerRatio" + }, + { + "name": "MinimalInitialRedemptionInAmount" + }, + { + "name": "MinimalInitialRedemptionInShares" + }, + { + "name": "MinimalRedemptionCategory" + }, + { + "name": "MinimalSubsequentRedemptionInAmount" + }, + { + "name": "MinimalSubsequentRedemptionInShares" + }, + { + "name": "MinimumRedemptionFeeInFavourOfDistributor" + }, + { + "name": "MinimumRedemptionFeeInFavourOfFund" + }, + { + "name": "MinimumSubscriptionFeeInFavourOfFund" + }, + { + "name": "MonthlyRedemptionDealingDays" + }, + { + "name": "MonthlySubscriptionDealingDays" + }, + { + "name": "NasdaqFundNetworkNFNIdentifier" + }, + { + "name": "NoTradingDate" + }, + { + "name": "NumberOfPossibleRedemptionsWithinPeriod" + }, + { + "name": "NumberOfPossibleSubscriptionsWithinPeriod" + }, + { + "name": "PartialDealingDaysDateAndTime" + }, + { + "name": "PartialPaymentDaysDateAndTime" + }, + { + "name": "PaymentDateCalendar" + }, + { + "name": "PerformanceFeeMinimum" + }, + { + "name": "PreNoticeCutOffForRedemption" + }, + { + "name": "PreNoticeCutOffForSubscription" + }, + { + "name": "PrePaymentCutOffTimeForSubscription" + }, + { + "name": "PrePaymentDaysForSubscription" + }, + { + "name": "RecordDateCalendar" + }, + { + "name": "RedemptionTradeCyclePeriod" + }, + { + "name": "RoundingMethodForPrices" + }, + { + "name": "RoundingMethodForRedemptionInAmount" + }, + { + "name": "RoundingMethodForRedemptionInShares" + }, + { + "name": "RoundingMethodForSubscriptionInAmount" + }, + { + "name": "RoundingMethodForSubscriptionInShares" + }, + { + "name": "SettlementPeriodForRedemption" + }, + { + "name": "SettlementPeriodForSubscription" + }, + { + "name": "SettlementPeriodForSwitchIn" + }, + { + "name": "SettlementPeriodForSwitchOut" + }, + { + "name": "ShareClassDividendType" + }, + { + "name": "SingleRegisterAccountRestrictions" + }, + { + "name": "SubscriptionPeriodEndDate" + }, + { + "name": "SubscriptionPeriodStartDate" + }, + { + "name": "SubscriptionTradeCyclePeriod" + }, + { + "name": "SwitchInNoticePeriod" + }, + { + "name": "SwitchOutNoticePeriod" + }, + { + "name": "TerminationDate" + }, + { + "name": "TimeZoneForCutOff" + }, + { + "name": "TimeZoneForCutOffUsingTZDatabase" + }, + { + "name": "ValuationFrequencyDetail" + }, + { + "name": "ValuationReduction" + }, + { + "name": "WeeklyRedemptionDealingDays" + }, + { + "name": "WeeklySubscriptionDealingDays" + }, + { + "name": "YearlyRedemptionDealingDays" + }, + { + "name": "YearlySubscriptionDealingDays" + }, + { + "name": "FundId" + }, + { + "name": "ShareClassCurrencyId" + }, + { + "name": "ImageUri" + } + ] + } + } + ], + "errors": [ + { + "code": 6000, + "name": "FundNotActive", + "msg": "Fund is not active" + }, + { + "code": 6001, + "name": "InvalidShareClass", + "msg": "Share class not allowed to subscribe" + }, + { + "code": 6002, + "name": "InvalidAssetSubscribe", + "msg": "Asset not allowed to subscribe" + }, + { + "code": 6003, + "name": "InvalidPricingOracle", + "msg": "Invalid oracle for asset price" + }, + { + "code": 6004, + "name": "InvalidAssetsRedeem", + "msg": "Invalid assets in redeem" + }, + { + "code": 6005, + "name": "InvalidTreasuryAccount", + "msg": "Invalid treasury account" + } + ], + "metadata": { + "address": "Gco1pcjxCMYjKJjSNJ7mKV7qezeUTE7arXJgy7PAPNRc" + } } \ No newline at end of file diff --git a/anchor/target/types/glam.ts b/anchor/target/types/glam.ts index 84eff8be..9cb87225 100644 --- a/anchor/target/types/glam.ts +++ b/anchor/target/types/glam.ts @@ -1,322 +1,461 @@ -/** - * Program IDL in camelCase format in order to be used in JS/TS. - * - * Note that this is only a type helper and is not the actual IDL. The original - * IDL can be found at `target/idl/glam.json`. - */ export type Glam = { - "address": "Gco1pcjxCMYjKJjSNJ7mKV7qezeUTE7arXJgy7PAPNRc", - "metadata": { - "name": "glam", - "version": "0.2.0", - "spec": "0.1.0", - "description": "Glam Protocol" - }, + "version": "0.2.0", + "name": "glam", "instructions": [ { - "name": "close", - "discriminator": [ - 98, - 165, - 201, - 177, - 108, - 65, - 206, - 96 - ], + "name": "initializeV2", "accounts": [ { "name": "fund", - "writable": true + "isMut": true, + "isSigner": false + }, + { + "name": "openfund", + "isMut": true, + "isSigner": false + }, + { + "name": "treasury", + "isMut": true, + "isSigner": false + }, + { + "name": "share", + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": true, + "isSigner": true + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "rent", + "isMut": false, + "isSigner": false } ], - "args": [] + "args": [ + { + "name": "fund", + "type": { + "defined": "FundModel" + } + } + ] }, { - "name": "driftClose", - "discriminator": [ - 23, - 133, - 219, - 157, - 137, - 34, - 93, - 58 - ], + "name": "initialize", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": true, + "isSigner": false + }, + { + "name": "treasury", + "isMut": true, + "isSigner": false }, { - "name": "treasury" + "name": "share", + "isMut": true, + "isSigner": false }, { - "name": "userStats", - "writable": true + "name": "manager", + "isMut": true, + "isSigner": true }, { - "name": "user", - "writable": true + "name": "systemProgram", + "isMut": false, + "isSigner": false }, { - "name": "state", - "writable": true + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "rent", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "fundName", + "type": "string" + }, + { + "name": "fundSymbol", + "type": "string" + }, + { + "name": "fundUri", + "type": "string" + }, + { + "name": "assetWeights", + "type": { + "vec": "u32" + } + }, + { + "name": "activate", + "type": "bool" + }, + { + "name": "shareClassMetadata", + "type": { + "defined": "ShareClassMetadata" + } + } + ] + }, + { + "name": "update", + "accounts": [ + { + "name": "fund", + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": true, + "isSigner": true + } + ], + "args": [ + { + "name": "name", + "type": { + "option": "string" + } }, { - "name": "driftProgram", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "name": "uri", + "type": { + "option": "string" + } }, { - "name": "systemProgram", - "address": "11111111111111111111111111111111" + "name": "assetWeights", + "type": { + "option": { + "vec": "u32" + } + } + }, + { + "name": "activate", + "type": { + "option": "bool" + } + } + ] + }, + { + "name": "close", + "accounts": [ + { + "name": "fund", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true } ], "args": [] }, { - "name": "driftDeposit", - "discriminator": [ - 252, - 63, - 250, - 201, - 98, - 55, - 130, - 12 - ], + "name": "subscribe", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "treasury" + "name": "shareClass", + "isMut": true, + "isSigner": false }, { - "name": "userStats", - "writable": true + "name": "signerShareAta", + "isMut": true, + "isSigner": false }, { - "name": "user", - "writable": true + "name": "asset", + "isMut": true, + "isSigner": false }, { - "name": "state", - "writable": true + "name": "treasuryAta", + "isMut": true, + "isSigner": false }, { - "name": "treasuryAta", - "writable": true + "name": "signerAssetAta", + "isMut": true, + "isSigner": false }, { - "name": "driftAta", - "writable": true + "name": "signer", + "isMut": true, + "isSigner": true }, { - "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "name": "systemProgram", + "isMut": false, + "isSigner": false }, { - "name": "driftProgram", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "name": "associatedTokenProgram", + "isMut": false, + "isSigner": false }, { "name": "tokenProgram", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" + "isMut": false, + "isSigner": false + }, + { + "name": "token2022Program", + "isMut": false, + "isSigner": false } ], "args": [ { "name": "amount", "type": "u64" + }, + { + "name": "skipState", + "type": "bool" } ] }, { - "name": "driftInitialize", - "discriminator": [ - 21, - 21, - 69, - 55, - 41, - 129, - 44, - 198 + "name": "redeem", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "shareClass", + "isMut": true, + "isSigner": false + }, + { + "name": "signerShareAta", + "isMut": true, + "isSigner": false + }, + { + "name": "signer", + "isMut": true, + "isSigner": true + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "token2022Program", + "isMut": false, + "isSigner": false + } ], + "args": [ + { + "name": "amount", + "type": "u64" + }, + { + "name": "inKind", + "type": "bool" + }, + { + "name": "skipState", + "type": "bool" + } + ] + }, + { + "name": "driftInitialize", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "treasury" + "name": "treasury", + "isMut": false, + "isSigner": false }, { "name": "userStats", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "user", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "state", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": true, + "isSigner": true }, { "name": "driftProgram", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "isMut": false, + "isSigner": false }, { "name": "rent", - "address": "SysvarRent111111111111111111111111111111111" + "isMut": false, + "isSigner": false }, { "name": "systemProgram", - "address": "11111111111111111111111111111111" + "isMut": false, + "isSigner": false } ], "args": [ { "name": "trader", "type": { - "option": "pubkey" + "option": "publicKey" } } ] }, { "name": "driftUpdateDelegatedTrader", - "discriminator": [ - 98, - 66, - 206, - 146, - 109, - 215, - 206, - 57 - ], "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "treasury" + "name": "treasury", + "isMut": false, + "isSigner": false }, { "name": "user", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": true, + "isSigner": true }, { "name": "driftProgram", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "isMut": false, + "isSigner": false } ], "args": [ { "name": "trader", "type": { - "option": "pubkey" + "option": "publicKey" } } ] }, { - "name": "driftWithdraw", - "discriminator": [ - 86, - 59, - 186, - 123, - 183, - 181, - 234, - 137 - ], + "name": "driftDeposit", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "treasury" + "name": "treasury", + "isMut": false, + "isSigner": false }, { "name": "userStats", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "user", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "state", - "writable": true - }, - { - "name": "driftSigner" + "isMut": true, + "isSigner": false }, { "name": "treasuryAta", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "driftAta", - "writable": true + "isMut": true, + "isSigner": false }, { "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": true, + "isSigner": true }, { "name": "driftProgram", - "address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH" + "isMut": false, + "isSigner": false }, { "name": "tokenProgram", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" + "isMut": false, + "isSigner": false } ], "args": [ @@ -327,883 +466,5318 @@ export type Glam = { ] }, { - "name": "initialize", - "discriminator": [ - 175, - 175, - 109, - 31, - 13, - 152, - 155, - 237 - ], + "name": "driftWithdraw", "accounts": [ { "name": "fund", - "writable": true, - "pda": { - "seeds": [ - { - "kind": "const", - "value": [ - 102, - 117, - 110, - 100 - ] - }, - { - "kind": "account", - "path": "manager" - }, - { - "kind": "arg", - "path": "name" - } - ] - } + "isMut": false, + "isSigner": false }, { "name": "treasury", - "writable": true, - "pda": { - "seeds": [ - { - "kind": "const", - "value": [ - 116, - 114, - 101, - 97, - 115, - 117, - 114, - 121 - ] - }, - { - "kind": "account", - "path": "fund" - } - ] - } + "isMut": false, + "isSigner": false }, { - "name": "share", - "writable": true, - "pda": { - "seeds": [ - { - "kind": "const", - "value": [ - 115, - 104, - 97, - 114, - 101, - 45, - 48 - ] - }, - { - "kind": "account", - "path": "fund" - } - ] - } + "name": "userStats", + "isMut": true, + "isSigner": false }, { - "name": "manager", - "writable": true, - "signer": true + "name": "user", + "isMut": true, + "isSigner": false }, { - "name": "systemProgram", - "address": "11111111111111111111111111111111" + "name": "state", + "isMut": true, + "isSigner": false }, { - "name": "tokenProgram", - "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" + "name": "driftSigner", + "isMut": false, + "isSigner": false }, { - "name": "rent", - "address": "SysvarRent111111111111111111111111111111111" - } - ], - "args": [ - { - "name": "fundName", - "type": "string" + "name": "treasuryAta", + "isMut": true, + "isSigner": false }, { - "name": "fundSymbol", - "type": "string" + "name": "driftAta", + "isMut": true, + "isSigner": false }, { - "name": "fundUri", - "type": "string" + "name": "manager", + "isMut": true, + "isSigner": true }, { - "name": "assetWeights", - "type": { - "vec": "u32" - } + "name": "driftProgram", + "isMut": false, + "isSigner": false }, { - "name": "activate", - "type": "bool" - }, + "name": "tokenProgram", + "isMut": false, + "isSigner": false + } + ], + "args": [ { - "name": "shareClassMetadata", - "type": { - "defined": { - "name": "shareClassMetadata" - } - } + "name": "amount", + "type": "u64" } ] }, { - "name": "redeem", - "discriminator": [ - 184, - 12, - 86, - 149, - 70, - 196, - 97, - 225 - ], - "accounts": [ - { - "name": "fund" - }, - { - "name": "shareClass", - "writable": true - }, - { - "name": "signerShareAta", - "writable": true - }, - { - "name": "signer", - "writable": true, - "signer": true - }, - { - "name": "treasury" - }, - { - "name": "tokenProgram", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" - }, - { - "name": "token2022Program", - "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" - } - ], - "args": [ - { - "name": "amount", - "type": "u64" - }, - { - "name": "inKind", - "type": "bool" - }, - { - "name": "skipState", - "type": "bool" - } - ] - }, - { - "name": "subscribe", - "discriminator": [ - 254, - 28, - 191, - 138, - 156, - 179, - 183, - 53 - ], + "name": "driftClose", "accounts": [ { - "name": "fund" + "name": "fund", + "isMut": false, + "isSigner": false }, { - "name": "shareClass", - "writable": true + "name": "treasury", + "isMut": false, + "isSigner": false }, { - "name": "signerShareAta", - "writable": true + "name": "userStats", + "isMut": true, + "isSigner": false }, { - "name": "asset", - "writable": true + "name": "user", + "isMut": true, + "isSigner": false }, { - "name": "treasuryAta", - "writable": true + "name": "state", + "isMut": true, + "isSigner": false }, { - "name": "signerAssetAta", - "writable": true + "name": "manager", + "isMut": true, + "isSigner": true }, { - "name": "signer", - "writable": true, - "signer": true + "name": "driftProgram", + "isMut": false, + "isSigner": false }, { "name": "systemProgram", - "address": "11111111111111111111111111111111" - }, - { - "name": "associatedTokenProgram", - "address": "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL" - }, - { - "name": "tokenProgram", - "address": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA" - }, - { - "name": "token2022Program", - "address": "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb" - } - ], - "args": [ - { - "name": "amount", - "type": "u64" - }, - { - "name": "skipState", - "type": "bool" - } - ] - }, - { - "name": "update", - "discriminator": [ - 219, - 200, - 88, - 176, - 158, - 63, - 253, - 127 - ], - "accounts": [ - { - "name": "fund", - "writable": true - }, - { - "name": "manager", - "writable": true, - "signer": true, - "relations": [ - "fund" - ] + "isMut": false, + "isSigner": false } ], - "args": [ - { - "name": "name", - "type": { - "option": "string" - } - }, - { - "name": "uri", - "type": { - "option": "string" - } - }, - { - "name": "assetWeights", - "type": { - "option": { - "vec": "u32" - } - } - }, - { - "name": "activate", - "type": { - "option": "bool" - } - } - ] + "args": [] } ], "accounts": [ - { - "name": "fund", - "discriminator": [ - 62, - 128, - 183, - 208, - 91, - 31, - 212, - 209 - ] - }, { "name": "state", - "discriminator": [ - 216, - 146, - 107, - 94, - 104, - 75, - 182, - 177 - ] - }, - { - "name": "treasury", - "discriminator": [ - 238, - 239, - 123, - 238, - 89, - 1, - 168, - 253 - ] - } - ], - "errors": [ - { - "code": 6000, - "name": "closeNotEmptyError", - "msg": "Error closing account: not empty" - }, - { - "code": 6001, - "name": "notAuthorizedError", - "msg": "Error: not authorized" - }, - { - "code": 6002, - "name": "invalidFundName", - "msg": "Invalid fund name: max 30 chars" - }, - { - "code": 6003, - "name": "invalidFundSymbol", - "msg": "Too many assets: max 50" - }, - { - "code": 6004, - "name": "invalidFundUri", - "msg": "Too many assets: max 20" - }, - { - "code": 6005, - "name": "invalidAssetsLen", - "msg": "Too many assets: max 100" - }, - { - "code": 6006, - "name": "invalidAssetsWeights", - "msg": "Number of weights should match number of assets" - } - ], - "types": [ - { - "name": "feeStructure", + "docs": [ + "Account: State" + ], "type": { "kind": "struct", "fields": [ { - "name": "feeTiers", + "name": "admin", + "type": "publicKey" + }, + { + "name": "whitelistMint", + "type": "publicKey" + }, + { + "name": "discountMint", + "type": "publicKey" + }, + { + "name": "signer", + "type": "publicKey" + }, + { + "name": "srmVault", + "type": "publicKey" + }, + { + "name": "perpFeeStructure", "type": { - "array": [ - { - "defined": { - "name": "feeTier" - } - }, - 10 - ] + "defined": "FeeStructure" } }, { - "name": "fillerRewardStructure", + "name": "spotFeeStructure", "type": { - "defined": { - "name": "orderFillerRewardStructure" - } + "defined": "FeeStructure" } }, { - "name": "referrerRewardEpochUpperBound", + "name": "oracleGuardRails", + "type": { + "defined": "OracleGuardRails" + } + }, + { + "name": "numberOfAuthorities", "type": "u64" }, { - "name": "flatFillerFee", + "name": "numberOfSubAccounts", "type": "u64" - } - ] - } - }, - { - "name": "feeTier", - "type": { - "kind": "struct", - "fields": [ + }, { - "name": "feeNumerator", - "type": "u32" + "name": "lpCooldownTime", + "type": "u64" }, { - "name": "feeDenominator", + "name": "liquidationMarginBufferRatio", "type": "u32" }, { - "name": "makerRebateNumerator", - "type": "u32" + "name": "settlementDuration", + "type": "u16" }, { - "name": "makerRebateDenominator", - "type": "u32" + "name": "numberOfMarkets", + "type": "u16" }, { - "name": "referrerRewardNumerator", - "type": "u32" + "name": "numberOfSpotMarkets", + "type": "u16" }, { - "name": "referrerRewardDenominator", - "type": "u32" + "name": "signerNonce", + "type": "u8" }, { - "name": "refereeFeeNumerator", - "type": "u32" + "name": "minPerpAuctionDuration", + "type": "u8" }, { - "name": "refereeFeeDenominator", - "type": "u32" - } - ] - } - }, - { - "name": "fund", - "type": { - "kind": "struct", - "fields": [ + "name": "defaultMarketOrderTimeInForce", + "type": "u8" + }, + { + "name": "defaultSpotAuctionDuration", + "type": "u8" + }, + { + "name": "exchangeStatus", + "type": "u8" + }, + { + "name": "liquidationDuration", + "type": "u8" + }, + { + "name": "initialPctToLiquidate", + "type": "u16" + }, + { + "name": "maxNumberOfSubAccounts", + "type": "u16" + }, + { + "name": "maxInitializeUserFee", + "type": "u16" + }, + { + "name": "padding", + "type": { + "array": [ + "u8", + 10 + ] + } + } + ] + } + }, + { + "name": "fund", + "type": { + "kind": "struct", + "fields": [ + { + "name": "manager", + "type": "publicKey" + }, + { + "name": "treasury", + "type": "publicKey" + }, + { + "name": "assetsLen", + "type": "u8" + }, + { + "name": "assets", + "type": { + "array": [ + "publicKey", + 5 + ] + } + }, + { + "name": "assetsWeights", + "type": { + "array": [ + "u32", + 5 + ] + } + }, + { + "name": "shareClassesLen", + "type": "u8" + }, + { + "name": "shareClasses", + "type": { + "array": [ + "publicKey", + 3 + ] + } + }, + { + "name": "shareClassesMetadata", + "type": { + "array": [ + { + "defined": "ShareClassMetadata" + }, + 3 + ] + } + }, + { + "name": "shareClassesBumps", + "type": { + "array": [ + "u8", + 3 + ] + } + }, + { + "name": "timeCreated", + "type": "i64" + }, + { + "name": "bumpFund", + "type": "u8" + }, + { + "name": "bumpTreasury", + "type": "u8" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "symbol", + "type": "string" + }, + { + "name": "uri", + "type": "string" + }, + { + "name": "isActive", + "type": "bool" + } + ] + } + }, + { + "name": "fundAccount", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": "string" + }, + { + "name": "uri", + "type": "string" + }, + { + "name": "treasury", + "type": "publicKey" + }, + { + "name": "shareClasses", + "type": { + "vec": "publicKey" + } + }, + { + "name": "openfund", + "type": "publicKey" + }, + { + "name": "openfundUri", + "type": "string" + }, + { + "name": "manager", + "type": "publicKey" + }, + { + "name": "engine", + "type": "publicKey" + }, + { + "name": "params", + "type": { + "vec": { + "vec": { + "defined": "GlamParam" + } + } + } + } + ] + } + }, + { + "name": "fundMetadataAccount", + "type": { + "kind": "struct", + "fields": [ + { + "name": "fundPubkey", + "type": "publicKey" + }, + { + "name": "company", + "type": { + "vec": { + "defined": "CompanyField" + } + } + }, + { + "name": "fund", + "type": { + "vec": { + "defined": "FundField" + } + } + }, + { + "name": "shareClasses", + "type": { + "vec": { + "vec": { + "defined": "ShareClassField" + } + } + } + }, + { + "name": "fundManagers", + "type": { + "vec": { + "vec": { + "defined": "FundManagerField" + } + } + } + } + ] + } + }, + { + "name": "treasury", + "type": { + "kind": "struct", + "fields": [ + { + "name": "manager", + "type": "publicKey" + }, + { + "name": "fund", + "type": "publicKey" + }, + { + "name": "bump", + "type": "u8" + } + ] + } + } + ], + "types": [ + { + "name": "FeeStructure", + "type": { + "kind": "struct", + "fields": [ + { + "name": "feeTiers", + "type": { + "array": [ + { + "defined": "FeeTier" + }, + 10 + ] + } + }, + { + "name": "fillerRewardStructure", + "type": { + "defined": "OrderFillerRewardStructure" + } + }, + { + "name": "referrerRewardEpochUpperBound", + "type": "u64" + }, + { + "name": "flatFillerFee", + "type": "u64" + } + ] + } + }, + { + "name": "FeeTier", + "type": { + "kind": "struct", + "fields": [ + { + "name": "feeNumerator", + "type": "u32" + }, + { + "name": "feeDenominator", + "type": "u32" + }, + { + "name": "makerRebateNumerator", + "type": "u32" + }, + { + "name": "makerRebateDenominator", + "type": "u32" + }, + { + "name": "referrerRewardNumerator", + "type": "u32" + }, + { + "name": "referrerRewardDenominator", + "type": "u32" + }, + { + "name": "refereeFeeNumerator", + "type": "u32" + }, + { + "name": "refereeFeeDenominator", + "type": "u32" + } + ] + } + }, + { + "name": "OracleGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "priceDivergence", + "type": { + "defined": "PriceDivergenceGuardRails" + } + }, + { + "name": "validity", + "type": { + "defined": "ValidityGuardRails" + } + } + ] + } + }, + { + "name": "OrderFillerRewardStructure", + "type": { + "kind": "struct", + "fields": [ + { + "name": "rewardNumerator", + "type": "u32" + }, + { + "name": "rewardDenominator", + "type": "u32" + }, + { + "name": "timeBasedRewardLowerBound", + "type": "u128" + } + ] + } + }, + { + "name": "PriceDivergenceGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "markOraclePercentDivergence", + "type": "u64" + }, + { + "name": "oracleTwap5minPercentDivergence", + "type": "u64" + } + ] + } + }, + { + "name": "ValidityGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "slotsBeforeStaleForAmm", + "type": "i64" + }, + { + "name": "slotsBeforeStaleForMargin", + "type": "i64" + }, + { + "name": "confidenceIntervalMaxSize", + "type": "u64" + }, + { + "name": "tooVolatileRatio", + "type": "i64" + } + ] + } + }, + { + "name": "GlamParam", + "type": { + "kind": "struct", + "fields": [ + { + "name": "key", + "type": { + "defined": "OFKey" + } + }, + { + "name": "val", + "type": { + "defined": "OFValue" + } + } + ] + } + }, + { + "name": "OFKey", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Symbol" + }, + { + "name": "TimeCreated" + }, + { + "name": "Active" + }, + { + "name": "Hello" + } + ] + } + }, + { + "name": "OFValue", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Boolean", + "fields": [ + { + "name": "val", + "type": "bool" + } + ] + }, + { + "name": "Date", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "Double", + "fields": [ + { + "name": "val", + "type": "i64" + } + ] + }, + { + "name": "Integer", + "fields": [ + { + "name": "val", + "type": "i32" + } + ] + }, + { + "name": "String", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "Time", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "U8", + "fields": [ + { + "name": "val", + "type": "u8" + } + ] + }, + { + "name": "U64", + "fields": [ + { + "name": "val", + "type": "u64" + } + ] + }, + { + "name": "Pubkey", + "fields": [ + { + "name": "val", + "type": "publicKey" + } + ] + }, + { + "name": "Percentage", + "fields": [ + { + "name": "val", + "type": "u32" + } + ] + }, + { + "name": "URI", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "Timestamp", + "fields": [ + { + "name": "val", + "type": "i64" + } + ] + }, + { + "name": "VecPubkey", + "fields": [ + { + "name": "val", + "type": { + "vec": "publicKey" + } + } + ] + }, + { + "name": "VecU32", + "fields": [ + { + "name": "val", + "type": { + "vec": "u32" + } + } + ] + } + ] + } + }, + { + "name": "ShareClassMetadata", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": "string" + }, + { + "name": "symbol", + "type": "string" + }, + { + "name": "uri", + "type": "string" + }, + { + "name": "shareClassAsset", + "type": "string" + }, + { + "name": "shareClassAssetId", + "type": "publicKey" + }, + { + "name": "isin", + "type": "string" + }, + { + "name": "status", + "type": "string" + }, + { + "name": "feeManagement", + "type": "i32" + }, + { + "name": "feePerformance", + "type": "i32" + }, + { + "name": "policyDistribution", + "type": "string" + }, + { + "name": "extension", + "type": "string" + }, + { + "name": "launchDate", + "type": "string" + }, + { + "name": "lifecycle", + "type": "string" + }, + { + "name": "imageUri", + "type": "string" + } + ] + } + }, + { + "name": "CompanyModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "fundGroupName", + "type": { + "option": "string" + } + }, + { + "name": "manCo", + "type": { + "option": "string" + } + }, + { + "name": "domicileOfManCo", + "type": { + "option": "string" + } + }, + { + "name": "emailAddressOfManCo", + "type": { + "option": "string" + } + }, + { + "name": "fundWebsiteOfManCo", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "CreatedModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "key", + "type": { + "array": [ + "u8", + 8 + ] + } + }, + { + "name": "manager", + "type": { + "option": "publicKey" + } + } + ] + } + }, + { + "name": "FundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "id", + "type": { + "option": "publicKey" + } + }, + { + "name": "name", + "type": { + "option": "string" + } + }, + { + "name": "uri", + "type": { + "option": "string" + } + }, + { + "name": "openfundUri", + "type": { + "option": "string" + } + }, + { + "name": "isEnabled", + "type": { + "option": "bool" + } + }, + { + "name": "assets", + "type": { + "vec": "publicKey" + } + }, + { + "name": "assetsWeights", + "type": { + "vec": "u32" + } + }, + { + "name": "shareClasses", + "type": { + "vec": { + "defined": "ShareClassModel" + } + } + }, + { + "name": "company", + "type": { + "option": { + "defined": "CompanyModel" + } + } + }, + { + "name": "manager", + "type": { + "option": { + "defined": "ManagerModel" + } + } + }, + { + "name": "created", + "type": { + "option": { + "defined": "CreatedModel" + } + } + }, + { + "name": "isRawOpenfund", + "type": { + "option": "bool" + } + }, + { + "name": "rawOpenfund", + "type": { + "option": { + "defined": "FundOpenfundModel" + } + } + } + ] + } + }, + { + "name": "FundOpenfundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "fundDomicileAlpha2", + "type": { + "option": "string" + } + }, + { + "name": "legalFundNameIncludingUmbrella", + "type": { + "option": "string" + } + }, + { + "name": "fiscalYearEnd", + "type": { + "option": "string" + } + }, + { + "name": "fundCurrency", + "type": { + "option": "string" + } + }, + { + "name": "fundLaunchDate", + "type": { + "option": "string" + } + }, + { + "name": "investmentObjective", + "type": { + "option": "string" + } + }, + { + "name": "isEtc", + "type": { + "option": "bool" + } + }, + { + "name": "isEuDirectiveRelevant", + "type": { + "option": "bool" + } + }, + { + "name": "isFundOfFunds", + "type": { + "option": "bool" + } + }, + { + "name": "isPassiveFund", + "type": { + "option": "bool" + } + }, + { + "name": "isReit", + "type": { + "option": "bool" + } + }, + { + "name": "legalForm", + "type": { + "option": "string" + } + }, + { + "name": "legalFundNameOnly", + "type": { + "option": "string" + } + }, + { + "name": "openEndedOrClosedEndedFundStructure", + "type": { + "option": "string" + } + }, + { + "name": "typeOfEuDirective", + "type": { + "option": "string" + } + }, + { + "name": "ucitsVersion", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "ManagerKind", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Wallet" + }, + { + "name": "Squads" + } + ] + } + }, + { + "name": "ManagerModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "portfolioManagerName", + "type": { + "option": "string" + } + }, + { + "name": "pubkey", + "type": { + "option": "publicKey" + } + }, + { + "name": "kind", + "type": { + "option": { + "defined": "ManagerKind" + } + } + } + ] + } + }, + { + "name": "ShareClassModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "symbol", + "type": { + "option": "string" + } + }, + { + "name": "name", + "type": { + "option": "string" + } + }, + { + "name": "uri", + "type": { + "option": "string" + } + }, + { + "name": "fundId", + "type": { + "option": "publicKey" + } + }, + { + "name": "asset", + "type": { + "option": "publicKey" + } + }, + { + "name": "imageUri", + "type": { + "option": "string" + } + }, + { + "name": "isRawOpenfund", + "type": { + "option": "bool" + } + }, + { + "name": "rawOpenfund", + "type": { + "option": { + "defined": "ShareClassOpenfundModel" + } + } + } + ] + } + }, + { + "name": "ShareClassOpenfundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "isin", + "type": { + "option": "string" + } + }, + { + "name": "shareClassCurrency", + "type": { + "option": "string" + } + }, + { + "name": "fullShareClassName", + "type": { + "option": "string" + } + }, + { + "name": "hasPerformanceFee", + "type": { + "option": "bool" + } + }, + { + "name": "investmentStatus", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeApplied", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeAppliedReferenceDate", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeMaximum", + "type": { + "option": "string" + } + }, + { + "name": "shareClassDistributionPolicy", + "type": { + "option": "string" + } + }, + { + "name": "shareClassExtension", + "type": { + "option": "string" + } + }, + { + "name": "shareClassLaunchDate", + "type": { + "option": "string" + } + }, + { + "name": "shareClassLifecycle", + "type": { + "option": "string" + } + }, + { + "name": "launchPrice", + "type": { + "option": "string" + } + }, + { + "name": "launchPriceCurrency", + "type": { + "option": "string" + } + }, + { + "name": "launchPriceDate", + "type": { + "option": "string" + } + }, + { + "name": "isValidIsin", + "type": { + "option": "bool" + } + }, + { + "name": "lockUpComment", + "type": { + "option": "string" + } + }, + { + "name": "lockUpPeriodInDays", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeMinimum", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsAmount", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsNav", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsShares", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "CompanyField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "CompanyFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "CompanyFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "FundGroupName" + }, + { + "name": "ManCo" + }, + { + "name": "DomicileOfManCo" + }, + { + "name": "BICOfCustodian" + }, + { + "name": "CollateralManagerName" + }, + { + "name": "CustodianBankName" + }, + { + "name": "DomicileOfCustodianBank" + }, + { + "name": "FundAdministratorName" + }, + { + "name": "FundAdvisorName" + }, + { + "name": "FundPromoterName" + }, + { + "name": "IsSelfManagedInvestmentCompany" + }, + { + "name": "LEIOfCustodianBank" + }, + { + "name": "LEIOfManCo" + }, + { + "name": "PortfolioManagingCompanyName" + }, + { + "name": "SecuritiesLendingCounterpartyName" + }, + { + "name": "SwapCounterpartyName" + }, + { + "name": "AddressofManCo" + }, + { + "name": "AuditorName" + }, + { + "name": "CityofManCo" + }, + { + "name": "EmailAddressOfManCo" + }, + { + "name": "FundWebsiteofManCo" + }, + { + "name": "IsUNPRISignatory" + }, + { + "name": "PhoneCountryCodeofManCo" + }, + { + "name": "PhoneNumberofManCo" + }, + { + "name": "SubInvestmentAdvisorName" + }, + { + "name": "ZIPCodeofManCo" + }, + { + "name": "DomicileOfUmbrella" + }, + { + "name": "HasUmbrella" + }, + { + "name": "LEIOfUmbrella" + }, + { + "name": "Umbrella" + }, + { + "name": "GlobalIntermediaryIdentificationNumberOfUmbrella" + } + ] + } + }, + { + "name": "FundField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "FundFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "FundFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "FundDomicileAlpha2" + }, + { + "name": "FundDomicileAlpha3" + }, + { + "name": "LegalFundNameIncludingUmbrella" + }, + { + "name": "FiscalYearEnd" + }, + { + "name": "FundCurrency" + }, + { + "name": "FundLaunchDate" + }, + { + "name": "InvestmentObjective" + }, + { + "name": "IsETC" + }, + { + "name": "IsEUDirectiveRelevant" + }, + { + "name": "IsFundOfFunds" + }, + { + "name": "IsPassiveFund" + }, + { + "name": "IsREIT" + }, + { + "name": "LegalForm" + }, + { + "name": "LegalFundNameOnly" + }, + { + "name": "OpenEndedOrClosedEndedFundStructure" + }, + { + "name": "TypeOfEUDirective" + }, + { + "name": "UCITSVersion" + }, + { + "name": "CurrencyHedgePortfolio" + }, + { + "name": "DepositoryName" + }, + { + "name": "FundValuationPoint" + }, + { + "name": "FundValuationPointTimeZone" + }, + { + "name": "FundValuationPointTimeZoneUsingTZDatabase" + }, + { + "name": "HasCollateralManager" + }, + { + "name": "HasEmbeddedDerivatives" + }, + { + "name": "HasSecuritiesLending" + }, + { + "name": "HasSwap" + }, + { + "name": "IsLeveraged" + }, + { + "name": "IsShariaCompliant" + }, + { + "name": "IsShort" + }, + { + "name": "LEIofDepositoryBank" + }, + { + "name": "LEIOfFund" + }, + { + "name": "LocationOfBearerShare" + }, + { + "name": "LocationOfShareRegister" + }, + { + "name": "MaximumLeverageInFund" + }, + { + "name": "MiFIDSecuritiesClassification" + }, + { + "name": "MoneyMarketTypeOfFund" + }, + { + "name": "TrusteeName" + }, + { + "name": "AuMFund" + }, + { + "name": "AuMFundDate" + }, + { + "name": "NoSFund" + }, + { + "name": "NoSFundDate" + } + ] + } + }, + { + "name": "FundManagerField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "FundManagerFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "FundManagerFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "PortfolioManagerForename" + }, + { + "name": "PortfolioManagerName" + }, + { + "name": "PortfolioManagerYearOfBirth" + }, + { + "name": "PortfolioManagerYearOfExperienceStart" + }, + { + "name": "PortfolioManagerBriefBiography" + }, + { + "name": "PortfolioManagerType" + }, + { + "name": "PortfolioManagerRoleStartingDate" + }, + { + "name": "PortfolioManagerRoleEndDate" + } + ] + } + }, + { + "name": "ShareClassField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "ShareClassFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "ShareClassFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "ISIN" + }, + { + "name": "ShareClassCurrency" + }, + { + "name": "AllInFeeApplied" + }, + { + "name": "AllInFeeDate" + }, + { + "name": "AllInFeeIncludesTransactionCosts" + }, + { + "name": "AllInFeeMaximum" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfDistributorReferenceDate" + }, + { + "name": "Benchmark" + }, + { + "name": "CountryLegalRegistration" + }, + { + "name": "CountryMarketingDistribution" + }, + { + "name": "CurrencyHedgeShareClass" + }, + { + "name": "CurrencyOfMinimalSubscription" + }, + { + "name": "DistributionDeclarationFrequency" + }, + { + "name": "FullShareClassName" + }, + { + "name": "HasAllInFee" + }, + { + "name": "HasOngoingCharges" + }, + { + "name": "HasPerformanceFee" + }, + { + "name": "HasSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "InvestmentStatus" + }, + { + "name": "IsETF" + }, + { + "name": "IsRDRCompliant" + }, + { + "name": "IsTrailerFeeClean" + }, + { + "name": "ManagementFeeApplied" + }, + { + "name": "ManagementFeeAppliedReferenceDate" + }, + { + "name": "ManagementFeeMaximum" + }, + { + "name": "MaximumSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "MinimalInitialSubscriptionCategory" + }, + { + "name": "MinimalInitialSubscriptionInAmount" + }, + { + "name": "MinimalInitialSubscriptionInShares" + }, + { + "name": "MinimalSubsequentSubscriptionCategory" + }, + { + "name": "MinimalSubsequentSubscriptionInAmount" + }, + { + "name": "MinimalSubsequentSubscriptionInShares" + }, + { + "name": "MinimumSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "OngoingCharges" + }, + { + "name": "OngoingChargesDate" + }, + { + "name": "PerformanceFeeApplied" + }, + { + "name": "PerformanceFeeAppliedReferenceDate" + }, + { + "name": "PerformanceFeeInProspectus" + }, + { + "name": "PerformanceFeeInProspectusReferenceDate" + }, + { + "name": "RecordDateForSRRI" + }, + { + "name": "ShareClassDistributionPolicy" + }, + { + "name": "ShareClassExtension" + }, + { + "name": "ShareClassLaunchDate" + }, + { + "name": "ShareClassLifecycle" + }, + { + "name": "SRRI" + }, + { + "name": "TERExcludingPerformanceFee" + }, + { + "name": "TERExcludingPerformanceFeeDate" + }, + { + "name": "TERIncludingPerformanceFee" + }, + { + "name": "TERIncludingPerformanceFeeDate" + }, + { + "name": "TransferAgentName" + }, + { + "name": "BICOfTransferAgent" + }, + { + "name": "DomicileOfTransferAgent" + }, + { + "name": "FormOfShare" + }, + { + "name": "HasDurationHedge" + }, + { + "name": "TypeOfEqualization" + }, + { + "name": "IsMultiseries" + }, + { + "name": "SeriesIssuance" + }, + { + "name": "SeriesFrequency" + }, + { + "name": "DoesFundIssueSidePocket" + }, + { + "name": "HasRedemptionGates" + }, + { + "name": "TypeOfAlternativeFundStructureVehicle" + }, + { + "name": "BloombergCode" + }, + { + "name": "FIGICode" + }, + { + "name": "AbbreviatedShareClassName" + }, + { + "name": "ValuationFrequency" + }, + { + "name": "NAVPublicationTime" + }, + { + "name": "IsShareClassEligibleForUCITS" + }, + { + "name": "InvestmentStatusDate" + }, + { + "name": "LaunchPrice" + }, + { + "name": "LaunchPriceCurrency" + }, + { + "name": "LaunchPriceDate" + }, + { + "name": "EFAMAMainEFCCategory" + }, + { + "name": "EFAMAEFCClassificationType" + }, + { + "name": "EFAMAActiveEFCClassification" + }, + { + "name": "EFAMAEFCInvestmentTheme" + }, + { + "name": "PricingMethodology" + }, + { + "name": "SinglePricingType" + }, + { + "name": "SwingFactor" + }, + { + "name": "StandardMinimumRemainingAmount" + }, + { + "name": "StandardMinimumRemainingShares" + }, + { + "name": "CurrencyOfMinimumRemainingAmount" + }, + { + "name": "StandardMinimumRemainingCategory" + }, + { + "name": "HurdleRate" + }, + { + "name": "HighWaterMark" + }, + { + "name": "HasAppliedSubscriptionFeeInFavourOfFund" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfFund" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfFundReferenceDate" + }, + { + "name": "MaximumSubscriptionFeeInFavourOfFund" + }, + { + "name": "HasAppliedRedemptionFeeInFavourOfFund" + }, + { + "name": "AppliedRedemptionFeeInFavourOfFund" + }, + { + "name": "AppliedRedemptionFeeInFavourOfFundReferenceDate" + }, + { + "name": "MaximumRedemptionFeeInFavourOfFund" + }, + { + "name": "EquivalentTrailerFeeCleanISIN" + }, + { + "name": "HasSeparateDistributionFee" + }, + { + "name": "DistributionFee" + }, + { + "name": "DistributionFeeMaximum" + }, + { + "name": "IASector" + }, + { + "name": "AbsorbingFundFullShareClassName" + }, + { + "name": "AbsorbingFundShareClassISIN" + }, + { + "name": "AdministrationFeeMaximum" + }, + { + "name": "AnnualDistributionAtFiscalYearEnd" + }, + { + "name": "AnnualDistributionYieldAtFiscalYearEnd" + }, + { + "name": "AppliedRedemptionFeeInFavourOfDistributor" + }, + { + "name": "AppliedRedemptionFeeInFavourOfDistributorReferenceDate" + }, + { + "name": "BankDetailsSSIForPaymentsProvision" + }, + { + "name": "BankDetailsLevelApplication" + }, + { + "name": "BenchmarkBloombergTicker" + }, + { + "name": "CalculationDateOffsetForRedemption" + }, + { + "name": "CalculationDateOffsetForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForCutOffDateOffsetForRedemption" + }, + { + "name": "CalendarOrBusinessDaysForCutOffDateOffsetForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForPrePaymentDaysForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForSettlementPeriodForRedemption" + }, + { + "name": "CalendarOrBusinessDaysForSettlementPeriodForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForTransactions" + }, + { + "name": "CFICode" + }, + { + "name": "ContingentDeferredSalesChargeExitFee" + }, + { + "name": "ContingentDeferredSalesChargeUpfrontFee" + }, + { + "name": "CountryISOCodeAlpha2" + }, + { + "name": "CountryISOCodeAlpha3" + }, + { + "name": "CountryName" + }, + { + "name": "CurrenciesOfMulticurrencyShareClass" + }, + { + "name": "CurrencyOfMinimalOrMaximumRedemption" + }, + { + "name": "CustodianFeeApplied" + }, + { + "name": "CustodianFeeAppliedReferenceDate" + }, + { + "name": "CustodianFeeMaximum" + }, + { + "name": "CutOffDateOffsetForRedemption" + }, + { + "name": "CutOffDateOffsetForSubscription" + }, + { + "name": "CutOffTimeForRedemption" + }, + { + "name": "CutOffTimeForSubscription" + }, + { + "name": "CutOffTimeForSwitchIn" + }, + { + "name": "CutOffTimeForSwitchOut" + }, + { + "name": "DealingDaysOfMultipleRedemptionTradeCycles" + }, + { + "name": "DealingDaysOfMultipleSubscriptionTradeCycles" + }, + { + "name": "DisseminationRecipient" + }, + { + "name": "DistributionFeeReferenceDate" + }, + { + "name": "DoesShareClassApplyMandatoryConversion" + }, + { + "name": "DoesShareClassApplyPartialDealingDays" + }, + { + "name": "DoesShareClassApplyPartialPaymentDays" + }, + { + "name": "DormantEndDate" + }, + { + "name": "DormantStartDate" + }, + { + "name": "ExDividendDateCalendar" + }, + { + "name": "ExitCostDescription" + }, + { + "name": "HasContingentDeferredSalesChargeFee" + }, + { + "name": "HasDilutionLevyAppliedByFund" + }, + { + "name": "HasEqualizationMethodForDistribution" + }, + { + "name": "HasEqualizationMethodForPerformanceFee" + }, + { + "name": "HasForcedRedemption" + }, + { + "name": "HasForwardPricing" + }, + { + "name": "HasHighWaterMark" + }, + { + "name": "HasLockUpForRedemption" + }, + { + "name": "HasPreNoticeForSwitchIn" + }, + { + "name": "HasPreNoticeForSwitchOut" + }, + { + "name": "HasPrePaymentForSubscription" + }, + { + "name": "HasRedemptionFeeInFavourOfDistributor" + }, + { + "name": "HasTripartiteReport" + }, + { + "name": "InvestmentStatusDescription" + }, + { + "name": "IrregularRedemptionDealingDays" + }, + { + "name": "IrregularSubscriptionDealingDays" + }, + { + "name": "IsMulticurrencyShareClass" + }, + { + "name": "IsRestrictedToSeparateFeeArrangement" + }, + { + "name": "IsStructuredFinanceProduct" + }, + { + "name": "IsValidISIN" + }, + { + "name": "LiquidationStartDate" + }, + { + "name": "LockUpComment" + }, + { + "name": "LockUpPeriodInDays" + }, + { + "name": "ManagementFeeMinimum" + }, + { + "name": "MandatoryShareConversionDescriptionDetails" + }, + { + "name": "MarketsRelevantToFundTradingCalendar" + }, + { + "name": "MaximalNumberOfPossibleDecimalsAmount" + }, + { + "name": "MaximalNumberOfPossibleDecimalsNAV" + }, + { + "name": "MaximalNumberOfPossibleDecimalsShares" + }, + { + "name": "MaximumInitialRedemptionInAmount" + }, + { + "name": "MaximumInitialRedemptionInShares" + }, + { + "name": "MaximumRedemptionFeeInFavourOfDistributor" + }, + { + "name": "MaximumSubsequentRedemptionInAmount" + }, + { + "name": "MaximumSubsequentRedemptionInShares" + }, + { + "name": "MergerRatio" + }, + { + "name": "MinimalInitialRedemptionInAmount" + }, + { + "name": "MinimalInitialRedemptionInShares" + }, + { + "name": "MinimalRedemptionCategory" + }, + { + "name": "MinimalSubsequentRedemptionInAmount" + }, + { + "name": "MinimalSubsequentRedemptionInShares" + }, + { + "name": "MinimumRedemptionFeeInFavourOfDistributor" + }, + { + "name": "MinimumRedemptionFeeInFavourOfFund" + }, + { + "name": "MinimumSubscriptionFeeInFavourOfFund" + }, + { + "name": "MonthlyRedemptionDealingDays" + }, + { + "name": "MonthlySubscriptionDealingDays" + }, + { + "name": "NasdaqFundNetworkNFNIdentifier" + }, + { + "name": "NoTradingDate" + }, + { + "name": "NumberOfPossibleRedemptionsWithinPeriod" + }, + { + "name": "NumberOfPossibleSubscriptionsWithinPeriod" + }, + { + "name": "PartialDealingDaysDateAndTime" + }, + { + "name": "PartialPaymentDaysDateAndTime" + }, + { + "name": "PaymentDateCalendar" + }, + { + "name": "PerformanceFeeMinimum" + }, + { + "name": "PreNoticeCutOffForRedemption" + }, + { + "name": "PreNoticeCutOffForSubscription" + }, + { + "name": "PrePaymentCutOffTimeForSubscription" + }, + { + "name": "PrePaymentDaysForSubscription" + }, + { + "name": "RecordDateCalendar" + }, + { + "name": "RedemptionTradeCyclePeriod" + }, + { + "name": "RoundingMethodForPrices" + }, + { + "name": "RoundingMethodForRedemptionInAmount" + }, + { + "name": "RoundingMethodForRedemptionInShares" + }, + { + "name": "RoundingMethodForSubscriptionInAmount" + }, + { + "name": "RoundingMethodForSubscriptionInShares" + }, + { + "name": "SettlementPeriodForRedemption" + }, + { + "name": "SettlementPeriodForSubscription" + }, + { + "name": "SettlementPeriodForSwitchIn" + }, + { + "name": "SettlementPeriodForSwitchOut" + }, + { + "name": "ShareClassDividendType" + }, + { + "name": "SingleRegisterAccountRestrictions" + }, + { + "name": "SubscriptionPeriodEndDate" + }, + { + "name": "SubscriptionPeriodStartDate" + }, + { + "name": "SubscriptionTradeCyclePeriod" + }, + { + "name": "SwitchInNoticePeriod" + }, + { + "name": "SwitchOutNoticePeriod" + }, + { + "name": "TerminationDate" + }, + { + "name": "TimeZoneForCutOff" + }, + { + "name": "TimeZoneForCutOffUsingTZDatabase" + }, + { + "name": "ValuationFrequencyDetail" + }, + { + "name": "ValuationReduction" + }, + { + "name": "WeeklyRedemptionDealingDays" + }, + { + "name": "WeeklySubscriptionDealingDays" + }, + { + "name": "YearlyRedemptionDealingDays" + }, + { + "name": "YearlySubscriptionDealingDays" + }, + { + "name": "FundId" + }, + { + "name": "ShareClassCurrencyId" + }, + { + "name": "ImageUri" + } + ] + } + } + ], + "errors": [ + { + "code": 6000, + "name": "FundNotActive", + "msg": "Fund is not active" + }, + { + "code": 6001, + "name": "InvalidShareClass", + "msg": "Share class not allowed to subscribe" + }, + { + "code": 6002, + "name": "InvalidAssetSubscribe", + "msg": "Asset not allowed to subscribe" + }, + { + "code": 6003, + "name": "InvalidPricingOracle", + "msg": "Invalid oracle for asset price" + }, + { + "code": 6004, + "name": "InvalidAssetsRedeem", + "msg": "Invalid assets in redeem" + }, + { + "code": 6005, + "name": "InvalidTreasuryAccount", + "msg": "Invalid treasury account" + } + ] +}; + +export const IDL: Glam = { + "version": "0.2.0", + "name": "glam", + "instructions": [ + { + "name": "initializeV2", + "accounts": [ + { + "name": "fund", + "isMut": true, + "isSigner": false + }, + { + "name": "openfund", + "isMut": true, + "isSigner": false + }, + { + "name": "treasury", + "isMut": true, + "isSigner": false + }, + { + "name": "share", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "rent", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "fund", + "type": { + "defined": "FundModel" + } + } + ] + }, + { + "name": "initialize", + "accounts": [ + { + "name": "fund", + "isMut": true, + "isSigner": false + }, + { + "name": "treasury", + "isMut": true, + "isSigner": false + }, + { + "name": "share", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "rent", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "fundName", + "type": "string" + }, + { + "name": "fundSymbol", + "type": "string" + }, + { + "name": "fundUri", + "type": "string" + }, + { + "name": "assetWeights", + "type": { + "vec": "u32" + } + }, + { + "name": "activate", + "type": "bool" + }, + { + "name": "shareClassMetadata", + "type": { + "defined": "ShareClassMetadata" + } + } + ] + }, + { + "name": "update", + "accounts": [ + { + "name": "fund", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + } + ], + "args": [ + { + "name": "name", + "type": { + "option": "string" + } + }, + { + "name": "uri", + "type": { + "option": "string" + } + }, + { + "name": "assetWeights", + "type": { + "option": { + "vec": "u32" + } + } + }, + { + "name": "activate", + "type": { + "option": "bool" + } + } + ] + }, + { + "name": "close", + "accounts": [ + { + "name": "fund", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + } + ], + "args": [] + }, + { + "name": "subscribe", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "shareClass", + "isMut": true, + "isSigner": false + }, + { + "name": "signerShareAta", + "isMut": true, + "isSigner": false + }, + { + "name": "asset", + "isMut": true, + "isSigner": false + }, + { + "name": "treasuryAta", + "isMut": true, + "isSigner": false + }, + { + "name": "signerAssetAta", + "isMut": true, + "isSigner": false + }, + { + "name": "signer", + "isMut": true, + "isSigner": true + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "associatedTokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "token2022Program", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "amount", + "type": "u64" + }, + { + "name": "skipState", + "type": "bool" + } + ] + }, + { + "name": "redeem", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "shareClass", + "isMut": true, + "isSigner": false + }, + { + "name": "signerShareAta", + "isMut": true, + "isSigner": false + }, + { + "name": "signer", + "isMut": true, + "isSigner": true + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "token2022Program", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "amount", + "type": "u64" + }, + { + "name": "inKind", + "type": "bool" + }, + { + "name": "skipState", + "type": "bool" + } + ] + }, + { + "name": "driftInitialize", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "userStats", + "isMut": true, + "isSigner": false + }, + { + "name": "user", + "isMut": true, + "isSigner": false + }, + { + "name": "state", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "driftProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "rent", + "isMut": false, + "isSigner": false + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "trader", + "type": { + "option": "publicKey" + } + } + ] + }, + { + "name": "driftUpdateDelegatedTrader", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "user", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "driftProgram", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "trader", + "type": { + "option": "publicKey" + } + } + ] + }, + { + "name": "driftDeposit", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "userStats", + "isMut": true, + "isSigner": false + }, + { + "name": "user", + "isMut": true, + "isSigner": false + }, + { + "name": "state", + "isMut": true, + "isSigner": false + }, + { + "name": "treasuryAta", + "isMut": true, + "isSigner": false + }, + { + "name": "driftAta", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "driftProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "amount", + "type": "u64" + } + ] + }, + { + "name": "driftWithdraw", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "userStats", + "isMut": true, + "isSigner": false + }, + { + "name": "user", + "isMut": true, + "isSigner": false + }, + { + "name": "state", + "isMut": true, + "isSigner": false + }, + { + "name": "driftSigner", + "isMut": false, + "isSigner": false + }, + { + "name": "treasuryAta", + "isMut": true, + "isSigner": false + }, + { + "name": "driftAta", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "driftProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "tokenProgram", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "amount", + "type": "u64" + } + ] + }, + { + "name": "driftClose", + "accounts": [ + { + "name": "fund", + "isMut": false, + "isSigner": false + }, + { + "name": "treasury", + "isMut": false, + "isSigner": false + }, + { + "name": "userStats", + "isMut": true, + "isSigner": false + }, + { + "name": "user", + "isMut": true, + "isSigner": false + }, + { + "name": "state", + "isMut": true, + "isSigner": false + }, + { + "name": "manager", + "isMut": true, + "isSigner": true + }, + { + "name": "driftProgram", + "isMut": false, + "isSigner": false + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + } + ], + "args": [] + } + ], + "accounts": [ + { + "name": "state", + "docs": [ + "Account: State" + ], + "type": { + "kind": "struct", + "fields": [ + { + "name": "admin", + "type": "publicKey" + }, + { + "name": "whitelistMint", + "type": "publicKey" + }, + { + "name": "discountMint", + "type": "publicKey" + }, + { + "name": "signer", + "type": "publicKey" + }, + { + "name": "srmVault", + "type": "publicKey" + }, + { + "name": "perpFeeStructure", + "type": { + "defined": "FeeStructure" + } + }, + { + "name": "spotFeeStructure", + "type": { + "defined": "FeeStructure" + } + }, + { + "name": "oracleGuardRails", + "type": { + "defined": "OracleGuardRails" + } + }, + { + "name": "numberOfAuthorities", + "type": "u64" + }, + { + "name": "numberOfSubAccounts", + "type": "u64" + }, + { + "name": "lpCooldownTime", + "type": "u64" + }, + { + "name": "liquidationMarginBufferRatio", + "type": "u32" + }, + { + "name": "settlementDuration", + "type": "u16" + }, + { + "name": "numberOfMarkets", + "type": "u16" + }, + { + "name": "numberOfSpotMarkets", + "type": "u16" + }, + { + "name": "signerNonce", + "type": "u8" + }, + { + "name": "minPerpAuctionDuration", + "type": "u8" + }, + { + "name": "defaultMarketOrderTimeInForce", + "type": "u8" + }, + { + "name": "defaultSpotAuctionDuration", + "type": "u8" + }, + { + "name": "exchangeStatus", + "type": "u8" + }, + { + "name": "liquidationDuration", + "type": "u8" + }, + { + "name": "initialPctToLiquidate", + "type": "u16" + }, + { + "name": "maxNumberOfSubAccounts", + "type": "u16" + }, + { + "name": "maxInitializeUserFee", + "type": "u16" + }, + { + "name": "padding", + "type": { + "array": [ + "u8", + 10 + ] + } + } + ] + } + }, + { + "name": "fund", + "type": { + "kind": "struct", + "fields": [ + { + "name": "manager", + "type": "publicKey" + }, + { + "name": "treasury", + "type": "publicKey" + }, + { + "name": "assetsLen", + "type": "u8" + }, + { + "name": "assets", + "type": { + "array": [ + "publicKey", + 5 + ] + } + }, + { + "name": "assetsWeights", + "type": { + "array": [ + "u32", + 5 + ] + } + }, + { + "name": "shareClassesLen", + "type": "u8" + }, + { + "name": "shareClasses", + "type": { + "array": [ + "publicKey", + 3 + ] + } + }, + { + "name": "shareClassesMetadata", + "type": { + "array": [ + { + "defined": "ShareClassMetadata" + }, + 3 + ] + } + }, + { + "name": "shareClassesBumps", + "type": { + "array": [ + "u8", + 3 + ] + } + }, + { + "name": "timeCreated", + "type": "i64" + }, + { + "name": "bumpFund", + "type": "u8" + }, + { + "name": "bumpTreasury", + "type": "u8" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "symbol", + "type": "string" + }, + { + "name": "uri", + "type": "string" + }, + { + "name": "isActive", + "type": "bool" + } + ] + } + }, + { + "name": "fundAccount", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": "string" + }, + { + "name": "uri", + "type": "string" + }, + { + "name": "treasury", + "type": "publicKey" + }, + { + "name": "shareClasses", + "type": { + "vec": "publicKey" + } + }, + { + "name": "openfund", + "type": "publicKey" + }, + { + "name": "openfundUri", + "type": "string" + }, + { + "name": "manager", + "type": "publicKey" + }, + { + "name": "engine", + "type": "publicKey" + }, + { + "name": "params", + "type": { + "vec": { + "vec": { + "defined": "GlamParam" + } + } + } + } + ] + } + }, + { + "name": "fundMetadataAccount", + "type": { + "kind": "struct", + "fields": [ + { + "name": "fundPubkey", + "type": "publicKey" + }, + { + "name": "company", + "type": { + "vec": { + "defined": "CompanyField" + } + } + }, + { + "name": "fund", + "type": { + "vec": { + "defined": "FundField" + } + } + }, + { + "name": "shareClasses", + "type": { + "vec": { + "vec": { + "defined": "ShareClassField" + } + } + } + }, + { + "name": "fundManagers", + "type": { + "vec": { + "vec": { + "defined": "FundManagerField" + } + } + } + } + ] + } + }, + { + "name": "treasury", + "type": { + "kind": "struct", + "fields": [ + { + "name": "manager", + "type": "publicKey" + }, + { + "name": "fund", + "type": "publicKey" + }, + { + "name": "bump", + "type": "u8" + } + ] + } + } + ], + "types": [ + { + "name": "FeeStructure", + "type": { + "kind": "struct", + "fields": [ + { + "name": "feeTiers", + "type": { + "array": [ + { + "defined": "FeeTier" + }, + 10 + ] + } + }, + { + "name": "fillerRewardStructure", + "type": { + "defined": "OrderFillerRewardStructure" + } + }, + { + "name": "referrerRewardEpochUpperBound", + "type": "u64" + }, + { + "name": "flatFillerFee", + "type": "u64" + } + ] + } + }, + { + "name": "FeeTier", + "type": { + "kind": "struct", + "fields": [ + { + "name": "feeNumerator", + "type": "u32" + }, + { + "name": "feeDenominator", + "type": "u32" + }, + { + "name": "makerRebateNumerator", + "type": "u32" + }, + { + "name": "makerRebateDenominator", + "type": "u32" + }, + { + "name": "referrerRewardNumerator", + "type": "u32" + }, + { + "name": "referrerRewardDenominator", + "type": "u32" + }, + { + "name": "refereeFeeNumerator", + "type": "u32" + }, + { + "name": "refereeFeeDenominator", + "type": "u32" + } + ] + } + }, + { + "name": "OracleGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "priceDivergence", + "type": { + "defined": "PriceDivergenceGuardRails" + } + }, + { + "name": "validity", + "type": { + "defined": "ValidityGuardRails" + } + } + ] + } + }, + { + "name": "OrderFillerRewardStructure", + "type": { + "kind": "struct", + "fields": [ + { + "name": "rewardNumerator", + "type": "u32" + }, + { + "name": "rewardDenominator", + "type": "u32" + }, + { + "name": "timeBasedRewardLowerBound", + "type": "u128" + } + ] + } + }, + { + "name": "PriceDivergenceGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "markOraclePercentDivergence", + "type": "u64" + }, + { + "name": "oracleTwap5minPercentDivergence", + "type": "u64" + } + ] + } + }, + { + "name": "ValidityGuardRails", + "type": { + "kind": "struct", + "fields": [ + { + "name": "slotsBeforeStaleForAmm", + "type": "i64" + }, + { + "name": "slotsBeforeStaleForMargin", + "type": "i64" + }, + { + "name": "confidenceIntervalMaxSize", + "type": "u64" + }, + { + "name": "tooVolatileRatio", + "type": "i64" + } + ] + } + }, + { + "name": "GlamParam", + "type": { + "kind": "struct", + "fields": [ + { + "name": "key", + "type": { + "defined": "OFKey" + } + }, + { + "name": "val", + "type": { + "defined": "OFValue" + } + } + ] + } + }, + { + "name": "OFKey", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Symbol" + }, + { + "name": "TimeCreated" + }, + { + "name": "Active" + }, + { + "name": "Hello" + } + ] + } + }, + { + "name": "OFValue", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Boolean", + "fields": [ + { + "name": "val", + "type": "bool" + } + ] + }, + { + "name": "Date", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "Double", + "fields": [ + { + "name": "val", + "type": "i64" + } + ] + }, + { + "name": "Integer", + "fields": [ + { + "name": "val", + "type": "i32" + } + ] + }, + { + "name": "String", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "Time", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "U8", + "fields": [ + { + "name": "val", + "type": "u8" + } + ] + }, + { + "name": "U64", + "fields": [ + { + "name": "val", + "type": "u64" + } + ] + }, + { + "name": "Pubkey", + "fields": [ + { + "name": "val", + "type": "publicKey" + } + ] + }, + { + "name": "Percentage", + "fields": [ + { + "name": "val", + "type": "u32" + } + ] + }, + { + "name": "URI", + "fields": [ + { + "name": "val", + "type": "string" + } + ] + }, + { + "name": "Timestamp", + "fields": [ + { + "name": "val", + "type": "i64" + } + ] + }, + { + "name": "VecPubkey", + "fields": [ + { + "name": "val", + "type": { + "vec": "publicKey" + } + } + ] + }, + { + "name": "VecU32", + "fields": [ + { + "name": "val", + "type": { + "vec": "u32" + } + } + ] + } + ] + } + }, + { + "name": "ShareClassMetadata", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": "string" + }, + { + "name": "symbol", + "type": "string" + }, + { + "name": "uri", + "type": "string" + }, + { + "name": "shareClassAsset", + "type": "string" + }, + { + "name": "shareClassAssetId", + "type": "publicKey" + }, + { + "name": "isin", + "type": "string" + }, + { + "name": "status", + "type": "string" + }, + { + "name": "feeManagement", + "type": "i32" + }, + { + "name": "feePerformance", + "type": "i32" + }, + { + "name": "policyDistribution", + "type": "string" + }, + { + "name": "extension", + "type": "string" + }, + { + "name": "launchDate", + "type": "string" + }, + { + "name": "lifecycle", + "type": "string" + }, + { + "name": "imageUri", + "type": "string" + } + ] + } + }, + { + "name": "CompanyModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "fundGroupName", + "type": { + "option": "string" + } + }, + { + "name": "manCo", + "type": { + "option": "string" + } + }, + { + "name": "domicileOfManCo", + "type": { + "option": "string" + } + }, + { + "name": "emailAddressOfManCo", + "type": { + "option": "string" + } + }, + { + "name": "fundWebsiteOfManCo", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "CreatedModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "key", + "type": { + "array": [ + "u8", + 8 + ] + } + }, + { + "name": "manager", + "type": { + "option": "publicKey" + } + } + ] + } + }, + { + "name": "FundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "id", + "type": { + "option": "publicKey" + } + }, + { + "name": "name", + "type": { + "option": "string" + } + }, + { + "name": "uri", + "type": { + "option": "string" + } + }, + { + "name": "openfundUri", + "type": { + "option": "string" + } + }, + { + "name": "isEnabled", + "type": { + "option": "bool" + } + }, + { + "name": "assets", + "type": { + "vec": "publicKey" + } + }, + { + "name": "assetsWeights", + "type": { + "vec": "u32" + } + }, + { + "name": "shareClasses", + "type": { + "vec": { + "defined": "ShareClassModel" + } + } + }, + { + "name": "company", + "type": { + "option": { + "defined": "CompanyModel" + } + } + }, + { + "name": "manager", + "type": { + "option": { + "defined": "ManagerModel" + } + } + }, + { + "name": "created", + "type": { + "option": { + "defined": "CreatedModel" + } + } + }, + { + "name": "isRawOpenfund", + "type": { + "option": "bool" + } + }, + { + "name": "rawOpenfund", + "type": { + "option": { + "defined": "FundOpenfundModel" + } + } + } + ] + } + }, + { + "name": "FundOpenfundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "fundDomicileAlpha2", + "type": { + "option": "string" + } + }, + { + "name": "legalFundNameIncludingUmbrella", + "type": { + "option": "string" + } + }, + { + "name": "fiscalYearEnd", + "type": { + "option": "string" + } + }, + { + "name": "fundCurrency", + "type": { + "option": "string" + } + }, + { + "name": "fundLaunchDate", + "type": { + "option": "string" + } + }, + { + "name": "investmentObjective", + "type": { + "option": "string" + } + }, + { + "name": "isEtc", + "type": { + "option": "bool" + } + }, + { + "name": "isEuDirectiveRelevant", + "type": { + "option": "bool" + } + }, + { + "name": "isFundOfFunds", + "type": { + "option": "bool" + } + }, + { + "name": "isPassiveFund", + "type": { + "option": "bool" + } + }, + { + "name": "isReit", + "type": { + "option": "bool" + } + }, + { + "name": "legalForm", + "type": { + "option": "string" + } + }, + { + "name": "legalFundNameOnly", + "type": { + "option": "string" + } + }, + { + "name": "openEndedOrClosedEndedFundStructure", + "type": { + "option": "string" + } + }, + { + "name": "typeOfEuDirective", + "type": { + "option": "string" + } + }, + { + "name": "ucitsVersion", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "ManagerKind", + "type": { + "kind": "enum", + "variants": [ + { + "name": "Wallet" + }, + { + "name": "Squads" + } + ] + } + }, + { + "name": "ManagerModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "portfolioManagerName", + "type": { + "option": "string" + } + }, + { + "name": "pubkey", + "type": { + "option": "publicKey" + } + }, + { + "name": "kind", + "type": { + "option": { + "defined": "ManagerKind" + } + } + } + ] + } + }, + { + "name": "ShareClassModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "symbol", + "type": { + "option": "string" + } + }, + { + "name": "name", + "type": { + "option": "string" + } + }, + { + "name": "uri", + "type": { + "option": "string" + } + }, + { + "name": "fundId", + "type": { + "option": "publicKey" + } + }, + { + "name": "asset", + "type": { + "option": "publicKey" + } + }, + { + "name": "imageUri", + "type": { + "option": "string" + } + }, + { + "name": "isRawOpenfund", + "type": { + "option": "bool" + } + }, + { + "name": "rawOpenfund", + "type": { + "option": { + "defined": "ShareClassOpenfundModel" + } + } + } + ] + } + }, + { + "name": "ShareClassOpenfundModel", + "type": { + "kind": "struct", + "fields": [ + { + "name": "isin", + "type": { + "option": "string" + } + }, + { + "name": "shareClassCurrency", + "type": { + "option": "string" + } + }, + { + "name": "fullShareClassName", + "type": { + "option": "string" + } + }, + { + "name": "hasPerformanceFee", + "type": { + "option": "bool" + } + }, + { + "name": "investmentStatus", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeApplied", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeAppliedReferenceDate", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeMaximum", + "type": { + "option": "string" + } + }, + { + "name": "shareClassDistributionPolicy", + "type": { + "option": "string" + } + }, + { + "name": "shareClassExtension", + "type": { + "option": "string" + } + }, + { + "name": "shareClassLaunchDate", + "type": { + "option": "string" + } + }, + { + "name": "shareClassLifecycle", + "type": { + "option": "string" + } + }, + { + "name": "launchPrice", + "type": { + "option": "string" + } + }, + { + "name": "launchPriceCurrency", + "type": { + "option": "string" + } + }, + { + "name": "launchPriceDate", + "type": { + "option": "string" + } + }, + { + "name": "isValidIsin", + "type": { + "option": "bool" + } + }, + { + "name": "lockUpComment", + "type": { + "option": "string" + } + }, + { + "name": "lockUpPeriodInDays", + "type": { + "option": "string" + } + }, + { + "name": "managementFeeMinimum", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsAmount", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsNav", + "type": { + "option": "string" + } + }, + { + "name": "maximalNumberOfPossibleDecimalsShares", + "type": { + "option": "string" + } + } + ] + } + }, + { + "name": "CompanyField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "CompanyFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "CompanyFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "FundGroupName" + }, + { + "name": "ManCo" + }, + { + "name": "DomicileOfManCo" + }, + { + "name": "BICOfCustodian" + }, + { + "name": "CollateralManagerName" + }, + { + "name": "CustodianBankName" + }, + { + "name": "DomicileOfCustodianBank" + }, + { + "name": "FundAdministratorName" + }, + { + "name": "FundAdvisorName" + }, + { + "name": "FundPromoterName" + }, + { + "name": "IsSelfManagedInvestmentCompany" + }, + { + "name": "LEIOfCustodianBank" + }, + { + "name": "LEIOfManCo" + }, + { + "name": "PortfolioManagingCompanyName" + }, + { + "name": "SecuritiesLendingCounterpartyName" + }, + { + "name": "SwapCounterpartyName" + }, + { + "name": "AddressofManCo" + }, + { + "name": "AuditorName" + }, + { + "name": "CityofManCo" + }, + { + "name": "EmailAddressOfManCo" + }, + { + "name": "FundWebsiteofManCo" + }, + { + "name": "IsUNPRISignatory" + }, + { + "name": "PhoneCountryCodeofManCo" + }, + { + "name": "PhoneNumberofManCo" + }, + { + "name": "SubInvestmentAdvisorName" + }, + { + "name": "ZIPCodeofManCo" + }, + { + "name": "DomicileOfUmbrella" + }, + { + "name": "HasUmbrella" + }, + { + "name": "LEIOfUmbrella" + }, + { + "name": "Umbrella" + }, + { + "name": "GlobalIntermediaryIdentificationNumberOfUmbrella" + } + ] + } + }, + { + "name": "FundField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "FundFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "FundFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "FundDomicileAlpha2" + }, + { + "name": "FundDomicileAlpha3" + }, + { + "name": "LegalFundNameIncludingUmbrella" + }, + { + "name": "FiscalYearEnd" + }, + { + "name": "FundCurrency" + }, + { + "name": "FundLaunchDate" + }, + { + "name": "InvestmentObjective" + }, + { + "name": "IsETC" + }, + { + "name": "IsEUDirectiveRelevant" + }, + { + "name": "IsFundOfFunds" + }, + { + "name": "IsPassiveFund" + }, + { + "name": "IsREIT" + }, + { + "name": "LegalForm" + }, + { + "name": "LegalFundNameOnly" + }, + { + "name": "OpenEndedOrClosedEndedFundStructure" + }, + { + "name": "TypeOfEUDirective" + }, + { + "name": "UCITSVersion" + }, + { + "name": "CurrencyHedgePortfolio" + }, + { + "name": "DepositoryName" + }, + { + "name": "FundValuationPoint" + }, + { + "name": "FundValuationPointTimeZone" + }, + { + "name": "FundValuationPointTimeZoneUsingTZDatabase" + }, + { + "name": "HasCollateralManager" + }, + { + "name": "HasEmbeddedDerivatives" + }, + { + "name": "HasSecuritiesLending" + }, + { + "name": "HasSwap" + }, + { + "name": "IsLeveraged" + }, + { + "name": "IsShariaCompliant" + }, + { + "name": "IsShort" + }, + { + "name": "LEIofDepositoryBank" + }, + { + "name": "LEIOfFund" + }, + { + "name": "LocationOfBearerShare" + }, + { + "name": "LocationOfShareRegister" + }, + { + "name": "MaximumLeverageInFund" + }, + { + "name": "MiFIDSecuritiesClassification" + }, + { + "name": "MoneyMarketTypeOfFund" + }, + { + "name": "TrusteeName" + }, + { + "name": "AuMFund" + }, + { + "name": "AuMFundDate" + }, + { + "name": "NoSFund" + }, + { + "name": "NoSFundDate" + } + ] + } + }, + { + "name": "FundManagerField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "FundManagerFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "FundManagerFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "PortfolioManagerForename" + }, + { + "name": "PortfolioManagerName" + }, + { + "name": "PortfolioManagerYearOfBirth" + }, + { + "name": "PortfolioManagerYearOfExperienceStart" + }, + { + "name": "PortfolioManagerBriefBiography" + }, + { + "name": "PortfolioManagerType" + }, + { + "name": "PortfolioManagerRoleStartingDate" + }, + { + "name": "PortfolioManagerRoleEndDate" + } + ] + } + }, + { + "name": "ShareClassField", + "type": { + "kind": "struct", + "fields": [ + { + "name": "name", + "type": { + "defined": "ShareClassFieldName" + } + }, + { + "name": "value", + "type": "string" + } + ] + } + }, + { + "name": "ShareClassFieldName", + "type": { + "kind": "enum", + "variants": [ + { + "name": "ISIN" + }, + { + "name": "ShareClassCurrency" + }, + { + "name": "AllInFeeApplied" + }, + { + "name": "AllInFeeDate" + }, + { + "name": "AllInFeeIncludesTransactionCosts" + }, + { + "name": "AllInFeeMaximum" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfDistributorReferenceDate" + }, + { + "name": "Benchmark" + }, + { + "name": "CountryLegalRegistration" + }, + { + "name": "CountryMarketingDistribution" + }, + { + "name": "CurrencyHedgeShareClass" + }, + { + "name": "CurrencyOfMinimalSubscription" + }, + { + "name": "DistributionDeclarationFrequency" + }, + { + "name": "FullShareClassName" + }, + { + "name": "HasAllInFee" + }, + { + "name": "HasOngoingCharges" + }, + { + "name": "HasPerformanceFee" + }, + { + "name": "HasSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "InvestmentStatus" + }, + { + "name": "IsETF" + }, + { + "name": "IsRDRCompliant" + }, + { + "name": "IsTrailerFeeClean" + }, + { + "name": "ManagementFeeApplied" + }, + { + "name": "ManagementFeeAppliedReferenceDate" + }, + { + "name": "ManagementFeeMaximum" + }, + { + "name": "MaximumSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "MinimalInitialSubscriptionCategory" + }, + { + "name": "MinimalInitialSubscriptionInAmount" + }, + { + "name": "MinimalInitialSubscriptionInShares" + }, + { + "name": "MinimalSubsequentSubscriptionCategory" + }, + { + "name": "MinimalSubsequentSubscriptionInAmount" + }, + { + "name": "MinimalSubsequentSubscriptionInShares" + }, + { + "name": "MinimumSubscriptionFeeInFavourOfDistributor" + }, + { + "name": "OngoingCharges" + }, + { + "name": "OngoingChargesDate" + }, + { + "name": "PerformanceFeeApplied" + }, + { + "name": "PerformanceFeeAppliedReferenceDate" + }, + { + "name": "PerformanceFeeInProspectus" + }, + { + "name": "PerformanceFeeInProspectusReferenceDate" + }, + { + "name": "RecordDateForSRRI" + }, + { + "name": "ShareClassDistributionPolicy" + }, + { + "name": "ShareClassExtension" + }, + { + "name": "ShareClassLaunchDate" + }, + { + "name": "ShareClassLifecycle" + }, + { + "name": "SRRI" + }, + { + "name": "TERExcludingPerformanceFee" + }, + { + "name": "TERExcludingPerformanceFeeDate" + }, + { + "name": "TERIncludingPerformanceFee" + }, + { + "name": "TERIncludingPerformanceFeeDate" + }, + { + "name": "TransferAgentName" + }, + { + "name": "BICOfTransferAgent" + }, + { + "name": "DomicileOfTransferAgent" + }, + { + "name": "FormOfShare" + }, + { + "name": "HasDurationHedge" + }, + { + "name": "TypeOfEqualization" + }, + { + "name": "IsMultiseries" + }, + { + "name": "SeriesIssuance" + }, + { + "name": "SeriesFrequency" + }, + { + "name": "DoesFundIssueSidePocket" + }, + { + "name": "HasRedemptionGates" + }, + { + "name": "TypeOfAlternativeFundStructureVehicle" + }, + { + "name": "BloombergCode" + }, + { + "name": "FIGICode" + }, + { + "name": "AbbreviatedShareClassName" + }, + { + "name": "ValuationFrequency" + }, + { + "name": "NAVPublicationTime" + }, + { + "name": "IsShareClassEligibleForUCITS" + }, + { + "name": "InvestmentStatusDate" + }, + { + "name": "LaunchPrice" + }, + { + "name": "LaunchPriceCurrency" + }, + { + "name": "LaunchPriceDate" + }, + { + "name": "EFAMAMainEFCCategory" + }, + { + "name": "EFAMAEFCClassificationType" + }, + { + "name": "EFAMAActiveEFCClassification" + }, + { + "name": "EFAMAEFCInvestmentTheme" + }, + { + "name": "PricingMethodology" + }, + { + "name": "SinglePricingType" + }, + { + "name": "SwingFactor" + }, + { + "name": "StandardMinimumRemainingAmount" + }, + { + "name": "StandardMinimumRemainingShares" + }, + { + "name": "CurrencyOfMinimumRemainingAmount" + }, + { + "name": "StandardMinimumRemainingCategory" + }, + { + "name": "HurdleRate" + }, + { + "name": "HighWaterMark" + }, + { + "name": "HasAppliedSubscriptionFeeInFavourOfFund" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfFund" + }, + { + "name": "AppliedSubscriptionFeeInFavourOfFundReferenceDate" + }, + { + "name": "MaximumSubscriptionFeeInFavourOfFund" + }, + { + "name": "HasAppliedRedemptionFeeInFavourOfFund" + }, + { + "name": "AppliedRedemptionFeeInFavourOfFund" + }, + { + "name": "AppliedRedemptionFeeInFavourOfFundReferenceDate" + }, + { + "name": "MaximumRedemptionFeeInFavourOfFund" + }, + { + "name": "EquivalentTrailerFeeCleanISIN" + }, + { + "name": "HasSeparateDistributionFee" + }, + { + "name": "DistributionFee" + }, + { + "name": "DistributionFeeMaximum" + }, + { + "name": "IASector" + }, + { + "name": "AbsorbingFundFullShareClassName" + }, + { + "name": "AbsorbingFundShareClassISIN" + }, + { + "name": "AdministrationFeeMaximum" + }, + { + "name": "AnnualDistributionAtFiscalYearEnd" + }, + { + "name": "AnnualDistributionYieldAtFiscalYearEnd" + }, + { + "name": "AppliedRedemptionFeeInFavourOfDistributor" + }, + { + "name": "AppliedRedemptionFeeInFavourOfDistributorReferenceDate" + }, + { + "name": "BankDetailsSSIForPaymentsProvision" + }, + { + "name": "BankDetailsLevelApplication" + }, + { + "name": "BenchmarkBloombergTicker" + }, + { + "name": "CalculationDateOffsetForRedemption" + }, + { + "name": "CalculationDateOffsetForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForCutOffDateOffsetForRedemption" + }, + { + "name": "CalendarOrBusinessDaysForCutOffDateOffsetForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForPrePaymentDaysForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForSettlementPeriodForRedemption" + }, + { + "name": "CalendarOrBusinessDaysForSettlementPeriodForSubscription" + }, + { + "name": "CalendarOrBusinessDaysForTransactions" + }, + { + "name": "CFICode" + }, + { + "name": "ContingentDeferredSalesChargeExitFee" + }, + { + "name": "ContingentDeferredSalesChargeUpfrontFee" + }, + { + "name": "CountryISOCodeAlpha2" + }, + { + "name": "CountryISOCodeAlpha3" + }, + { + "name": "CountryName" + }, + { + "name": "CurrenciesOfMulticurrencyShareClass" + }, + { + "name": "CurrencyOfMinimalOrMaximumRedemption" + }, + { + "name": "CustodianFeeApplied" + }, + { + "name": "CustodianFeeAppliedReferenceDate" + }, + { + "name": "CustodianFeeMaximum" + }, + { + "name": "CutOffDateOffsetForRedemption" + }, + { + "name": "CutOffDateOffsetForSubscription" + }, + { + "name": "CutOffTimeForRedemption" + }, + { + "name": "CutOffTimeForSubscription" + }, + { + "name": "CutOffTimeForSwitchIn" + }, + { + "name": "CutOffTimeForSwitchOut" + }, + { + "name": "DealingDaysOfMultipleRedemptionTradeCycles" + }, + { + "name": "DealingDaysOfMultipleSubscriptionTradeCycles" + }, + { + "name": "DisseminationRecipient" + }, + { + "name": "DistributionFeeReferenceDate" + }, + { + "name": "DoesShareClassApplyMandatoryConversion" + }, + { + "name": "DoesShareClassApplyPartialDealingDays" + }, + { + "name": "DoesShareClassApplyPartialPaymentDays" + }, + { + "name": "DormantEndDate" + }, + { + "name": "DormantStartDate" + }, + { + "name": "ExDividendDateCalendar" + }, + { + "name": "ExitCostDescription" + }, + { + "name": "HasContingentDeferredSalesChargeFee" + }, + { + "name": "HasDilutionLevyAppliedByFund" + }, + { + "name": "HasEqualizationMethodForDistribution" + }, + { + "name": "HasEqualizationMethodForPerformanceFee" + }, + { + "name": "HasForcedRedemption" + }, + { + "name": "HasForwardPricing" + }, + { + "name": "HasHighWaterMark" + }, + { + "name": "HasLockUpForRedemption" + }, + { + "name": "HasPreNoticeForSwitchIn" + }, + { + "name": "HasPreNoticeForSwitchOut" + }, + { + "name": "HasPrePaymentForSubscription" + }, + { + "name": "HasRedemptionFeeInFavourOfDistributor" + }, + { + "name": "HasTripartiteReport" + }, + { + "name": "InvestmentStatusDescription" + }, + { + "name": "IrregularRedemptionDealingDays" + }, + { + "name": "IrregularSubscriptionDealingDays" + }, { - "name": "manager", - "type": "pubkey" + "name": "IsMulticurrencyShareClass" }, { - "name": "treasury", - "type": "pubkey" + "name": "IsRestrictedToSeparateFeeArrangement" }, { - "name": "assetsLen", - "type": "u8" + "name": "IsStructuredFinanceProduct" }, { - "name": "assets", - "type": { - "array": [ - "pubkey", - 5 - ] - } + "name": "IsValidISIN" }, { - "name": "assetsWeights", - "type": { - "array": [ - "u32", - 5 - ] - } + "name": "LiquidationStartDate" }, { - "name": "shareClassesLen", - "type": "u8" + "name": "LockUpComment" }, { - "name": "shareClasses", - "type": { - "array": [ - "pubkey", - 3 - ] - } + "name": "LockUpPeriodInDays" }, { - "name": "shareClassesMetadata", - "type": { - "array": [ - { - "defined": { - "name": "shareClassMetadata" - } - }, - 3 - ] - } + "name": "ManagementFeeMinimum" }, { - "name": "shareClassesBumps", - "type": { - "array": [ - "u8", - 3 - ] - } + "name": "MandatoryShareConversionDescriptionDetails" }, { - "name": "timeCreated", - "type": "i64" + "name": "MarketsRelevantToFundTradingCalendar" }, { - "name": "bumpFund", - "type": "u8" + "name": "MaximalNumberOfPossibleDecimalsAmount" }, { - "name": "bumpTreasury", - "type": "u8" + "name": "MaximalNumberOfPossibleDecimalsNAV" }, { - "name": "name", - "type": "string" + "name": "MaximalNumberOfPossibleDecimalsShares" }, { - "name": "symbol", - "type": "string" + "name": "MaximumInitialRedemptionInAmount" }, { - "name": "uri", - "type": "string" + "name": "MaximumInitialRedemptionInShares" }, { - "name": "isActive", - "type": "bool" - } - ] - } - }, - { - "name": "oracleGuardRails", - "type": { - "kind": "struct", - "fields": [ + "name": "MaximumRedemptionFeeInFavourOfDistributor" + }, { - "name": "priceDivergence", - "type": { - "defined": { - "name": "priceDivergenceGuardRails" - } - } + "name": "MaximumSubsequentRedemptionInAmount" }, { - "name": "validity", - "type": { - "defined": { - "name": "validityGuardRails" - } - } - } - ] - } - }, - { - "name": "orderFillerRewardStructure", - "type": { - "kind": "struct", - "fields": [ + "name": "MaximumSubsequentRedemptionInShares" + }, { - "name": "rewardNumerator", - "type": "u32" + "name": "MergerRatio" }, { - "name": "rewardDenominator", - "type": "u32" + "name": "MinimalInitialRedemptionInAmount" }, { - "name": "timeBasedRewardLowerBound", - "type": "u128" - } - ] - } - }, - { - "name": "priceDivergenceGuardRails", - "type": { - "kind": "struct", - "fields": [ + "name": "MinimalInitialRedemptionInShares" + }, { - "name": "markOraclePercentDivergence", - "type": "u64" + "name": "MinimalRedemptionCategory" }, { - "name": "oracleTwap5minPercentDivergence", - "type": "u64" - } - ] - } - }, - { - "name": "shareClassMetadata", - "type": { - "kind": "struct", - "fields": [ + "name": "MinimalSubsequentRedemptionInAmount" + }, { - "name": "name", - "type": "string" + "name": "MinimalSubsequentRedemptionInShares" }, { - "name": "symbol", - "type": "string" + "name": "MinimumRedemptionFeeInFavourOfDistributor" }, { - "name": "uri", - "type": "string" + "name": "MinimumRedemptionFeeInFavourOfFund" }, { - "name": "shareClassAsset", - "type": "string" + "name": "MinimumSubscriptionFeeInFavourOfFund" }, { - "name": "shareClassAssetId", - "type": "pubkey" + "name": "MonthlyRedemptionDealingDays" }, { - "name": "isin", - "type": "string" + "name": "MonthlySubscriptionDealingDays" }, { - "name": "status", - "type": "string" + "name": "NasdaqFundNetworkNFNIdentifier" }, { - "name": "feeManagement", - "type": "i32" + "name": "NoTradingDate" }, { - "name": "feePerformance", - "type": "i32" + "name": "NumberOfPossibleRedemptionsWithinPeriod" }, { - "name": "policyDistribution", - "type": "string" + "name": "NumberOfPossibleSubscriptionsWithinPeriod" }, { - "name": "extension", - "type": "string" + "name": "PartialDealingDaysDateAndTime" }, { - "name": "launchDate", - "type": "string" + "name": "PartialPaymentDaysDateAndTime" }, { - "name": "lifecycle", - "type": "string" + "name": "PaymentDateCalendar" }, { - "name": "imageUri", - "type": "string" - } - ] - } - }, - { - "name": "state", - "docs": [ - "Account: State" - ], - "type": { - "kind": "struct", - "fields": [ + "name": "PerformanceFeeMinimum" + }, { - "name": "admin", - "type": "pubkey" + "name": "PreNoticeCutOffForRedemption" }, { - "name": "whitelistMint", - "type": "pubkey" + "name": "PreNoticeCutOffForSubscription" }, { - "name": "discountMint", - "type": "pubkey" + "name": "PrePaymentCutOffTimeForSubscription" }, { - "name": "signer", - "type": "pubkey" + "name": "PrePaymentDaysForSubscription" }, { - "name": "srmVault", - "type": "pubkey" + "name": "RecordDateCalendar" }, { - "name": "perpFeeStructure", - "type": { - "defined": { - "name": "feeStructure" - } - } + "name": "RedemptionTradeCyclePeriod" }, { - "name": "spotFeeStructure", - "type": { - "defined": { - "name": "feeStructure" - } - } + "name": "RoundingMethodForPrices" }, { - "name": "oracleGuardRails", - "type": { - "defined": { - "name": "oracleGuardRails" - } - } + "name": "RoundingMethodForRedemptionInAmount" }, { - "name": "numberOfAuthorities", - "type": "u64" + "name": "RoundingMethodForRedemptionInShares" }, { - "name": "numberOfSubAccounts", - "type": "u64" + "name": "RoundingMethodForSubscriptionInAmount" }, { - "name": "lpCooldownTime", - "type": "u64" + "name": "RoundingMethodForSubscriptionInShares" }, { - "name": "liquidationMarginBufferRatio", - "type": "u32" + "name": "SettlementPeriodForRedemption" }, { - "name": "settlementDuration", - "type": "u16" + "name": "SettlementPeriodForSubscription" }, { - "name": "numberOfMarkets", - "type": "u16" + "name": "SettlementPeriodForSwitchIn" }, { - "name": "numberOfSpotMarkets", - "type": "u16" + "name": "SettlementPeriodForSwitchOut" }, { - "name": "signerNonce", - "type": "u8" + "name": "ShareClassDividendType" }, { - "name": "minPerpAuctionDuration", - "type": "u8" + "name": "SingleRegisterAccountRestrictions" }, { - "name": "defaultMarketOrderTimeInForce", - "type": "u8" + "name": "SubscriptionPeriodEndDate" }, { - "name": "defaultSpotAuctionDuration", - "type": "u8" + "name": "SubscriptionPeriodStartDate" }, { - "name": "exchangeStatus", - "type": "u8" + "name": "SubscriptionTradeCyclePeriod" }, { - "name": "liquidationDuration", - "type": "u8" + "name": "SwitchInNoticePeriod" }, { - "name": "initialPctToLiquidate", - "type": "u16" + "name": "SwitchOutNoticePeriod" }, { - "name": "maxNumberOfSubAccounts", - "type": "u16" + "name": "TerminationDate" }, { - "name": "maxInitializeUserFee", - "type": "u16" + "name": "TimeZoneForCutOff" }, { - "name": "padding", - "type": { - "array": [ - "u8", - 10 - ] - } - } - ] - } - }, - { - "name": "treasury", - "type": { - "kind": "struct", - "fields": [ + "name": "TimeZoneForCutOffUsingTZDatabase" + }, { - "name": "manager", - "type": "pubkey" + "name": "ValuationFrequencyDetail" }, { - "name": "fund", - "type": "pubkey" + "name": "ValuationReduction" }, { - "name": "bump", - "type": "u8" - } - ] - } - }, - { - "name": "validityGuardRails", - "type": { - "kind": "struct", - "fields": [ + "name": "WeeklyRedemptionDealingDays" + }, { - "name": "slotsBeforeStaleForAmm", - "type": "i64" + "name": "WeeklySubscriptionDealingDays" }, { - "name": "slotsBeforeStaleForMargin", - "type": "i64" + "name": "YearlyRedemptionDealingDays" }, { - "name": "confidenceIntervalMaxSize", - "type": "u64" + "name": "YearlySubscriptionDealingDays" }, { - "name": "tooVolatileRatio", - "type": "i64" + "name": "FundId" + }, + { + "name": "ShareClassCurrencyId" + }, + { + "name": "ImageUri" } ] } } ], - "constants": [ + "errors": [ { - "name": "seed", - "type": "string", - "value": "\"anchor\"" + "code": 6000, + "name": "FundNotActive", + "msg": "Fund is not active" + }, + { + "code": 6001, + "name": "InvalidShareClass", + "msg": "Share class not allowed to subscribe" + }, + { + "code": 6002, + "name": "InvalidAssetSubscribe", + "msg": "Asset not allowed to subscribe" + }, + { + "code": 6003, + "name": "InvalidPricingOracle", + "msg": "Invalid oracle for asset price" + }, + { + "code": 6004, + "name": "InvalidAssetsRedeem", + "msg": "Invalid assets in redeem" + }, + { + "code": 6005, + "name": "InvalidTreasuryAccount", + "msg": "Invalid treasury account" } ] }; diff --git a/anchor/tests/glam_crud.spec.ts b/anchor/tests/glam_crud.spec.ts index 5aa3dc65..bb782788 100644 --- a/anchor/tests/glam_crud.spec.ts +++ b/anchor/tests/glam_crud.spec.ts @@ -1,13 +1,14 @@ import * as anchor from "@coral-xyz/anchor"; -import { BN, Program } from "@coral-xyz/anchor"; +import * as util from "util"; +import { BN, Program, IdlTypes } from "@coral-xyz/anchor"; import { PublicKey, Keypair, ComputeBudgetProgram } from "@solana/web3.js"; +import { GlamClient, Glam } from "../src"; import { ASSOCIATED_TOKEN_PROGRAM_ID, TOKEN_2022_PROGRAM_ID, TOKEN_PROGRAM_ID, getAssociatedTokenAddressSync } from "@solana/spl-token"; -import { Glam } from "../target/types/glam"; import { DRIFT_PROGRAM_ID } from "@drift-labs/sdk"; import { @@ -17,8 +18,11 @@ import { getUserStatsAccountPublicKey, getDriftSignerPublicKey } from "@drift-labs/sdk"; +import { getKeypairFromEnvironment } from "@solana-developers/helpers"; describe("glam_crud", () => { + const client = new GlamClient(); + // Configure the client to use the local cluster. const provider = anchor.AnchorProvider.env(); anchor.setProvider(provider); @@ -41,19 +45,29 @@ describe("glam_crud", () => { [ anchor.utils.bytes.utf8.encode("fund"), manager.publicKey.toBuffer(), - anchor.utils.bytes.utf8.encode(fundName) + Uint8Array.from([1, 2, 3, 4, 5, 6, 7, 8]) ], program.programId ); - const fundUri = `https://devnet.glam.systems/#/products/${fundPDA.toBase58()}`; + const fundUri = `https://devnet.glam.systems/products/${fundPDA.toBase58()}`; + const openfundUri = `https://api.glam.systems/openfund/${fundPDA.toBase58()}`; const [treasuryPDA, treasuryBump] = PublicKey.findProgramAddressSync( [anchor.utils.bytes.utf8.encode("treasury"), fundPDA.toBuffer()], program.programId ); + const [openfundPDA, openfundBump] = PublicKey.findProgramAddressSync( + [anchor.utils.bytes.utf8.encode("openfund"), fundPDA.toBuffer()], + program.programId + ); + const [sharePDA, shareBump] = PublicKey.findProgramAddressSync( - [anchor.utils.bytes.utf8.encode("share-0"), fundPDA.toBuffer()], + [ + anchor.utils.bytes.utf8.encode("share"), + Uint8Array.from([0]), + fundPDA.toBuffer() + ], program.programId ); const shareClassMetadata = { @@ -77,47 +91,87 @@ describe("glam_crud", () => { it("Initialize fund", async () => { try { - const txId = await program.methods - .initialize( - fundName, - fundSymbol, - fundUri, - [0, 60, 40], - true, - shareClassMetadata - ) - .accounts({ - fund: fundPDA, - treasury: treasuryPDA, - share: sharePDA, - manager: manager.publicKey, - tokenProgram: TOKEN_2022_PROGRAM_ID - }) - .remainingAccounts([ - { pubkey: usdc, isSigner: false, isWritable: false }, - { pubkey: btc, isSigner: false, isWritable: false }, - { pubkey: eth, isSigner: false, isWritable: false } - ]) - .preInstructions([ - ComputeBudgetProgram.setComputeUnitLimit({ units: 500_000 }) - ]) - .rpc({ commitment }); - console.log(`Fund ${fundPDA} initialized, txId: ${txId}`); + const [txId, fundPDA] = await client.createFund({ + shareClasses: [ + { + // Glam Token + symbol: "GBS", + name: "Glam Investment Fund BTC-SOL", + asset: usdc, + // Openfund Share Class + isin: "XS1082172823", + shareClassCurrency: "USDC", + fullShareClassName: null, // auto + hasPerformanceFee: false, + hasSubscriptionFeeInFavourOfDistributor: false, + investmentStatus: "open", //TODO: auto + shareClassDistributionPolicy: "accumulating", //TODO: auto + shareClassExtension: "", + shareClassLaunchDate: null, // auto + shareClassLifecycle: "active", //TODO: auto + // launchPrice: null, + // launchPriceCurrency: null, + // launchPriceDate: null, + hasAppliedSubscriptionFeeInFavourOfFund: false, + hasAppliedRedemptionFeeInFavourOfFund: false, + hasLockUpForRedemption: false, + hasRedemptionFeeInFavourOfDistributor: false, + isValidISIN: false + // lockUpComment: null, + // lockUpPeriodInDays: null, + // roundingMethodForPrices: null, + // roundingMethodForRedemptionInAmount: null, + // roundingMethodForRedemptionInShares: null, + // roundingMethodForSubscriptionInAmount: null, + // roundingMethodForSubscriptionInShares: null, + } + ], + // Glam + isEnabled: true, + assets: [usdc, btc, eth], + assetsWeights: [0, 60, 40], + // Openfund (Fund) + fundDomicileAlpha2: "XS", + legalFundNameIncludingUmbrella: null, // auto + fiscalYearEnd: "12-31", + fundCurrency: null, // auto + fundLaunchDate: null, // auto + investmentObjective: "demo", + // investmentObjective: + // "The Glam Investment Fund seeks to reflect generally the performance of the price of Bitcoin and Solana.", + isFundOfFunds: false, + isPassiveFund: true, //TODO: auto + legalForm: "other", + openEndedOrClosedEndedFundStructure: "open-ended fund", //TODO: auto + // Openfund Company (simplified) + company: { + name: "Glam Systems", + email: "hello@glam.systems", + website: "https://glam.systems" + }, + // Openfund Manager (simplified) + manager: { + name: "0x0ece.sol" + } + }); + console.log(`Fund initialized: ${txId}`); + + // const fund = await program.account.fundAccount.fetch(fundPDA); + const fund = await client.fetchFund(fundPDA); + console.log(util.inspect(fund, false, null)); } catch (e) { console.error(e); throw e; } - const fund = await program.account.fund.fetch(fundPDA); - // console.log(fund); - expect(fund.shareClassesLen).toEqual(1); - expect(fund.assetsLen).toEqual(3); - expect(fund.name).toEqual(fundName); - expect(fund.symbol).toEqual(fundSymbol); - expect(fund.uri).toEqual(fundUri); - expect(fund.isActive).toEqual(true); + // expect(fund.shareClassesLen).toEqual(1); + // expect(fund.assetsLen).toEqual(3); + // expect(fund.name).toEqual(fundName); + // expect(fund.symbol).toEqual(fundSymbol); + // expect(fund.uri).toEqual(fundUri); + // expect(fund.isActive).toEqual(true); }); - + /* it("Update fund", async () => { const newFundName = "Updated fund name"; await program.methods @@ -271,7 +325,6 @@ describe("glam_crud", () => { throw e; } }, 30_000); - */ it("Close fund", async () => { const fund = await program.account.fund.fetchNullable(fundPDA); @@ -289,4 +342,5 @@ describe("glam_crud", () => { const closedAccount = await program.account.fund.fetchNullable(fundPDA); expect(closedAccount).toBeNull(); }); +*/ }); diff --git a/api-e2e/.eslintrc.json b/api-e2e/.eslintrc.json new file mode 100644 index 00000000..1ad7cf02 --- /dev/null +++ b/api-e2e/.eslintrc.json @@ -0,0 +1,18 @@ +{ + "extends": ["../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + } + ] +} diff --git a/api-e2e/jest.config.ts b/api-e2e/jest.config.ts new file mode 100644 index 00000000..01c443a3 --- /dev/null +++ b/api-e2e/jest.config.ts @@ -0,0 +1,19 @@ +/* eslint-disable */ +export default { + displayName: "api-e2e", + preset: "../jest.preset.js", + globalSetup: "/src/support/global-setup.ts", + globalTeardown: "/src/support/global-teardown.ts", + setupFiles: ["/src/support/test-setup.ts"], + testEnvironment: "node", + transform: { + "^.+\\.[tj]s$": [ + "ts-jest", + { + tsconfig: "/tsconfig.spec.json" + } + ] + }, + moduleFileExtensions: ["ts", "js", "html"], + coverageDirectory: "../coverage/api-e2e" +}; diff --git a/api-e2e/project.json b/api-e2e/project.json new file mode 100644 index 00000000..819f1971 --- /dev/null +++ b/api-e2e/project.json @@ -0,0 +1,19 @@ +{ + "name": "api-e2e", + "$schema": "../node_modules/nx/schemas/project-schema.json", + "implicitDependencies": ["api"], + "projectType": "application", + "targets": { + "e2e": { + "executor": "@nx/jest:jest", + "outputs": ["{workspaceRoot}/coverage/{e2eProjectRoot}"], + "options": { + "jestConfig": "api-e2e/jest.config.ts", + "passWithNoTests": true + } + }, + "lint": { + "executor": "@nx/eslint:lint" + } + } +} diff --git a/api-e2e/src/api/api.spec.ts b/api-e2e/src/api/api.spec.ts new file mode 100644 index 00000000..cf128c23 --- /dev/null +++ b/api-e2e/src/api/api.spec.ts @@ -0,0 +1,10 @@ +import axios from "axios"; + +describe("GET /", () => { + it("should return a message", async () => { + const res = await axios.get(`/`); + + expect(res.status).toBe(200); + expect(res.data).toEqual({ message: "Hello API" }); + }); +}); diff --git a/api-e2e/src/support/global-setup.ts b/api-e2e/src/support/global-setup.ts new file mode 100644 index 00000000..4db70f61 --- /dev/null +++ b/api-e2e/src/support/global-setup.ts @@ -0,0 +1,10 @@ +/* eslint-disable */ +var __TEARDOWN_MESSAGE__: string; + +module.exports = async function () { + // Start services that that the app needs to run (e.g. database, docker-compose, etc.). + console.log("\nSetting up...\n"); + + // Hint: Use `globalThis` to pass variables to global teardown. + globalThis.__TEARDOWN_MESSAGE__ = "\nTearing down...\n"; +}; diff --git a/api-e2e/src/support/global-teardown.ts b/api-e2e/src/support/global-teardown.ts new file mode 100644 index 00000000..32ea345c --- /dev/null +++ b/api-e2e/src/support/global-teardown.ts @@ -0,0 +1,7 @@ +/* eslint-disable */ + +module.exports = async function () { + // Put clean up logic here (e.g. stopping services, docker-compose, etc.). + // Hint: `globalThis` is shared between setup and teardown. + console.log(globalThis.__TEARDOWN_MESSAGE__); +}; diff --git a/api-e2e/src/support/test-setup.ts b/api-e2e/src/support/test-setup.ts new file mode 100644 index 00000000..a18084f0 --- /dev/null +++ b/api-e2e/src/support/test-setup.ts @@ -0,0 +1,10 @@ +/* eslint-disable */ + +import axios from "axios"; + +module.exports = async function () { + // Configure axios for tests to use. + const host = process.env.HOST ?? "localhost"; + const port = process.env.PORT ?? "3000"; + axios.defaults.baseURL = `http://${host}:${port}`; +}; diff --git a/api-e2e/tsconfig.json b/api-e2e/tsconfig.json new file mode 100644 index 00000000..e119c4fc --- /dev/null +++ b/api-e2e/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.base.json", + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.spec.json" + } + ], + "compilerOptions": { + "esModuleInterop": true + } +} diff --git a/api-e2e/tsconfig.spec.json b/api-e2e/tsconfig.spec.json new file mode 100644 index 00000000..2ac21b50 --- /dev/null +++ b/api-e2e/tsconfig.spec.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "include": ["jest.config.ts", "src/**/*.ts"] +} diff --git a/api/.eslintrc.json b/api/.eslintrc.json new file mode 100644 index 00000000..1ad7cf02 --- /dev/null +++ b/api/.eslintrc.json @@ -0,0 +1,18 @@ +{ + "extends": ["../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + } + ] +} diff --git a/api/app.yaml b/api/app.yaml deleted file mode 100644 index 9da88526..00000000 --- a/api/app.yaml +++ /dev/null @@ -1 +0,0 @@ -runtime: nodejs20 diff --git a/api/jest.config.ts b/api/jest.config.ts new file mode 100644 index 00000000..99f39373 --- /dev/null +++ b/api/jest.config.ts @@ -0,0 +1,11 @@ +/* eslint-disable */ +export default { + displayName: "api", + preset: "../jest.preset.js", + testEnvironment: "node", + transform: { + "^.+\\.[tj]s$": ["ts-jest", { tsconfig: "/tsconfig.spec.json" }] + }, + moduleFileExtensions: ["ts", "js", "html"], + coverageDirectory: "../coverage/api" +}; diff --git a/api/project.json b/api/project.json new file mode 100644 index 00000000..673da34b --- /dev/null +++ b/api/project.json @@ -0,0 +1,52 @@ +{ + "name": "api", + "$schema": "../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "api/src", + "projectType": "application", + "targets": { + "build": { + "executor": "@nx/webpack:webpack", + "outputs": ["{options.outputPath}"], + "defaultConfiguration": "production", + "options": { + "target": "node", + "compiler": "tsc", + "outputPath": "dist/api", + "main": "api/src/main.ts", + "tsConfig": "api/tsconfig.app.json", + "assets": ["api/src/assets"], + "webpackConfig": "api/webpack.config.js" + }, + "configurations": { + "development": {}, + "production": {} + } + }, + "serve": { + "executor": "@nx/js:node", + "defaultConfiguration": "development", + "options": { + "buildTarget": "api:build" + }, + "configurations": { + "development": { + "buildTarget": "api:build:development" + }, + "production": { + "buildTarget": "api:build:production" + } + } + }, + "lint": { + "executor": "@nx/eslint:lint" + }, + "test": { + "executor": "@nx/jest:jest", + "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], + "options": { + "jestConfig": "api/jest.config.ts" + } + } + }, + "tags": [] +} diff --git a/api/src/assets/.gitkeep b/api/src/assets/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/api/src/main.ts b/api/src/main.ts new file mode 100644 index 00000000..72c9d8b6 --- /dev/null +++ b/api/src/main.ts @@ -0,0 +1,61 @@ +/** + * This is not a production server yet! + * This is only a minimal backend to get started. + */ + +import express from "express"; +import * as ExcelJS from "exceljs"; +import * as path from "path"; +import * as util from "util"; +import { write, writeToBuffer } from "@fast-csv/format"; +import { Connection, PublicKey } from "@solana/web3.js"; +import { AnchorProvider } from "@coral-xyz/anchor"; + +import { GlamClient } from "@glam/anchor"; +import { validatePubkey } from "./validation"; +import { openfunds } from "./openfunds"; + +const BASE_URL = "https://api.glam.systems"; +const SOLANA_RPC = process.env.SOLANA_RPC || "http://localhost:8899"; + +const app = express(); + +const connection = new Connection(SOLANA_RPC, "confirmed"); +const provider = new AnchorProvider(connection, null, { + commitment: "confirmed" +}); +const client = new GlamClient({ provider }); + +app.use("/assets", express.static(path.join(__dirname, "assets"))); + +app.get("/", (req, res) => { + res.send({ message: "Welcome to Glam!" }); +}); + +app.get("/_/health", (req, res) => { + res.send("ok"); +}); + +app.get("/openfunds", async (req, res) => { + return openfunds( + req.query.funds.split(","), + req.query.template, + req.query.format, + client, + res + ); +}); + +app.get("/openfunds/:pubkey.:ext", async (req, res) => { + return openfunds([req.params.pubkey], "auto", req.params.ext, client, res); +}); + +app.get("/openfunds/:pubkey", async (req, res) => { + return openfunds([req.params.pubkey], "auto", "json", client, res); +}); + +const port = process.env.PORT || 8080; +const server = app.listen(port, () => { + console.log(`Listening at http://localhost:${port}/api`); +}); +server.on("error", console.error); diff --git a/api/src/openfunds.ts b/api/src/openfunds.ts new file mode 100644 index 00000000..099bb5c7 --- /dev/null +++ b/api/src/openfunds.ts @@ -0,0 +1,169 @@ +/** + * This is not a production server yet! + * This is only a minimal backend to get started. + */ + +import * as ExcelJS from "exceljs"; +import * as util from "util"; +import { write, writeToBuffer } from "@fast-csv/format"; +import { parseString } from "@fast-csv/parse"; + +import { validatePubkey } from "./validation"; + +const openfundsTemplates = [ + { + code: "OFST001000", + field: "Fund Group Name", + tag: "essential", + basic: true + }, + { + code: "OFST010010", + field: "Fund Domicile Alpha-2", + tag: "essential", + basic: true + }, + { + code: "OFST010020", + field: "Legal Fund Name Including Umbrella", + tag: "essential", + basic: true + }, + { + code: "OFGL010000", + field: "Fund ID", + tag: "essential", + glam: true, + basic: true + }, + { code: "OFST020000", field: "ISIN", tag: "essential", basic: true }, + { + code: "OFST020540", + field: "Share Class Currency", + tag: "essential", + basic: true + }, + { + code: "OFGL020000", + field: "Share Class ID", + tag: "essential", + glam: true, + basic: true + } +]; + +const openfundsKeyFromField = (f) => { + const words = f.field.replace("-", "").split(" "); + return [words[0].toLowerCase(), ...words.splice(1)].join(""); +}; + +const openfundsGetTemplate = async (template) => { + // https://docs.google.com/spreadsheets/d/1PQFTn1iV90OkZqzdvwaOgTceltGnsEJxuxiCTdo_5Yo/edit#gid=0 + const templateUrl = + "https://docs.google.com/spreadsheets/d/e/2PACX-1vSH59SKOZv_mrXjfBUKCqK75sGj-yIXSLOkw4MMMnxMVSCZFodvOTfvTIRrymeMAOG2EBTnG5eN_ImV/pub?output=csv"; + const res = await fetch(templateUrl); + + const templateCsv = await new Promise(async (resolve, reject) => { + let templateCsv = []; + parseString(await res.text()) + .on("data", (row) => { + templateCsv.push(row); + }) + .on("end", (rowCount: number) => { + resolve(templateCsv); + }); + }); + const codes = templateCsv[0].slice(1).filter((x) => !!x); + const fields = templateCsv[1].slice(1).filter((x) => !!x); + const tags = templateCsv[2].slice(1).filter((x) => !!x); + const templates = templateCsv[3].slice(1).filter((x) => !!x); + const templateMap = codes.map((code, i) => ({ + code, + field: fields[i], + tag: tags[i], + template: templates[i] + })); + // .filter((obj) => obj.template == "basic"); + // console.log(templateMap); + return templateMap; +}; + +const openfundsCsvRows = (model) => { + return model.shareClasses.map((shareClass) => ({ + ...model, + ...model.company, + ...model.fundManagers[0], + ...shareClass + })); +}; + +const openfundsApplyCsvTemplate = async (models, template) => { + const fields = await openfundsGetTemplate(template); + return [ + fields.map((f) => f.code), + fields.map((f) => f.field), + // fields.map((f) => openfundsKeyFromField(f)), // row with keys, just to debug + ...models.flatMap((m) => + openfundsCsvRows(m).map((row) => + fields.map((f) => row[openfundsKeyFromField(f)]) + ) + ) + ]; +}; + +export const openfunds = async (funds, template, format, client, res) => { + console.log(`openfunds funds=${funds} template=${template} format=${format}`); + let models; + try { + // validate & fetch funds in parallel with Promise.all + // if anything errors, return 404 + one of the funds that errored + models = await Promise.all( + funds.map( + (fund) => + new Promise((resolve, reject) => { + const rejectErr = `Not Found: ${fund}`; + // validate key + const key = validatePubkey(fund); + if (!key) { + reject(rejectErr); + } + // fetch fund + client + .fetchFund(key) + .then((value) => { + resolve(value); + }) + .catch((err) => { + reject(rejectErr); + }); + }) + ) + ); + } catch (err) { + res.status(404).send(err); // `Not Found: ${fund}` + } + + // console.log(util.inspect(models, false, null)); + + switch (format.toLowerCase()) { + case "csv": { + const csv = await openfundsApplyCsvTemplate(models, template); + res.setHeader("content-type", "text/csv"); + return res.send(await writeToBuffer(csv)); + break; + } + case "xls": + case "xlsx": { + const csv = await openfundsApplyCsvTemplate(models, template); + const workbook = new ExcelJS.Workbook(); + const worksheet = await workbook.csv.read(write(csv)); + res.setHeader( + "content-type", + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" + ); + return res.send(await workbook.xlsx.writeBuffer()); + break; + } + } + res.send(JSON.stringify(models)); +}; diff --git a/api/src/validation.ts b/api/src/validation.ts new file mode 100644 index 00000000..88352b47 --- /dev/null +++ b/api/src/validation.ts @@ -0,0 +1,18 @@ +import { base58 } from "@scure/base"; +import { PublicKey } from "@solana/web3.js"; + +export function validatePubkey(pubkey: string): PublicKey | undefined { + if (pubkey.length > 50) { + return undefined; + } + let key; + try { + key = base58.decode(pubkey); + if (key.length != 32) { + return undefined; + } + } catch (_e) { + return undefined; + } + return new PublicKey(key); +} diff --git a/api/tsconfig.app.json b/api/tsconfig.app.json new file mode 100644 index 00000000..c3f103cd --- /dev/null +++ b/api/tsconfig.app.json @@ -0,0 +1,10 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../dist/out-tsc", + "module": "commonjs", + "types": ["node", "express"] + }, + "exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"], + "include": ["src/**/*.ts"] +} diff --git a/api/tsconfig.json b/api/tsconfig.json new file mode 100644 index 00000000..3773c259 --- /dev/null +++ b/api/tsconfig.json @@ -0,0 +1,16 @@ +{ + "extends": "../tsconfig.base.json", + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.app.json" + }, + { + "path": "./tsconfig.spec.json" + } + ], + "compilerOptions": { + "esModuleInterop": true + } +} diff --git a/api/tsconfig.spec.json b/api/tsconfig.spec.json new file mode 100644 index 00000000..663c8789 --- /dev/null +++ b/api/tsconfig.spec.json @@ -0,0 +1,14 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "include": [ + "jest.config.ts", + "src/**/*.test.ts", + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} diff --git a/api/webpack.config.js b/api/webpack.config.js new file mode 100644 index 00000000..dc118c8e --- /dev/null +++ b/api/webpack.config.js @@ -0,0 +1,13 @@ +const { composePlugins, withNx } = require("@nx/webpack"); + +// Nx plugins for webpack. +module.exports = composePlugins( + withNx({ + target: "node" + }), + (config) => { + // Update the webpack config as needed here. + // e.g. `config.plugins.push(new MyPlugin())` + return config; + } +); diff --git a/api/.gcloudignore b/api_old/.gcloudignore similarity index 100% rename from api/.gcloudignore rename to api_old/.gcloudignore diff --git a/api_old/app.yaml b/api_old/app.yaml new file mode 100644 index 00000000..b28d8edd --- /dev/null +++ b/api_old/app.yaml @@ -0,0 +1,4 @@ +runtime: nodejs20 + +env_variables: + SOLANA_RPC: "https://api.devnet.solana.com" diff --git a/api/package.json b/api_old/package.json similarity index 93% rename from api/package.json rename to api_old/package.json index 5cb31ec4..cca4be54 100644 --- a/api/package.json +++ b/api_old/package.json @@ -13,6 +13,7 @@ "dependencies": { "@pythnetwork/pyth-evm-js": "^1.38.0", "@scure/base": "^1.1.6", + "@glam/protocol": "file:../anchor/", "bn.js": "^5.2.1", "canvas": "^2.11.2", "cors": "^2.8.5", diff --git a/api/pnpm-lock.yaml b/api_old/pnpm-lock.yaml similarity index 81% rename from api/pnpm-lock.yaml rename to api_old/pnpm-lock.yaml index 2cdbd067..30a4ba39 100644 --- a/api/pnpm-lock.yaml +++ b/api_old/pnpm-lock.yaml @@ -1,66 +1,1745 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - '@pythnetwork/pyth-evm-js': - specifier: ^1.38.0 - version: 1.38.0 - '@scure/base': - specifier: ^1.1.6 - version: 1.1.6 - bn.js: - specifier: ^5.2.1 - version: 5.2.1 - canvas: - specifier: ^2.11.2 - version: 2.11.2 - cors: - specifier: ^2.8.5 - version: 2.8.5 - express: - specifier: ^4.19.2 - version: 4.19.2 - -devDependencies: - jest: - specifier: ^29.7.0 - version: 29.7.0 - nodemon: - specifier: ^3.1.0 - version: 3.1.0 - supertest: - specifier: ^6.3.4 - version: 6.3.4 +importers: + + .: + dependencies: + '@pythnetwork/pyth-evm-js': + specifier: ^1.38.0 + version: 1.38.0 + '@scure/base': + specifier: ^1.1.6 + version: 1.1.6 + bn.js: + specifier: ^5.2.1 + version: 5.2.1 + canvas: + specifier: ^2.11.2 + version: 2.11.2 + cors: + specifier: ^2.8.5 + version: 2.8.5 + express: + specifier: ^4.19.2 + version: 4.19.2 + devDependencies: + jest: + specifier: ^29.7.0 + version: 29.7.0 + nodemon: + specifier: ^3.1.0 + version: 3.1.0 + supertest: + specifier: ^6.3.4 + version: 6.3.4 packages: - /@ampproject/remapping@2.3.0: + '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} + + '@babel/code-frame@7.24.2': + resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} + engines: {node: '>=6.9.0'} + + '@babel/compat-data@7.24.1': + resolution: {integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==} + engines: {node: '>=6.9.0'} + + '@babel/core@7.24.3': + resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.24.1': + resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==} + engines: {node: '>=6.9.0'} + + '@babel/helper-compilation-targets@7.23.6': + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-environment-visitor@7.22.20': + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-function-name@7.23.0': + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-hoist-variables@7.22.5': + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.24.3': + resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-transforms@7.23.3': + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-plugin-utils@7.24.0': + resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} + engines: {node: '>=6.9.0'} + + '@babel/helper-simple-access@7.22.5': + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} + + '@babel/helper-split-export-declaration@7.22.6': + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.24.1': + resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.22.20': + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-option@7.23.5': + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + + '@babel/helpers@7.24.1': + resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==} + engines: {node: '>=6.9.0'} + + '@babel/highlight@7.24.2': + resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + engines: {node: '>=6.9.0'} + + '@babel/parser@7.24.1': + resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/plugin-syntax-async-generators@7.8.4': + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-bigint@7.8.3': + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-class-properties@7.12.13': + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-import-meta@7.10.4': + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-json-strings@7.8.3': + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-jsx@7.24.1': + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-logical-assignment-operators@7.10.4': + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3': + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-numeric-separator@7.10.4': + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-object-rest-spread@7.8.3': + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-optional-catch-binding@7.8.3': + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-optional-chaining@7.8.3': + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-top-level-await@7.14.5': + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-syntax-typescript@7.24.1': + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/runtime@7.24.4': + resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==} + engines: {node: '>=6.9.0'} + + '@babel/template@7.24.0': + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.24.1': + resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.24.0': + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} + engines: {node: '>=6.9.0'} + + '@bcoe/v8-coverage@0.2.3': + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + + '@istanbuljs/load-nyc-config@1.1.0': + resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} + engines: {node: '>=8'} + + '@istanbuljs/schema@0.1.3': + resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + engines: {node: '>=8'} + + '@jest/console@29.7.0': + resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/core@29.7.0': + resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + '@jest/environment@29.7.0': + resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/expect-utils@29.7.0': + resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/expect@29.7.0': + resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/fake-timers@29.7.0': + resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/globals@29.7.0': + resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/reporters@29.7.0': + resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + '@jest/schemas@29.6.3': + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/source-map@29.6.3': + resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/test-result@29.7.0': + resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/test-sequencer@29.7.0': + resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/transform@29.7.0': + resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jest/types@29.6.3': + resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + '@jridgewell/gen-mapping@0.3.5': + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.4.15': + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + + '@mapbox/node-pre-gyp@1.0.11': + resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} + hasBin: true + + '@pythnetwork/price-service-client@1.9.0': + resolution: {integrity: sha512-SLm3IFcfmy9iMqHeT4Ih6qMNZhJEefY14T9yTlpsH2D/FE5+BaGGnfcexUifVlfH6M7mwRC4hEFdNvZ6ebZjJg==} + + '@pythnetwork/price-service-sdk@1.6.0': + resolution: {integrity: sha512-3mtlxvT/V3uCqmAGFTRAoJ4u0AXGHgIZVBs4uyRxysURTgywJk4yxoD3xPhaUjd5sfRTon546ZZ67L7oyUFMUg==} + + '@pythnetwork/pyth-evm-js@1.38.0': + resolution: {integrity: sha512-jvxtq/0SxS2V2QnXXcDf0JSDkVjL2lShzON4xEL3hQx+svGJkE4mqgSrz+0bfj9WOi9xCGADKgu8I6r+wqPBdA==} + + '@scure/base@1.1.6': + resolution: {integrity: sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==} + + '@sinclair/typebox@0.27.8': + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + + '@sinonjs/commons@3.0.1': + resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} + + '@sinonjs/fake-timers@10.3.0': + resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} + + '@types/babel__core@7.20.5': + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} + + '@types/babel__generator@7.6.8': + resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} + + '@types/babel__template@7.4.4': + resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} + + '@types/babel__traverse@7.20.5': + resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} + + '@types/graceful-fs@4.1.9': + resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} + + '@types/istanbul-lib-coverage@2.0.6': + resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} + + '@types/istanbul-lib-report@3.0.3': + resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==} + + '@types/istanbul-reports@3.0.4': + resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} + + '@types/node@20.12.3': + resolution: {integrity: sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==} + + '@types/stack-utils@2.0.3': + resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} + + '@types/ws@8.5.10': + resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} + + '@types/yargs-parser@21.0.3': + resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} + + '@types/yargs@17.0.32': + resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} + + abbrev@1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + + accepts@1.3.8: + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} + + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@5.2.0: + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + aproba@2.0.0: + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + + are-we-there-yet@2.0.0: + resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} + engines: {node: '>=10'} + + argparse@1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + + array-flatten@1.1.1: + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + + asap@2.0.6: + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + + asynckit@0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + + axios-retry@3.9.1: + resolution: {integrity: sha512-8PJDLJv7qTTMMwdnbMvrLYuvB47M81wRtxQmEdV5w4rgbTXTt+vtPkXwajOfOdSyv/wZICJOC+/UhXH4aQ/R+w==} + + axios@1.6.8: + resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + + babel-jest@29.7.0: + resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@babel/core': ^7.8.0 + + babel-plugin-istanbul@6.1.1: + resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} + engines: {node: '>=8'} + + babel-plugin-jest-hoist@29.6.3: + resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + babel-preset-current-node-syntax@1.0.1: + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} + peerDependencies: + '@babel/core': ^7.0.0 + + babel-preset-jest@29.6.3: + resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@babel/core': ^7.0.0 + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + bn.js@5.2.1: + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + + body-parser@1.20.2: + resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + braces@3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} + + browserslist@4.23.0: + resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + bser@2.1.1: + resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} + + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + + bytes@3.1.2: + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} + + call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + camelcase@5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + + camelcase@6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + + caniuse-lite@1.0.30001605: + resolution: {integrity: sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==} + + canvas@2.11.2: + resolution: {integrity: sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==} + engines: {node: '>=6'} + + chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + char-regex@1.0.2: + resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} + engines: {node: '>=10'} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + chownr@2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + + ci-info@3.9.0: + resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} + engines: {node: '>=8'} + + cjs-module-lexer@1.2.3: + resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==} + + cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + + co@4.6.0: + resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} + + collect-v8-coverage@1.0.2: + resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} + + color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + color-support@1.1.3: + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + hasBin: true + + combined-stream@1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + + component-emitter@1.3.1: + resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + console-control-strings@1.1.0: + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + + content-disposition@0.5.4: + resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} + engines: {node: '>= 0.6'} + + content-type@1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} + + convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + + cookie-signature@1.0.6: + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + + cookie@0.6.0: + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} + engines: {node: '>= 0.6'} + + cookiejar@2.1.4: + resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==} + + cors@2.8.5: + resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + engines: {node: '>= 0.10'} + + create-jest@29.7.0: + resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + + cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + + debug@2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + decompress-response@4.2.1: + resolution: {integrity: sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==} + engines: {node: '>=8'} + + dedent@1.5.1: + resolution: {integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==} + peerDependencies: + babel-plugin-macros: ^3.1.0 + peerDependenciesMeta: + babel-plugin-macros: + optional: true + + deepmerge@4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + delayed-stream@1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + + delegates@1.0.0: + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + + depd@2.0.0: + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} + + destroy@1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + detect-libc@2.0.3: + resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} + engines: {node: '>=8'} + + detect-newline@3.1.0: + resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} + engines: {node: '>=8'} + + dezalgo@1.0.4: + resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==} + + diff-sequences@29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + ee-first@1.1.1: + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + + electron-to-chromium@1.4.724: + resolution: {integrity: sha512-RTRvkmRkGhNBPPpdrgtDKvmOEYTrPlXDfc0J/Nfq5s29tEahAwhiX4mmhNzj6febWMleulxVYPh7QwCSL/EldA==} + + emittery@0.13.1: + resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} + engines: {node: '>=12'} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + encodeurl@1.0.2: + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} + + error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + + es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + escalade@3.1.2: + resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} + engines: {node: '>=6'} + + escape-html@1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + escape-string-regexp@2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + + esprima@4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + + etag@1.8.1: + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} + + execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + + exit@0.1.2: + resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} + engines: {node: '>= 0.8.0'} + + expect@29.7.0: + resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + express@4.19.2: + resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==} + engines: {node: '>= 0.10.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-safe-stringify@2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + + fb-watchman@2.0.2: + resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} + + fill-range@7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} + + finalhandler@1.2.0: + resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} + engines: {node: '>= 0.8'} + + find-up@4.1.0: + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} + + follow-redirects@1.15.6: + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + + form-data@4.0.0: + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} + + formidable@2.1.2: + resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==} + + forwarded@0.2.0: + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} + + fresh@0.5.2: + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} + + fs-minipass@2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + gauge@3.0.2: + resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} + engines: {node: '>=10'} + + gensync@1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + + get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + + get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + + get-package-type@0.1.0: + resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} + engines: {node: '>=8.0.0'} + + get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + + gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + + graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + + has-symbols@1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + + has-unicode@2.0.1: + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + hexoid@1.0.0: + resolution: {integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==} + engines: {node: '>=8'} + + html-escaper@2.0.2: + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + + http-errors@2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} + + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + + human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + + iconv-lite@0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} + + ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + + ignore-by-default@1.0.1: + resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==} + + import-local@3.1.0: + resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + engines: {node: '>=8'} + hasBin: true + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + ipaddr.js@1.9.1: + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} + + is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-core-module@2.13.1: + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-generator-fn@2.1.0: + resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} + engines: {node: '>=6'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-retry-allowed@2.2.0: + resolution: {integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==} + engines: {node: '>=10'} + + is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + isomorphic-ws@4.0.1: + resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} + peerDependencies: + ws: '*' + + istanbul-lib-coverage@3.2.2: + resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} + engines: {node: '>=8'} + + istanbul-lib-instrument@5.2.1: + resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} + engines: {node: '>=8'} + + istanbul-lib-instrument@6.0.2: + resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==} + engines: {node: '>=10'} + + istanbul-lib-report@3.0.1: + resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} + engines: {node: '>=10'} + + istanbul-lib-source-maps@4.0.1: + resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} + engines: {node: '>=10'} + + istanbul-reports@3.1.7: + resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} + engines: {node: '>=8'} + + jest-changed-files@29.7.0: + resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-circus@29.7.0: + resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-cli@29.7.0: + resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + jest-config@29.7.0: + resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@types/node': '*' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + + jest-diff@29.7.0: + resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-docblock@29.7.0: + resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-each@29.7.0: + resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-environment-node@29.7.0: + resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-get-type@29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-haste-map@29.7.0: + resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-leak-detector@29.7.0: + resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-matcher-utils@29.7.0: + resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-message-util@29.7.0: + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-mock@29.7.0: + resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-pnp-resolver@1.2.3: + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true + + jest-regex-util@29.6.3: + resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-resolve-dependencies@29.7.0: + resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-resolve@29.7.0: + resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-runner@29.7.0: + resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-runtime@29.7.0: + resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-snapshot@29.7.0: + resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-util@29.7.0: + resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-validate@29.7.0: + resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-watcher@29.7.0: + resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest-worker@29.7.0: + resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + jest@29.7.0: + resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@3.14.1: + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + hasBin: true + + jsesc@2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + + json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + + json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + + kleur@3.0.3: + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + + leven@3.1.0: + resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} + engines: {node: '>=6'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + locate-path@5.0.0: + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} + + lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + + lru-cache@6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + + make-dir@3.1.0: + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} + + make-dir@4.0.0: + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} + + makeerror@1.0.12: + resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} + + media-typer@0.3.0: + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} + + merge-descriptors@1.0.1: + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} + + merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + + methods@1.1.2: + resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} + engines: {node: '>= 0.6'} + + micromatch@4.0.5: + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} + + mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + + mime@1.6.0: + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} + hasBin: true + + mime@2.6.0: + resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} + engines: {node: '>=4.0.0'} + hasBin: true + + mimic-fn@2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + + mimic-response@2.1.0: + resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==} + engines: {node: '>=8'} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minipass@3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} + + minipass@5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} + + minizlib@2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + + mkdirp@1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + + ms@2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + + ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + nan@2.19.0: + resolution: {integrity: sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==} + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + negotiator@0.6.3: + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} + + node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + + node-int64@0.4.0: + resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} + + node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + + nodemon@3.1.0: + resolution: {integrity: sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==} + engines: {node: '>=10'} + hasBin: true + + nopt@1.0.10: + resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} + hasBin: true + + nopt@5.0.0: + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + engines: {node: '>=6'} + hasBin: true + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + npm-run-path@4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + + npmlog@5.0.1: + resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-inspect@1.13.1: + resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + + on-finished@2.4.1: + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + onetime@5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + + p-limit@2.3.0: + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-locate@4.1.0: + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} + + p-try@2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} + + parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + + parseurl@1.3.3: + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-to-regexp@0.1.7: + resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} + + picocolors@1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + + pkg-dir@4.2.0: + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} + + pretty-format@29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + prompts@2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} + + proxy-addr@2.0.7: + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} + + proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + + pstree.remy@1.1.8: + resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} + + pure-rand@6.1.0: + resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} + + qs@6.11.0: + resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} + engines: {node: '>=0.6'} + + range-parser@1.2.1: + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} + + raw-body@2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + engines: {node: '>= 0.8'} + + react-is@18.2.0: + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + + readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + + readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + + regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + + require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + + resolve-cwd@3.0.0: + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} + + resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + + resolve.exports@2.0.2: + resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} + engines: {node: '>=10'} + + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + safer-buffer@2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + + semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + + semver@7.6.0: + resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} + engines: {node: '>=10'} + hasBin: true + + send@0.18.0: + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + engines: {node: '>= 0.8.0'} + + serve-static@1.15.0: + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + engines: {node: '>= 0.8.0'} + + set-blocking@2.0.0: + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + setprototypeof@1.2.0: + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} + + signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + + simple-concat@1.0.1: + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} + + simple-get@3.1.1: + resolution: {integrity: sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==} + + simple-update-notifier@2.0.0: + resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} + engines: {node: '>=10'} + + sisteransi@1.0.5: + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + source-map-support@0.5.13: + resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} + + source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + + sprintf-js@1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + + stack-utils@2.0.6: + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} + engines: {node: '>=10'} + + statuses@2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + + string-length@4.0.2: + resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} + engines: {node: '>=10'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-bom@4.0.0: + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} + + strip-final-newline@2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + superagent@8.1.2: + resolution: {integrity: sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==} + engines: {node: '>=6.4.0 <13 || >=14'} + + supertest@6.3.4: + resolution: {integrity: sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw==} + engines: {node: '>=6.4.0'} + + supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-color@8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + + tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} + engines: {node: '>=10'} + + test-exclude@6.0.0: + resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} + engines: {node: '>=8'} + + tmpl@1.0.5: + resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} + + to-fast-properties@2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + toidentifier@1.0.1: + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} + + touch@3.1.0: + resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} + hasBin: true + + tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + + ts-log@2.2.5: + resolution: {integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==} + + type-detect@4.0.8: + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} + + type-fest@0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + + type-is@1.6.18: + resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} + engines: {node: '>= 0.6'} + + undefsafe@2.0.5: + resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} + + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + + unpipe@1.0.0: + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} + + update-browserslist-db@1.0.13: + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + utils-merge@1.0.1: + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} + + v8-to-istanbul@9.2.0: + resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} + engines: {node: '>=10.12.0'} + + vary@1.1.2: + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} + + walker@1.0.8: + resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} + + webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + + whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + wide-align@1.1.5: + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + write-file-atomic@4.0.2: + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + ws@8.16.0: + resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + y18n@5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + + yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + + yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + + yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + + yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + +snapshots: + + '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - dev: true - /@babel/code-frame@7.24.2: - resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} - engines: {node: '>=6.9.0'} + '@babel/code-frame@7.24.2': dependencies: '@babel/highlight': 7.24.2 picocolors: 1.0.0 - dev: true - /@babel/compat-data@7.24.1: - resolution: {integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/compat-data@7.24.1': {} - /@babel/core@7.24.3: - resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==} - engines: {node: '>=6.9.0'} + '@babel/core@7.24.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 @@ -79,61 +1758,38 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true - /@babel/generator@7.24.1: - resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==} - engines: {node: '>=6.9.0'} + '@babel/generator@7.24.1': dependencies: '@babel/types': 7.24.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - dev: true - /@babel/helper-compilation-targets@7.23.6: - resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} - engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.23.6': dependencies: '@babel/compat-data': 7.24.1 '@babel/helper-validator-option': 7.23.5 browserslist: 4.23.0 lru-cache: 5.1.1 semver: 6.3.1 - dev: true - /@babel/helper-environment-visitor@7.22.20: - resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-environment-visitor@7.22.20': {} - /@babel/helper-function-name@7.23.0: - resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} - engines: {node: '>=6.9.0'} + '@babel/helper-function-name@7.23.0': dependencies: '@babel/template': 7.24.0 '@babel/types': 7.24.0 - dev: true - /@babel/helper-hoist-variables@7.22.5: - resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} - engines: {node: '>=6.9.0'} + '@babel/helper-hoist-variables@7.22.5': dependencies: '@babel/types': 7.24.0 - dev: true - /@babel/helper-module-imports@7.24.3: - resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} - engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.24.3': dependencies: '@babel/types': 7.24.0 - dev: true - /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3): - resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 @@ -141,219 +1797,123 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 - dev: true - /@babel/helper-plugin-utils@7.24.0: - resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-plugin-utils@7.24.0': {} - /@babel/helper-simple-access@7.22.5: - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} - engines: {node: '>=6.9.0'} + '@babel/helper-simple-access@7.22.5': dependencies: '@babel/types': 7.24.0 - dev: true - /@babel/helper-split-export-declaration@7.22.6: - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} + '@babel/helper-split-export-declaration@7.22.6': dependencies: '@babel/types': 7.24.0 - dev: true - /@babel/helper-string-parser@7.24.1: - resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-string-parser@7.24.1': {} - /@babel/helper-validator-identifier@7.22.20: - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-validator-identifier@7.22.20': {} - /@babel/helper-validator-option@7.23.5: - resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-validator-option@7.23.5': {} - /@babel/helpers@7.24.1: - resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==} - engines: {node: '>=6.9.0'} + '@babel/helpers@7.24.1': dependencies: '@babel/template': 7.24.0 '@babel/traverse': 7.24.1 '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color - dev: true - /@babel/highlight@7.24.2: - resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} - engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.2': dependencies: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.0 - dev: true - /@babel/parser@7.24.1: - resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} - engines: {node: '>=6.0.0'} - hasBin: true + '@babel/parser@7.24.1': dependencies: '@babel/types': 7.24.0 - dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.3): - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.3): - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.3): - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.3): - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.3): - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.3): - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/runtime@7.24.4: - resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==} - engines: {node: '>=6.9.0'} + '@babel/runtime@7.24.4': dependencies: regenerator-runtime: 0.14.1 - dev: false - /@babel/template@7.24.0: - resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} - engines: {node: '>=6.9.0'} + '@babel/template@7.24.0': dependencies: '@babel/code-frame': 7.24.2 '@babel/parser': 7.24.1 '@babel/types': 7.24.0 - dev: true - /@babel/traverse@7.24.1: - resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} - engines: {node: '>=6.9.0'} + '@babel/traverse@7.24.1': dependencies: '@babel/code-frame': 7.24.2 '@babel/generator': 7.24.1 @@ -367,40 +1927,26 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: true - /@babel/types@7.24.0: - resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} - engines: {node: '>=6.9.0'} + '@babel/types@7.24.0': dependencies: '@babel/helper-string-parser': 7.24.1 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - dev: true - /@bcoe/v8-coverage@0.2.3: - resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - dev: true + '@bcoe/v8-coverage@0.2.3': {} - /@istanbuljs/load-nyc-config@1.1.0: - resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} - engines: {node: '>=8'} + '@istanbuljs/load-nyc-config@1.1.0': dependencies: camelcase: 5.3.1 find-up: 4.1.0 get-package-type: 0.1.0 js-yaml: 3.14.1 resolve-from: 5.0.0 - dev: true - /@istanbuljs/schema@0.1.3: - resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} - engines: {node: '>=8'} - dev: true + '@istanbuljs/schema@0.1.3': {} - /@jest/console@29.7.0: - resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 '@types/node': 20.12.3 @@ -408,16 +1954,8 @@ packages: jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - dev: true - /@jest/core@29.7.0: - resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true + '@jest/core@29.7.0': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 @@ -451,38 +1989,26 @@ packages: - babel-plugin-macros - supports-color - ts-node - dev: true - /@jest/environment@29.7.0: - resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/node': 20.12.3 jest-mock: 29.7.0 - dev: true - /@jest/expect-utils@29.7.0: - resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/expect-utils@29.7.0': dependencies: jest-get-type: 29.6.3 - dev: true - /@jest/expect@29.7.0: - resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/expect@29.7.0': dependencies: expect: 29.7.0 jest-snapshot: 29.7.0 transitivePeerDependencies: - supports-color - dev: true - /@jest/fake-timers@29.7.0: - resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/fake-timers@29.7.0': dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 @@ -490,11 +2016,8 @@ packages: jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 - dev: true - /@jest/globals@29.7.0: - resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/globals@29.7.0': dependencies: '@jest/environment': 29.7.0 '@jest/expect': 29.7.0 @@ -502,16 +2025,8 @@ packages: jest-mock: 29.7.0 transitivePeerDependencies: - supports-color - dev: true - /@jest/reporters@29.7.0: - resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true + '@jest/reporters@29.7.0': dependencies: '@bcoe/v8-coverage': 0.2.3 '@jest/console': 29.7.0 @@ -539,47 +2054,32 @@ packages: v8-to-istanbul: 9.2.0 transitivePeerDependencies: - supports-color - dev: true - /@jest/schemas@29.6.3: - resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 - dev: true - /@jest/source-map@29.6.3: - resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/source-map@29.6.3': dependencies: '@jridgewell/trace-mapping': 0.3.25 callsites: 3.1.0 graceful-fs: 4.2.11 - dev: true - /@jest/test-result@29.7.0: - resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/test-result@29.7.0': dependencies: '@jest/console': 29.7.0 '@jest/types': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 collect-v8-coverage: 1.0.2 - dev: true - /@jest/test-sequencer@29.7.0: - resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/test-sequencer@29.7.0': dependencies: '@jest/test-result': 29.7.0 graceful-fs: 4.2.11 jest-haste-map: 29.7.0 slash: 3.0.0 - dev: true - /@jest/transform@29.7.0: - resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/transform@29.7.0': dependencies: '@babel/core': 7.24.3 '@jest/types': 29.6.3 @@ -598,11 +2098,8 @@ packages: write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color - dev: true - /@jest/types@29.6.3: - resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/types@29.6.3': dependencies: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 @@ -610,41 +2107,25 @@ packages: '@types/node': 20.12.3 '@types/yargs': 17.0.32 chalk: 4.1.2 - dev: true - /@jridgewell/gen-mapping@0.3.5: - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} - engines: {node: '>=6.0.0'} + '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 - dev: true - /@jridgewell/resolve-uri@3.1.2: - resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} - engines: {node: '>=6.0.0'} - dev: true + '@jridgewell/resolve-uri@3.1.2': {} - /@jridgewell/set-array@1.2.1: - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} - engines: {node: '>=6.0.0'} - dev: true + '@jridgewell/set-array@1.2.1': {} - /@jridgewell/sourcemap-codec@1.4.15: - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - dev: true + '@jridgewell/sourcemap-codec@1.4.15': {} - /@jridgewell/trace-mapping@0.3.25: - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - dev: true - /@mapbox/node-pre-gyp@1.0.11: - resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} - hasBin: true + '@mapbox/node-pre-gyp@1.0.11': dependencies: detect-libc: 2.0.3 https-proxy-agent: 5.0.1 @@ -658,10 +2139,8 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: false - /@pythnetwork/price-service-client@1.9.0: - resolution: {integrity: sha512-SLm3IFcfmy9iMqHeT4Ih6qMNZhJEefY14T9yTlpsH2D/FE5+BaGGnfcexUifVlfH6M7mwRC4hEFdNvZ6ebZjJg==} + '@pythnetwork/price-service-client@1.9.0': dependencies: '@pythnetwork/price-service-sdk': 1.6.0 '@types/ws': 8.5.10 @@ -674,14 +2153,10 @@ packages: - bufferutil - debug - utf-8-validate - dev: false - /@pythnetwork/price-service-sdk@1.6.0: - resolution: {integrity: sha512-3mtlxvT/V3uCqmAGFTRAoJ4u0AXGHgIZVBs4uyRxysURTgywJk4yxoD3xPhaUjd5sfRTon546ZZ67L7oyUFMUg==} - dev: false + '@pythnetwork/price-service-sdk@1.6.0': {} - /@pythnetwork/pyth-evm-js@1.38.0: - resolution: {integrity: sha512-jvxtq/0SxS2V2QnXXcDf0JSDkVjL2lShzON4xEL3hQx+svGJkE4mqgSrz+0bfj9WOi9xCGADKgu8I6r+wqPBdA==} + '@pythnetwork/pyth-evm-js@1.38.0': dependencies: '@pythnetwork/price-service-client': 1.9.0 buffer: 6.0.3 @@ -689,213 +2164,135 @@ packages: - bufferutil - debug - utf-8-validate - dev: false - /@scure/base@1.1.6: - resolution: {integrity: sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==} - dev: false + '@scure/base@1.1.6': {} - /@sinclair/typebox@0.27.8: - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - dev: true + '@sinclair/typebox@0.27.8': {} - /@sinonjs/commons@3.0.1: - resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} + '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 - dev: true - /@sinonjs/fake-timers@10.3.0: - resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} + '@sinonjs/fake-timers@10.3.0': dependencies: '@sinonjs/commons': 3.0.1 - dev: true - /@types/babel__core@7.20.5: - resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} + '@types/babel__core@7.20.5': dependencies: '@babel/parser': 7.24.1 '@babel/types': 7.24.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 - dev: true - /@types/babel__generator@7.6.8: - resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} + '@types/babel__generator@7.6.8': dependencies: '@babel/types': 7.24.0 - dev: true - /@types/babel__template@7.4.4: - resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} + '@types/babel__template@7.4.4': dependencies: '@babel/parser': 7.24.1 '@babel/types': 7.24.0 - dev: true - /@types/babel__traverse@7.20.5: - resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} + '@types/babel__traverse@7.20.5': dependencies: '@babel/types': 7.24.0 - dev: true - /@types/graceful-fs@4.1.9: - resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} + '@types/graceful-fs@4.1.9': dependencies: '@types/node': 20.12.3 - dev: true - /@types/istanbul-lib-coverage@2.0.6: - resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} - dev: true + '@types/istanbul-lib-coverage@2.0.6': {} - /@types/istanbul-lib-report@3.0.3: - resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==} + '@types/istanbul-lib-report@3.0.3': dependencies: '@types/istanbul-lib-coverage': 2.0.6 - dev: true - /@types/istanbul-reports@3.0.4: - resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} + '@types/istanbul-reports@3.0.4': dependencies: '@types/istanbul-lib-report': 3.0.3 - dev: true - /@types/node@20.12.3: - resolution: {integrity: sha512-sD+ia2ubTeWrOu+YMF+MTAB7E+O7qsMqAbMfW7DG3K1URwhZ5hN1pLlRVGbf4wDFzSfikL05M17EyorS86jShw==} + '@types/node@20.12.3': dependencies: undici-types: 5.26.5 - /@types/stack-utils@2.0.3: - resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} - dev: true + '@types/stack-utils@2.0.3': {} - /@types/ws@8.5.10: - resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} + '@types/ws@8.5.10': dependencies: '@types/node': 20.12.3 - dev: false - /@types/yargs-parser@21.0.3: - resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - dev: true + '@types/yargs-parser@21.0.3': {} - /@types/yargs@17.0.32: - resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} + '@types/yargs@17.0.32': dependencies: '@types/yargs-parser': 21.0.3 - dev: true - /abbrev@1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + abbrev@1.1.1: {} - /accepts@1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} - engines: {node: '>= 0.6'} + accepts@1.3.8: dependencies: mime-types: 2.1.35 negotiator: 0.6.3 - dev: false - /agent-base@6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} + agent-base@6.0.2: dependencies: debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: false - /ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} + ansi-escapes@4.3.2: dependencies: type-fest: 0.21.3 - dev: true - /ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + ansi-regex@5.0.1: {} - /ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} + ansi-styles@3.2.1: dependencies: color-convert: 1.9.3 - dev: true - /ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 - dev: true - /ansi-styles@5.2.0: - resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} - engines: {node: '>=10'} - dev: true + ansi-styles@5.2.0: {} - /anymatch@3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} - engines: {node: '>= 8'} + anymatch@3.1.3: dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - dev: true - /aproba@2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} - dev: false + aproba@2.0.0: {} - /are-we-there-yet@2.0.0: - resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} - engines: {node: '>=10'} + are-we-there-yet@2.0.0: dependencies: delegates: 1.0.0 readable-stream: 3.6.2 - dev: false - /argparse@1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + argparse@1.0.10: dependencies: sprintf-js: 1.0.3 - dev: true - /array-flatten@1.1.1: - resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} - dev: false + array-flatten@1.1.1: {} - /asap@2.0.6: - resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} - dev: true + asap@2.0.6: {} - /asynckit@0.4.0: - resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + asynckit@0.4.0: {} - /axios-retry@3.9.1: - resolution: {integrity: sha512-8PJDLJv7qTTMMwdnbMvrLYuvB47M81wRtxQmEdV5w4rgbTXTt+vtPkXwajOfOdSyv/wZICJOC+/UhXH4aQ/R+w==} + axios-retry@3.9.1: dependencies: '@babel/runtime': 7.24.4 is-retry-allowed: 2.2.0 - dev: false - /axios@1.6.8: - resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + axios@1.6.8: dependencies: follow-redirects: 1.15.6 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug - dev: false - /babel-jest@29.7.0(@babel/core@7.24.3): - resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - '@babel/core': ^7.8.0 + babel-jest@29.7.0(@babel/core@7.24.3): dependencies: '@babel/core': 7.24.3 '@jest/transform': 29.7.0 @@ -907,11 +2304,8 @@ packages: slash: 3.0.0 transitivePeerDependencies: - supports-color - dev: true - /babel-plugin-istanbul@6.1.1: - resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} - engines: {node: '>=8'} + babel-plugin-istanbul@6.1.1: dependencies: '@babel/helper-plugin-utils': 7.24.0 '@istanbuljs/load-nyc-config': 1.1.0 @@ -920,22 +2314,15 @@ packages: test-exclude: 6.0.0 transitivePeerDependencies: - supports-color - dev: true - /babel-plugin-jest-hoist@29.6.3: - resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.24.0 '@babel/types': 7.24.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.5 - dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.3): - resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} - peerDependencies: - '@babel/core': ^7.0.0 + babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.3): dependencies: '@babel/core': 7.24.3 '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) @@ -950,38 +2337,22 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.3) - dev: true - /babel-preset-jest@29.6.3(@babel/core@7.24.3): - resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - '@babel/core': ^7.0.0 + babel-preset-jest@29.6.3(@babel/core@7.24.3): dependencies: '@babel/core': 7.24.3 babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.3) - dev: true - /balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + balanced-match@1.0.2: {} - /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - dev: false + base64-js@1.5.1: {} - /binary-extensions@2.3.0: - resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} - engines: {node: '>=8'} - dev: true + binary-extensions@2.3.0: {} - /bn.js@5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - dev: false + bn.js@5.2.1: {} - /body-parser@1.20.2: - resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + body-parser@1.20.2: dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -997,57 +2368,37 @@ packages: unpipe: 1.0.0 transitivePeerDependencies: - supports-color - dev: false - /brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + brace-expansion@1.1.11: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - /braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} + braces@3.0.2: dependencies: fill-range: 7.0.1 - dev: true - /browserslist@4.23.0: - resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true + browserslist@4.23.0: dependencies: caniuse-lite: 1.0.30001605 electron-to-chromium: 1.4.724 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.23.0) - dev: true - /bser@2.1.1: - resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} + bser@2.1.1: dependencies: node-int64: 0.4.0 - dev: true - /buffer-from@1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - dev: true + buffer-from@1.1.2: {} - /buffer@6.0.3: - resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + buffer@6.0.3: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - dev: false - /bytes@3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} - engines: {node: '>= 0.8'} - dev: false + bytes@3.1.2: {} - /call-bind@1.0.7: - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} - engines: {node: '>= 0.4'} + call-bind@1.0.7: dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 @@ -1055,29 +2406,15 @@ packages: get-intrinsic: 1.2.4 set-function-length: 1.2.2 - /callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} - dev: true + callsites@3.1.0: {} - /camelcase@5.3.1: - resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} - engines: {node: '>=6'} - dev: true + camelcase@5.3.1: {} - /camelcase@6.3.0: - resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} - engines: {node: '>=10'} - dev: true + camelcase@6.3.0: {} - /caniuse-lite@1.0.30001605: - resolution: {integrity: sha512-nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==} - dev: true + caniuse-lite@1.0.30001605: {} - /canvas@2.11.2: - resolution: {integrity: sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==} - engines: {node: '>=6'} - requiresBuild: true + canvas@2.11.2: dependencies: '@mapbox/node-pre-gyp': 1.0.11 nan: 2.19.0 @@ -1085,33 +2422,21 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: false - /chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} + chalk@2.4.2: dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 - dev: true - /chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + chalk@4.1.2: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - dev: true - /char-regex@1.0.2: - resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} - engines: {node: '>=10'} - dev: true + char-regex@1.0.2: {} - /chokidar@3.6.0: - resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} - engines: {node: '>= 8.10.0'} + chokidar@3.6.0: dependencies: anymatch: 3.1.3 braces: 3.0.2 @@ -1122,124 +2447,67 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.3 - dev: true - /chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} - dev: false + chownr@2.0.0: {} - /ci-info@3.9.0: - resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} - engines: {node: '>=8'} - dev: true + ci-info@3.9.0: {} - /cjs-module-lexer@1.2.3: - resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==} - dev: true + cjs-module-lexer@1.2.3: {} - /cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} + cliui@8.0.1: dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - dev: true - /co@4.6.0: - resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} - engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - dev: true + co@4.6.0: {} - /collect-v8-coverage@1.0.2: - resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} - dev: true + collect-v8-coverage@1.0.2: {} - /color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + color-convert@1.9.3: dependencies: color-name: 1.1.3 - dev: true - /color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + color-convert@2.0.1: dependencies: color-name: 1.1.4 - dev: true - /color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} - dev: true + color-name@1.1.3: {} - /color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - dev: true + color-name@1.1.4: {} - /color-support@1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} - hasBin: true - dev: false + color-support@1.1.3: {} - /combined-stream@1.0.8: - resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} - engines: {node: '>= 0.8'} + combined-stream@1.0.8: dependencies: delayed-stream: 1.0.0 - /component-emitter@1.3.1: - resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==} - dev: true + component-emitter@1.3.1: {} - /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + concat-map@0.0.1: {} - /console-control-strings@1.1.0: - resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} - dev: false + console-control-strings@1.1.0: {} - /content-disposition@0.5.4: - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} - engines: {node: '>= 0.6'} + content-disposition@0.5.4: dependencies: safe-buffer: 5.2.1 - dev: false - /content-type@1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} - engines: {node: '>= 0.6'} - dev: false + content-type@1.0.5: {} - /convert-source-map@2.0.0: - resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - dev: true + convert-source-map@2.0.0: {} - /cookie-signature@1.0.6: - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} - dev: false + cookie-signature@1.0.6: {} - /cookie@0.6.0: - resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} - engines: {node: '>= 0.6'} - dev: false + cookie@0.6.0: {} - /cookiejar@2.1.4: - resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==} - dev: true + cookiejar@2.1.4: {} - /cors@2.8.5: - resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} - engines: {node: '>= 0.10'} + cors@2.8.5: dependencies: object-assign: 4.1.1 vary: 1.1.2 - dev: false - /create-jest@29.7.0: - resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - hasBin: true + create-jest@29.7.0: dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 @@ -1253,179 +2521,88 @@ packages: - babel-plugin-macros - supports-color - ts-node - dev: true - /cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + cross-spawn@7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 - dev: true - /debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@2.6.9: dependencies: ms: 2.0.0 - dev: false - /debug@4.3.4(supports-color@5.5.0): - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@4.3.4(supports-color@5.5.0): dependencies: ms: 2.1.2 supports-color: 5.5.0 - /decompress-response@4.2.1: - resolution: {integrity: sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==} - engines: {node: '>=8'} + decompress-response@4.2.1: dependencies: mimic-response: 2.1.0 - dev: false - /dedent@1.5.1: - resolution: {integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==} - peerDependencies: - babel-plugin-macros: ^3.1.0 - peerDependenciesMeta: - babel-plugin-macros: - optional: true - dev: true + dedent@1.5.1: {} - /deepmerge@4.3.1: - resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} - engines: {node: '>=0.10.0'} - dev: true + deepmerge@4.3.1: {} - /define-data-property@1.1.4: - resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} - engines: {node: '>= 0.4'} + define-data-property@1.1.4: dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 gopd: 1.0.1 - /delayed-stream@1.0.0: - resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} - engines: {node: '>=0.4.0'} + delayed-stream@1.0.0: {} - /delegates@1.0.0: - resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} - dev: false + delegates@1.0.0: {} - /depd@2.0.0: - resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} - engines: {node: '>= 0.8'} - dev: false + depd@2.0.0: {} - /destroy@1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - dev: false + destroy@1.2.0: {} - /detect-libc@2.0.3: - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} - engines: {node: '>=8'} - dev: false + detect-libc@2.0.3: {} - /detect-newline@3.1.0: - resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} - engines: {node: '>=8'} - dev: true + detect-newline@3.1.0: {} - /dezalgo@1.0.4: - resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==} + dezalgo@1.0.4: dependencies: asap: 2.0.6 wrappy: 1.0.2 - dev: true - /diff-sequences@29.6.3: - resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dev: true + diff-sequences@29.6.3: {} - /ee-first@1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - dev: false + ee-first@1.1.1: {} - /electron-to-chromium@1.4.724: - resolution: {integrity: sha512-RTRvkmRkGhNBPPpdrgtDKvmOEYTrPlXDfc0J/Nfq5s29tEahAwhiX4mmhNzj6febWMleulxVYPh7QwCSL/EldA==} - dev: true + electron-to-chromium@1.4.724: {} - /emittery@0.13.1: - resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} - engines: {node: '>=12'} - dev: true + emittery@0.13.1: {} - /emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + emoji-regex@8.0.0: {} - /encodeurl@1.0.2: - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} - engines: {node: '>= 0.8'} - dev: false + encodeurl@1.0.2: {} - /error-ex@1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 - dev: true - /es-define-property@1.0.0: - resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} - engines: {node: '>= 0.4'} + es-define-property@1.0.0: dependencies: get-intrinsic: 1.2.4 - /es-errors@1.3.0: - resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} - engines: {node: '>= 0.4'} + es-errors@1.3.0: {} - /escalade@3.1.2: - resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} - engines: {node: '>=6'} - dev: true + escalade@3.1.2: {} - /escape-html@1.0.3: - resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} - dev: false + escape-html@1.0.3: {} - /escape-string-regexp@1.0.5: - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} - engines: {node: '>=0.8.0'} - dev: true + escape-string-regexp@1.0.5: {} - /escape-string-regexp@2.0.0: - resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} - engines: {node: '>=8'} - dev: true + escape-string-regexp@2.0.0: {} - /esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} - hasBin: true - dev: true + esprima@4.0.1: {} - /etag@1.8.1: - resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} - engines: {node: '>= 0.6'} - dev: false + etag@1.8.1: {} - /execa@5.1.1: - resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} - engines: {node: '>=10'} + execa@5.1.1: dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -1436,27 +2613,18 @@ packages: onetime: 5.1.2 signal-exit: 3.0.7 strip-final-newline: 2.0.0 - dev: true - /exit@0.1.2: - resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} - engines: {node: '>= 0.8.0'} - dev: true + exit@0.1.2: {} - /expect@29.7.0: - resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + expect@29.7.0: dependencies: '@jest/expect-utils': 29.7.0 jest-get-type: 29.6.3 jest-matcher-utils: 29.7.0 jest-message-util: 29.7.0 jest-util: 29.7.0 - dev: true - /express@4.19.2: - resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==} - engines: {node: '>= 0.10.0'} + express@4.19.2: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -1491,32 +2659,20 @@ packages: vary: 1.1.2 transitivePeerDependencies: - supports-color - dev: false - /fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - dev: true + fast-json-stable-stringify@2.1.0: {} - /fast-safe-stringify@2.1.1: - resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - dev: true + fast-safe-stringify@2.1.1: {} - /fb-watchman@2.0.2: - resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} + fb-watchman@2.0.2: dependencies: bser: 2.1.1 - dev: true - /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} + fill-range@7.0.1: dependencies: to-regex-range: 5.0.1 - dev: true - /finalhandler@1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} - engines: {node: '>= 0.8'} + finalhandler@1.2.0: dependencies: debug: 2.6.9 encodeurl: 1.0.2 @@ -1527,77 +2683,43 @@ packages: unpipe: 1.0.0 transitivePeerDependencies: - supports-color - dev: false - /find-up@4.1.0: - resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} - engines: {node: '>=8'} + find-up@4.1.0: dependencies: locate-path: 5.0.0 path-exists: 4.0.0 - dev: true - /follow-redirects@1.15.6: - resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dev: false + follow-redirects@1.15.6: {} - /form-data@4.0.0: - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} - engines: {node: '>= 6'} + form-data@4.0.0: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 - /formidable@2.1.2: - resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==} + formidable@2.1.2: dependencies: dezalgo: 1.0.4 hexoid: 1.0.0 once: 1.4.0 qs: 6.11.0 - dev: true - /forwarded@0.2.0: - resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} - engines: {node: '>= 0.6'} - dev: false + forwarded@0.2.0: {} - /fresh@0.5.2: - resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} - engines: {node: '>= 0.6'} - dev: false + fresh@0.5.2: {} - /fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} + fs-minipass@2.1.0: dependencies: minipass: 3.3.6 - dev: false - /fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + fs.realpath@1.0.0: {} - /fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - requiresBuild: true - dev: true + fsevents@2.3.3: optional: true - /function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + function-bind@1.1.2: {} - /gauge@3.0.2: - resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} - engines: {node: '>=10'} + gauge@3.0.2: dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -1608,21 +2730,12 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wide-align: 1.1.5 - dev: false - /gensync@1.0.0-beta.2: - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} - engines: {node: '>=6.9.0'} - dev: true + gensync@1.0.0-beta.2: {} - /get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} - dev: true + get-caller-file@2.0.5: {} - /get-intrinsic@1.2.4: - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} - engines: {node: '>= 0.4'} + get-intrinsic@1.2.4: dependencies: es-errors: 1.3.0 function-bind: 1.1.2 @@ -1630,25 +2743,15 @@ packages: has-symbols: 1.0.3 hasown: 2.0.2 - /get-package-type@0.1.0: - resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} - engines: {node: '>=8.0.0'} - dev: true + get-package-type@0.1.0: {} - /get-stream@6.0.1: - resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} - engines: {node: '>=10'} - dev: true + get-stream@6.0.1: {} - /glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} + glob-parent@5.1.2: dependencies: is-glob: 4.0.3 - dev: true - /glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + glob@7.2.3: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -1657,203 +2760,112 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} - dev: true + globals@11.12.0: {} - /gopd@1.0.1: - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + gopd@1.0.1: dependencies: get-intrinsic: 1.2.4 - /graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - dev: true + graceful-fs@4.2.11: {} - /has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} + has-flag@3.0.0: {} - /has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} - dev: true + has-flag@4.0.0: {} - /has-property-descriptors@1.0.2: - resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + has-property-descriptors@1.0.2: dependencies: es-define-property: 1.0.0 - /has-proto@1.0.3: - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} - engines: {node: '>= 0.4'} + has-proto@1.0.3: {} - /has-symbols@1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} - engines: {node: '>= 0.4'} + has-symbols@1.0.3: {} - /has-unicode@2.0.1: - resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} - dev: false + has-unicode@2.0.1: {} - /hasown@2.0.2: - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} - engines: {node: '>= 0.4'} + hasown@2.0.2: dependencies: function-bind: 1.1.2 - /hexoid@1.0.0: - resolution: {integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==} - engines: {node: '>=8'} - dev: true + hexoid@1.0.0: {} - /html-escaper@2.0.2: - resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - dev: true + html-escaper@2.0.2: {} - /http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} + http-errors@2.0.0: dependencies: depd: 2.0.0 inherits: 2.0.4 setprototypeof: 1.2.0 statuses: 2.0.1 toidentifier: 1.0.1 - dev: false - /https-proxy-agent@5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} - engines: {node: '>= 6'} + https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: false - /human-signals@2.1.0: - resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} - engines: {node: '>=10.17.0'} - dev: true + human-signals@2.1.0: {} - /iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 - dev: false - /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: false + ieee754@1.2.1: {} - /ignore-by-default@1.0.1: - resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==} - dev: true + ignore-by-default@1.0.1: {} - /import-local@3.1.0: - resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} - engines: {node: '>=8'} - hasBin: true + import-local@3.1.0: dependencies: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 - dev: true - /imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} - dev: true + imurmurhash@0.1.4: {} - /inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + inflight@1.0.6: dependencies: once: 1.4.0 wrappy: 1.0.2 - /inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + inherits@2.0.4: {} - /ipaddr.js@1.9.1: - resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} - engines: {node: '>= 0.10'} - dev: false + ipaddr.js@1.9.1: {} - /is-arrayish@0.2.1: - resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} - dev: true + is-arrayish@0.2.1: {} - /is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} + is-binary-path@2.1.0: dependencies: binary-extensions: 2.3.0 - dev: true - /is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + is-core-module@2.13.1: dependencies: hasown: 2.0.2 - dev: true - /is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} - dev: true + is-extglob@2.1.1: {} - /is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} + is-fullwidth-code-point@3.0.0: {} - /is-generator-fn@2.1.0: - resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} - engines: {node: '>=6'} - dev: true + is-generator-fn@2.1.0: {} - /is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + is-glob@4.0.3: dependencies: is-extglob: 2.1.1 - dev: true - /is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} - dev: true + is-number@7.0.0: {} - /is-retry-allowed@2.2.0: - resolution: {integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==} - engines: {node: '>=10'} - dev: false + is-retry-allowed@2.2.0: {} - /is-stream@2.0.1: - resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} - engines: {node: '>=8'} - dev: true + is-stream@2.0.1: {} - /isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - dev: true + isexe@2.0.0: {} - /isomorphic-ws@4.0.1(ws@8.16.0): - resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} - peerDependencies: - ws: '*' + isomorphic-ws@4.0.1(ws@8.16.0): dependencies: ws: 8.16.0 - dev: false - /istanbul-lib-coverage@3.2.2: - resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} - engines: {node: '>=8'} - dev: true + istanbul-lib-coverage@3.2.2: {} - /istanbul-lib-instrument@5.2.1: - resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} - engines: {node: '>=8'} + istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.24.3 '@babel/parser': 7.24.1 @@ -1862,11 +2874,8 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true - /istanbul-lib-instrument@6.0.2: - resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==} - engines: {node: '>=10'} + istanbul-lib-instrument@6.0.2: dependencies: '@babel/core': 7.24.3 '@babel/parser': 7.24.1 @@ -1875,48 +2884,33 @@ packages: semver: 7.6.0 transitivePeerDependencies: - supports-color - dev: true - /istanbul-lib-report@3.0.1: - resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} - engines: {node: '>=10'} + istanbul-lib-report@3.0.1: dependencies: istanbul-lib-coverage: 3.2.2 make-dir: 4.0.0 supports-color: 7.2.0 - dev: true - /istanbul-lib-source-maps@4.0.1: - resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} - engines: {node: '>=10'} + istanbul-lib-source-maps@4.0.1: dependencies: debug: 4.3.4(supports-color@5.5.0) istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: - supports-color - dev: true - /istanbul-reports@3.1.7: - resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} - engines: {node: '>=8'} + istanbul-reports@3.1.7: dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 - dev: true - /jest-changed-files@29.7.0: - resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-changed-files@29.7.0: dependencies: execa: 5.1.1 jest-util: 29.7.0 p-limit: 3.1.0 - dev: true - /jest-circus@29.7.0: - resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-circus@29.7.0: dependencies: '@jest/environment': 29.7.0 '@jest/expect': 29.7.0 @@ -1941,17 +2935,8 @@ packages: transitivePeerDependencies: - babel-plugin-macros - supports-color - dev: true - /jest-cli@29.7.0: - resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true + jest-cli@29.7.0: dependencies: '@jest/core': 29.7.0 '@jest/test-result': 29.7.0 @@ -1969,19 +2954,8 @@ packages: - babel-plugin-macros - supports-color - ts-node - dev: true - /jest-config@29.7.0(@types/node@20.12.3): - resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - '@types/node': '*' - ts-node: '>=9.0.0' - peerDependenciesMeta: - '@types/node': - optional: true - ts-node: - optional: true + jest-config@29.7.0(@types/node@20.12.3): dependencies: '@babel/core': 7.24.3 '@jest/test-sequencer': 29.7.0 @@ -2009,39 +2983,27 @@ packages: transitivePeerDependencies: - babel-plugin-macros - supports-color - dev: true - /jest-diff@29.7.0: - resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-diff@29.7.0: dependencies: chalk: 4.1.2 diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 - dev: true - /jest-docblock@29.7.0: - resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-docblock@29.7.0: dependencies: detect-newline: 3.1.0 - dev: true - /jest-each@29.7.0: - resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-each@29.7.0: dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 jest-get-type: 29.6.3 jest-util: 29.7.0 pretty-format: 29.7.0 - dev: true - /jest-environment-node@29.7.0: - resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-environment-node@29.7.0: dependencies: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 @@ -2049,16 +3011,10 @@ packages: '@types/node': 20.12.3 jest-mock: 29.7.0 jest-util: 29.7.0 - dev: true - /jest-get-type@29.6.3: - resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dev: true + jest-get-type@29.6.3: {} - /jest-haste-map@29.7.0: - resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-haste-map@29.7.0: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 @@ -2073,29 +3029,20 @@ packages: walker: 1.0.8 optionalDependencies: fsevents: 2.3.3 - dev: true - /jest-leak-detector@29.7.0: - resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-leak-detector@29.7.0: dependencies: jest-get-type: 29.6.3 pretty-format: 29.7.0 - dev: true - /jest-matcher-utils@29.7.0: - resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-matcher-utils@29.7.0: dependencies: chalk: 4.1.2 jest-diff: 29.7.0 jest-get-type: 29.6.3 pretty-format: 29.7.0 - dev: true - /jest-message-util@29.7.0: - resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-message-util@29.7.0: dependencies: '@babel/code-frame': 7.24.2 '@jest/types': 29.6.3 @@ -2106,47 +3053,27 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 - dev: true - /jest-mock@29.7.0: - resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 '@types/node': 20.12.3 jest-util: 29.7.0 - dev: true - /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): - resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} - engines: {node: '>=6'} - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true + jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): dependencies: jest-resolve: 29.7.0 - dev: true - /jest-regex-util@29.6.3: - resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dev: true + jest-regex-util@29.6.3: {} - /jest-resolve-dependencies@29.7.0: - resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-resolve-dependencies@29.7.0: dependencies: jest-regex-util: 29.6.3 jest-snapshot: 29.7.0 transitivePeerDependencies: - supports-color - dev: true - /jest-resolve@29.7.0: - resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-resolve@29.7.0: dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 @@ -2157,11 +3084,8 @@ packages: resolve: 1.22.8 resolve.exports: 2.0.2 slash: 3.0.0 - dev: true - /jest-runner@29.7.0: - resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-runner@29.7.0: dependencies: '@jest/console': 29.7.0 '@jest/environment': 29.7.0 @@ -2186,11 +3110,8 @@ packages: source-map-support: 0.5.13 transitivePeerDependencies: - supports-color - dev: true - /jest-runtime@29.7.0: - resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-runtime@29.7.0: dependencies: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 @@ -2216,11 +3137,8 @@ packages: strip-bom: 4.0.0 transitivePeerDependencies: - supports-color - dev: true - /jest-snapshot@29.7.0: - resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-snapshot@29.7.0: dependencies: '@babel/core': 7.24.3 '@babel/generator': 7.24.1 @@ -2244,11 +3162,8 @@ packages: semver: 7.6.0 transitivePeerDependencies: - supports-color - dev: true - /jest-util@29.7.0: - resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 '@types/node': 20.12.3 @@ -2256,11 +3171,8 @@ packages: ci-info: 3.9.0 graceful-fs: 4.2.11 picomatch: 2.3.1 - dev: true - /jest-validate@29.7.0: - resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-validate@29.7.0: dependencies: '@jest/types': 29.6.3 camelcase: 6.3.0 @@ -2268,11 +3180,8 @@ packages: jest-get-type: 29.6.3 leven: 3.1.0 pretty-format: 29.7.0 - dev: true - /jest-watcher@29.7.0: - resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-watcher@29.7.0: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 @@ -2282,27 +3191,15 @@ packages: emittery: 0.13.1 jest-util: 29.7.0 string-length: 4.0.2 - dev: true - /jest-worker@29.7.0: - resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-worker@29.7.0: dependencies: '@types/node': 20.12.3 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - dev: true - /jest@29.7.0: - resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true + jest@29.7.0: dependencies: '@jest/core': 29.7.0 '@jest/types': 29.6.3 @@ -2313,225 +3210,115 @@ packages: - babel-plugin-macros - supports-color - ts-node - dev: true - /js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - dev: true + js-tokens@4.0.0: {} - /js-yaml@3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} - hasBin: true + js-yaml@3.14.1: dependencies: argparse: 1.0.10 esprima: 4.0.1 - dev: true - /jsesc@2.5.2: - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} - engines: {node: '>=4'} - hasBin: true - dev: true + jsesc@2.5.2: {} - /json-parse-even-better-errors@2.3.1: - resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - dev: true + json-parse-even-better-errors@2.3.1: {} - /json5@2.2.3: - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} - engines: {node: '>=6'} - hasBin: true - dev: true + json5@2.2.3: {} - /kleur@3.0.3: - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} - engines: {node: '>=6'} - dev: true + kleur@3.0.3: {} - /leven@3.1.0: - resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} - engines: {node: '>=6'} - dev: true + leven@3.1.0: {} - /lines-and-columns@1.2.4: - resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - dev: true + lines-and-columns@1.2.4: {} - /locate-path@5.0.0: - resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} - engines: {node: '>=8'} + locate-path@5.0.0: dependencies: p-locate: 4.1.0 - dev: true - /lru-cache@5.1.1: - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + lru-cache@5.1.1: dependencies: yallist: 3.1.1 - dev: true - /lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} + lru-cache@6.0.0: dependencies: yallist: 4.0.0 - /make-dir@3.1.0: - resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} - engines: {node: '>=8'} + make-dir@3.1.0: dependencies: semver: 6.3.1 - dev: false - /make-dir@4.0.0: - resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} - engines: {node: '>=10'} + make-dir@4.0.0: dependencies: semver: 7.6.0 - dev: true - /makeerror@1.0.12: - resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} + makeerror@1.0.12: dependencies: tmpl: 1.0.5 - dev: true - /media-typer@0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} - engines: {node: '>= 0.6'} - dev: false + media-typer@0.3.0: {} - /merge-descriptors@1.0.1: - resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} - dev: false + merge-descriptors@1.0.1: {} - /merge-stream@2.0.0: - resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} - dev: true + merge-stream@2.0.0: {} - /methods@1.1.2: - resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} - engines: {node: '>= 0.6'} + methods@1.1.2: {} - /micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} + micromatch@4.0.5: dependencies: braces: 3.0.2 picomatch: 2.3.1 - dev: true - /mime-db@1.52.0: - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} - engines: {node: '>= 0.6'} + mime-db@1.52.0: {} - /mime-types@2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} - engines: {node: '>= 0.6'} + mime-types@2.1.35: dependencies: mime-db: 1.52.0 - /mime@1.6.0: - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} - engines: {node: '>=4'} - hasBin: true - dev: false + mime@1.6.0: {} - /mime@2.6.0: - resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} - engines: {node: '>=4.0.0'} - hasBin: true - dev: true + mime@2.6.0: {} - /mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} - dev: true + mimic-fn@2.1.0: {} - /mimic-response@2.1.0: - resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==} - engines: {node: '>=8'} - dev: false + mimic-response@2.1.0: {} - /minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 - /minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} + minipass@3.3.6: dependencies: yallist: 4.0.0 - dev: false - /minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} - dev: false + minipass@5.0.0: {} - /minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + minizlib@2.1.2: dependencies: minipass: 3.3.6 yallist: 4.0.0 - dev: false - /mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} - hasBin: true - dev: false + mkdirp@1.0.4: {} - /ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - dev: false + ms@2.0.0: {} - /ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + ms@2.1.2: {} - /ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - dev: false + ms@2.1.3: {} - /nan@2.19.0: - resolution: {integrity: sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==} - dev: false + nan@2.19.0: {} - /natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - dev: true + natural-compare@1.4.0: {} - /negotiator@0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} - engines: {node: '>= 0.6'} - dev: false + negotiator@0.6.3: {} - /node-fetch@2.7.0: - resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true + node-fetch@2.7.0: dependencies: whatwg-url: 5.0.0 - dev: false - /node-int64@0.4.0: - resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} - dev: true + node-int64@0.4.0: {} - /node-releases@2.0.14: - resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} - dev: true + node-releases@2.0.14: {} - /nodemon@3.1.0: - resolution: {integrity: sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==} - engines: {node: '>=10'} - hasBin: true + nodemon@3.1.0: dependencies: chokidar: 3.6.0 debug: 4.3.4(supports-color@5.5.0) @@ -2543,297 +3330,167 @@ packages: supports-color: 5.5.0 touch: 3.1.0 undefsafe: 2.0.5 - dev: true - /nopt@1.0.10: - resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} - hasBin: true + nopt@1.0.10: dependencies: abbrev: 1.1.1 - dev: true - /nopt@5.0.0: - resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} - engines: {node: '>=6'} - hasBin: true + nopt@5.0.0: dependencies: abbrev: 1.1.1 - dev: false - /normalize-path@3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} - dev: true + normalize-path@3.0.0: {} - /npm-run-path@4.0.1: - resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} - engines: {node: '>=8'} + npm-run-path@4.0.1: dependencies: path-key: 3.1.1 - dev: true - /npmlog@5.0.1: - resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} + npmlog@5.0.1: dependencies: are-we-there-yet: 2.0.0 console-control-strings: 1.1.0 gauge: 3.0.2 set-blocking: 2.0.0 - dev: false - /object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} - dev: false + object-assign@4.1.1: {} - /object-inspect@1.13.1: - resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + object-inspect@1.13.1: {} - /on-finished@2.4.1: - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} - engines: {node: '>= 0.8'} + on-finished@2.4.1: dependencies: ee-first: 1.1.1 - dev: false - /once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + once@1.4.0: dependencies: wrappy: 1.0.2 - /onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} + onetime@5.1.2: dependencies: mimic-fn: 2.1.0 - dev: true - /p-limit@2.3.0: - resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} - engines: {node: '>=6'} + p-limit@2.3.0: dependencies: p-try: 2.2.0 - dev: true - /p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + p-limit@3.1.0: dependencies: yocto-queue: 0.1.0 - dev: true - /p-locate@4.1.0: - resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} - engines: {node: '>=8'} + p-locate@4.1.0: dependencies: p-limit: 2.3.0 - dev: true - /p-try@2.2.0: - resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} - engines: {node: '>=6'} - dev: true + p-try@2.2.0: {} - /parse-json@5.2.0: - resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} - engines: {node: '>=8'} + parse-json@5.2.0: dependencies: '@babel/code-frame': 7.24.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - dev: true - /parseurl@1.3.3: - resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} - engines: {node: '>= 0.8'} - dev: false + parseurl@1.3.3: {} - /path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} - dev: true + path-exists@4.0.0: {} - /path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} + path-is-absolute@1.0.1: {} - /path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} - dev: true + path-key@3.1.1: {} - /path-parse@1.0.7: - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - dev: true + path-parse@1.0.7: {} - /path-to-regexp@0.1.7: - resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} - dev: false + path-to-regexp@0.1.7: {} - /picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - dev: true + picocolors@1.0.0: {} - /picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} - dev: true + picomatch@2.3.1: {} - /pirates@4.0.6: - resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} - engines: {node: '>= 6'} - dev: true + pirates@4.0.6: {} - /pkg-dir@4.2.0: - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} - engines: {node: '>=8'} + pkg-dir@4.2.0: dependencies: find-up: 4.1.0 - dev: true - /pretty-format@29.7.0: - resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + pretty-format@29.7.0: dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.2.0 - dev: true - /prompts@2.4.2: - resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} - engines: {node: '>= 6'} + prompts@2.4.2: dependencies: kleur: 3.0.3 sisteransi: 1.0.5 - dev: true - /proxy-addr@2.0.7: - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} - engines: {node: '>= 0.10'} + proxy-addr@2.0.7: dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 - dev: false - /proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - dev: false + proxy-from-env@1.1.0: {} - /pstree.remy@1.1.8: - resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} - dev: true + pstree.remy@1.1.8: {} - /pure-rand@6.1.0: - resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} - dev: true + pure-rand@6.1.0: {} - /qs@6.11.0: - resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} - engines: {node: '>=0.6'} + qs@6.11.0: dependencies: side-channel: 1.0.6 - /range-parser@1.2.1: - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} - engines: {node: '>= 0.6'} - dev: false + range-parser@1.2.1: {} - /raw-body@2.5.2: - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} - engines: {node: '>= 0.8'} + raw-body@2.5.2: dependencies: bytes: 3.1.2 http-errors: 2.0.0 iconv-lite: 0.4.24 unpipe: 1.0.0 - dev: false - /react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - dev: true + react-is@18.2.0: {} - /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} + readable-stream@3.6.2: dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 - dev: false - /readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} + readdirp@3.6.0: dependencies: picomatch: 2.3.1 - dev: true - /regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - dev: false + regenerator-runtime@0.14.1: {} - /require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} - dev: true + require-directory@2.1.1: {} - /resolve-cwd@3.0.0: - resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} - engines: {node: '>=8'} + resolve-cwd@3.0.0: dependencies: resolve-from: 5.0.0 - dev: true - /resolve-from@5.0.0: - resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} - engines: {node: '>=8'} - dev: true + resolve-from@5.0.0: {} - /resolve.exports@2.0.2: - resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} - engines: {node: '>=10'} - dev: true + resolve.exports@2.0.2: {} - /resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} - hasBin: true + resolve@1.22.8: dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - dev: true - /rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - hasBin: true + rimraf@3.0.2: dependencies: glob: 7.2.3 - dev: false - /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - dev: false + safe-buffer@5.2.1: {} - /safer-buffer@2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - dev: false + safer-buffer@2.1.2: {} - /semver@6.3.1: - resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} - hasBin: true + semver@6.3.1: {} - /semver@7.6.0: - resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} - engines: {node: '>=10'} - hasBin: true + semver@7.6.0: dependencies: lru-cache: 6.0.0 - /send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} - engines: {node: '>= 0.8.0'} + send@0.18.0: dependencies: debug: 2.6.9 depd: 2.0.0 @@ -2850,11 +3507,8 @@ packages: statuses: 2.0.1 transitivePeerDependencies: - supports-color - dev: false - /serve-static@1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} - engines: {node: '>= 0.8.0'} + serve-static@1.15.0: dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 @@ -2862,15 +3516,10 @@ packages: send: 0.18.0 transitivePeerDependencies: - supports-color - dev: false - /set-blocking@2.0.0: - resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - dev: false + set-blocking@2.0.0: {} - /set-function-length@1.2.2: - resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} - engines: {node: '>= 0.4'} + set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 @@ -2879,136 +3528,80 @@ packages: gopd: 1.0.1 has-property-descriptors: 1.0.2 - /setprototypeof@1.2.0: - resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} - dev: false + setprototypeof@1.2.0: {} - /shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - dev: true - /shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} - dev: true + shebang-regex@3.0.0: {} - /side-channel@1.0.6: - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} - engines: {node: '>= 0.4'} + side-channel@1.0.6: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 object-inspect: 1.13.1 - /signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + signal-exit@3.0.7: {} - /simple-concat@1.0.1: - resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} - dev: false + simple-concat@1.0.1: {} - /simple-get@3.1.1: - resolution: {integrity: sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==} + simple-get@3.1.1: dependencies: decompress-response: 4.2.1 once: 1.4.0 simple-concat: 1.0.1 - dev: false - /simple-update-notifier@2.0.0: - resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} - engines: {node: '>=10'} + simple-update-notifier@2.0.0: dependencies: semver: 7.6.0 - dev: true - /sisteransi@1.0.5: - resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} - dev: true + sisteransi@1.0.5: {} - /slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} - dev: true + slash@3.0.0: {} - /source-map-support@0.5.13: - resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} + source-map-support@0.5.13: dependencies: buffer-from: 1.1.2 source-map: 0.6.1 - dev: true - /source-map@0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} - dev: true + source-map@0.6.1: {} - /sprintf-js@1.0.3: - resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - dev: true + sprintf-js@1.0.3: {} - /stack-utils@2.0.6: - resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} - engines: {node: '>=10'} + stack-utils@2.0.6: dependencies: escape-string-regexp: 2.0.0 - dev: true - /statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} - dev: false + statuses@2.0.1: {} - /string-length@4.0.2: - resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} - engines: {node: '>=10'} + string-length@4.0.2: dependencies: char-regex: 1.0.2 strip-ansi: 6.0.1 - dev: true - /string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} + string-width@4.2.3: dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + string_decoder@1.3.0: dependencies: safe-buffer: 5.2.1 - dev: false - /strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 - /strip-bom@4.0.0: - resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} - engines: {node: '>=8'} - dev: true + strip-bom@4.0.0: {} - /strip-final-newline@2.0.0: - resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} - engines: {node: '>=6'} - dev: true + strip-final-newline@2.0.0: {} - /strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} - dev: true + strip-json-comments@3.1.1: {} - /superagent@8.1.2: - resolution: {integrity: sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==} - engines: {node: '>=6.4.0 <13 || >=14'} + superagent@8.1.2: dependencies: component-emitter: 1.3.1 cookiejar: 2.1.4 @@ -3022,46 +3615,29 @@ packages: semver: 7.6.0 transitivePeerDependencies: - supports-color - dev: true - /supertest@6.3.4: - resolution: {integrity: sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw==} - engines: {node: '>=6.4.0'} + supertest@6.3.4: dependencies: methods: 1.1.2 superagent: 8.1.2 transitivePeerDependencies: - supports-color - dev: true - /supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} + supports-color@5.5.0: dependencies: has-flag: 3.0.0 - /supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + supports-color@7.2.0: dependencies: has-flag: 4.0.0 - dev: true - /supports-color@8.1.1: - resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} - engines: {node: '>=10'} + supports-color@8.1.1: dependencies: has-flag: 4.0.0 - dev: true - /supports-preserve-symlinks-flag@1.0.0: - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} - engines: {node: '>= 0.4'} - dev: true + supports-preserve-symlinks-flag@1.0.0: {} - /tar@6.2.1: - resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} - engines: {node: '>=10'} + tar@6.2.1: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -3069,201 +3645,107 @@ packages: minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 - dev: false - /test-exclude@6.0.0: - resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} - engines: {node: '>=8'} + test-exclude@6.0.0: dependencies: '@istanbuljs/schema': 0.1.3 glob: 7.2.3 minimatch: 3.1.2 - dev: true - /tmpl@1.0.5: - resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} - dev: true + tmpl@1.0.5: {} - /to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} - dev: true + to-fast-properties@2.0.0: {} - /to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 - dev: true - /toidentifier@1.0.1: - resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} - engines: {node: '>=0.6'} - dev: false + toidentifier@1.0.1: {} - /touch@3.1.0: - resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} - hasBin: true + touch@3.1.0: dependencies: nopt: 1.0.10 - dev: true - /tr46@0.0.3: - resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - dev: false + tr46@0.0.3: {} - /ts-log@2.2.5: - resolution: {integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==} - dev: false + ts-log@2.2.5: {} - /type-detect@4.0.8: - resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} - engines: {node: '>=4'} - dev: true + type-detect@4.0.8: {} - /type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} - dev: true + type-fest@0.21.3: {} - /type-is@1.6.18: - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} - engines: {node: '>= 0.6'} + type-is@1.6.18: dependencies: media-typer: 0.3.0 mime-types: 2.1.35 - dev: false - /undefsafe@2.0.5: - resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} - dev: true + undefsafe@2.0.5: {} - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@5.26.5: {} - /unpipe@1.0.0: - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} - engines: {node: '>= 0.8'} - dev: false + unpipe@1.0.0: {} - /update-browserslist-db@1.0.13(browserslist@4.23.0): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' + update-browserslist-db@1.0.13(browserslist@4.23.0): dependencies: browserslist: 4.23.0 escalade: 3.1.2 picocolors: 1.0.0 - dev: true - /util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - dev: false + util-deprecate@1.0.2: {} - /utils-merge@1.0.1: - resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} - engines: {node: '>= 0.4.0'} - dev: false + utils-merge@1.0.1: {} - /v8-to-istanbul@9.2.0: - resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} - engines: {node: '>=10.12.0'} + v8-to-istanbul@9.2.0: dependencies: '@jridgewell/trace-mapping': 0.3.25 '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - dev: true - /vary@1.1.2: - resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} - engines: {node: '>= 0.8'} - dev: false + vary@1.1.2: {} - /walker@1.0.8: - resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} + walker@1.0.8: dependencies: makeerror: 1.0.12 - dev: true - /webidl-conversions@3.0.1: - resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - dev: false + webidl-conversions@3.0.1: {} - /whatwg-url@5.0.0: - resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + whatwg-url@5.0.0: dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 - dev: false - /which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} - hasBin: true + which@2.0.2: dependencies: isexe: 2.0.0 - dev: true - /wide-align@1.1.5: - resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + wide-align@1.1.5: dependencies: string-width: 4.2.3 - dev: false - /wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} + wrap-ansi@7.0.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: true - /wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + wrappy@1.0.2: {} - /write-file-atomic@4.0.2: - resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + write-file-atomic@4.0.2: dependencies: imurmurhash: 0.1.4 signal-exit: 3.0.7 - dev: true - /ws@8.16.0: - resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false + ws@8.16.0: {} - /y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} - dev: true + y18n@5.0.8: {} - /yallist@3.1.1: - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} - dev: true + yallist@3.1.1: {} - /yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + yallist@4.0.0: {} - /yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} - dev: true + yargs-parser@21.1.1: {} - /yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} + yargs@17.7.2: dependencies: cliui: 8.0.1 escalade: 3.1.2 @@ -3272,9 +3754,5 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 - dev: true - /yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} - dev: true + yocto-queue@0.1.0: {} diff --git a/api/prices.js b/api_old/prices.js similarity index 100% rename from api/prices.js rename to api_old/prices.js diff --git a/api/public/glam.png b/api_old/public/glam.png similarity index 100% rename from api/public/glam.png rename to api_old/public/glam.png diff --git a/api/public/robots.txt b/api_old/public/robots.txt similarity index 100% rename from api/public/robots.txt rename to api_old/public/robots.txt diff --git a/api/server.js b/api_old/server.js similarity index 97% rename from api/server.js rename to api_old/server.js index 935119e5..b445de4f 100644 --- a/api/server.js +++ b/api_old/server.js @@ -5,7 +5,8 @@ const { priceHistory, fundPerformance } = require("./prices"); const cors = require("cors"); const pyth = require("@pythnetwork/pyth-evm-js"); -BASE_URL = "https://api.glam.systems"; +const BASE_URL = "https://api.glam.systems"; +const SOLANA_RPC = process.env.SOLANA_RPC || "http://localhost:8899"; const app = express(); app.use(express.static("public")); diff --git a/api/tests/server.test.js b/api_old/tests/server.test.js similarity index 100% rename from api/tests/server.test.js rename to api_old/tests/server.test.js diff --git a/api/validation.js b/api_old/validation.js similarity index 100% rename from api/validation.js rename to api_old/validation.js diff --git a/nx.json b/nx.json index d97a207b..24ed13aa 100644 --- a/nx.json +++ b/nx.json @@ -27,6 +27,11 @@ "codeCoverage": true } } + }, + "@nx/webpack:webpack": { + "cache": true, + "dependsOn": ["^build"], + "inputs": ["production", "^production"] } }, "namedInputs": { diff --git a/package.json b/package.json index ac8dd843..d9f80c23 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,17 @@ "dependencies": { "@carbon/charts-react": "^1.15.7", "@carbon/colors": "^11.21.0", - "@carbon/icons-react": "^11.39.0", - "@carbon/react": "^1.55.0", - "@carbon/styles": "^1.55.0", + "@carbon/icons-react": "^11.40.0", + "@carbon/react": "^1.56.0", + "@carbon/styles": "^1.56.0", "@carbon/type": "^11.26.0", - "@coral-xyz/anchor": "^0.30.0", + "@coral-xyz/anchor": "^0.29.0", "@drift-labs/sdk": "2.71.0-beta.4", + "@fast-csv/format": "^5.0.0", + "@fast-csv/parse": "^5.0.0", "@hookform/resolvers": "^3.3.4", "@ibm/plex": "^6.4.0", + "@scure/base": "^1.1.6", "@solana-developers/helpers": "^2.3.0", "@solana-developers/preset-react": "^2.2.0", "@solana/spl-token": "^0.3.11", @@ -31,46 +34,52 @@ "@solana/wallet-adapter-react-ui": "^0.9.35", "@solana/wallet-adapter-solflare": "^0.6.28", "@solana/web3.js": "^1.91.7", - "@swc/helpers": "~0.5.10", + "@swc/helpers": "~0.5.11", "@tabler/icons-react": "^2.47.0", "@tailwindcss/typography": "0.5.10", - "@tanstack/react-query": "^5.29.2", + "@tanstack/react-query": "^5.32.1", + "axios": "^1.6.0", "bs58": "^5.0.0", "buffer": "^6.0.3", "carbon-components": "^10.58.12", - "carbon-components-react": "^8.55.0", + "carbon-components-react": "^8.56.0", "carbon-icons": "^7.0.7", "d3": "^7.9.0", "d3-cloud": "^1.2.7", "d3-sankey": "^0.12.3", "daisyui": "3.9.3", + "exceljs": "^4.4.0", + "express": "^4.18.1", "jotai": "2.5.1", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.51.3", "react-hot-toast": "^2.4.1", - "react-router-dom": "^6.22.3", - "sass": "^1.75.0", + "react-router-dom": "^6.23.0", + "sass": "^1.76.0", "tslib": "^2.6.2", "use-dark-mode": "^2.3.1", - "zod": "^3.22.5" + "zod": "^3.23.6" }, "devDependencies": { - "@babel/core": "^7.24.4", + "@babel/core": "^7.24.5", "@babel/preset-react": "^7.24.1", "@nx/eslint": "^17.3.2", "@nx/eslint-plugin": "^17.3.2", + "@nx/express": "^17.3.2", "@nx/jest": "^17.3.2", "@nx/js": "^17.3.2", + "@nx/node": "17.3.2", "@nx/react": "^17.3.2", "@nx/rollup": "^17.3.2", + "@nx/web": "17.3.2", "@nx/webpack": "^17.3.2", "@nx/workspace": "^17.3.2", - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.13", "@svgr/webpack": "^8.1.0", - "@swc-node/register": "^1.9.0", + "@swc-node/register": "^1.9.1", "@swc/cli": "^0.1.65", - "@swc/core": "^1.4.16", + "@swc/core": "^1.4.17", "@swc/jest": "^0.2.36", "@testing-library/react": "^14.3.1", "@types/carbon-components-react": "^7.55.10", @@ -78,8 +87,8 @@ "@types/carbon__themes": "^0.0.3", "@types/jest": "^29.5.12", "@types/node": "^18.19.31", - "@types/react": "^18.2.79", - "@types/react-dom": "^18.2.25", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "autoprefixer": "^10.4.19", @@ -88,9 +97,10 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^4.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", + "jest-environment-node": "^29.4.1", "nx": "^17.3.2", "postcss": "^8.4.38", "prettier": "^2.8.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 05986db4..09302b87 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,35 +18,44 @@ importers: specifier: ^11.21.0 version: 11.21.0 '@carbon/icons-react': - specifier: ^11.39.0 - version: 11.39.0(react@18.2.0) + specifier: ^11.40.0 + version: 11.40.0(react@18.2.0) '@carbon/react': - specifier: ^1.55.0 - version: 1.55.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.75.0) + specifier: ^1.56.0 + version: 1.56.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.76.0) '@carbon/styles': - specifier: ^1.55.0 - version: 1.55.0(sass@1.75.0) + specifier: ^1.56.0 + version: 1.56.0(sass@1.76.0) '@carbon/type': specifier: ^11.26.0 version: 11.26.0 '@coral-xyz/anchor': - specifier: ^0.30.0 - version: 0.30.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^0.29.0 + version: 0.29.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@drift-labs/sdk': specifier: 2.71.0-beta.4 version: 2.71.0-beta.4(bufferutil@4.0.8)(fastestsmallesttextencoderdecoder@1.0.22)(utf-8-validate@5.0.10) + '@fast-csv/format': + specifier: ^5.0.0 + version: 5.0.0 + '@fast-csv/parse': + specifier: ^5.0.0 + version: 5.0.0 '@hookform/resolvers': specifier: ^3.3.4 version: 3.3.4(react-hook-form@7.51.3(react@18.2.0)) '@ibm/plex': specifier: ^6.4.0 version: 6.4.0 + '@scure/base': + specifier: ^1.1.6 + version: 1.1.6 '@solana-developers/helpers': specifier: ^2.3.0 version: 2.3.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@solana-developers/preset-react': specifier: ^2.2.0 - version: 2.2.0(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + version: 2.2.0(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) '@solana/spl-token': specifier: ^0.3.11 version: 0.3.11(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bufferutil@4.0.8)(fastestsmallesttextencoderdecoder@1.0.22)(utf-8-validate@5.0.10) @@ -58,10 +67,10 @@ importers: version: 0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@solana/wallet-adapter-react': specifier: ^0.15.35 - version: 0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + version: 0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) '@solana/wallet-adapter-react-ui': specifier: ^0.9.35 - version: 0.9.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-dom@18.2.0(react@18.2.0))(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + version: 0.9.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-dom@18.2.0(react@18.2.0))(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) '@solana/wallet-adapter-solflare': specifier: ^0.6.28 version: 0.6.28(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)) @@ -69,17 +78,20 @@ importers: specifier: ^1.91.7 version: 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@swc/helpers': - specifier: ~0.5.10 - version: 0.5.10 + specifier: ~0.5.11 + version: 0.5.11 '@tabler/icons-react': specifier: ^2.47.0 version: 2.47.0(react@18.2.0) '@tailwindcss/typography': specifier: 0.5.10 - version: 0.5.10(tailwindcss@3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))) + version: 0.5.10(tailwindcss@3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))) '@tanstack/react-query': - specifier: ^5.29.2 - version: 5.29.2(react@18.2.0) + specifier: ^5.32.1 + version: 5.32.1(react@18.2.0) + axios: + specifier: ^1.6.0 + version: 1.6.8 bs58: specifier: ^5.0.0 version: 5.0.0 @@ -90,8 +102,8 @@ importers: specifier: ^10.58.12 version: 10.58.12 carbon-components-react: - specifier: ^8.55.0 - version: 8.55.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.75.0) + specifier: ^8.56.0 + version: 8.56.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.76.0) carbon-icons: specifier: ^7.0.7 version: 7.0.7 @@ -106,10 +118,16 @@ importers: version: 0.12.3 daisyui: specifier: 3.9.3 - version: 3.9.3(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + version: 3.9.3(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) + exceljs: + specifier: ^4.4.0 + version: 4.4.0 + express: + specifier: ^4.18.1 + version: 4.19.2 jotai: specifier: 2.5.1 - version: 2.5.1(@types/react@18.2.79)(react@18.2.0) + version: 2.5.1(@types/react@18.3.1)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -123,11 +141,11 @@ importers: specifier: ^2.4.1 version: 2.4.1(csstype@3.1.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-router-dom: - specifier: ^6.22.3 - version: 6.22.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: ^6.23.0 + version: 6.23.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) sass: - specifier: ^1.75.0 - version: 1.75.0 + specifier: ^1.76.0 + version: 1.76.0 tslib: specifier: ^2.6.2 version: 2.6.2 @@ -135,57 +153,66 @@ importers: specifier: ^2.3.1 version: 2.3.1(react@18.2.0) zod: - specifier: ^3.22.5 - version: 3.22.5 + specifier: ^3.23.6 + version: 3.23.6 devDependencies: '@babel/core': - specifier: ^7.24.4 - version: 7.24.4 + specifier: ^7.24.5 + version: 7.24.5 '@babel/preset-react': specifier: ^7.24.1 - version: 7.24.1(@babel/core@7.24.4) + version: 7.24.1(@babel/core@7.24.5) '@nx/eslint': specifier: ^17.3.2 - version: 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) '@nx/eslint-plugin': specifier: ^17.3.2 - version: 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/express': + specifier: ^17.3.2 + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(express@4.19.2)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) '@nx/jest': specifier: ^17.3.2 - version: 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) '@nx/js': specifier: ^17.3.2 - version: 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/node': + specifier: 17.3.2 + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) '@nx/react': specifier: ^17.3.2 - version: 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) '@nx/rollup': specifier: ^17.3.2 - version: 17.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + version: 17.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/web': + specifier: 17.3.2 + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) '@nx/webpack': specifier: ^17.3.2 - version: 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10) + version: 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10) '@nx/workspace': specifier: ^17.3.2 - version: 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + version: 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@pmmmwh/react-refresh-webpack-plugin': - specifier: ^0.5.11 - version: 0.5.11(react-refresh@0.10.0)(type-fest@0.21.3)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + specifier: ^0.5.13 + version: 0.5.13(react-refresh@0.10.0)(type-fest@0.21.3)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) '@svgr/webpack': specifier: ^8.1.0 version: 8.1.0(typescript@5.4.5) '@swc-node/register': - specifier: ^1.9.0 - version: 1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5) + specifier: ^1.9.1 + version: 1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5) '@swc/cli': specifier: ^0.1.65 - version: 0.1.65(@swc/core@1.4.16(@swc/helpers@0.5.10))(chokidar@3.6.0) + version: 0.1.65(@swc/core@1.4.17(@swc/helpers@0.5.11))(chokidar@3.6.0) '@swc/core': - specifier: ^1.4.16 - version: 1.4.16(@swc/helpers@0.5.10) + specifier: ^1.4.17 + version: 1.4.17(@swc/helpers@0.5.11) '@swc/jest': specifier: ^0.2.36 - version: 0.2.36(@swc/core@1.4.16(@swc/helpers@0.5.10)) + version: 0.2.36(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@testing-library/react': specifier: ^14.3.1 version: 14.3.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -205,11 +232,11 @@ importers: specifier: ^18.19.31 version: 18.19.31 '@types/react': - specifier: ^18.2.79 - version: 18.2.79 + specifier: ^18.3.1 + version: 18.3.1 '@types/react-dom': - specifier: ^18.2.25 - version: 18.2.25 + specifier: ^18.3.0 + version: 18.3.0 '@typescript-eslint/eslint-plugin': specifier: ^6.21.0 version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) @@ -235,17 +262,20 @@ importers: specifier: ^7.34.1 version: 7.34.1(eslint@8.57.0) eslint-plugin-react-hooks: - specifier: ^4.6.0 - version: 4.6.0(eslint@8.57.0) + specifier: ^4.6.2 + version: 4.6.2(eslint@8.57.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + version: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) jest-environment-jsdom: specifier: ^29.7.0 version: 29.7.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + jest-environment-node: + specifier: ^29.4.1 + version: 29.7.0 nx: specifier: ^17.3.2 - version: 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + version: 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) postcss: specifier: ^8.4.38 version: 8.4.38 @@ -257,26 +287,22 @@ importers: version: 0.10.0 tailwindcss: specifier: 3.2.7 - version: 3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + version: 3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) + version: 29.1.2(@babel/core@7.24.5)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.5))(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5) + version: 10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5) typescript: specifier: ^5.4.5 version: 5.4.5 url-loader: specifier: ^4.1.1 - version: 4.1.1(file-loader@6.2.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + version: 4.1.1(file-loader@6.2.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) packages: - '@aashutoshrathi/word-wrap@1.2.6': - resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} - engines: {node: '>=0.10.0'} - '@adobe/css-tools@4.3.3': resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} @@ -292,12 +318,12 @@ packages: resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.24.4': - resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==} + '@babel/core@7.24.5': + resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==} engines: {node: '>=6.9.0'} - '@babel/generator@7.24.4': - resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} + '@babel/generator@7.24.5': + resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.22.5': @@ -312,8 +338,8 @@ packages: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.24.4': - resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==} + '@babel/helper-create-class-features-plugin@7.24.5': + resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -324,8 +350,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-define-polyfill-provider@0.6.1': - resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} + '@babel/helper-define-polyfill-provider@0.6.2': + resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -341,16 +367,16 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.23.0': - resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} + '@babel/helper-member-expression-to-functions@7.24.5': + resolution: {integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==} engines: {node: '>=6.9.0'} '@babel/helper-module-imports@7.24.3': resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.23.3': - resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + '@babel/helper-module-transforms@7.24.5': + resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -359,8 +385,8 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.24.0': - resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} + '@babel/helper-plugin-utils@7.24.5': + resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==} engines: {node: '>=6.9.0'} '@babel/helper-remap-async-to-generator@7.22.20': @@ -375,49 +401,49 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-simple-access@7.22.5': - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + '@babel/helper-simple-access@7.24.5': + resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} engines: {node: '>=6.9.0'} '@babel/helper-skip-transparent-expression-wrappers@7.22.5': resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.22.6': - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + '@babel/helper-split-export-declaration@7.24.5': + resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} engines: {node: '>=6.9.0'} '@babel/helper-string-parser@7.24.1': resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.22.20': - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + '@babel/helper-validator-identifier@7.24.5': + resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} engines: {node: '>=6.9.0'} '@babel/helper-validator-option@7.23.5': resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.22.20': - resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} + '@babel/helper-wrap-function@7.24.5': + resolution: {integrity: sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.24.4': - resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==} + '@babel/helpers@7.24.5': + resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==} engines: {node: '>=6.9.0'} - '@babel/highlight@7.24.2': - resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + '@babel/highlight@7.24.5': + resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.24.4': - resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} + '@babel/parser@7.24.5': + resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4': - resolution: {integrity: sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==} + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5': + resolution: {integrity: sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -662,8 +688,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.24.4': - resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==} + '@babel/plugin-transform-block-scoping@7.24.5': + resolution: {integrity: sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -680,8 +706,8 @@ packages: peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.24.1': - resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==} + '@babel/plugin-transform-classes@7.24.5': + resolution: {integrity: sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -692,8 +718,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-destructuring@7.24.1': - resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} + '@babel/plugin-transform-destructuring@7.24.5': + resolution: {integrity: sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -818,8 +844,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.24.1': - resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==} + '@babel/plugin-transform-object-rest-spread@7.24.5': + resolution: {integrity: sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -836,14 +862,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.24.1': - resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==} + '@babel/plugin-transform-optional-chaining@7.24.5': + resolution: {integrity: sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-parameters@7.24.1': - resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} + '@babel/plugin-transform-parameters@7.24.5': + resolution: {integrity: sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -854,8 +880,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.24.1': - resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==} + '@babel/plugin-transform-private-property-in-object@7.24.5': + resolution: {integrity: sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -884,8 +910,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-self@7.24.1': - resolution: {integrity: sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==} + '@babel/plugin-transform-react-jsx-self@7.24.5': + resolution: {integrity: sha512-RtCJoUO2oYrYwFPtR1/jkoBEcFuI1ae9a9IMxeyAVa3a1Ap4AnxmyIKG2b2FaJKqkidw/0cxRbWN+HOs6ZWd1w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -950,14 +976,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typeof-symbol@7.24.1': - resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==} + '@babel/plugin-transform-typeof-symbol@7.24.5': + resolution: {integrity: sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.24.4': - resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==} + '@babel/plugin-transform-typescript@7.24.5': + resolution: {integrity: sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -986,8 +1012,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.24.4': - resolution: {integrity: sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==} + '@babel/preset-env@7.24.5': + resolution: {integrity: sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1024,20 +1050,20 @@ packages: '@babel/regjsgen@0.8.0': resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - '@babel/runtime@7.24.4': - resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==} + '@babel/runtime@7.24.5': + resolution: {integrity: sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==} engines: {node: '>=6.9.0'} '@babel/template@7.24.0': resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.1': - resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} + '@babel/traverse@7.24.5': + resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.0': - resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} + '@babel/types@7.24.5': + resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -1073,8 +1099,8 @@ packages: '@carbon/icon-helpers@10.47.0': resolution: {integrity: sha512-vv2Wkuw7lYkYVKrn5ABzlZD+6ioAYwMuyKi2XPqYY3hrHYoL4CQUnuSFDhlj0DR2HHCB0L5MGRLxHLucx5cc7g==} - '@carbon/icons-react@11.39.0': - resolution: {integrity: sha512-tKWAo62mAMi5YE0B+LUPlD1dQFgOz+4Z5LMSgQUAoJuDnTw32uXl0BQrSCDP2fXGolIsun280rBTbmPKok/aow==} + '@carbon/icons-react@11.40.0': + resolution: {integrity: sha512-mMWsgklghC9R29G8m8mFrH22yK+Rge/NHWf/IsHJ82KufMwljCZ8IYooJ5NP2SUldJZ1qL9eRvi4HFUGqdr3lw==} peerDependencies: react: '>=16' @@ -1084,15 +1110,15 @@ packages: '@carbon/motion@11.17.0': resolution: {integrity: sha512-/EXBzFU5hbVxO7yqf/VREesjy8Z6GxhfXjV9etBtj84Z4H460e0CN1z+5KDLpKyq6zVmRnLlFmxVmZgyHwMTfA==} - '@carbon/react@1.55.0': - resolution: {integrity: sha512-jr5PyKr6mZNtYKxmG7tEakWjhrRuk2TMQ9Dw445gATmnZ51TAqWFbP7hdDnQZBRS0B5PU37EPRf1tR61a6s1Qw==} + '@carbon/react@1.56.0': + resolution: {integrity: sha512-R1ZzugCUHDKrIjC6Ba6mq711yQhVOGL/WTjjcP+vWdFqLsM1V4oBvfspUmu9OSn5wE1be/cy1OeNhxJGnXLkJw==} peerDependencies: react: ^16.8.6 || ^17.0.1 || ^18.2.0 react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0 sass: ^1.33.0 - '@carbon/styles@1.55.0': - resolution: {integrity: sha512-SrLwB5vPGxg5GdtW32Zxe8qdUnxjz8eqAF/DsM2x/8VrgONLyy1HqUpRFV4dEnXue3CO/Prr7aCtAXsj3FjoGA==} + '@carbon/styles@1.56.0': + resolution: {integrity: sha512-NE6A0YasZoHsGwdhzN3/8qsVl7pQHy6qMxjGyGH1MIfJV96ZwR5/3hQSVyWrom+bHsZBUPMgBemImZSX/cdqew==} peerDependencies: sass: ^1.33.0 peerDependenciesMeta: @@ -1116,8 +1142,8 @@ packages: resolution: {integrity: sha512-xreUcOFF8+IQKWOBUrDKJbIw2ftpRVybFlEPVrbSlOBCbreCWrQ5754Gt9cHIcuBDAzearCDiBqzsGQdNgPJiw==} engines: {node: '>=11'} - '@coral-xyz/anchor@0.30.0': - resolution: {integrity: sha512-qreDh5ztiRHVnCbJ+RS70NJ6aSTPBYDAgFeQ7Z5QvaT5DcDIhNyt4onOciVz2ieIE1XWePOJDDu9SbNvPGBkvQ==} + '@coral-xyz/anchor@0.29.0': + resolution: {integrity: sha512-eny6QNG0WOwqV0zQ7cs/b1tIuzZGmP7U7EcH+ogt4Gdbl8HDmIYVMh/9aTmYZPaFWjtUaI8qSn73uYEXWfATdA==} engines: {node: '>=11'} '@coral-xyz/borsh@0.28.0': @@ -1126,8 +1152,8 @@ packages: peerDependencies: '@solana/web3.js': '>=1.73.5' - '@coral-xyz/borsh@0.30.0': - resolution: {integrity: sha512-OrcV+7N10cChhgDRUxM4iEIuwxUHHs52XD85R8cFCUqE0vbLYrcoPPPs+VF6kZ9DhdJGVW2I6DHJOp5TykyZog==} + '@coral-xyz/borsh@0.29.0': + resolution: {integrity: sha512-s7VFVa3a0oqpkuRloWVPdCK7hMbAMY270geZOGfCnaqexrP5dTIpbEHL33req6IYPPJ0hYa71cdvJ1h6V55/oQ==} engines: {node: '>=10'} peerDependencies: '@solana/web3.js': '>=1.73.5' @@ -1161,26 +1187,38 @@ packages: resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@floating-ui/core@1.6.0': - resolution: {integrity: sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==} + '@fast-csv/format@4.3.5': + resolution: {integrity: sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==} + + '@fast-csv/format@5.0.0': + resolution: {integrity: sha512-IyMpHwYIOGa2f0BJi6Wk55UF0oBA5urdIydoEDYxPo88LFbeb3Yr4rgpu98OAO1glUWheSnNtUgS80LE+/dqmw==} - '@floating-ui/dom@1.6.3': - resolution: {integrity: sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==} + '@fast-csv/parse@4.3.6': + resolution: {integrity: sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==} - '@floating-ui/react-dom@2.0.8': - resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==} + '@fast-csv/parse@5.0.0': + resolution: {integrity: sha512-ecF8tCm3jVxeRjEB6VPzmA+1wGaJ5JgaUX2uesOXdXD6qQp0B3EdshOIed4yT1Xlj/F2f8v4zHSo0Oi31L697g==} + + '@floating-ui/core@1.6.1': + resolution: {integrity: sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==} + + '@floating-ui/dom@1.6.4': + resolution: {integrity: sha512-0G8R+zOvQsAG1pg2Q99P21jiqxqGBW1iRe/iXHsBRBxnpXKFI8QwbB4x5KmYLggNO5m34IQgOIu9SCRfR/WWiQ==} + + '@floating-ui/react-dom@2.0.9': + resolution: {integrity: sha512-q0umO0+LQK4+p6aGyvzASqKbKOJcAHJ7ycE9CuUvfx3s9zTHWmGJTPOIlM/hmSBfUfg/XfY5YhLBLR/LHwShQQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/react@0.26.12': - resolution: {integrity: sha512-D09o62HrWdIkstF2kGekIKAC0/N/Dl6wo3CQsnLcOmO3LkW6Ik8uIb3kw8JYkwxNCcg+uJ2bpWUiIijTBep05w==} + '@floating-ui/react@0.26.13': + resolution: {integrity: sha512-kBa9wntpugzrZ8t/4yWelvSmEKZdeTXTJzrxqyrLmcU/n1SM4nvse8yQh2e1b37rJGvtu0EplV9+IkBrCJ1vkw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/utils@0.2.1': - resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} + '@floating-ui/utils@0.2.2': + resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==} '@hapi/hoek@9.3.0': resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} @@ -1376,6 +1414,9 @@ packages: '@nrwl/eslint-plugin-nx@17.3.2': resolution: {integrity: sha512-KfZtT+breRD7D8dy+YLIdKD7S9t4aqtEQLpRQCnJrCALYdqIRuql9rC2J69RUosozgrk55C0LERF0/kJVPe6Gg==} + '@nrwl/express@17.3.2': + resolution: {integrity: sha512-YfQOhQtqPJ9Yk7eDsTScaqYMs4NdAcBDPrhS9d3GHurq5/wtRLQFpcT980ydUfp/B9bC//7zFB3PIQRLAiycwg==} + '@nrwl/jest@17.2.7': resolution: {integrity: sha512-jYeBQbS9iaybLxmxFv6N9qftRHyRpG3YlDxiHXXmWPX0OrgDjNSY3QCCReM8iqADk2TaxoIw1WDKp4tKzft2xA==} @@ -1388,6 +1429,9 @@ packages: '@nrwl/js@17.3.2': resolution: {integrity: sha512-WuIeSErulJuMeSpeK41RfiWI3jLjDD0S+tLnYdOLaWdjaIPqjknClM2BAJKlq472NnkkNWvtwtOS8jm518OjOQ==} + '@nrwl/node@17.3.2': + resolution: {integrity: sha512-3JdmhyS7rcw68aLgIyx3T8mLAnOJ55BNHRCDUGUW9tn+BS4JTOjpUr3DpJCHCB78SYtz7t5MWA9ocsMCmlUHkg==} + '@nrwl/react@17.2.7': resolution: {integrity: sha512-vRlJWdiPeAgkKe7XUWPceh+vocGfL8CJFmsK2mRy5BWr5rVEJ9l30c9mP7LMxukgi2NPgh1hURvCaZrlErEJ9A==} @@ -1461,6 +1505,14 @@ packages: js-yaml: optional: true + '@nx/express@17.3.2': + resolution: {integrity: sha512-tgGF0Alxidq7eaEcUpGE93ejvOQ5HsVS/FJZneQRVorcbRPIE2XiwGqL4nvIF0bRAS8MjwcJ6lrYl0/S+iLI2g==} + peerDependencies: + express: ^4.18.1 + peerDependenciesMeta: + express: + optional: true + '@nx/jest@17.2.7': resolution: {integrity: sha512-lfUBZ1eCdO2ML2AdPiuXkMcQvuHaevYHB4wrRoUEQp/jui8m8ZQtIaihEy+8nmnSQTSGpCxlILRLpaNQ8gqCoQ==} @@ -1489,6 +1541,9 @@ packages: '@nx/linter@17.3.2': resolution: {integrity: sha512-ruB72ODekAlqGI65IeO37vqgJIY+ROcx2Gyf12H3tZGUYeC1IwpPltbU63vD5Qkgj2znrD6aNkpYPV7C0b0scQ==} + '@nx/node@17.3.2': + resolution: {integrity: sha512-njABdd0wVGKVgsP458d1c+fILBT+xXWfsZUBOdC5T08AQI4xY5vZRxj+pDE9rJ9N8rkG71SiFwX4Wt6roSblUQ==} + '@nx/nx-darwin-arm64@17.2.7': resolution: {integrity: sha512-d534L13VUlnSW61rabBl3TTuSpzHxtqy8eF5vsYkFSMonBDjqqNR6+vFfQEa7PW/3Qfeuw4MpmojtamCYLd/TA==} engines: {node: '>= 10'} @@ -1641,8 +1696,8 @@ packages: peerDependencies: typescript: ^3 || ^4 || ^5 - '@pmmmwh/react-refresh-webpack-plugin@0.5.11': - resolution: {integrity: sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==} + '@pmmmwh/react-refresh-webpack-plugin@0.5.13': + resolution: {integrity: sha512-odZVYXly+JwzYri9rKqqUAk0cY6zLpv4dxoKinhoJNShV36Gpxf+CyDIILJ4tYsJ1ZxIWs233Y39iVnynvDA/g==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -1650,7 +1705,7 @@ packages: sockjs-client: ^1.4.0 type-fest: '>=0.17.0 <5.0.0' webpack: '>=4.43.0 <6.0.0' - webpack-dev-server: 3.x || 4.x + webpack-dev-server: 3.x || 4.x || 5.x webpack-hot-middleware: 2.x webpack-plugin-serve: 0.x || 1.x peerDependenciesMeta: @@ -1782,8 +1837,8 @@ packages: peerDependencies: react-native: '*' - '@remix-run/router@1.15.3': - resolution: {integrity: sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==} + '@remix-run/router@1.16.0': + resolution: {integrity: sha512-Quz1KOffeEf/zwkCBM3kBtH4ZoZ+pT3xIXBG4PPW/XFtDP7EGhtTiC2+gpL9GnR7+Qdet5Oa6cYSvwKYg6kN9Q==} engines: {node: '>=14.0.0'} '@rollup/plugin-babel@5.3.1': @@ -1830,6 +1885,9 @@ packages: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} engines: {node: '>= 8.0.0'} + '@scure/base@1.1.6': + resolution: {integrity: sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==} + '@sideway/address@4.1.5': resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} @@ -1864,19 +1922,19 @@ packages: '@solana-developers/preset-react@2.2.0': resolution: {integrity: sha512-ERVFKMRPBNDvZYTkqXVgvS592dMYB//riEvSXjofqC2Jhmjuf7VccXG4Fk6GibCyybPqYZS9a4pLhgo9+D4kgQ==} - '@solana-mobile/mobile-wallet-adapter-protocol-web3js@2.1.2': - resolution: {integrity: sha512-uA6tbP/JvBCdGSwty3rNM8a0qpoHPEV+Qj234aw4XMisS++TSN8R79bclT4hLvOsg+m04on1MOkMM3oPXlQo9A==} + '@solana-mobile/mobile-wallet-adapter-protocol-web3js@2.1.3': + resolution: {integrity: sha512-IEvPzp4m39sWTS3gybbVfk1WQ5Bx9TrGlthtRlVw1BJPvjbmT6lTcnndgXp7HmMkz5e6cc8fwJWp3EKx5upAug==} peerDependencies: '@solana/web3.js': '>=1.73.5' - '@solana-mobile/mobile-wallet-adapter-protocol@2.1.2': - resolution: {integrity: sha512-z7LPeWzdEUoavU5P1PSbtxLTNE/MB6ACgaIPPAMjRdEk/jUvunquWKmbOX4vkFD6QbD98ykc4NZOt5iki7Z6hw==} + '@solana-mobile/mobile-wallet-adapter-protocol@2.1.3': + resolution: {integrity: sha512-rj1/cSQVjPYdQjHsJDxmlpgRjI9jly/0Md3bEeqCan2sLXPf5F6+TiVlAg9+Hxg+uVWd1peUrepFUdOykbklSw==} peerDependencies: '@solana/web3.js': '>=1.73.5' react-native: '>0.69' - '@solana-mobile/wallet-adapter-mobile@2.1.2': - resolution: {integrity: sha512-m7UW+vS0qB7j+FYvzBbXQx9carDW+x4Ndmdf5nbSsfZ+gr3yVAAQBkW1Cj+wgC2DFINpTr6Nt0qbuaQjRS53AA==} + '@solana-mobile/wallet-adapter-mobile@2.1.3': + resolution: {integrity: sha512-V9gxV7/F1BLode6I+j134kFvQv1mnF0OlN+tYPHEmJOcH4caDfH6rlJy7t9Pktkl9ZEVTO9kT8K19Y4MRl6nxg==} peerDependencies: '@solana/web3.js': '>=1.73.5' @@ -2095,17 +2153,17 @@ packages: resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} engines: {node: '>=14'} - '@swc-node/core@1.13.0': - resolution: {integrity: sha512-lFPD4nmy4ifAOVMChFjwlpXN5KQXvegqeyuzz1KQz42q1lf+cL3Qux1/GteGuZjh8HC+Rj1RdNrHpE/MCfJSTw==} + '@swc-node/core@1.13.1': + resolution: {integrity: sha512-emB5l2nZsXjUEAuusqjYvWnQMLWZp6K039Mv8aq5SX1rsNM/N7DNhw1i4/DX7AyzNZ0tT+ASWyTvqEURldp5HA==} engines: {node: '>= 10'} peerDependencies: - '@swc/core': '>= 1.3' + '@swc/core': '>= 1.4.13' '@swc/types': '>= 0.1' - '@swc-node/register@1.9.0': - resolution: {integrity: sha512-i0iYInD4q5v3xQC6bKvs0QtfUxu197CU5qKALmpxEqTYs7sIhQ7KFLe3kP+eAR4gRkJTvAgjQgrokXLN2jZrOw==} + '@swc-node/register@1.9.1': + resolution: {integrity: sha512-z//TBXJdRWXoISCXlQmVz+NMm8Qm/UvcfKiGC0tSJdfeVYf5EZkGqvk2OiRH4SIJ6OGFfS9T0YrvA2pDKzWtPA==} peerDependencies: - '@swc/core': '>= 1.3' + '@swc/core': '>= 1.4.13' typescript: '>= 4.3' '@swc-node/sourcemap-support@0.5.0': @@ -2122,68 +2180,68 @@ packages: chokidar: optional: true - '@swc/core-darwin-arm64@1.4.16': - resolution: {integrity: sha512-UOCcH1GvjRnnM/LWT6VCGpIk0OhHRq6v1U6QXuPt5wVsgXnXQwnf5k3sG5Cm56hQHDvhRPY6HCsHi/p0oek8oQ==} + '@swc/core-darwin-arm64@1.4.17': + resolution: {integrity: sha512-HVl+W4LezoqHBAYg2JCqR+s9ife9yPfgWSj37iIawLWzOmuuJ7jVdIB7Ee2B75bEisSEKyxRlTl6Y1Oq3owBgw==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.4.16': - resolution: {integrity: sha512-t3bgqFoYLWvyVtVL6KkFNCINEoOrIlyggT/kJRgi1y0aXSr0oVgcrQ4ezJpdeahZZ4N+Q6vT3ffM30yIunELNA==} + '@swc/core-darwin-x64@1.4.17': + resolution: {integrity: sha512-WYRO9Fdzq4S/he8zjW5I95G1zcvyd9yyD3Tgi4/ic84P5XDlSMpBDpBLbr/dCPjmSg7aUXxNQqKqGkl6dQxYlA==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.4.16': - resolution: {integrity: sha512-DvHuwvEF86YvSd0lwnzVcjOTZ0jcxewIbsN0vc/0fqm9qBdMMjr9ox6VCam1n3yYeRtj4VFgrjeNFksqbUejdQ==} + '@swc/core-linux-arm-gnueabihf@1.4.17': + resolution: {integrity: sha512-cgbvpWOvtMH0XFjvwppUCR+Y+nf6QPaGu6AQ5hqCP+5Lv2zO5PG0RfasC4zBIjF53xgwEaaWmGP5/361P30X8Q==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.4.16': - resolution: {integrity: sha512-9Uu5YlPbyCvbidjKtYEsPpyZlu16roOZ5c2tP1vHfnU9bgf5Tz5q5VovSduNxPHx+ed2iC1b1URODHvDzbbDuQ==} + '@swc/core-linux-arm64-gnu@1.4.17': + resolution: {integrity: sha512-l7zHgaIY24cF9dyQ/FOWbmZDsEj2a9gRFbmgx2u19e3FzOPuOnaopFj0fRYXXKCmtdx+anD750iBIYnTR+pq/Q==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.4.16': - resolution: {integrity: sha512-/YZq/qB1CHpeoL0eMzyqK5/tYZn/rzKoCYDviFU4uduSUIJsDJQuQA/skdqUzqbheOXKAd4mnJ1hT04RbJ8FPQ==} + '@swc/core-linux-arm64-musl@1.4.17': + resolution: {integrity: sha512-qhH4gr9gAlVk8MBtzXbzTP3BJyqbAfUOATGkyUtohh85fPXQYuzVlbExix3FZXTwFHNidGHY8C+ocscI7uDaYw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.4.16': - resolution: {integrity: sha512-UUjaW5VTngZYDcA8yQlrFmqs1tLi1TxbKlnaJwoNhel9zRQ0yG1YEVGrzTvv4YApSuIiDK18t+Ip927bwucuVQ==} + '@swc/core-linux-x64-gnu@1.4.17': + resolution: {integrity: sha512-vRDFATL1oN5oZMImkwbgSHEkp8xG1ofEASBypze01W1Tqto8t+yo6gsp69wzCZBlxldsvPpvFZW55Jq0Rn+UnA==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.4.16': - resolution: {integrity: sha512-aFhxPifevDTwEDKPi4eRYWzC0p/WYJeiFkkpNU5Uc7a7M5iMWPAbPFUbHesdlb9Jfqs5c07oyz86u+/HySBNPQ==} + '@swc/core-linux-x64-musl@1.4.17': + resolution: {integrity: sha512-zQNPXAXn3nmPqv54JVEN8k2JMEcMTQ6veVuU0p5O+A7KscJq+AGle/7ZQXzpXSfUCXlLMX4wvd+rwfGhh3J4cw==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.4.16': - resolution: {integrity: sha512-bTD43MbhIHL2s5QgCwyleaGwl96Gk/scF2TaVKdUe4QlJCDV/YK9h5oIBAp63ckHtE8GHlH4c8dZNBiAXn4Org==} + '@swc/core-win32-arm64-msvc@1.4.17': + resolution: {integrity: sha512-z86n7EhOwyzxwm+DLE5NoLkxCTme2lq7QZlDjbQyfCxOt6isWz8rkW5QowTX8w9Rdmk34ncrjSLvnHOeLY17+w==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.4.16': - resolution: {integrity: sha512-/lmZeAN/qV5XbK2SEvi8e2RkIg8FQNYiSA8y2/Zb4gTUMKVO5JMLH0BSWMiIKMstKDPDSxMWgwJaQHF8UMyPmQ==} + '@swc/core-win32-ia32-msvc@1.4.17': + resolution: {integrity: sha512-JBwuSTJIgiJJX6wtr4wmXbfvOswHFj223AumUrK544QV69k60FJ9q2adPW9Csk+a8wm1hLxq4HKa2K334UHJ/g==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.4.16': - resolution: {integrity: sha512-BPAfFfODWXtUu6SwaTTftDHvcbDyWBSI/oanUeRbQR5vVWkXoQ3cxLTsDluc3H74IqXS5z1Uyoe0vNo2hB1opA==} + '@swc/core-win32-x64-msvc@1.4.17': + resolution: {integrity: sha512-jFkOnGQamtVDBm3MF5Kq1lgW8vx4Rm1UvJWRUfg+0gx7Uc3Jp3QMFeMNw/rDNQYRDYPG3yunCC+2463ycd5+dg==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.4.16': - resolution: {integrity: sha512-Xaf+UBvW6JNuV131uvSNyMXHn+bh6LyKN4tbv7tOUFQpXyz/t9YWRE04emtlUW9Y0qrm/GKFCbY8n3z6BpZbTA==} + '@swc/core@1.4.17': + resolution: {integrity: sha512-tq+mdWvodMBNBBZbwFIMTVGYHe9N7zvEaycVVjfvAx20k1XozHbHhRv+9pEVFJjwRxLdXmtvFZd3QZHRAOpoNQ==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': ^0.5.0 @@ -2194,8 +2252,8 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.10': - resolution: {integrity: sha512-CU+RF9FySljn7HVSkkjiB84hWkvTaI3rtLvF433+jRSBL2hMu3zX5bGhHS8C80SM++h4xy8hBSnUHFQHmRXSBw==} + '@swc/helpers@0.5.11': + resolution: {integrity: sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==} '@swc/jest@0.2.36': resolution: {integrity: sha512-8X80dp81ugxs4a11z1ka43FPhP+/e+mJNXJSxiNYk8gIX/jPBtY4gQTrKu/KIoco8bzKuPI5lUxjfLiGsfvnlw==} @@ -2223,11 +2281,11 @@ packages: peerDependencies: tailwindcss: '>=3.0.0 || insiders' - '@tanstack/query-core@5.29.0': - resolution: {integrity: sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==} + '@tanstack/query-core@5.32.1': + resolution: {integrity: sha512-mCWa1wdGb1jiny4+qYegbSeadcFj+Nq65KFSs4A1DRveoIq7SrTwUhqu7hrB6d54cQH5x59DfJvxusn3w1Cj/g==} - '@tanstack/react-query@5.29.2': - resolution: {integrity: sha512-nyuWILR4u7H5moLGSiifLh8kIqQDLNOHGuSz0rcp+J75fNc8aQLyr5+I2JCHU3n+nJrTTW1ssgAD8HiKD7IFBQ==} + '@tanstack/react-query@5.32.1': + resolution: {integrity: sha512-+nXLMB0JK0XwTJ+lQt49DPNLrbSppni9N5W5yMR085yW3YaRKRUFhfVTER3TvQd1UycHpoGPFnt1gHiijXERAg==} peerDependencies: react: ^18.0.0 @@ -2379,6 +2437,9 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} + '@types/node@14.18.63': + resolution: {integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==} + '@types/node@18.19.31': resolution: {integrity: sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==} @@ -2394,11 +2455,11 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@18.2.25': - resolution: {integrity: sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==} + '@types/react-dom@18.3.0': + resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react@18.2.79': - resolution: {integrity: sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==} + '@types/react@18.3.1': + resolution: {integrity: sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==} '@types/resolve@1.17.1': resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} @@ -2676,8 +2737,8 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - ajv@8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + ajv@8.13.0: + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} anser@1.4.10: resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==} @@ -2739,6 +2800,18 @@ packages: arch@2.2.0: resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} + archiver-utils@2.1.0: + resolution: {integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==} + engines: {node: '>= 6'} + + archiver-utils@3.0.4: + resolution: {integrity: sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==} + engines: {node: '>= 10'} + + archiver@5.3.2: + resolution: {integrity: sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==} + engines: {node: '>= 10'} + arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} @@ -2886,8 +2959,8 @@ packages: babel-plugin-macros@2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} - babel-plugin-polyfill-corejs2@0.4.10: - resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==} + babel-plugin-polyfill-corejs2@0.4.11: + resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -2896,8 +2969,8 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.1: - resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} + babel-plugin-polyfill-regenerator@0.6.2: + resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -2946,6 +3019,10 @@ packages: batch@0.6.1: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} + big-integer@1.6.52: + resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} + engines: {node: '>=0.6'} + big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} @@ -2972,12 +3049,18 @@ packages: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} + binary@0.3.0: + resolution: {integrity: sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==} + bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + bluebird@3.4.7: + resolution: {integrity: sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==} + bn.js@5.2.1: resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} @@ -3022,9 +3105,16 @@ packages: bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} + buffer-crc32@0.2.13: + resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + buffer-indexof-polyfill@1.0.2: + resolution: {integrity: sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==} + engines: {node: '>=0.10'} + buffer-layout@1.2.2: resolution: {integrity: sha512-kWSuLN694+KTk8SrYvCqwP2WcgQjoRCiF5b4QDvkkz8EmgD+aWAIceGFKMIAdmF/pH+vpgNV3d3kAKorcdAmWA==} engines: {node: '>=4.5'} @@ -3035,6 +3125,10 @@ packages: buffer@6.0.3: resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + buffers@0.1.1: + resolution: {integrity: sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==} + engines: {node: '>=0.2.0'} + bufferutil@4.0.8: resolution: {integrity: sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==} engines: {node: '>=6.14.2'} @@ -3097,11 +3191,11 @@ packages: caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} - caniuse-lite@1.0.30001611: - resolution: {integrity: sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==} + caniuse-lite@1.0.30001615: + resolution: {integrity: sha512-1IpazM5G3r38meiae0bHRnPhz+CBQ3ZLqbQMtrg+AsTPKAXgW38JNsXkyZ+v8waCsDmPq87lmfun5Q2AGysNEQ==} - carbon-components-react@8.55.0: - resolution: {integrity: sha512-s4v0Kb3uuxwuMxbEXgSUUcAAWgVbGMNSUP1X7rkcgwgB1WcYWIzJeDYUXKBICw6djrdovhNMIE70gKeOSGfmoQ==} + carbon-components-react@8.56.0: + resolution: {integrity: sha512-eylXZ2Yfqe7oeuP5z6uXSwXD1vnWIjkAC5ZxefG2yTR0sWp7/AN/DLgUqYZEr65tER/li53t4XmJnCEMwW14bw==} peerDependencies: react: ^16.8.6 || ^17.0.1 || ^18.2.0 react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0 @@ -3116,6 +3210,9 @@ packages: carbon-icons@7.0.7: resolution: {integrity: sha512-3vgkdXJRgCViCrH3fLUdyAXo0I8wmohO6QETv7vWFx6yc7s+SirWFBSFL38zUx4MHtR8iTxIlLEzkeU6FlFtXg==} + chainsaw@0.1.0: + resolution: {integrity: sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==} + chalk@1.1.3: resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} engines: {node: '>=0.10.0'} @@ -3159,8 +3256,8 @@ packages: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} - cjs-module-lexer@1.2.3: - resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==} + cjs-module-lexer@1.3.1: + resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==} classnames@2.5.1: resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==} @@ -3270,6 +3367,10 @@ packages: commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} + compress-commons@4.1.2: + resolution: {integrity: sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==} + engines: {node: '>= 10'} + compressible@2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} @@ -3362,6 +3463,15 @@ packages: typescript: optional: true + crc-32@1.2.2: + resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} + engines: {node: '>=0.8'} + hasBin: true + + crc32-stream@4.0.3: + resolution: {integrity: sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==} + engines: {node: '>= 10'} + create-jest@29.7.0: resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -3691,8 +3801,8 @@ packages: date-fns@3.6.0: resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==} - dayjs@1.11.10: - resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} + dayjs@1.11.11: + resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} @@ -3880,8 +3990,8 @@ packages: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} engines: {node: '>= 4'} - dompurify@3.1.0: - resolution: {integrity: sha512-yoU4rhgPKCo+p5UrWWWNKiIq+ToGqmVVhk0PmMYBK4kRsR3/qhemNFL8f6CFmBd4gMwm3F4T7HBoydP5uY07fA==} + dompurify@3.1.2: + resolution: {integrity: sha512-hLGGBI1tw5N8qTELr3blKjAML/LY4ANxksbS612UiJyDfyf/2D092Pvm+S7pmeTGJRqvlJkFzBoHBQKgQlOQVg==} domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} @@ -3913,6 +4023,9 @@ packages: peerDependencies: react: '>=16.12.0' + duplexer2@0.1.4: + resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} + duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -3924,8 +4037,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.4.745: - resolution: {integrity: sha512-tRbzkaRI5gbUn5DEvF0dV4TQbMZ5CLkWeTAXmpC9IrYT+GE+x76i9p+o3RJ5l9XmdQlI1pPhVtE9uNcJJ0G0EA==} + electron-to-chromium@1.4.754: + resolution: {integrity: sha512-7Kr5jUdns5rL/M9wFFmMZAgFDuL2YOnanFH4OI4iFzUqyh3XOL7nAGbSlSMZdzKMIyyTpNSbqZsWG9odwLeKvA==} emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} @@ -3963,8 +4076,8 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - envinfo@7.12.0: - resolution: {integrity: sha512-Iw9rQJBGpJRd3rwXm9ft/JiGoAZmLxxJZELYDQoPRZ4USVhkKtIcNBPw6U+/K2mBpaqM25JSV6Yl4Az9vO2wJg==} + envinfo@7.13.0: + resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==} engines: {node: '>=4'} hasBin: true @@ -3997,12 +4110,12 @@ packages: es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-iterator-helpers@1.0.18: - resolution: {integrity: sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==} + es-iterator-helpers@1.0.19: + resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} engines: {node: '>= 0.4'} - es-module-lexer@1.5.0: - resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==} + es-module-lexer@1.5.2: + resolution: {integrity: sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==} es-object-atoms@1.0.0: resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} @@ -4099,8 +4212,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-react-hooks@4.6.0: - resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} + eslint-plugin-react-hooks@4.6.2: + resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 @@ -4184,6 +4297,10 @@ packages: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} + exceljs@4.4.0: + resolution: {integrity: sha512-XctvKaEMaj1Ii9oDOqbW/6e1gXknSY4g/aLCDicOXqBE4M0nRWkUu0PTp++UPNzoFY12BNHMfs/VadKIS6llvg==} + engines: {node: '>=8.3.0'} + execa@0.7.0: resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==} engines: {node: '>=4'} @@ -4220,6 +4337,10 @@ packages: resolution: {integrity: sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==} engines: {node: '> 0.1.90'} + fast-csv@4.3.6: + resolution: {integrity: sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==} + engines: {node: '>=10.0.0'} + fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} @@ -4423,8 +4544,8 @@ packages: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} - fs-monkey@1.0.5: - resolution: {integrity: sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==} + fs-monkey@1.0.6: + resolution: {integrity: sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==} fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -4434,6 +4555,10 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] + fstream@1.0.12: + resolution: {integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==} + engines: {node: '>=0.6'} + function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} @@ -4504,8 +4629,8 @@ packages: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} - globalthis@1.0.3: - resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} globby@10.0.1: @@ -4710,6 +4835,9 @@ packages: engines: {node: '>=16.x'} hasBin: true + immediate@3.0.6: + resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} + immutable@4.3.5: resolution: {integrity: sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==} @@ -5165,8 +5293,8 @@ packages: node-notifier: optional: true - joi@17.12.3: - resolution: {integrity: sha512-2RRziagf555owrm9IRVtdKynOBeITiDpuZqIpgwqXShPncPKNiRQoiGsl/T8SQdq+8ugRzH2LqY67irr2y/d+g==} + joi@17.13.1: + resolution: {integrity: sha512-vaBlIKCyo4FCUtCm7Eu4QZd/q02bWcxfUO6YSXAZOWF6gzcLBeba8kwotUdYJjDLW8Cz8RywsSOqiNJZW0mNvg==} jotai@2.5.1: resolution: {integrity: sha512-vanPCCSuHczUXNbVh/iUunuMfrWRL4FdBtAbTRmrfqezJcKb8ybBTg8iivyYuUHapjcDETyJe1E4inlo26bVHA==} @@ -5281,6 +5409,9 @@ packages: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} + jszip@3.10.1: + resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==} + keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} @@ -5306,6 +5437,10 @@ packages: launch-editor@2.6.1: resolution: {integrity: sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==} + lazystream@1.0.1: + resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} + engines: {node: '>= 0.6.3'} + less-loader@11.1.0: resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==} engines: {node: '>= 14.15.0'} @@ -5334,6 +5469,9 @@ packages: webpack: optional: true + lie@3.3.0: + resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==} + lighthouse-logger@1.4.2: resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} @@ -5352,6 +5490,9 @@ packages: resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + listenercount@1.0.1: + resolution: {integrity: sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==} + loader-runner@4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} @@ -5392,15 +5533,42 @@ packages: lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + lodash.defaults@4.2.0: + resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} + + lodash.difference@4.5.0: + resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} + + lodash.escaperegexp@4.1.2: + resolution: {integrity: sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==} + lodash.findlast@4.6.0: resolution: {integrity: sha512-+OGwb1FVKjhc2aIEQ9vKqNDW1a0/HaCLr0iCIK10jfVif3dBE0nhQD0jOZNZLh7zOlmFUTrk+vt85eXoH4vKuA==} + lodash.flatten@4.4.0: + resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==} + + lodash.groupby@4.6.0: + resolution: {integrity: sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==} + + lodash.isboolean@3.0.3: + resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==} + lodash.isequal@4.5.0: resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} + lodash.isfunction@3.0.9: + resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} + + lodash.isnil@4.0.0: + resolution: {integrity: sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==} + lodash.isplainobject@4.0.6: resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} + lodash.isundefined@3.0.1: + resolution: {integrity: sha512-MXB1is3s899/cD8jheYYE2V9qTHwKvt+npCwpD+1Sxm3Q3cECXCiYHjeHWXNwr6Q0SOBPrYUDxendrO6goVTEA==} + lodash.memoize@4.1.2: resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} @@ -5413,6 +5581,9 @@ packages: lodash.throttle@4.1.1: resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} + lodash.union@4.6.0: + resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==} + lodash.uniq@4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} @@ -5438,8 +5609,8 @@ packages: resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} engines: {node: '>=8'} - lru-cache@10.2.0: - resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} + lru-cache@10.2.2: + resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} engines: {node: 14 || >=16.14} lru-cache@4.1.5: @@ -5518,61 +5689,61 @@ packages: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} - metro-babel-transformer@0.80.8: - resolution: {integrity: sha512-TTzNwRZb2xxyv4J/+yqgtDAP2qVqH3sahsnFu6Xv4SkLqzrivtlnyUbaeTdJ9JjtADJUEjCbgbFgUVafrXdR9Q==} + metro-babel-transformer@0.80.9: + resolution: {integrity: sha512-d76BSm64KZam1nifRZlNJmtwIgAeZhZG3fi3K+EmPOlrR8rDtBxQHDSN3fSGeNB9CirdTyabTMQCkCup6BXFSQ==} engines: {node: '>=18'} - metro-cache-key@0.80.8: - resolution: {integrity: sha512-qWKzxrLsRQK5m3oH8ePecqCc+7PEhR03cJE6Z6AxAj0idi99dHOSitTmY0dclXVB9vP2tQIAE8uTd8xkYGk8fA==} + metro-cache-key@0.80.9: + resolution: {integrity: sha512-hRcYGhEiWIdM87hU0fBlcGr+tHDEAT+7LYNCW89p5JhErFt/QaAkVx4fb5bW3YtXGv5BTV7AspWPERoIb99CXg==} engines: {node: '>=18'} - metro-cache@0.80.8: - resolution: {integrity: sha512-5svz+89wSyLo7BxdiPDlwDTgcB9kwhNMfNhiBZPNQQs1vLFXxOkILwQiV5F2EwYT9DEr6OPZ0hnJkZfRQ8lDYQ==} + metro-cache@0.80.9: + resolution: {integrity: sha512-ujEdSI43QwI+Dj2xuNax8LMo8UgKuXJEdxJkzGPU6iIx42nYa1byQ+aADv/iPh5sh5a//h5FopraW5voXSgm2w==} engines: {node: '>=18'} - metro-config@0.80.8: - resolution: {integrity: sha512-VGQJpfJawtwRzGzGXVUoohpIkB0iPom4DmSbAppKfumdhtLA8uVeEPp2GM61kL9hRvdbMhdWA7T+hZFDlo4mJA==} + metro-config@0.80.9: + resolution: {integrity: sha512-28wW7CqS3eJrunRGnsibWldqgwRP9ywBEf7kg+uzUHkSFJNKPM1K3UNSngHmH0EZjomizqQA2Zi6/y6VdZMolg==} engines: {node: '>=18'} - metro-core@0.80.8: - resolution: {integrity: sha512-g6lud55TXeISRTleW6SHuPFZHtYrpwNqbyFIVd9j9Ofrb5IReiHp9Zl8xkAfZQp8v6ZVgyXD7c130QTsCz+vBw==} + metro-core@0.80.9: + resolution: {integrity: sha512-tbltWQn+XTdULkGdzHIxlxk4SdnKxttvQQV3wpqqFbHDteR4gwCyTR2RyYJvxgU7HELfHtrVbqgqAdlPByUSbg==} engines: {node: '>=18'} - metro-file-map@0.80.8: - resolution: {integrity: sha512-eQXMFM9ogTfDs2POq7DT2dnG7rayZcoEgRbHPXvhUWkVwiKkro2ngcBE++ck/7A36Cj5Ljo79SOkYwHaWUDYDw==} + metro-file-map@0.80.9: + resolution: {integrity: sha512-sBUjVtQMHagItJH/wGU9sn3k2u0nrCl0CdR4SFMO1tksXLKbkigyQx4cbpcyPVOAmGTVuy3jyvBlELaGCAhplQ==} engines: {node: '>=18'} - metro-minify-terser@0.80.8: - resolution: {integrity: sha512-y8sUFjVvdeUIINDuW1sejnIjkZfEF+7SmQo0EIpYbWmwh+kq/WMj74yVaBWuqNjirmUp1YNfi3alT67wlbBWBQ==} + metro-minify-terser@0.80.9: + resolution: {integrity: sha512-FEeCeFbkvvPuhjixZ1FYrXtO0araTpV6UbcnGgDUpH7s7eR5FG/PiJz3TsuuPP/HwCK19cZtQydcA2QrCw446A==} engines: {node: '>=18'} - metro-resolver@0.80.8: - resolution: {integrity: sha512-JdtoJkP27GGoZ2HJlEsxs+zO7jnDUCRrmwXJozTlIuzLHMRrxgIRRby9fTCbMhaxq+iA9c+wzm3iFb4NhPmLbQ==} + metro-resolver@0.80.9: + resolution: {integrity: sha512-wAPIjkN59BQN6gocVsAvvpZ1+LQkkqUaswlT++cJafE/e54GoVkMNCmrR4BsgQHr9DknZ5Um/nKueeN7kaEz9w==} engines: {node: '>=18'} - metro-runtime@0.80.8: - resolution: {integrity: sha512-2oScjfv6Yb79PelU1+p8SVrCMW9ZjgEiipxq7jMRn8mbbtWzyv3g8Mkwr+KwOoDFI/61hYPUbY8cUnu278+x1g==} + metro-runtime@0.80.9: + resolution: {integrity: sha512-8PTVIgrVcyU+X/rVCy/9yxNlvXsBCk5JwwkbAm/Dm+Abo6NBGtNjWF0M1Xo/NWCb4phamNWcD7cHdR91HhbJvg==} engines: {node: '>=18'} - metro-source-map@0.80.8: - resolution: {integrity: sha512-+OVISBkPNxjD4eEKhblRpBf463nTMk3KMEeYS8Z4xM/z3qujGJGSsWUGRtH27+c6zElaSGtZFiDMshEb8mMKQg==} + metro-source-map@0.80.9: + resolution: {integrity: sha512-RMn+XS4VTJIwMPOUSj61xlxgBvPeY4G6s5uIn6kt6HB6A/k9ekhr65UkkDD7WzHYs3a9o869qU8tvOZvqeQzgw==} engines: {node: '>=18'} - metro-symbolicate@0.80.8: - resolution: {integrity: sha512-nwhYySk79jQhwjL9QmOUo4wS+/0Au9joEryDWw7uj4kz2yvw1uBjwmlql3BprQCBzRdB3fcqOP8kO8Es+vE31g==} + metro-symbolicate@0.80.9: + resolution: {integrity: sha512-Ykae12rdqSs98hg41RKEToojuIW85wNdmSe/eHUgMkzbvCFNVgcC0w3dKZEhSsqQOXapXRlLtHkaHLil0UD/EA==} engines: {node: '>=18'} hasBin: true - metro-transform-plugins@0.80.8: - resolution: {integrity: sha512-sSu8VPL9Od7w98MftCOkQ1UDeySWbsIAS5I54rW22BVpPnI3fQ42srvqMLaJUQPjLehUanq8St6OMBCBgH/UWw==} + metro-transform-plugins@0.80.9: + resolution: {integrity: sha512-UlDk/uc8UdfLNJhPbF3tvwajyuuygBcyp+yBuS/q0z3QSuN/EbLllY3rK8OTD9n4h00qZ/qgxGv/lMFJkwP4vg==} engines: {node: '>=18'} - metro-transform-worker@0.80.8: - resolution: {integrity: sha512-+4FG3TQk3BTbNqGkFb2uCaxYTfsbuFOCKMMURbwu0ehCP8ZJuTUramkaNZoATS49NSAkRgUltgmBa4YaKZ5mqw==} + metro-transform-worker@0.80.9: + resolution: {integrity: sha512-c/IrzMUVnI0hSVVit4TXzt3A1GiUltGVlzCmLJWxNrBGHGrJhvgePj38+GXl1Xf4Fd4vx6qLUkKMQ3ux73bFLQ==} engines: {node: '>=18'} - metro@0.80.8: - resolution: {integrity: sha512-in7S0W11mg+RNmcXw+2d9S3zBGmCARDxIwoXJAmLUQOQoYsRP3cpGzyJtc7WOw8+FXfpgXvceD0u+PZIHXEL7g==} + metro@0.80.9: + resolution: {integrity: sha512-Bc57Xf3GO2Xe4UWQsBj/oW6YfLPABEu8jfDVDiNmJvoQW4CO34oDPuYKe4KlXzXhcuNsqOtSxpbjCRRVjhhREg==} engines: {node: '>=18'} hasBin: true @@ -5718,8 +5889,8 @@ packages: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} - node-gyp-build@4.8.0: - resolution: {integrity: sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==} + node-gyp-build@4.8.1: + resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} hasBin: true node-int64@0.4.0: @@ -5765,8 +5936,8 @@ packages: nullthrows@1.1.1: resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} - nwsapi@2.2.8: - resolution: {integrity: sha512-GU/I3lTEFQ9mkEm07Q7HvdRajss8E1wVMGOk3/lHl60QPseG+B3BIQY+JUjYWw7gF8cCeoQCXd4N7DB7avw0Rg==} + nwsapi@2.2.9: + resolution: {integrity: sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg==} nx@17.2.7: resolution: {integrity: sha512-CnssDvDphAgyeoYzdPbz6vA/xac4BQeEiO7R9IBLIm+l1MV7boI4SpCS6abR4dbp4VTwI9uBQ9vgqNwCiEjoWg==} @@ -5792,8 +5963,8 @@ packages: '@swc/core': optional: true - ob1@0.80.8: - resolution: {integrity: sha512-QHJQk/lXMmAW8I7AIM3in1MSlwe1umR72Chhi8B7Xnq6mzjhBKkA6Fy/zAhQnGkA4S912EPCEvTij5yh+EQTAA==} + ob1@0.80.9: + resolution: {integrity: sha512-v9yOxowkZbxWhKOaaTyLjIm1aLy4ebMNcSn4NYJKOAI/Qv+SkfEfszpLr2GIxsccmb2Y2HA9qtsqiIJ80ucpVA==} engines: {node: '>=18'} object-assign@4.1.1: @@ -5877,8 +6048,8 @@ packages: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true - optionator@0.9.3: - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} ora@5.3.0: @@ -5945,6 +6116,9 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} + pako@1.0.11: + resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} + pako@2.1.0: resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} @@ -6589,8 +6763,8 @@ packages: react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + react-is@18.3.1: + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} react-native@0.73.6: resolution: {integrity: sha512-oqmZe8D2/VolIzSPZw+oUd6j/bEmeRHwsLn1xLA5wllEYsZ5zNuMsDus235ONOnCRwexqof/J3aztyQswSmiaA==} @@ -6603,19 +6777,19 @@ packages: resolution: {integrity: sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==} engines: {node: '>=0.10.0'} - react-refresh@0.14.0: - resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} + react-refresh@0.14.2: + resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} engines: {node: '>=0.10.0'} - react-router-dom@6.22.3: - resolution: {integrity: sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==} + react-router-dom@6.23.0: + resolution: {integrity: sha512-Q9YaSYvubwgbal2c9DJKfx6hTNoBp3iJDsl+Duva/DwxoJH+OTXkxGpql4iUK2sla/8z4RpjAm6EWx1qUDuopQ==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' - react-router@6.22.3: - resolution: {integrity: sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==} + react-router@6.23.0: + resolution: {integrity: sha512-wPMZ8S2TuPadH0sF5irFGjkNLIcRvOSaEe7v+JER8508dyJumm6XZB1u5kztlX0RVq6AzRVndzqcUh6sFIauzA==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' @@ -6643,6 +6817,9 @@ packages: resolution: {integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==} engines: {node: '>=8'} + readdir-glob@1.1.3: + resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==} + readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -6844,8 +7021,8 @@ packages: sass-embedded: optional: true - sass@1.75.0: - resolution: {integrity: sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==} + sass@1.76.0: + resolution: {integrity: sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==} engines: {node: '>=14.0.0'} hasBin: true @@ -6855,12 +7032,16 @@ packages: sax@1.3.0: resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} + saxes@5.0.1: + resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} + engines: {node: '>=10'} + saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} - scheduler@0.23.0: - resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} + scheduler@0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} scheduler@0.24.0-canary-efb381bbf-20230505: resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} @@ -6939,6 +7120,9 @@ packages: resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} engines: {node: '>= 0.4'} + setimmediate@1.0.5: + resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} + setprototypeof@1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} @@ -7284,8 +7468,8 @@ packages: uglify-js: optional: true - terser@5.30.3: - resolution: {integrity: sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==} + terser@5.31.0: + resolution: {integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==} engines: {node: '>=10'} hasBin: true @@ -7344,8 +7528,8 @@ packages: resolution: {integrity: sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==} hasBin: true - tough-cookie@4.1.3: - resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} + tough-cookie@4.1.4: + resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} engines: {node: '>=6'} tr46@0.0.3: @@ -7358,6 +7542,9 @@ packages: traverse-chain@0.1.0: resolution: {integrity: sha512-up6Yvai4PYKhpNp5PkYtx50m3KbwQrqDwbuZP/ItyL64YEWHAvH6Md83LFLV/GRSk/BoUVwwgUzX6SOQSbsfAg==} + traverse@0.3.9: + resolution: {integrity: sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==} + trim-repeated@2.0.0: resolution: {integrity: sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==} engines: {node: '>=12'} @@ -7541,8 +7728,11 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - update-browserslist-db@1.0.13: - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + unzipper@0.10.14: + resolution: {integrity: sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==} + + update-browserslist-db@1.0.14: + resolution: {integrity: sha512-JixKH8GR2pWYshIPUg/NujK3JO7JiqEEUiNArE86NQyrgUuZeTlZQN3xuS/yiV5Kb48ev9K6RqNkaJjXsdg7Jw==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -7755,6 +7945,10 @@ packages: window-or-global@1.0.1: resolution: {integrity: sha512-tE12J/NenOv4xdVobD+AD3fT06T4KNqnzRhkv5nBIu7K+pvOH2oLCEgYP+i+5mF2jtI6FEADheOdZkA8YWET9w==} + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} @@ -7796,8 +7990,8 @@ packages: utf-8-validate: optional: true - ws@8.16.0: - resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} + ws@8.17.0: + resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -7839,8 +8033,8 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - yaml@2.4.1: - resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} + yaml@2.4.2: + resolution: {integrity: sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==} engines: {node: '>= 14'} hasBin: true @@ -7872,13 +8066,15 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} - zod@3.22.5: - resolution: {integrity: sha512-HqnGsCdVZ2xc0qWPLdO25WnseXThh0kEYKIdV5F/hTHO75hNZFp8thxSeHhiPrHZKrFTo1SOgkAj9po5bexZlw==} + zip-stream@4.1.1: + resolution: {integrity: sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==} + engines: {node: '>= 10'} + + zod@3.23.6: + resolution: {integrity: sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==} snapshots: - '@aashutoshrathi/word-wrap@1.2.6': {} - '@adobe/css-tools@4.3.3': {} '@ampproject/remapping@2.3.0': @@ -7888,23 +8084,23 @@ snapshots: '@babel/code-frame@7.24.2': dependencies: - '@babel/highlight': 7.24.2 + '@babel/highlight': 7.24.5 picocolors: 1.0.0 '@babel/compat-data@7.24.4': {} - '@babel/core@7.24.4': + '@babel/core@7.24.5': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.4 + '@babel/generator': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helpers': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helpers': 7.24.5 + '@babel/parser': 7.24.5 '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -7913,20 +8109,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.24.4': + '@babel/generator@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 '@babel/helper-annotate-as-pure@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-compilation-targets@7.23.6': dependencies: @@ -7936,31 +8132,31 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.4)': + '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.24.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-split-export-declaration': 7.24.5 semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.4)': + '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.4)': + '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -7972,782 +8168,782 @@ snapshots: '@babel/helper-function-name@7.23.0': dependencies: '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-hoist-variables@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-member-expression-to-functions@7.23.0': + '@babel/helper-member-expression-to-functions@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-module-imports@7.24.3': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)': + '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-simple-access': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-validator-identifier': 7.24.5 '@babel/helper-optimise-call-expression@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-plugin-utils@7.24.0': {} + '@babel/helper-plugin-utils@7.24.5': {} - '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.4)': + '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-wrap-function': 7.22.20 + '@babel/helper-wrap-function': 7.24.5 - '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4)': + '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.24.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-simple-access@7.22.5': + '@babel/helper-simple-access@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-split-export-declaration@7.22.6': + '@babel/helper-split-export-declaration@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-string-parser@7.24.1': {} - '@babel/helper-validator-identifier@7.22.20': {} + '@babel/helper-validator-identifier@7.24.5': {} '@babel/helper-validator-option@7.23.5': {} - '@babel/helper-wrap-function@7.22.20': + '@babel/helper-wrap-function@7.24.5': dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helpers@7.24.4': + '@babel/helpers@7.24.5': dependencies: '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color - '@babel/highlight@7.24.2': + '@babel/highlight@7.24.5': dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.0 - '@babel/parser@7.24.4': + '@babel/parser@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4(@babel/core@7.24.4)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.5) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.24.4)': + '@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.4)': + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-proposal-export-default-from@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-proposal-export-default-from@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.24.4)': + '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.24.4)': + '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) - '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.4)': + '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.5)': dependencies: '@babel/compat-data': 7.24.4 - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5) - '@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.24.4)': + '@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.24.4)': + '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.4)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-export-default-from@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-export-default-from@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.4)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.4)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.4)': + '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) - '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5) - '@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-block-scoping@7.24.4(@babel/core@7.24.4)': + '@babel/plugin-transform-block-scoping@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.4)': + '@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5) - '@babel/plugin-transform-classes@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-classes@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) + '@babel/helper-split-export-declaration': 7.24.5 globals: 11.12.0 - '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/template': 7.24.0 - '@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-destructuring@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-flow-strip-types@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-flow-strip-types@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) - '@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-simple-access': 7.22.5 + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-simple-access': 7.24.5 - '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-validator-identifier': 7.24.5 - '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.4)': + '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) - '@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-object-rest-spread@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5) - '@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-optional-chaining@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-parameters@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-parameters@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-private-property-in-object@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5) - '@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-react-constant-elements@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-react-constant-elements@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.24.4)': + '@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.5) - '@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-react-jsx-self@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/types': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/types': 7.24.5 - '@babel/plugin-transform-react-pure-annotations@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-react-pure-annotations@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 regenerator-transform: 0.15.2 - '@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.4)': + '@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.4) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.4) - babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.5 + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.5) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-typeof-symbol@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4)': + '@babel/plugin-transform-typescript@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 - '@babel/preset-env@7.24.4(@babel/core@7.24.4)': + '@babel/preset-env@7.24.5(@babel/core@7.24.5)': dependencies: '@babel/compat-data': 7.24.4 - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.4) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.4) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.4) - '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-class-static-block': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.4) - '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-object-rest-spread': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-typeof-symbol': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.4) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.4) - babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.4) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.4) - babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.24.4) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.5) + '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-block-scoping': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-class-static-block': 7.24.4(@babel/core@7.24.5) + '@babel/plugin-transform-classes': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-destructuring': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.5) + '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-object-rest-spread': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-private-property-in-object': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-typeof-symbol': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.5) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.5) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.5) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.5) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.5) core-js-compat: 3.37.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.24.1(@babel/core@7.24.4)': + '@babel/preset-flow@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.5) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.4)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/types': 7.24.5 esutils: 2.0.3 - '@babel/preset-react@7.24.1(@babel/core@7.24.4)': + '@babel/preset-react@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.4) - '@babel/plugin-transform-react-pure-annotations': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.5) + '@babel/plugin-transform-react-pure-annotations': 7.24.1(@babel/core@7.24.5) - '@babel/preset-typescript@7.24.1(@babel/core@7.24.4)': + '@babel/preset-typescript@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.24.5(@babel/core@7.24.5) - '@babel/register@7.23.7(@babel/core@7.24.4)': + '@babel/register@7.23.7(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -8756,35 +8952,35 @@ snapshots: '@babel/regjsgen@0.8.0': {} - '@babel/runtime@7.24.4': + '@babel/runtime@7.24.5': dependencies: regenerator-runtime: 0.14.1 '@babel/template@7.24.0': dependencies: '@babel/code-frame': 7.24.2 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 - '@babel/traverse@7.24.1': + '@babel/traverse@7.24.5': dependencies: '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.4 + '@babel/generator': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.24.0': + '@babel/types@7.24.5': dependencies: '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 '@bcoe/v8-coverage@0.2.3': {} @@ -8792,7 +8988,7 @@ snapshots: '@carbon/charts-react@1.15.7(d3-cloud@1.2.7)(d3-sankey@0.12.3)(d3@7.9.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@carbon/charts': 1.15.7(d3-cloud@1.2.7)(d3-sankey@0.12.3)(d3@7.9.0) - '@carbon/icons-react': 11.39.0(react@18.2.0) + '@carbon/icons-react': 11.40.0(react@18.2.0) '@ibm/telemetry-js': 1.5.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -8809,7 +9005,7 @@ snapshots: carbon-components: 10.58.14 d3: 7.9.0 date-fns: 3.6.0 - dompurify: 3.1.0 + dompurify: 3.1.2 html-to-image: 1.11.11 lodash-es: 4.17.21 topojson-client: 3.1.0 @@ -8835,7 +9031,7 @@ snapshots: dependencies: '@ibm/telemetry-js': 1.5.0 - '@carbon/icons-react@11.39.0(react@18.2.0)': + '@carbon/icons-react@11.40.0(react@18.2.0)': dependencies: '@carbon/icon-helpers': 10.47.0 '@ibm/telemetry-js': 1.5.0 @@ -8850,14 +9046,14 @@ snapshots: dependencies: '@ibm/telemetry-js': 1.5.0 - '@carbon/react@1.55.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.75.0)': + '@carbon/react@1.56.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.76.0)': dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 '@carbon/feature-flags': 0.19.0 - '@carbon/icons-react': 11.39.0(react@18.2.0) + '@carbon/icons-react': 11.40.0(react@18.2.0) '@carbon/layout': 11.21.0 - '@carbon/styles': 1.55.0(sass@1.75.0) - '@floating-ui/react': 0.26.12(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@carbon/styles': 1.56.0(sass@1.76.0) + '@floating-ui/react': 0.26.13(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@ibm/telemetry-js': 1.5.0 classnames: 2.5.1 copy-to-clipboard: 3.3.3 @@ -8872,14 +9068,14 @@ snapshots: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-is: 18.2.0 - sass: 1.75.0 + react-is: 18.3.1 + sass: 1.76.0 tabbable: 6.2.0 use-resize-observer: 6.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) wicg-inert: 3.1.2 window-or-global: 1.0.1 - '@carbon/styles@1.55.0(sass@1.75.0)': + '@carbon/styles@1.56.0(sass@1.76.0)': dependencies: '@carbon/colors': 11.21.0 '@carbon/feature-flags': 0.19.0 @@ -8891,7 +9087,7 @@ snapshots: '@ibm/plex': 6.0.0-next.6 '@ibm/telemetry-js': 1.5.0 optionalDependencies: - sass: 1.75.0 + sass: 1.76.0 '@carbon/telemetry@0.1.0': {} @@ -8935,9 +9131,9 @@ snapshots: - encoding - utf-8-validate - '@coral-xyz/anchor@0.30.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@coral-xyz/anchor@0.29.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@coral-xyz/borsh': 0.30.0(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@coral-xyz/borsh': 0.29.0(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@noble/hashes': 1.4.0 '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) bn.js: 5.2.1 @@ -8962,7 +9158,7 @@ snapshots: bn.js: 5.2.1 buffer-layout: 1.2.2 - '@coral-xyz/borsh@0.30.0(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@coral-xyz/borsh@0.29.0(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) bn.js: 5.2.1 @@ -9030,30 +9226,66 @@ snapshots: '@eslint/js@8.57.0': {} - '@floating-ui/core@1.6.0': + '@fast-csv/format@4.3.5': + dependencies: + '@types/node': 14.18.63 + lodash.escaperegexp: 4.1.2 + lodash.isboolean: 3.0.3 + lodash.isequal: 4.5.0 + lodash.isfunction: 3.0.9 + lodash.isnil: 4.0.0 + + '@fast-csv/format@5.0.0': + dependencies: + lodash.escaperegexp: 4.1.2 + lodash.isboolean: 3.0.3 + lodash.isequal: 4.5.0 + lodash.isfunction: 3.0.9 + lodash.isnil: 4.0.0 + + '@fast-csv/parse@4.3.6': + dependencies: + '@types/node': 14.18.63 + lodash.escaperegexp: 4.1.2 + lodash.groupby: 4.6.0 + lodash.isfunction: 3.0.9 + lodash.isnil: 4.0.0 + lodash.isundefined: 3.0.1 + lodash.uniq: 4.5.0 + + '@fast-csv/parse@5.0.0': + dependencies: + lodash.escaperegexp: 4.1.2 + lodash.groupby: 4.6.0 + lodash.isfunction: 3.0.9 + lodash.isnil: 4.0.0 + lodash.isundefined: 3.0.1 + lodash.uniq: 4.5.0 + + '@floating-ui/core@1.6.1': dependencies: - '@floating-ui/utils': 0.2.1 + '@floating-ui/utils': 0.2.2 - '@floating-ui/dom@1.6.3': + '@floating-ui/dom@1.6.4': dependencies: - '@floating-ui/core': 1.6.0 - '@floating-ui/utils': 0.2.1 + '@floating-ui/core': 1.6.1 + '@floating-ui/utils': 0.2.2 - '@floating-ui/react-dom@2.0.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@floating-ui/react-dom@2.0.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@floating-ui/dom': 1.6.3 + '@floating-ui/dom': 1.6.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@floating-ui/react@0.26.12(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@floating-ui/react@0.26.13(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@floating-ui/utils': 0.2.1 + '@floating-ui/react-dom': 2.0.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@floating-ui/utils': 0.2.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) tabbable: 6.2.0 - '@floating-ui/utils@0.2.1': {} + '@floating-ui/utils@0.2.2': {} '@hapi/hoek@9.3.0': {} @@ -9104,7 +9336,7 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))': + '@jest/core@29.7.0(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 @@ -9118,7 +9350,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -9234,7 +9466,7 @@ snapshots: '@jest/transform@29.7.0': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 babel-plugin-istanbul: 6.1.1 @@ -9383,27 +9615,27 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nrwl/devkit@17.2.7(nx@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nrwl/devkit@17.2.7(nx@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/devkit': 17.2.7(nx@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.2.7(nx@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - nx - '@nrwl/devkit@17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nrwl/devkit@17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - nx - '@nrwl/devkit@17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nrwl/devkit@17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - nx - '@nrwl/eslint-plugin-nx@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nrwl/eslint-plugin-nx@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nx/eslint-plugin': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nx/eslint-plugin': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9419,9 +9651,29 @@ snapshots: - typescript - verdaccio - '@nrwl/jest@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + '@nrwl/express@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(express@4.19.2)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + dependencies: + '@nx/express': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(express@4.19.2)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/wasm' + - '@types/node' + - babel-plugin-macros + - debug + - express + - js-yaml + - node-notifier + - nx + - supports-color + - ts-node + - typescript + - verdaccio + + '@nrwl/jest@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: - '@nx/jest': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/jest': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9437,9 +9689,9 @@ snapshots: - typescript - verdaccio - '@nrwl/jest@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + '@nrwl/jest@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: - '@nx/jest': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/jest': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9455,9 +9707,24 @@ snapshots: - typescript - verdaccio - '@nrwl/js@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.2.2)': + '@nrwl/js@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.2.2)': + dependencies: + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.2.2) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/wasm' + - '@types/node' + - debug + - nx + - supports-color + - typescript + - verdaccio + + '@nrwl/js@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.2.2) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9470,9 +9737,9 @@ snapshots: - typescript - verdaccio - '@nrwl/js@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nrwl/js@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.3.3)': dependencies: - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.3.3) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9485,9 +9752,9 @@ snapshots: - typescript - verdaccio - '@nrwl/js@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.3.3)': + '@nrwl/js@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.3.3) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9500,24 +9767,28 @@ snapshots: - typescript - verdaccio - '@nrwl/js@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nrwl/node@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nx/node': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - '@swc/wasm' - '@types/node' + - babel-plugin-macros - debug + - js-yaml + - node-notifier - nx - supports-color + - ts-node - typescript - verdaccio - '@nrwl/react@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nrwl/react@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/react': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/react': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9533,9 +9804,9 @@ snapshots: - verdaccio - webpack - '@nrwl/react@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nrwl/react@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/react': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/react': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9550,9 +9821,9 @@ snapshots: - verdaccio - webpack - '@nrwl/rollup@17.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + '@nrwl/rollup@17.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: - '@nx/rollup': 17.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/rollup': 17.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) transitivePeerDependencies: - '@babel/core' - '@babel/traverse' @@ -9568,27 +9839,27 @@ snapshots: - typescript - verdaccio - '@nrwl/tao@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))': + '@nrwl/tao@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))': dependencies: - nx: 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + nx: 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nrwl/tao@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))': + '@nrwl/tao@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))': dependencies: - nx: 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + nx: 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nrwl/web@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nrwl/web@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nx/web': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nx/web': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9601,9 +9872,9 @@ snapshots: - typescript - verdaccio - '@nrwl/web@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nrwl/web@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nx/web': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nx/web': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9616,9 +9887,9 @@ snapshots: - typescript - verdaccio - '@nrwl/webpack@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10)': + '@nrwl/webpack@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10)': dependencies: - '@nx/webpack': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10) + '@nx/webpack': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10) transitivePeerDependencies: - '@babel/traverse' - '@parcel/css' @@ -9647,9 +9918,9 @@ snapshots: - vue-template-compiler - webpack-cli - '@nrwl/webpack@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10)': + '@nrwl/webpack@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10)': dependencies: - '@nx/webpack': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10) + '@nx/webpack': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10) transitivePeerDependencies: - '@babel/traverse' - '@parcel/css' @@ -9678,61 +9949,61 @@ snapshots: - vue-template-compiler - webpack-cli - '@nrwl/workspace@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))': + '@nrwl/workspace@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))': dependencies: - '@nx/workspace': 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nx/workspace': 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nrwl/workspace@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))': + '@nrwl/workspace@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))': dependencies: - '@nx/workspace': 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nx/workspace': 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/devkit@17.2.7(nx@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/devkit@17.2.7(nx@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nrwl/devkit': 17.2.7(nx@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nrwl/devkit': 17.2.7(nx@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.1 - nx: 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + nx: 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) semver: 7.5.3 tmp: 0.2.3 tslib: 2.6.2 - '@nx/devkit@17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/devkit@17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nrwl/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nrwl/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.1 - nx: 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + nx: 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) semver: 7.5.3 tmp: 0.2.3 tslib: 2.6.2 - '@nx/devkit@17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/devkit@17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nrwl/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nrwl/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.1 - nx: 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + nx: 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) semver: 7.6.0 tmp: 0.2.3 tslib: 2.6.2 yargs-parser: 21.1.1 - '@nx/eslint-plugin@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nx/eslint-plugin@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nrwl/eslint-plugin-nx': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nrwl/eslint-plugin-nx': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) @@ -9756,11 +10027,11 @@ snapshots: - typescript - verdaccio - '@nx/eslint@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/eslint@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.2.2) - '@nx/linter': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.2.2) + '@nx/linter': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) tslib: 2.6.2 typescript: 5.2.2 optionalDependencies: @@ -9777,11 +10048,11 @@ snapshots: - supports-color - verdaccio - '@nx/eslint@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/eslint@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.3.3) - '@nx/linter': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.3.3) + '@nx/linter': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) eslint: 8.57.0 tslib: 2.6.2 typescript: 5.3.3 @@ -9798,17 +10069,41 @@ snapshots: - supports-color - verdaccio - '@nx/jest@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + '@nx/express@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(express@4.19.2)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + dependencies: + '@nrwl/express': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(express@4.19.2)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/node': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + tslib: 2.6.2 + optionalDependencies: + express: 4.19.2 + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/wasm' + - '@types/node' + - babel-plugin-macros + - debug + - js-yaml + - node-notifier + - nx + - supports-color + - ts-node + - typescript + - verdaccio + + '@nx/jest@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 - '@nrwl/jest': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nrwl/jest': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.5) chalk: 4.1.2 identity-obj-proxy: 3.0.0 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) jest-resolve: 29.7.0 jest-util: 29.7.0 resolve.exports: 1.1.0 @@ -9828,17 +10123,17 @@ snapshots: - typescript - verdaccio - '@nx/jest@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + '@nx/jest@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 - '@nrwl/jest': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nrwl/jest': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.5) chalk: 4.1.2 identity-obj-proxy: 3.0.0 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) jest-resolve: 29.7.0 jest-util: 29.7.0 minimatch: 9.0.3 @@ -9859,22 +10154,22 @@ snapshots: - typescript - verdaccio - '@nx/js@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.2.2)': - dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.4) - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/runtime': 7.24.4 - '@nrwl/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.2.2) - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/workspace': 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nx/js@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.2.2)': + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5) + '@babel/preset-env': 7.24.5(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/runtime': 7.24.5 + '@nrwl/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.2.2) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/workspace': 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.2) - babel-plugin-const-enum: 1.2.0(@babel/core@7.24.4) + babel-plugin-const-enum: 1.2.0(@babel/core@7.24.5) babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1) + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.5.1 @@ -9888,7 +10183,7 @@ snapshots: ora: 5.3.0 semver: 7.5.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.2.2) + ts-node: 10.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.2.2) tsconfig-paths: 4.2.0 tslib: 2.6.2 transitivePeerDependencies: @@ -9902,22 +10197,22 @@ snapshots: - supports-color - typescript - '@nx/js@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': - dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.4) - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/runtime': 7.24.4 - '@nrwl/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/workspace': 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nx/js@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5) + '@babel/preset-env': 7.24.5(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/runtime': 7.24.5 + '@nrwl/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/workspace': 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.5) - babel-plugin-const-enum: 1.2.0(@babel/core@7.24.4) + babel-plugin-const-enum: 1.2.0(@babel/core@7.24.5) babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1) + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.5.1 @@ -9931,7 +10226,7 @@ snapshots: ora: 5.3.0 semver: 7.5.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5) + ts-node: 10.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5) tsconfig-paths: 4.2.0 tslib: 2.6.2 transitivePeerDependencies: @@ -9945,22 +10240,22 @@ snapshots: - supports-color - typescript - '@nx/js@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.3.3)': - dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.4) - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/runtime': 7.24.4 - '@nrwl/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.3.3) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/workspace': 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nx/js@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.3.3)': + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5) + '@babel/preset-env': 7.24.5(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/runtime': 7.24.5 + '@nrwl/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.3.3) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/workspace': 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.3.3) - babel-plugin-const-enum: 1.2.0(@babel/core@7.24.4) + babel-plugin-const-enum: 1.2.0(@babel/core@7.24.5) babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1) + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.5.1 @@ -9974,7 +10269,7 @@ snapshots: ora: 5.3.0 semver: 7.6.0 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.3.3) + ts-node: 10.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.3.3) tsconfig-paths: 4.2.0 tslib: 2.6.2 transitivePeerDependencies: @@ -9988,22 +10283,22 @@ snapshots: - supports-color - typescript - '@nx/js@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': - dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.4) - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/runtime': 7.24.4 - '@nrwl/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/workspace': 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nx/js@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5) + '@babel/preset-env': 7.24.5(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/runtime': 7.24.5 + '@nrwl/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/workspace': 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.5) - babel-plugin-const-enum: 1.2.0(@babel/core@7.24.4) + babel-plugin-const-enum: 1.2.0(@babel/core@7.24.5) babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1) + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.5.1 @@ -10017,7 +10312,7 @@ snapshots: ora: 5.3.0 semver: 7.6.0 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5) + ts-node: 10.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5) tsconfig-paths: 4.2.0 tslib: 2.6.2 transitivePeerDependencies: @@ -10031,9 +10326,9 @@ snapshots: - supports-color - typescript - '@nx/linter@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/linter@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/eslint': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/eslint': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -10047,19 +10342,43 @@ snapshots: - supports-color - verdaccio - '@nx/linter@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/linter@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': + dependencies: + '@nx/eslint': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/wasm' + - '@types/node' + - debug + - js-yaml + - nx + - supports-color + - verdaccio + + '@nx/node@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: - '@nx/eslint': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nrwl/node': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/eslint': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/jest': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + tslib: 2.6.2 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - '@swc/wasm' - '@types/node' + - babel-plugin-macros - debug - js-yaml + - node-notifier - nx - supports-color + - ts-node + - typescript - verdaccio '@nx/nx-darwin-arm64@17.2.7': @@ -10122,17 +10441,17 @@ snapshots: '@nx/nx-win32-x64-msvc@17.3.2': optional: true - '@nx/react@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/react@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nrwl/react': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/eslint': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/web': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nrwl/react': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/eslint': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/web': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.5) '@svgr/webpack': 8.1.0(typescript@5.4.5) chalk: 4.1.2 - file-loader: 6.2.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + file-loader: 6.2.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) minimatch: 3.0.5 tslib: 2.6.2 transitivePeerDependencies: @@ -10150,17 +10469,17 @@ snapshots: - verdaccio - webpack - '@nx/react@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@nx/react@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nrwl/react': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/eslint': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/web': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nrwl/react': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/eslint': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/web': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.5) '@svgr/webpack': 8.1.0(typescript@5.4.5) chalk: 4.1.2 - file-loader: 6.2.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + file-loader: 6.2.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) minimatch: 9.0.3 tslib: 2.6.2 transitivePeerDependencies: @@ -10177,12 +10496,12 @@ snapshots: - verdaccio - webpack - '@nx/rollup@17.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': + '@nx/rollup@17.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)': dependencies: - '@nrwl/rollup': 17.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@rollup/plugin-babel': 5.3.1(@babel/core@7.24.4)(@types/babel__core@7.20.5)(rollup@2.79.1) + '@nrwl/rollup': 17.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/babel__core@7.20.5)(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@rollup/plugin-babel': 5.3.1(@babel/core@7.24.5)(@types/babel__core@7.20.5)(rollup@2.79.1) '@rollup/plugin-commonjs': 20.0.0(rollup@2.79.1) '@rollup/plugin-image': 2.1.1(rollup@2.79.1) '@rollup/plugin-json': 4.1.0(rollup@2.79.1) @@ -10194,7 +10513,7 @@ snapshots: rollup: 2.79.1 rollup-plugin-copy: 3.5.0 rollup-plugin-peer-deps-external: 2.2.4(rollup@2.79.1) - rollup-plugin-postcss: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + rollup-plugin-postcss: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) rollup-plugin-typescript2: 0.34.1(rollup@2.79.1)(typescript@5.4.5) rxjs: 7.8.1 tslib: 2.6.2 @@ -10213,11 +10532,11 @@ snapshots: - typescript - verdaccio - '@nx/web@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nx/web@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nrwl/web': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nrwl/web': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) chalk: 4.1.2 detect-port: 1.5.1 http-server: 14.1.1 @@ -10234,11 +10553,11 @@ snapshots: - typescript - verdaccio - '@nx/web@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)': + '@nx/web@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)': dependencies: - '@nrwl/web': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@nrwl/web': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) chalk: 4.1.2 detect-port: 1.5.1 http-server: 14.1.1 @@ -10255,44 +10574,44 @@ snapshots: - typescript - verdaccio - '@nx/webpack@17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10)': + '@nx/webpack@17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10)': dependencies: - '@babel/core': 7.24.4 - '@nrwl/webpack': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10) - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@babel/core': 7.24.5 + '@nrwl/webpack': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) autoprefixer: 10.4.19(postcss@8.4.38) - babel-loader: 9.1.3(@babel/core@7.24.4)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + babel-loader: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) browserslist: 4.23.0 chalk: 4.1.2 - copy-webpack-plugin: 10.2.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - css-loader: 6.11.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - css-minimizer-webpack-plugin: 5.0.1(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + copy-webpack-plugin: 10.2.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + css-loader: 6.11.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + css-minimizer-webpack-plugin: 5.0.1(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) less: 4.1.3 - less-loader: 11.1.0(less@4.1.3)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - license-webpack-plugin: 4.0.2(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + less-loader: 11.1.0(less@4.1.3)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + license-webpack-plugin: 4.0.2(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) loader-utils: 2.0.4 - mini-css-extract-plugin: 2.4.7(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + mini-css-extract-plugin: 2.4.7(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) parse5: 4.0.0 postcss: 8.4.38 postcss-import: 14.1.0(postcss@8.4.38) - postcss-loader: 6.2.1(postcss@8.4.38)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + postcss-loader: 6.2.1(postcss@8.4.38)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) rxjs: 7.8.1 - sass: 1.75.0 - sass-loader: 12.6.0(sass@1.75.0)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - source-map-loader: 3.0.2(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - style-loader: 3.3.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + sass: 1.76.0 + sass-loader: 12.6.0(sass@1.76.0)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + source-map-loader: 3.0.2(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + style-loader: 3.3.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) stylus: 0.59.0 - stylus-loader: 7.1.3(stylus@0.59.0)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - terser-webpack-plugin: 5.3.10(@swc/core@1.4.16(@swc/helpers@0.5.10))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - ts-loader: 9.5.1(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + stylus-loader: 7.1.3(stylus@0.59.0)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + terser-webpack-plugin: 5.3.10(@swc/core@1.4.17(@swc/helpers@0.5.11))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + ts-loader: 9.5.1(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) tsconfig-paths-webpack-plugin: 4.0.0 tslib: 2.6.2 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) - webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) + webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) webpack-node-externals: 3.0.0 - webpack-subresource-integrity: 5.1.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + webpack-subresource-integrity: 5.1.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - '@babel/traverse' - '@parcel/css' @@ -10321,44 +10640,44 @@ snapshots: - vue-template-compiler - webpack-cli - '@nx/webpack@17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10)': + '@nx/webpack@17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10)': dependencies: - '@babel/core': 7.24.4 - '@nrwl/webpack': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.3.2(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) + '@babel/core': 7.24.5 + '@nrwl/webpack': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.3.2(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) autoprefixer: 10.4.19(postcss@8.4.38) - babel-loader: 9.1.3(@babel/core@7.24.4)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + babel-loader: 9.1.3(@babel/core@7.24.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) browserslist: 4.23.0 chalk: 4.1.2 - copy-webpack-plugin: 10.2.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - css-loader: 6.11.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - css-minimizer-webpack-plugin: 5.0.1(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + copy-webpack-plugin: 10.2.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + css-loader: 6.11.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + css-minimizer-webpack-plugin: 5.0.1(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) less: 4.1.3 - less-loader: 11.1.0(less@4.1.3)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - license-webpack-plugin: 4.0.2(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + less-loader: 11.1.0(less@4.1.3)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + license-webpack-plugin: 4.0.2(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) loader-utils: 2.0.4 - mini-css-extract-plugin: 2.4.7(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + mini-css-extract-plugin: 2.4.7(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) parse5: 4.0.0 postcss: 8.4.38 postcss-import: 14.1.0(postcss@8.4.38) - postcss-loader: 6.2.1(postcss@8.4.38)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + postcss-loader: 6.2.1(postcss@8.4.38)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) rxjs: 7.8.1 - sass: 1.75.0 - sass-loader: 12.6.0(sass@1.75.0)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - source-map-loader: 3.0.2(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - style-loader: 3.3.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + sass: 1.76.0 + sass-loader: 12.6.0(sass@1.76.0)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + source-map-loader: 3.0.2(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + style-loader: 3.3.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) stylus: 0.59.0 - stylus-loader: 7.1.3(stylus@0.59.0)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - terser-webpack-plugin: 5.3.10(@swc/core@1.4.16(@swc/helpers@0.5.10))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - ts-loader: 9.5.1(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + stylus-loader: 7.1.3(stylus@0.59.0)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + terser-webpack-plugin: 5.3.10(@swc/core@1.4.17(@swc/helpers@0.5.11))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + ts-loader: 9.5.1(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) tsconfig-paths-webpack-plugin: 4.0.0 tslib: 2.6.2 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) - webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) + webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) webpack-node-externals: 3.0.0 - webpack-subresource-integrity: 5.1.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + webpack-subresource-integrity: 5.1.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) transitivePeerDependencies: - '@babel/traverse' - '@parcel/css' @@ -10387,13 +10706,13 @@ snapshots: - vue-template-compiler - webpack-cli - '@nx/workspace@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))': + '@nx/workspace@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))': dependencies: - '@nrwl/workspace': 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) - '@nx/devkit': 17.2.7(nx@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nrwl/workspace': 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) + '@nx/devkit': 17.2.7(nx@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) chalk: 4.1.2 enquirer: 2.3.6 - nx: 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + nx: 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) tslib: 2.6.2 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -10401,13 +10720,13 @@ snapshots: - '@swc/core' - debug - '@nx/workspace@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))': + '@nx/workspace@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))': dependencies: - '@nrwl/workspace': 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) - '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nrwl/workspace': 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) + '@nx/devkit': 17.3.2(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) chalk: 4.1.2 enquirer: 2.3.6 - nx: 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + nx: 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) tslib: 2.6.2 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -10430,22 +10749,20 @@ snapshots: esquery: 1.5.0 typescript: 5.4.5 - '@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.10.0)(type-fest@0.21.3)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@pmmmwh/react-refresh-webpack-plugin@0.5.13(react-refresh@0.10.0)(type-fest@0.21.3)(webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: ansi-html-community: 0.0.8 - common-path-prefix: 3.0.0 core-js-pure: 3.37.0 error-stack-parser: 2.1.4 - find-up: 5.0.0 html-entities: 2.5.2 loader-utils: 2.0.4 react-refresh: 0.10.0 schema-utils: 3.3.0 source-map: 0.7.4 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) optionalDependencies: type-fest: 0.21.3 - webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + webpack-dev-server: 4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) '@project-serum/anchor@0.11.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: @@ -10496,10 +10813,10 @@ snapshots: - encoding - utf-8-validate - '@react-native-async-storage/async-storage@1.23.1(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))': + '@react-native-async-storage/async-storage@1.23.1(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))': dependencies: merge-options: 3.0.4 - react-native: 0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10) + react-native: 0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10) optional: true '@react-native-community/cli-clean@12.3.6': @@ -10517,7 +10834,7 @@ snapshots: cosmiconfig: 5.2.1 deepmerge: 4.3.1 glob: 7.2.3 - joi: 17.12.3 + joi: 17.13.1 transitivePeerDependencies: - encoding @@ -10536,7 +10853,7 @@ snapshots: chalk: 4.1.2 command-exists: 1.2.9 deepmerge: 4.3.1 - envinfo: 7.12.0 + envinfo: 7.13.0 execa: 5.1.1 hermes-profile-transformer: 0.0.6 node-stream-zip: 1.15.0 @@ -10544,7 +10861,7 @@ snapshots: semver: 7.6.0 strip-ansi: 5.2.0 wcwidth: 1.0.1 - yaml: 2.4.1 + yaml: 2.4.2 transitivePeerDependencies: - encoding @@ -10615,7 +10932,7 @@ snapshots: '@react-native-community/cli-types@12.3.6': dependencies: - joi: 17.12.3 + joi: 17.13.1 '@react-native-community/cli@12.3.6(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: @@ -10645,85 +10962,85 @@ snapshots: '@react-native/assets-registry@0.73.1': {} - '@react-native/babel-plugin-codegen@0.73.4(@babel/preset-env@7.24.4(@babel/core@7.24.4))': + '@react-native/babel-plugin-codegen@0.73.4(@babel/preset-env@7.24.5(@babel/core@7.24.5))': dependencies: - '@react-native/codegen': 0.73.3(@babel/preset-env@7.24.4(@babel/core@7.24.4)) + '@react-native/codegen': 0.73.3(@babel/preset-env@7.24.5(@babel/core@7.24.5)) transitivePeerDependencies: - '@babel/preset-env' - supports-color - '@react-native/babel-preset@0.73.21(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))': - dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.24.4) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-export-default-from': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.4) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.4) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.4) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.4) + '@react-native/babel-preset@0.73.21(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))': + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.24.5) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-proposal-export-default-from': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.5) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-block-scoping': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-classes': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-destructuring': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.5) + '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-private-property-in-object': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-react-jsx-self': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-runtime': 7.24.3(@babel/core@7.24.5) + '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.24.5(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.5) '@babel/template': 7.24.0 - '@react-native/babel-plugin-codegen': 0.73.4(@babel/preset-env@7.24.4(@babel/core@7.24.4)) - babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.24.4) - react-refresh: 0.14.0 + '@react-native/babel-plugin-codegen': 0.73.4(@babel/preset-env@7.24.5(@babel/core@7.24.5)) + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.24.5) + react-refresh: 0.14.2 transitivePeerDependencies: - '@babel/preset-env' - supports-color - '@react-native/codegen@0.73.3(@babel/preset-env@7.24.4(@babel/core@7.24.4))': + '@react-native/codegen@0.73.3(@babel/preset-env@7.24.5(@babel/core@7.24.5))': dependencies: - '@babel/parser': 7.24.4 - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) + '@babel/parser': 7.24.5 + '@babel/preset-env': 7.24.5(@babel/core@7.24.5) flow-parser: 0.206.0 glob: 7.2.3 invariant: 2.2.4 - jscodeshift: 0.14.0(@babel/preset-env@7.24.4(@babel/core@7.24.4)) + jscodeshift: 0.14.0(@babel/preset-env@7.24.5(@babel/core@7.24.5)) mkdirp: 0.5.6 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - '@react-native/community-cli-plugin@0.73.17(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@react-native/community-cli-plugin@0.73.17(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@react-native-community/cli-server-api': 12.3.6(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@react-native-community/cli-tools': 12.3.6 '@react-native/dev-middleware': 0.73.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@react-native/metro-babel-transformer': 0.73.15(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4)) + '@react-native/metro-babel-transformer': 0.73.15(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5)) chalk: 4.1.2 execa: 5.1.1 - metro: 0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) - metro-config: 0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) - metro-core: 0.80.8 + metro: 0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-config: 0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-core: 0.80.9 node-fetch: 2.7.0 readline: 1.3.0 transitivePeerDependencies: @@ -10759,10 +11076,10 @@ snapshots: '@react-native/js-polyfills@0.73.1': {} - '@react-native/metro-babel-transformer@0.73.15(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))': + '@react-native/metro-babel-transformer@0.73.15(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))': dependencies: - '@babel/core': 7.24.4 - '@react-native/babel-preset': 0.73.21(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4)) + '@babel/core': 7.24.5 + '@react-native/babel-preset': 0.73.21(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5)) hermes-parser: 0.15.0 nullthrows: 1.1.1 transitivePeerDependencies: @@ -10771,17 +11088,17 @@ snapshots: '@react-native/normalize-colors@0.73.2': {} - '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))': + '@react-native/virtualized-lists@0.73.4(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))': dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10) + react-native: 0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10) - '@remix-run/router@1.15.3': {} + '@remix-run/router@1.16.0': {} - '@rollup/plugin-babel@5.3.1(@babel/core@7.24.4)(@types/babel__core@7.20.5)(rollup@2.79.1)': + '@rollup/plugin-babel@5.3.1(@babel/core@7.24.5)(@types/babel__core@7.20.5)(rollup@2.79.1)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-module-imports': 7.24.3 '@rollup/pluginutils': 3.1.0(rollup@2.79.1) rollup: 2.79.1 @@ -10832,6 +11149,8 @@ snapshots: estree-walker: 2.0.2 picomatch: 2.3.1 + '@scure/base@1.1.6': {} + '@sideway/address@4.1.5': dependencies: '@hapi/hoek': 9.3.0 @@ -10862,12 +11181,12 @@ snapshots: - encoding - utf-8-validate - '@solana-developers/preset-anchor@2.2.0(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)': + '@solana-developers/preset-anchor@2.2.0(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)': dependencies: - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/jest': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@solana-developers/preset-common': 2.2.0(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/jest': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@solana-developers/preset-common': 2.2.0(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) tslib: 2.6.2 transitivePeerDependencies: @@ -10888,23 +11207,23 @@ snapshots: - utf-8-validate - verdaccio - '@solana-developers/preset-common@2.2.0(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@solana-developers/preset-common@2.2.0(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) ts-morph: 21.0.1 tslib: 2.6.2 transitivePeerDependencies: - nx - '@solana-developers/preset-react@2.2.0(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)))': + '@solana-developers/preset-react@2.2.0(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)))': dependencies: - '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/js': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5) - '@nx/linter': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/react': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - '@nx/webpack': 17.2.7(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(typescript@5.4.5)(utf-8-validate@5.0.10) - '@solana-developers/preset-anchor': 2.2.0(@babel/traverse@7.24.1)(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)))(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) - '@solana-developers/preset-common': 2.2.0(nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10))) + '@nx/devkit': 17.2.7(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/js': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5) + '@nx/linter': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/react': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(eslint@8.57.0)(js-yaml@4.1.0)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + '@nx/webpack': 17.2.7(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(typescript@5.4.5)(utf-8-validate@5.0.10) + '@solana-developers/preset-anchor': 2.2.0(@babel/traverse@7.24.5)(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(bufferutil@4.0.8)(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)))(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5))(typescript@5.4.5)(utf-8-validate@5.0.10) + '@solana-developers/preset-common': 2.2.0(nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11))) prettier: 2.8.8 tslib: 2.6.2 transitivePeerDependencies: @@ -10942,9 +11261,9 @@ snapshots: - webpack - webpack-cli - '@solana-mobile/mobile-wallet-adapter-protocol-web3js@2.1.2(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': + '@solana-mobile/mobile-wallet-adapter-protocol-web3js@2.1.3(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': dependencies: - '@solana-mobile/mobile-wallet-adapter-protocol': 2.1.2(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + '@solana-mobile/mobile-wallet-adapter-protocol': 2.1.3(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) bs58: 5.0.0 js-base64: 3.7.7 @@ -10953,28 +11272,28 @@ snapshots: - react - react-native - '@solana-mobile/mobile-wallet-adapter-protocol@2.1.2(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': + '@solana-mobile/mobile-wallet-adapter-protocol@2.1.3(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': dependencies: '@solana/wallet-standard': 1.1.2(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react@18.2.0) '@solana/wallet-standard-util': 1.1.1 '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@wallet-standard/core': 1.0.3 js-base64: 3.7.7 - react-native: 0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10) + react-native: 0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10) transitivePeerDependencies: - '@solana/wallet-adapter-base' - bs58 - react - '@solana-mobile/wallet-adapter-mobile@2.1.2(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': + '@solana-mobile/wallet-adapter-mobile@2.1.3(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': dependencies: - '@solana-mobile/mobile-wallet-adapter-protocol-web3js': 2.1.2(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + '@solana-mobile/mobile-wallet-adapter-protocol-web3js': 2.1.3(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@solana/wallet-standard-features': 1.2.0 '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) js-base64: 3.7.7 optionalDependencies: - '@react-native-async-storage/async-storage': 1.23.1(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10)) + '@react-native-async-storage/async-storage': 1.23.1(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10)) transitivePeerDependencies: - react - react-native @@ -11046,7 +11365,7 @@ snapshots: '@solana/spl-token@0.1.8(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) bn.js: 5.2.1 buffer: 6.0.3 @@ -11074,9 +11393,9 @@ snapshots: dependencies: buffer: 6.0.3 - '@solana/wallet-adapter-base-ui@0.1.2(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': + '@solana/wallet-adapter-base-ui@0.1.2(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': dependencies: - '@solana/wallet-adapter-react': 0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + '@solana/wallet-adapter-react': 0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) react: 18.2.0 transitivePeerDependencies: @@ -11091,11 +11410,11 @@ snapshots: '@wallet-standard/features': 1.0.3 eventemitter3: 4.0.7 - '@solana/wallet-adapter-react-ui@0.9.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-dom@18.2.0(react@18.2.0))(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': + '@solana/wallet-adapter-react-ui@0.9.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-dom@18.2.0(react@18.2.0))(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': dependencies: '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@solana/wallet-adapter-base-ui': 0.1.2(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) - '@solana/wallet-adapter-react': 0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + '@solana/wallet-adapter-base-ui': 0.1.2(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + '@solana/wallet-adapter-react': 0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -11103,9 +11422,9 @@ snapshots: - bs58 - react-native - '@solana/wallet-adapter-react@0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': + '@solana/wallet-adapter-react@0.15.35(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0)': dependencies: - '@solana-mobile/wallet-adapter-mobile': 2.1.2(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) + '@solana-mobile/wallet-adapter-mobile': 2.1.3(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10))(react@18.2.0) '@solana/wallet-adapter-base': 0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@solana/wallet-standard-wallet-adapter-react': 1.1.2(@solana/wallet-adapter-base@0.9.23(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10))(bs58@5.0.0)(react@18.2.0) '@solana/web3.js': 1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -11190,7 +11509,7 @@ snapshots: '@solana/web3.js@1.91.7(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 '@noble/curves': 1.4.0 '@noble/hashes': 1.4.0 '@solana/buffer-layout': 4.0.1 @@ -11226,54 +11545,54 @@ snapshots: eventemitter3: 5.0.1 uuid: 9.0.1 - '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.24.4)': + '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@svgr/babel-preset@8.1.0(@babel/core@7.24.4)': + '@svgr/babel-preset@8.1.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.24.4) - '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.24.4) - '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.24.4) - '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.24.4) - '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.24.4) - '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.24.4) - '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.4) - '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.24.5) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.24.5) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.24.5) + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.24.5) + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.24.5) + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.24.5) + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.5) + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.5) '@svgr/core@8.1.0(typescript@5.4.5)': dependencies: - '@babel/core': 7.24.4 - '@svgr/babel-preset': 8.1.0(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@svgr/babel-preset': 8.1.0(@babel/core@7.24.5) camelcase: 6.3.0 cosmiconfig: 8.3.6(typescript@5.4.5) snake-case: 3.0.4 @@ -11283,13 +11602,13 @@ snapshots: '@svgr/hast-util-to-babel-ast@8.0.0': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 entities: 4.5.0 '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.4.5))': dependencies: - '@babel/core': 7.24.4 - '@svgr/babel-preset': 8.1.0(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@svgr/babel-preset': 8.1.0(@babel/core@7.24.5) '@svgr/core': 8.1.0(typescript@5.4.5) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 @@ -11307,11 +11626,11 @@ snapshots: '@svgr/webpack@8.1.0(typescript@5.4.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-transform-react-constant-elements': 7.24.1(@babel/core@7.24.4) - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) - '@babel/preset-react': 7.24.1(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-transform-react-constant-elements': 7.24.1(@babel/core@7.24.5) + '@babel/preset-env': 7.24.5(@babel/core@7.24.5) + '@babel/preset-react': 7.24.1(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) '@svgr/core': 8.1.0(typescript@5.4.5) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.4.5)) '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.4.5))(typescript@5.4.5) @@ -11319,16 +11638,16 @@ snapshots: - supports-color - typescript - '@swc-node/core@1.13.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)': + '@swc-node/core@1.13.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)': dependencies: - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) '@swc/types': 0.1.6 - '@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5)': + '@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5)': dependencies: - '@swc-node/core': 1.13.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6) + '@swc-node/core': 1.13.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6) '@swc-node/sourcemap-support': 0.5.0 - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) colorette: 2.0.20 debug: 4.3.4 pirates: 4.0.6 @@ -11343,10 +11662,10 @@ snapshots: source-map-support: 0.5.21 tslib: 2.6.2 - '@swc/cli@0.1.65(@swc/core@1.4.16(@swc/helpers@0.5.10))(chokidar@3.6.0)': + '@swc/cli@0.1.65(@swc/core@1.4.17(@swc/helpers@0.5.11))(chokidar@3.6.0)': dependencies: '@mole-inc/bin-wrapper': 8.0.1 - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) commander: 7.2.0 fast-glob: 3.3.2 minimatch: 9.0.4 @@ -11356,63 +11675,63 @@ snapshots: optionalDependencies: chokidar: 3.6.0 - '@swc/core-darwin-arm64@1.4.16': + '@swc/core-darwin-arm64@1.4.17': optional: true - '@swc/core-darwin-x64@1.4.16': + '@swc/core-darwin-x64@1.4.17': optional: true - '@swc/core-linux-arm-gnueabihf@1.4.16': + '@swc/core-linux-arm-gnueabihf@1.4.17': optional: true - '@swc/core-linux-arm64-gnu@1.4.16': + '@swc/core-linux-arm64-gnu@1.4.17': optional: true - '@swc/core-linux-arm64-musl@1.4.16': + '@swc/core-linux-arm64-musl@1.4.17': optional: true - '@swc/core-linux-x64-gnu@1.4.16': + '@swc/core-linux-x64-gnu@1.4.17': optional: true - '@swc/core-linux-x64-musl@1.4.16': + '@swc/core-linux-x64-musl@1.4.17': optional: true - '@swc/core-win32-arm64-msvc@1.4.16': + '@swc/core-win32-arm64-msvc@1.4.17': optional: true - '@swc/core-win32-ia32-msvc@1.4.16': + '@swc/core-win32-ia32-msvc@1.4.17': optional: true - '@swc/core-win32-x64-msvc@1.4.16': + '@swc/core-win32-x64-msvc@1.4.17': optional: true - '@swc/core@1.4.16(@swc/helpers@0.5.10)': + '@swc/core@1.4.17(@swc/helpers@0.5.11)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.6 optionalDependencies: - '@swc/core-darwin-arm64': 1.4.16 - '@swc/core-darwin-x64': 1.4.16 - '@swc/core-linux-arm-gnueabihf': 1.4.16 - '@swc/core-linux-arm64-gnu': 1.4.16 - '@swc/core-linux-arm64-musl': 1.4.16 - '@swc/core-linux-x64-gnu': 1.4.16 - '@swc/core-linux-x64-musl': 1.4.16 - '@swc/core-win32-arm64-msvc': 1.4.16 - '@swc/core-win32-ia32-msvc': 1.4.16 - '@swc/core-win32-x64-msvc': 1.4.16 - '@swc/helpers': 0.5.10 + '@swc/core-darwin-arm64': 1.4.17 + '@swc/core-darwin-x64': 1.4.17 + '@swc/core-linux-arm-gnueabihf': 1.4.17 + '@swc/core-linux-arm64-gnu': 1.4.17 + '@swc/core-linux-arm64-musl': 1.4.17 + '@swc/core-linux-x64-gnu': 1.4.17 + '@swc/core-linux-x64-musl': 1.4.17 + '@swc/core-win32-arm64-msvc': 1.4.17 + '@swc/core-win32-ia32-msvc': 1.4.17 + '@swc/core-win32-x64-msvc': 1.4.17 + '@swc/helpers': 0.5.11 '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.10': + '@swc/helpers@0.5.11': dependencies: tslib: 2.6.2 - '@swc/jest@0.2.36(@swc/core@1.4.16(@swc/helpers@0.5.10))': + '@swc/jest@0.2.36(@swc/core@1.4.17(@swc/helpers@0.5.11))': dependencies: '@jest/create-cache-key-function': 29.7.0 - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) '@swc/counter': 0.1.3 jsonc-parser: 3.2.1 @@ -11432,25 +11751,25 @@ snapshots: '@tabler/icons@2.47.0': {} - '@tailwindcss/typography@0.5.10(tailwindcss@3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)))': + '@tailwindcss/typography@0.5.10(tailwindcss@3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)))': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + tailwindcss: 3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) - '@tanstack/query-core@5.29.0': {} + '@tanstack/query-core@5.32.1': {} - '@tanstack/react-query@5.29.2(react@18.2.0)': + '@tanstack/react-query@5.32.1(react@18.2.0)': dependencies: - '@tanstack/query-core': 5.29.0 + '@tanstack/query-core': 5.32.1 react: 18.2.0 '@testing-library/dom@9.3.4': dependencies: '@babel/code-frame': 7.24.2 - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -11460,9 +11779,9 @@ snapshots: '@testing-library/react@14.3.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 '@testing-library/dom': 9.3.4 - '@types/react-dom': 18.2.25 + '@types/react-dom': 18.3.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -11491,24 +11810,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 '@types/babel__traverse@7.20.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@types/body-parser@1.19.5': dependencies: @@ -11528,7 +11847,7 @@ snapshots: '@types/carbon-components-react@7.55.10': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.1 flatpickr: 4.6.9 '@types/carbon__colors@10.31.3': {} @@ -11632,6 +11951,8 @@ snapshots: '@types/node@12.20.55': {} + '@types/node@14.18.63': {} + '@types/node@18.19.31': dependencies: undici-types: 5.26.5 @@ -11644,11 +11965,11 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@18.2.25': + '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.1 - '@types/react@18.2.79': + '@types/react@18.3.1': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -11965,17 +12286,17 @@ snapshots: dependencies: humanize-ms: 1.2.1 - ajv-formats@2.1.1(ajv@8.12.0): + ajv-formats@2.1.1(ajv@8.13.0): optionalDependencies: - ajv: 8.12.0 + ajv: 8.13.0 ajv-keywords@3.5.2(ajv@6.12.6): dependencies: ajv: 6.12.6 - ajv-keywords@5.1.0(ajv@8.12.0): + ajv-keywords@5.1.0(ajv@8.13.0): dependencies: - ajv: 8.12.0 + ajv: 8.13.0 fast-deep-equal: 3.1.3 ajv@6.12.6: @@ -11985,7 +12306,7 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.12.0: + ajv@8.13.0: dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -12037,6 +12358,42 @@ snapshots: arch@2.2.0: {} + archiver-utils@2.1.0: + dependencies: + glob: 7.2.3 + graceful-fs: 4.2.11 + lazystream: 1.0.1 + lodash.defaults: 4.2.0 + lodash.difference: 4.5.0 + lodash.flatten: 4.4.0 + lodash.isplainobject: 4.0.6 + lodash.union: 4.6.0 + normalize-path: 3.0.0 + readable-stream: 2.3.8 + + archiver-utils@3.0.4: + dependencies: + glob: 7.2.3 + graceful-fs: 4.2.11 + lazystream: 1.0.1 + lodash.defaults: 4.2.0 + lodash.difference: 4.5.0 + lodash.flatten: 4.4.0 + lodash.isplainobject: 4.0.6 + lodash.union: 4.6.0 + normalize-path: 3.0.0 + readable-stream: 3.6.2 + + archiver@5.3.2: + dependencies: + archiver-utils: 2.1.0 + async: 3.2.5 + buffer-crc32: 0.2.13 + readable-stream: 3.6.2 + readdir-glob: 1.1.3 + tar-stream: 2.2.0 + zip-stream: 4.1.1 + arg@4.1.3: {} arg@5.0.2: {} @@ -12164,7 +12521,7 @@ snapshots: autoprefixer@10.4.19(postcss@8.4.38): dependencies: browserslist: 4.23.0 - caniuse-lite: 1.0.30001611 + caniuse-lite: 1.0.30001615 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -12189,42 +12546,42 @@ snapshots: dependencies: dequal: 2.0.3 - babel-core@7.0.0-bridge.0(@babel/core@7.24.4): + babel-core@7.0.0-bridge.0(@babel/core@7.24.5): dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - babel-jest@29.7.0(@babel/core@7.24.4): + babel-jest@29.7.0(@babel/core@7.24.5): dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.24.4) + babel-preset-jest: 29.6.3(@babel/core@7.24.5) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color - babel-loader@9.1.3(@babel/core@7.24.4)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + babel-loader@9.1.3(@babel/core@7.24.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) - babel-plugin-const-enum@1.2.0(@babel/core@7.24.4): + babel-plugin-const-enum@1.2.0(@babel/core@7.24.5): dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/traverse': 7.24.1 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/traverse': 7.24.5 transitivePeerDependencies: - supports-color babel-plugin-istanbul@6.1.1: dependencies: - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -12235,76 +12592,76 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.5 babel-plugin-macros@2.8.0: dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 cosmiconfig: 6.0.0 resolve: 1.22.8 - babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.24.4): + babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.5): dependencies: '@babel/compat-data': 7.24.4 - '@babel/core': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.4): + babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.5): dependencies: - '@babel/core': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5) core-js-compat: 3.37.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.24.4): + babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.5): dependencies: - '@babel/core': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.5) transitivePeerDependencies: - supports-color babel-plugin-transform-async-to-promises@0.8.18: {} - babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.24.4): + babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.24.5): dependencies: - '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.5) transitivePeerDependencies: - '@babel/core' - babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.24.4)(@babel/traverse@7.24.1): + babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.24.5)(@babel/traverse@7.24.5): dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 optionalDependencies: - '@babel/traverse': 7.24.1 - - babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.4): - dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.4) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.4) - - babel-preset-jest@29.6.3(@babel/core@7.24.4): - dependencies: - '@babel/core': 7.24.4 + '@babel/traverse': 7.24.5 + + babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.5): + dependencies: + '@babel/core': 7.24.5 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.5) + + babel-preset-jest@29.6.3(@babel/core@7.24.5): + dependencies: + '@babel/core': 7.24.5 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.4) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.5) balanced-match@1.0.2: {} @@ -12322,6 +12679,8 @@ snapshots: batch@0.6.1: {} + big-integer@1.6.52: {} + big.js@5.2.2: {} bigint-buffer@1.1.5: @@ -12348,6 +12707,11 @@ snapshots: binary-extensions@2.3.0: {} + binary@0.3.0: + dependencies: + buffers: 0.1.1 + chainsaw: 0.1.0 + bindings@1.5.0: dependencies: file-uri-to-path: 1.0.0 @@ -12358,6 +12722,8 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 + bluebird@3.4.7: {} + bn.js@5.2.1: {} body-parser@1.20.2: @@ -12405,10 +12771,10 @@ snapshots: browserslist@4.23.0: dependencies: - caniuse-lite: 1.0.30001611 - electron-to-chromium: 1.4.745 + caniuse-lite: 1.0.30001615 + electron-to-chromium: 1.4.754 node-releases: 2.0.14 - update-browserslist-db: 1.0.13(browserslist@4.23.0) + update-browserslist-db: 1.0.14(browserslist@4.23.0) bs-logger@0.2.6: dependencies: @@ -12426,8 +12792,12 @@ snapshots: dependencies: node-int64: 0.4.0 + buffer-crc32@0.2.13: {} + buffer-from@1.1.2: {} + buffer-indexof-polyfill@1.0.2: {} + buffer-layout@1.2.2: {} buffer@5.7.1: @@ -12440,9 +12810,11 @@ snapshots: base64-js: 1.5.1 ieee754: 1.2.1 + buffers@0.1.1: {} + bufferutil@4.0.8: dependencies: - node-gyp-build: 4.8.0 + node-gyp-build: 4.8.1 optional: true builtin-modules@3.3.0: {} @@ -12496,21 +12868,21 @@ snapshots: caniuse-api@3.0.0: dependencies: browserslist: 4.23.0 - caniuse-lite: 1.0.30001611 + caniuse-lite: 1.0.30001615 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - caniuse-lite@1.0.30001611: {} + caniuse-lite@1.0.30001615: {} - carbon-components-react@8.55.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.75.0): + carbon-components-react@8.56.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.76.0): dependencies: - '@carbon/react': 1.55.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.75.0) - '@carbon/styles': 1.55.0(sass@1.75.0) + '@carbon/react': 1.56.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.76.0) + '@carbon/styles': 1.56.0(sass@1.76.0) '@ibm/telemetry-js': 1.5.0 chalk: 1.1.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - sass: 1.75.0 + sass: 1.76.0 carbon-components@10.58.12: dependencies: @@ -12528,6 +12900,10 @@ snapshots: carbon-icons@7.0.7: {} + chainsaw@0.1.0: + dependencies: + traverse: 0.3.9 + chalk@1.1.3: dependencies: ansi-styles: 2.2.1 @@ -12589,7 +12965,7 @@ snapshots: ci-info@3.9.0: {} - cjs-module-lexer@1.2.3: {} + cjs-module-lexer@1.3.1: {} classnames@2.5.1: {} @@ -12684,6 +13060,13 @@ snapshots: commondir@1.0.1: {} + compress-commons@4.1.2: + dependencies: + buffer-crc32: 0.2.13 + crc32-stream: 4.0.3 + normalize-path: 3.0.0 + readable-stream: 3.6.2 + compressible@2.0.18: dependencies: mime-db: 1.52.0 @@ -12741,7 +13124,7 @@ snapshots: dependencies: toggle-selection: 1.0.6 - copy-webpack-plugin@10.2.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + copy-webpack-plugin@10.2.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: fast-glob: 3.3.2 glob-parent: 6.0.2 @@ -12749,7 +13132,7 @@ snapshots: normalize-path: 3.0.0 schema-utils: 4.2.0 serialize-javascript: 6.0.2 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) core-js-compat@3.37.0: dependencies: @@ -12793,13 +13176,20 @@ snapshots: optionalDependencies: typescript: 5.4.5 - create-jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + crc-32@1.2.2: {} + + crc32-stream@4.0.3: + dependencies: + crc-32: 1.2.2 + readable-stream: 3.6.2 + + create-jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -12838,7 +13228,7 @@ snapshots: dependencies: postcss: 8.4.38 - css-loader@6.11.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + css-loader@6.11.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -12849,9 +13239,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.0 optionalDependencies: - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) - css-minimizer-webpack-plugin@5.0.1(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + css-minimizer-webpack-plugin@5.0.1(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: '@jridgewell/trace-mapping': 0.3.25 cssnano: 6.1.2(postcss@8.4.38) @@ -12859,7 +13249,7 @@ snapshots: postcss: 8.4.38 schema-utils: 4.2.0 serialize-javascript: 6.0.2 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) css-select@4.3.0: dependencies: @@ -13180,13 +13570,13 @@ snapshots: d3-transition: 3.0.1(d3-selection@3.0.0) d3-zoom: 3.0.0 - daisyui@3.9.3(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + daisyui@3.9.3(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: colord: 2.9.3 css-selector-tokenizer: 0.8.0 postcss: 8.4.38 postcss-js: 4.0.1(postcss@8.4.38) - tailwindcss: 3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + tailwindcss: 3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) transitivePeerDependencies: - ts-node @@ -13218,7 +13608,7 @@ snapshots: date-fns@3.6.0: {} - dayjs@1.11.10: {} + dayjs@1.11.11: {} debug@2.6.9: dependencies: @@ -13388,7 +13778,7 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.1.0: {} + dompurify@3.1.2: {} domutils@2.8.0: dependencies: @@ -13417,13 +13807,17 @@ snapshots: downshift@8.5.0(react@18.2.0): dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 compute-scroll-into-view: 3.1.0 prop-types: 15.8.1 react: 18.2.0 - react-is: 18.2.0 + react-is: 18.3.1 tslib: 2.6.2 + duplexer2@0.1.4: + dependencies: + readable-stream: 2.3.8 + duplexer@0.1.2: {} ee-first@1.1.1: {} @@ -13432,7 +13826,7 @@ snapshots: dependencies: jake: 10.8.7 - electron-to-chromium@1.4.745: {} + electron-to-chromium@1.4.754: {} emittery@0.13.1: {} @@ -13461,7 +13855,7 @@ snapshots: entities@4.5.0: {} - envinfo@7.12.0: {} + envinfo@7.13.0: {} errno@0.1.8: dependencies: @@ -13498,7 +13892,7 @@ snapshots: function.prototype.name: 1.1.6 get-intrinsic: 1.2.4 get-symbol-description: 1.0.2 - globalthis: 1.0.3 + globalthis: 1.0.4 gopd: 1.0.1 has-property-descriptors: 1.0.2 has-proto: 1.0.3 @@ -13548,7 +13942,7 @@ snapshots: isarray: 2.0.5 stop-iteration-iterator: 1.0.0 - es-iterator-helpers@1.0.18: + es-iterator-helpers@1.0.19: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -13557,7 +13951,7 @@ snapshots: es-set-tostringtag: 2.0.3 function-bind: 1.1.2 get-intrinsic: 1.2.4 - globalthis: 1.0.3 + globalthis: 1.0.4 has-property-descriptors: 1.0.2 has-proto: 1.0.3 has-symbols: 1.0.3 @@ -13565,7 +13959,7 @@ snapshots: iterator.prototype: 1.1.2 safe-array-concat: 1.1.2 - es-module-lexer@1.5.0: {} + es-module-lexer@1.5.2: {} es-object-atoms@1.0.0: dependencies: @@ -13664,7 +14058,7 @@ snapshots: eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0): dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 aria-query: 5.3.0 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 @@ -13673,7 +14067,7 @@ snapshots: axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - es-iterator-helpers: 1.0.18 + es-iterator-helpers: 1.0.19 eslint: 8.57.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -13682,7 +14076,7 @@ snapshots: object.entries: 1.1.8 object.fromentries: 2.0.8 - eslint-plugin-react-hooks@4.6.0(eslint@8.57.0): + eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): dependencies: eslint: 8.57.0 @@ -13694,7 +14088,7 @@ snapshots: array.prototype.toreversed: 1.1.2 array.prototype.tosorted: 1.1.3 doctrine: 2.1.0 - es-iterator-helpers: 1.0.18 + es-iterator-helpers: 1.0.19 eslint: 8.57.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 @@ -13757,7 +14151,7 @@ snapshots: lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 - optionator: 0.9.3 + optionator: 0.9.4 strip-ansi: 6.0.1 text-table: 0.2.0 transitivePeerDependencies: @@ -13801,6 +14195,18 @@ snapshots: events@3.3.0: {} + exceljs@4.4.0: + dependencies: + archiver: 5.3.2 + dayjs: 1.11.11 + fast-csv: 4.3.6 + jszip: 3.10.1 + readable-stream: 3.6.2 + saxes: 5.0.1 + tmp: 0.2.3 + unzipper: 0.10.14 + uuid: 8.3.2 + execa@0.7.0: dependencies: cross-spawn: 5.1.0 @@ -13884,6 +14290,11 @@ snapshots: eyes@0.1.8: {} + fast-csv@4.3.6: + dependencies: + '@fast-csv/format': 4.3.5 + '@fast-csv/parse': 4.3.6 + fast-deep-equal@3.1.3: {} fast-glob@3.2.7: @@ -13936,11 +14347,11 @@ snapshots: dependencies: flat-cache: 3.2.0 - file-loader@6.2.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + file-loader@6.2.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) file-type@17.1.6: dependencies: @@ -14068,7 +14479,7 @@ snapshots: dependencies: is-callable: 1.2.7 - fork-ts-checker-webpack-plugin@7.2.13(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + fork-ts-checker-webpack-plugin@7.2.13(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: '@babel/code-frame': 7.24.2 chalk: 4.1.2 @@ -14083,7 +14494,7 @@ snapshots: semver: 7.6.0 tapable: 2.2.1 typescript: 5.4.5 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) form-data@4.0.0: dependencies: @@ -14117,13 +14528,20 @@ snapshots: jsonfile: 4.0.0 universalify: 0.1.2 - fs-monkey@1.0.5: {} + fs-monkey@1.0.6: {} fs.realpath@1.0.0: {} fsevents@2.3.3: optional: true + fstream@1.0.12: + dependencies: + graceful-fs: 4.2.11 + inherits: 2.0.4 + mkdirp: 0.5.6 + rimraf: 2.6.3 + function-bind@1.1.2: {} function.prototype.name@1.1.6: @@ -14182,7 +14600,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.5 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 @@ -14201,9 +14619,10 @@ snapshots: dependencies: type-fest: 0.20.2 - globalthis@1.0.3: + globalthis@1.0.4: dependencies: define-properties: 1.2.1 + gopd: 1.0.1 globby@10.0.1: dependencies: @@ -14310,7 +14729,7 @@ snapshots: hosted-git-info@7.0.1: dependencies: - lru-cache: 10.2.0 + lru-cache: 10.2.2 hpack.js@2.1.6: dependencies: @@ -14444,6 +14863,8 @@ snapshots: dependencies: queue: 6.0.2 + immediate@3.0.6: {} + immutable@4.3.5: {} import-cwd@3.0.0: @@ -14675,8 +15096,8 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: - '@babel/core': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/core': 7.24.5 + '@babel/parser': 7.24.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -14685,8 +15106,8 @@ snapshots: istanbul-lib-instrument@6.0.2: dependencies: - '@babel/core': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/core': 7.24.5 + '@babel/parser': 7.24.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.6.0 @@ -14777,16 +15198,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + jest-cli@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + '@jest/core': 29.7.0(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + create-jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -14796,12 +15217,12 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + jest-config@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.4) + babel-jest: 29.7.0(@babel/core@7.24.5) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -14822,7 +15243,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 18.19.31 - ts-node: 10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5) + ts-node: 10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -14980,7 +15401,7 @@ snapshots: '@jest/types': 29.6.3 '@types/node': 18.19.31 chalk: 4.1.2 - cjs-module-lexer: 1.2.3 + cjs-module-lexer: 1.3.1 collect-v8-coverage: 1.0.2 glob: 7.2.3 graceful-fs: 4.2.11 @@ -14998,15 +15419,15 @@ snapshots: jest-snapshot@29.7.0: dependencies: - '@babel/core': 7.24.4 - '@babel/generator': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/types': 7.24.0 + '@babel/core': 7.24.5 + '@babel/generator': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/types': 7.24.5 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.4) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.5) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -15063,19 +15484,19 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + '@jest/core': 29.7.0(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + jest-cli: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros - supports-color - ts-node - joi@17.12.3: + joi@17.13.1: dependencies: '@hapi/hoek': 9.3.0 '@hapi/topo': 5.1.0 @@ -15083,9 +15504,9 @@ snapshots: '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 - jotai@2.5.1(@types/react@18.2.79)(react@18.2.0): + jotai@2.5.1(@types/react@18.3.1)(react@18.2.0): optionalDependencies: - '@types/react': 18.2.79 + '@types/react': 18.3.1 react: 18.2.0 js-base64@3.7.7: {} @@ -15107,19 +15528,19 @@ snapshots: jsc-safe-url@0.2.4: {} - jscodeshift@0.14.0(@babel/preset-env@7.24.4(@babel/core@7.24.4)): - dependencies: - '@babel/core': 7.24.4 - '@babel/parser': 7.24.4 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/preset-env': 7.24.4(@babel/core@7.24.4) - '@babel/preset-flow': 7.24.1(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) - '@babel/register': 7.23.7(@babel/core@7.24.4) - babel-core: 7.0.0-bridge.0(@babel/core@7.24.4) + jscodeshift@0.14.0(@babel/preset-env@7.24.5(@babel/core@7.24.5)): + dependencies: + '@babel/core': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/preset-env': 7.24.5(@babel/core@7.24.5) + '@babel/preset-flow': 7.24.1(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) + '@babel/register': 7.23.7(@babel/core@7.24.5) + babel-core: 7.0.0-bridge.0(@babel/core@7.24.5) chalk: 4.1.2 flow-parser: 0.206.0 graceful-fs: 4.2.11 @@ -15148,17 +15569,17 @@ snapshots: http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.8 + nwsapi: 2.2.9 parse5: 7.1.2 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 4.1.3 + tough-cookie: 4.1.4 w3c-xmlserializer: 4.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.17.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -15219,6 +15640,13 @@ snapshots: object.assign: 4.1.5 object.values: 1.2.0 + jszip@3.10.1: + dependencies: + lie: 3.3.0 + pako: 1.0.11 + readable-stream: 2.3.8 + setimmediate: 1.0.5 + keyv@4.5.4: dependencies: json-buffer: 3.0.1 @@ -15240,11 +15668,15 @@ snapshots: picocolors: 1.0.0 shell-quote: 1.8.1 - less-loader@11.1.0(less@4.1.3)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + lazystream@1.0.1: + dependencies: + readable-stream: 2.3.8 + + less-loader@11.1.0(less@4.1.3)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: klona: 2.0.6 less: 4.1.3 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) less@4.1.3: dependencies: @@ -15267,11 +15699,15 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - license-webpack-plugin@4.0.2(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + license-webpack-plugin@4.0.2(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: webpack-sources: 3.2.3 optionalDependencies: - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) + + lie@3.3.0: + dependencies: + immediate: 3.0.6 lighthouse-logger@1.4.2: dependencies: @@ -15288,6 +15724,8 @@ snapshots: lines-and-columns@2.0.4: {} + listenercount@1.0.1: {} + loader-runner@4.3.0: {} loader-utils@2.0.4: @@ -15323,12 +15761,30 @@ snapshots: lodash.debounce@4.0.8: {} + lodash.defaults@4.2.0: {} + + lodash.difference@4.5.0: {} + + lodash.escaperegexp@4.1.2: {} + lodash.findlast@4.6.0: {} + lodash.flatten@4.4.0: {} + + lodash.groupby@4.6.0: {} + + lodash.isboolean@3.0.3: {} + lodash.isequal@4.5.0: {} + lodash.isfunction@3.0.9: {} + + lodash.isnil@4.0.0: {} + lodash.isplainobject@4.0.6: {} + lodash.isundefined@3.0.1: {} + lodash.memoize@4.1.2: {} lodash.merge@4.6.2: {} @@ -15337,6 +15793,8 @@ snapshots: lodash.throttle@4.1.1: {} + lodash.union@4.6.0: {} + lodash.uniq@4.5.0: {} lodash@4.17.21: {} @@ -15349,7 +15807,7 @@ snapshots: logkitty@0.7.1: dependencies: ansi-fragments: 0.2.1 - dayjs: 1.11.10 + dayjs: 1.11.11 yargs: 15.4.1 loose-envify@1.4.0: @@ -15362,7 +15820,7 @@ snapshots: lowercase-keys@2.0.0: {} - lru-cache@10.2.0: {} + lru-cache@10.2.2: {} lru-cache@4.1.5: dependencies: @@ -15414,7 +15872,7 @@ snapshots: memfs@3.5.3: dependencies: - fs-monkey: 1.0.5 + fs-monkey: 1.0.6 memoize-one@5.2.1: {} @@ -15431,42 +15889,42 @@ snapshots: methods@1.1.2: {} - metro-babel-transformer@0.80.8: + metro-babel-transformer@0.80.9: dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 hermes-parser: 0.20.1 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-cache-key@0.80.8: {} + metro-cache-key@0.80.9: {} - metro-cache@0.80.8: + metro-cache@0.80.9: dependencies: - metro-core: 0.80.8 + metro-core: 0.80.9 rimraf: 3.0.2 - metro-config@0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10): + metro-config@0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: connect: 3.7.0 cosmiconfig: 5.2.1 jest-validate: 29.7.0 - metro: 0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) - metro-cache: 0.80.8 - metro-core: 0.80.8 - metro-runtime: 0.80.8 + metro: 0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-cache: 0.80.9 + metro-core: 0.80.9 + metro-runtime: 0.80.9 transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate - metro-core@0.80.8: + metro-core@0.80.9: dependencies: lodash.throttle: 4.1.1 - metro-resolver: 0.80.8 + metro-resolver: 0.80.9 - metro-file-map@0.80.8: + metro-file-map@0.80.9: dependencies: anymatch: 3.1.3 debug: 2.6.9 @@ -15483,33 +15941,33 @@ snapshots: transitivePeerDependencies: - supports-color - metro-minify-terser@0.80.8: + metro-minify-terser@0.80.9: dependencies: - terser: 5.30.3 + terser: 5.31.0 - metro-resolver@0.80.8: {} + metro-resolver@0.80.9: {} - metro-runtime@0.80.8: + metro-runtime@0.80.9: dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 - metro-source-map@0.80.8: + metro-source-map@0.80.9: dependencies: - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 invariant: 2.2.4 - metro-symbolicate: 0.80.8 + metro-symbolicate: 0.80.9 nullthrows: 1.1.1 - ob1: 0.80.8 + ob1: 0.80.9 source-map: 0.5.7 vlq: 1.0.1 transitivePeerDependencies: - supports-color - metro-symbolicate@0.80.8: + metro-symbolicate@0.80.9: dependencies: invariant: 2.2.4 - metro-source-map: 0.80.8 + metro-source-map: 0.80.9 nullthrows: 1.1.1 source-map: 0.5.7 through2: 2.0.5 @@ -15517,29 +15975,29 @@ snapshots: transitivePeerDependencies: - supports-color - metro-transform-plugins@0.80.8: + metro-transform-plugins@0.80.9: dependencies: - '@babel/core': 7.24.4 - '@babel/generator': 7.24.4 + '@babel/core': 7.24.5 + '@babel/generator': 7.24.5 '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 + '@babel/traverse': 7.24.5 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - metro-transform-worker@0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10): - dependencies: - '@babel/core': 7.24.4 - '@babel/generator': 7.24.4 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 - metro: 0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) - metro-babel-transformer: 0.80.8 - metro-cache: 0.80.8 - metro-cache-key: 0.80.8 - metro-minify-terser: 0.80.8 - metro-source-map: 0.80.8 - metro-transform-plugins: 0.80.8 + metro-transform-worker@0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10): + dependencies: + '@babel/core': 7.24.5 + '@babel/generator': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 + metro: 0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-babel-transformer: 0.80.9 + metro-cache: 0.80.9 + metro-cache-key: 0.80.9 + metro-minify-terser: 0.80.9 + metro-source-map: 0.80.9 + metro-transform-plugins: 0.80.9 nullthrows: 1.1.1 transitivePeerDependencies: - bufferutil @@ -15547,15 +16005,15 @@ snapshots: - supports-color - utf-8-validate - metro@0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10): + metro@0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@babel/code-frame': 7.24.2 - '@babel/core': 7.24.4 - '@babel/generator': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/core': 7.24.5 + '@babel/generator': 7.24.5 + '@babel/parser': 7.24.5 '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 accepts: 1.3.8 chalk: 4.1.2 ci-info: 2.0.0 @@ -15570,18 +16028,18 @@ snapshots: jest-worker: 29.7.0 jsc-safe-url: 0.2.4 lodash.throttle: 4.1.1 - metro-babel-transformer: 0.80.8 - metro-cache: 0.80.8 - metro-cache-key: 0.80.8 - metro-config: 0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) - metro-core: 0.80.8 - metro-file-map: 0.80.8 - metro-resolver: 0.80.8 - metro-runtime: 0.80.8 - metro-source-map: 0.80.8 - metro-symbolicate: 0.80.8 - metro-transform-plugins: 0.80.8 - metro-transform-worker: 0.80.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-babel-transformer: 0.80.9 + metro-cache: 0.80.9 + metro-cache-key: 0.80.9 + metro-config: 0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-core: 0.80.9 + metro-file-map: 0.80.9 + metro-resolver: 0.80.9 + metro-runtime: 0.80.9 + metro-source-map: 0.80.9 + metro-symbolicate: 0.80.9 + metro-transform-plugins: 0.80.9 + metro-transform-worker: 0.80.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) mime-types: 2.1.35 node-fetch: 2.7.0 nullthrows: 1.1.1 @@ -15619,10 +16077,10 @@ snapshots: mimic-response@3.1.0: {} - mini-css-extract-plugin@2.4.7(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + mini-css-extract-plugin@2.4.7(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: schema-utils: 4.2.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) mini-svg-data-uri@1.4.4: {} @@ -15702,7 +16160,7 @@ snapshots: node-forge@1.3.1: {} - node-gyp-build@4.8.0: + node-gyp-build@4.8.1: optional: true node-int64@0.4.0: {} @@ -15740,11 +16198,11 @@ snapshots: nullthrows@1.1.1: {} - nwsapi@2.2.8: {} + nwsapi@2.2.9: {} - nx@17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)): + nx@17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)): dependencies: - '@nrwl/tao': 17.2.7(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nrwl/tao': 17.2.7(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 @@ -15789,14 +16247,14 @@ snapshots: '@nx/nx-linux-x64-musl': 17.2.7 '@nx/nx-win32-arm64-msvc': 17.2.7 '@nx/nx-win32-x64-msvc': 17.2.7 - '@swc-node/register': 1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5) - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc-node/register': 1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) transitivePeerDependencies: - debug - nx@17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)): + nx@17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)): dependencies: - '@nrwl/tao': 17.3.2(@swc-node/register@1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.16(@swc/helpers@0.5.10)) + '@nrwl/tao': 17.3.2(@swc-node/register@1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5))(@swc/core@1.4.17(@swc/helpers@0.5.11)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 @@ -15841,12 +16299,12 @@ snapshots: '@nx/nx-linux-x64-musl': 17.3.2 '@nx/nx-win32-arm64-msvc': 17.3.2 '@nx/nx-win32-x64-msvc': 17.3.2 - '@swc-node/register': 1.9.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/types@0.1.6)(typescript@5.4.5) - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc-node/register': 1.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@swc/types@0.1.6)(typescript@5.4.5) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) transitivePeerDependencies: - debug - ob1@0.80.8: {} + ob1@0.80.9: {} object-assign@4.1.1: {} @@ -15936,14 +16394,14 @@ snapshots: opener@1.5.2: {} - optionator@0.9.3: + optionator@0.9.4: dependencies: - '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 + word-wrap: 1.2.5 ora@5.3.0: dependencies: @@ -16020,6 +16478,8 @@ snapshots: p-try@2.2.0: {} + pako@1.0.11: {} + pako@2.1.0: {} parent-module@1.0.1: @@ -16188,21 +16648,21 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.38 - postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: postcss: 8.4.38 - ts-node: 10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5) + ts-node: 10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5) - postcss-loader@6.2.1(postcss@8.4.38)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + postcss-loader@6.2.1(postcss@8.4.38)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.38 semver: 7.6.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) postcss-merge-longhand@5.1.7(postcss@8.4.38): dependencies: @@ -16504,7 +16964,7 @@ snapshots: dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 - react-is: 18.2.0 + react-is: 18.3.1 proc-log@3.0.0: {} @@ -16593,7 +17053,7 @@ snapshots: dependencies: loose-envify: 1.4.0 react: 18.2.0 - scheduler: 0.23.0 + scheduler: 0.23.2 react-hook-form@7.51.3(react@18.2.0): dependencies: @@ -16611,21 +17071,21 @@ snapshots: react-is@17.0.2: {} - react-is@18.2.0: {} + react-is@18.3.1: {} - react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10): + react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10): dependencies: '@jest/create-cache-key-function': 29.7.0 '@react-native-community/cli': 12.3.6(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@react-native-community/cli-platform-android': 12.3.6 '@react-native-community/cli-platform-ios': 12.3.6 '@react-native/assets-registry': 0.73.1 - '@react-native/codegen': 0.73.3(@babel/preset-env@7.24.4(@babel/core@7.24.4)) - '@react-native/community-cli-plugin': 0.73.17(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@react-native/codegen': 0.73.3(@babel/preset-env@7.24.5(@babel/core@7.24.5)) + '@react-native/community-cli-plugin': 0.73.17(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@react-native/gradle-plugin': 0.73.4 '@react-native/js-polyfills': 0.73.1 '@react-native/normalize-colors': 0.73.2 - '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.24.4)(@babel/preset-env@7.24.4(@babel/core@7.24.4))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10)) + '@react-native/virtualized-lists': 0.73.4(react-native@0.73.6(@babel/core@7.24.5)(@babel/preset-env@7.24.5(@babel/core@7.24.5))(bufferutil@4.0.8)(react@18.2.0)(utf-8-validate@5.0.10)) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 @@ -16638,15 +17098,15 @@ snapshots: jest-environment-node: 29.7.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-runtime: 0.80.8 - metro-source-map: 0.80.8 + metro-runtime: 0.80.9 + metro-source-map: 0.80.9 mkdirp: 0.5.6 nullthrows: 1.1.1 pretty-format: 26.6.2 promise: 8.3.0 react: 18.2.0 react-devtools-core: 4.28.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) - react-refresh: 0.14.0 + react-refresh: 0.14.2 react-shallow-renderer: 16.15.0(react@18.2.0) regenerator-runtime: 0.13.11 scheduler: 0.24.0-canary-efb381bbf-20230505 @@ -16664,25 +17124,25 @@ snapshots: react-refresh@0.10.0: {} - react-refresh@0.14.0: {} + react-refresh@0.14.2: {} - react-router-dom@6.22.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-router-dom@6.23.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: - '@remix-run/router': 1.15.3 + '@remix-run/router': 1.16.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-router: 6.22.3(react@18.2.0) + react-router: 6.23.0(react@18.2.0) - react-router@6.22.3(react@18.2.0): + react-router@6.23.0(react@18.2.0): dependencies: - '@remix-run/router': 1.15.3 + '@remix-run/router': 1.16.0 react: 18.2.0 react-shallow-renderer@16.15.0(react@18.2.0): dependencies: object-assign: 4.1.1 react: 18.2.0 - react-is: 18.2.0 + react-is: 18.3.1 react@18.2.0: dependencies: @@ -16712,6 +17172,10 @@ snapshots: dependencies: readable-stream: 3.6.2 + readdir-glob@1.1.3: + dependencies: + minimatch: 5.1.6 + readdirp@3.6.0: dependencies: picomatch: 2.3.1 @@ -16732,7 +17196,7 @@ snapshots: es-abstract: 1.23.3 es-errors: 1.3.0 get-intrinsic: 1.2.4 - globalthis: 1.0.3 + globalthis: 1.0.4 which-builtin-type: 1.1.3 regenerate-unicode-properties@10.1.1: @@ -16747,7 +17211,7 @@ snapshots: regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 regexp.prototype.flags@1.5.2: dependencies: @@ -16842,7 +17306,7 @@ snapshots: dependencies: rollup: 2.79.1 - rollup-plugin-postcss@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + rollup-plugin-postcss@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: chalk: 4.1.2 concat-with-sourcemaps: 1.1.0 @@ -16851,7 +17315,7 @@ snapshots: p-queue: 6.6.2 pify: 5.0.0 postcss: 8.4.38 - postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) postcss-modules: 4.3.1(postcss@8.4.38) promise.series: 0.2.0 resolve: 1.22.8 @@ -16881,10 +17345,10 @@ snapshots: rpc-websockets@7.10.0: dependencies: - '@babel/runtime': 7.24.4 + '@babel/runtime': 7.24.5 eventemitter3: 4.0.7 uuid: 8.3.2 - ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.17.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) optionalDependencies: bufferutil: 4.0.8 utf-8-validate: 5.0.10 @@ -16920,15 +17384,15 @@ snapshots: safer-buffer@2.1.2: {} - sass-loader@12.6.0(sass@1.75.0)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + sass-loader@12.6.0(sass@1.76.0)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: klona: 2.0.6 neo-async: 2.6.2 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) optionalDependencies: - sass: 1.75.0 + sass: 1.76.0 - sass@1.75.0: + sass@1.76.0: dependencies: chokidar: 3.6.0 immutable: 4.3.5 @@ -16939,11 +17403,15 @@ snapshots: sax@1.3.0: optional: true + saxes@5.0.1: + dependencies: + xmlchars: 2.2.0 + saxes@6.0.0: dependencies: xmlchars: 2.2.0 - scheduler@0.23.0: + scheduler@0.23.2: dependencies: loose-envify: 1.4.0 @@ -16960,9 +17428,9 @@ snapshots: schema-utils@4.2.0: dependencies: '@types/json-schema': 7.0.15 - ajv: 8.12.0 - ajv-formats: 2.1.1(ajv@8.12.0) - ajv-keywords: 5.1.0(ajv@8.12.0) + ajv: 8.13.0 + ajv-formats: 2.1.1(ajv@8.13.0) + ajv-keywords: 5.1.0(ajv@8.13.0) secure-compare@3.0.1: {} @@ -17054,6 +17522,8 @@ snapshots: functions-have-names: 1.2.3 has-property-descriptors: 1.0.2 + setimmediate@1.0.5: {} + setprototypeof@1.1.0: {} setprototypeof@1.2.0: {} @@ -17122,12 +17592,12 @@ snapshots: source-map-js@1.2.0: {} - source-map-loader@3.0.2(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + source-map-loader@3.0.2(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: abab: 2.0.6 iconv-lite: 0.6.3 source-map-js: 1.2.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) source-map-support@0.5.13: dependencies: @@ -17298,9 +17768,9 @@ snapshots: style-inject@0.3.0: {} - style-loader@3.3.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + style-loader@3.3.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) stylehacks@5.1.1(postcss@8.4.38): dependencies: @@ -17314,12 +17784,12 @@ snapshots: postcss: 8.4.38 postcss-selector-parser: 6.0.16 - stylus-loader@7.1.3(stylus@0.59.0)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + stylus-loader@7.1.3(stylus@0.59.0)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: fast-glob: 3.3.2 normalize-path: 3.0.0 stylus: 0.59.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) stylus@0.59.0: dependencies: @@ -17379,7 +17849,7 @@ snapshots: tabbable@6.2.0: {} - tailwindcss@3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)): + tailwindcss@3.2.7(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)): dependencies: arg: 5.0.2 chokidar: 3.6.0 @@ -17398,7 +17868,7 @@ snapshots: postcss: 8.4.38 postcss-import: 14.1.0(postcss@8.4.38) postcss-js: 4.0.1(postcss@8.4.38) - postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) postcss-nested: 6.0.0(postcss@8.4.38) postcss-selector-parser: 6.0.16 postcss-value-parser: 4.2.0 @@ -17423,18 +17893,18 @@ snapshots: dependencies: rimraf: 2.6.3 - terser-webpack-plugin@5.3.10(@swc/core@1.4.16(@swc/helpers@0.5.10))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + terser-webpack-plugin@5.3.10(@swc/core@1.4.17(@swc/helpers@0.5.11))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.30.3 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + terser: 5.31.0 + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) optionalDependencies: - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) - terser@5.30.3: + terser@5.31.0: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.11.3 @@ -17487,7 +17957,7 @@ snapshots: dependencies: commander: 2.20.3 - tough-cookie@4.1.3: + tough-cookie@4.1.4: dependencies: psl: 1.9.0 punycode: 2.3.1 @@ -17502,6 +17972,8 @@ snapshots: traverse-chain@0.1.0: {} + traverse@0.3.9: {} + trim-repeated@2.0.0: dependencies: escape-string-regexp: 5.0.0 @@ -17510,11 +17982,11 @@ snapshots: dependencies: typescript: 5.4.5 - ts-jest@29.1.2(@babel/core@7.24.4)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.4))(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5): + ts-jest@29.1.2(@babel/core@7.24.5)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.5))(jest@29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)))(typescript@5.4.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5)) + jest: 29.7.0(@types/node@18.19.31)(babel-plugin-macros@2.8.0)(ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -17523,11 +17995,11 @@ snapshots: typescript: 5.4.5 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.4) + babel-jest: 29.7.0(@babel/core@7.24.5) - ts-loader@9.5.1(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + ts-loader@9.5.1(typescript@5.4.5)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: chalk: 4.1.2 enhanced-resolve: 5.16.0 @@ -17535,14 +18007,14 @@ snapshots: semver: 7.6.0 source-map: 0.7.4 typescript: 5.4.5 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) ts-morph@21.0.1: dependencies: '@ts-morph/common': 0.22.0 code-block-writer: 12.0.0 - ts-node@10.9.1(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.2.2): + ts-node@10.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.2.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -17560,9 +18032,9 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) - ts-node@10.9.1(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.3.3): + ts-node@10.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.3.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -17580,9 +18052,9 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) - ts-node@10.9.1(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5): + ts-node@10.9.1(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -17600,9 +18072,9 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) - ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@18.19.31)(typescript@5.4.5): + ts-node@10.9.2(@swc/core@1.4.17(@swc/helpers@0.5.11))(@types/node@18.19.31)(typescript@5.4.5): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -17620,7 +18092,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.4.16(@swc/helpers@0.5.10) + '@swc/core': 1.4.17(@swc/helpers@0.5.11) tsconfig-paths-webpack-plugin@4.0.0: dependencies: @@ -17732,7 +18204,20 @@ snapshots: unpipe@1.0.0: {} - update-browserslist-db@1.0.13(browserslist@4.23.0): + unzipper@0.10.14: + dependencies: + big-integer: 1.6.52 + binary: 0.3.0 + bluebird: 3.4.7 + buffer-indexof-polyfill: 1.0.2 + duplexer2: 0.1.4 + fstream: 1.0.12 + graceful-fs: 4.2.11 + listenercount: 1.0.1 + readable-stream: 2.3.8 + setimmediate: 1.0.5 + + update-browserslist-db@1.0.14(browserslist@4.23.0): dependencies: browserslist: 4.23.0 escalade: 3.1.2 @@ -17744,14 +18229,14 @@ snapshots: url-join@4.0.1: {} - url-loader@4.1.1(file-loader@6.2.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + url-loader@4.1.1(file-loader@6.2.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) optionalDependencies: - file-loader: 6.2.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + file-loader: 6.2.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) url-parse@1.5.10: dependencies: @@ -17777,7 +18262,7 @@ snapshots: utf-8-validate@5.0.10: dependencies: - node-gyp-build: 4.8.0 + node-gyp-build: 4.8.1 optional: true util-deprecate@1.0.2: {} @@ -17841,16 +18326,16 @@ snapshots: webidl-conversions@7.0.0: {} - webpack-dev-middleware@5.3.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + webpack-dev-middleware@5.3.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: colorette: 2.0.20 memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.2.0 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) - webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + webpack-dev-server@4.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -17880,10 +18365,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 5.3.4(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) - ws: 8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + webpack-dev-middleware: 5.3.4(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) + ws: 8.17.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) optionalDependencies: - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) transitivePeerDependencies: - bufferutil - debug @@ -17894,12 +18379,12 @@ snapshots: webpack-sources@3.2.3: {} - webpack-subresource-integrity@5.1.0(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))): + webpack-subresource-integrity@5.1.0(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))): dependencies: typed-assert: 1.0.9 - webpack: 5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)) + webpack: 5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)) - webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10)): + webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11)): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 @@ -17911,7 +18396,7 @@ snapshots: browserslist: 4.23.0 chrome-trace-event: 1.0.3 enhanced-resolve: 5.16.0 - es-module-lexer: 1.5.0 + es-module-lexer: 1.5.2 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -17922,7 +18407,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.4.16(@swc/helpers@0.5.10))(webpack@5.91.0(@swc/core@1.4.16(@swc/helpers@0.5.10))) + terser-webpack-plugin: 5.3.10(@swc/core@1.4.17(@swc/helpers@0.5.11))(webpack@5.91.0(@swc/core@1.4.17(@swc/helpers@0.5.11))) watchpack: 2.4.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -18008,6 +18493,8 @@ snapshots: window-or-global@1.0.1: {} + word-wrap@1.2.5: {} + wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 @@ -18045,7 +18532,7 @@ snapshots: bufferutil: 4.0.8 utf-8-validate: 5.0.10 - ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): + ws@8.17.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): optionalDependencies: bufferutil: 4.0.8 utf-8-validate: 5.0.10 @@ -18068,7 +18555,7 @@ snapshots: yaml@1.10.2: {} - yaml@2.4.1: {} + yaml@2.4.2: {} yargs-parser@18.1.3: dependencies: @@ -18107,4 +18594,10 @@ snapshots: yocto-queue@1.0.0: {} - zod@3.22.5: {} + zip-stream@4.1.1: + dependencies: + archiver-utils: 3.0.4 + compress-commons: 4.1.2 + readable-stream: 3.6.2 + + zod@3.23.6: {} diff --git a/tsconfig.base.json b/tsconfig.base.json index 13b3c92f..fae44d28 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,17 +10,12 @@ "importHelpers": true, "target": "es2015", "module": "esnext", - "lib": [ - "es2020", - "dom" - ], + "lib": ["es2020", "dom"], "skipLibCheck": true, "skipDefaultLibCheck": true, "baseUrl": ".", "paths": { - "@glam/anchor": [ - "anchor/src/index.ts" - ] + "@glam/anchor": ["anchor/src/index.ts"] }, "resolveJsonModule": true, "allowSyntheticDefaultImports": true diff --git a/web/src/app/glam/glam-data-access.tsx b/web/src/app/glam/glam-data-access.tsx index cd3589d2..a1599a39 100644 --- a/web/src/app/glam/glam-data-access.tsx +++ b/web/src/app/glam/glam-data-access.tsx @@ -40,7 +40,7 @@ export function useGlamProgram() { () => getGlamProgramId(cluster.network as Cluster), [cluster] ); - const program = new anchor.Program(GlamIDL, provider); + const program = new anchor.Program(GlamIDL, programId, provider); const accounts = useQuery({ queryKey: ["glam", "all", { cluster }],