From f2c7bfc56c4edc942e5c763476d594f5a374cd85 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Mon, 25 Aug 2025 22:37:02 +0530 Subject: [PATCH] Use nextjs compile and generate to replace env without running build --- apps/deploy-fe/package.json | 2 + apps/deployer/README.md | 4 +- apps/deployer/deploy-frontend.sh | 2 +- build-webapp.sh | 5 +- package.json | 1 + pnpm-lock.yaml | 398 +++++++++++++++---------------- readme.md | 2 +- run-webapp.sh | 27 +-- turbo.json | 5 + 9 files changed, 218 insertions(+), 228 deletions(-) diff --git a/apps/deploy-fe/package.json b/apps/deploy-fe/package.json index 1142665..f995082 100644 --- a/apps/deploy-fe/package.json +++ b/apps/deploy-fe/package.json @@ -6,6 +6,8 @@ "scripts": { "dev": "NODE_OPTIONS='--inspect' next dev --turbopack", "build": "next build", + "build:compile": "next build --experimental-build-mode compile", + "build:generate": "next build --experimental-build-mode generate", "start": "next start", "lint": "biome check .", "lint:fix": "biome check --write .", diff --git a/apps/deployer/README.md b/apps/deployer/README.md index 831e2a6..51b0aca 100644 --- a/apps/deployer/README.md +++ b/apps/deployer/README.md @@ -43,13 +43,13 @@ Run these steps in the `apps/deployer/` directory: CLERK_SECRET_KEY: your_clerk_secret NEXT_PUBLIC_WALLET_IFRAME_URL: https://wallet.laconic.com NEXT_PUBLIC_LACONICD_CHAIN_ID: laconic-mainnet - NEXT_PUBLIC_API_URL: https://deploy-backend.laconic.com + NEXT_PUBLIC_API_URL: https://deploy-backend.apps.vaasl.io NEXT_PUBLIC_GITHUB_FALLBACK_TOKEN: your_github_token ``` NOTE: Replace `your_clerk_key`, `your_clerk_secret` and `your_github_token` with actual values -- Run script to deploy app to `deploy.laconic.com` +- Run script to deploy app to `deploy-staging.laconic.co` ```bash ./deploy-frontend.sh diff --git a/apps/deployer/deploy-frontend.sh b/apps/deployer/deploy-frontend.sh index d0b82ee..b5b4315 100755 --- a/apps/deployer/deploy-frontend.sh +++ b/apps/deployer/deploy-frontend.sh @@ -130,7 +130,7 @@ record: env: NEXT_PUBLIC_WALLET_IFRAME_URL: https://wallet.laconic.com NEXT_PUBLIC_LACONICD_CHAIN_ID: laconic-mainnet - NEXT_PUBLIC_API_URL: https://deploy-backend.laconic.com + NEXT_PUBLIC_API_URL: https://deploy-backend.apps.vaasl.io NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: CLERK_SECRET_KEY: NEXT_PUBLIC_GITHUB_FALLBACK_TOKEN: your_github_token diff --git a/build-webapp.sh b/build-webapp.sh index 5758564..0b05c57 100755 --- a/build-webapp.sh +++ b/build-webapp.sh @@ -13,7 +13,4 @@ EOF pnpm install || exit 1 -# TODO: Fix build script to run -# pnpm build --filter deploy-fe || exit 1 - -pnpm build --filter @workspace/gql-client || exit 1 +pnpm build:fe-compile || exit 1 diff --git a/package.json b/package.json index 8e4ea77..02c0d0e 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "build": "turbo build", + "build:fe-compile": "turbo build:compile --filter=deploy-fe", "dev": "turbo dev", "lint": "turbo lint", "start": "turbo start", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e9bb02..57fbd48 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,13 +44,13 @@ importers: version: 0.2.11(debug@4.4.0) '@cosmjs/stargate': specifier: ^0.33.0 - version: 0.33.0(debug@4.4.0) + version: 0.33.1(debug@4.4.0) '@graphql-tools/schema': specifier: ^10.0.2 - version: 10.0.21(graphql@16.10.0) + version: 10.0.25(graphql@16.10.0) '@graphql-tools/utils': specifier: ^10.0.12 - version: 10.8.4(graphql@16.10.0) + version: 10.9.1(graphql@16.10.0) '@octokit/oauth-app': specifier: ^6.1.0 version: 6.1.0 @@ -65,7 +65,7 @@ importers: version: 20.17.23 '@types/semver': specifier: ^7.5.8 - version: 7.5.8 + version: 7.7.0 apollo-server-core: specifier: ^3.13.0 version: 3.13.0(graphql@16.10.0) @@ -74,7 +74,7 @@ importers: version: 3.13.0(express@4.21.2)(graphql@16.10.0) cookie-session: specifier: ^2.1.0 - version: 2.1.0 + version: 2.1.1 cors: specifier: ^2.8.5 version: 2.8.5 @@ -89,28 +89,28 @@ importers: version: 3.1.1(express@4.21.2) express-session: specifier: ^1.18.0 - version: 1.18.1 + version: 1.18.2 fs-extra: specifier: ^11.2.0 - version: 11.3.0 + version: 11.3.1 graphql: specifier: ^16.8.1 version: 16.10.0 luxon: specifier: ^3.5.0 - version: 3.5.0 + version: 3.7.1 nanoid: specifier: '3' version: 3.3.8 nanoid-dictionary: specifier: ^5.0.0-beta.1 - version: 5.0.0-beta.1 + version: 5.0.0 octokit: specifier: ^3.1.2 version: 3.2.1 openpgp: specifier: ^6.0.1 - version: 6.1.0 + version: 6.2.0 reflect-metadata: specifier: ^0.2.1 version: 0.2.2 @@ -141,13 +141,13 @@ importers: version: 2.0.49 '@types/cors': specifier: ^2.8.17 - version: 2.8.17 + version: 2.8.19 '@types/express': specifier: ^4.17.21 - version: 4.17.21 + version: 4.17.23 '@types/express-session': specifier: ^1.17.10 - version: 1.18.1 + version: 1.18.2 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -159,7 +159,7 @@ importers: version: 2.4.1 prettier: specifier: ^3.1.1 - version: 3.5.3 + version: 3.6.2 workspace: specifier: ^0.0.1-preview.1 version: 0.0.1-preview.2 @@ -273,7 +273,7 @@ importers: version: link:../../services/ui axios: specifier: ^1.8.4 - version: 1.8.4 + version: 1.8.4(debug@4.4.0) class-variance-authority: specifier: ^0.7.0 version: 0.7.1 @@ -794,8 +794,8 @@ packages: '@cosmjs/amino@0.32.4': resolution: {integrity: sha512-zKYOt6hPy8obIFtLie/xtygCkH9ZROiQ12UHfKsOkWaZfPQUvVbtgmu6R4Kn1tFLI/SRkw7eqhaogmW/3NYu/Q==} - '@cosmjs/amino@0.33.0': - resolution: {integrity: sha512-a4qnWGzuM2IrlkDTFQmU7bDd+wNIzyvfcRIZ43i00ZHvTEtrCcWopT94rIv/Zy6fdgkhQ3HWrsGVlIPDT/ibRw==} + '@cosmjs/amino@0.33.1': + resolution: {integrity: sha512-WfWiBf2EbIWpwKG9AOcsIIkR717SY+JdlXM/SL/bI66BdrhniAF+/ZNis9Vo9HF6lP2UU5XrSmFA4snAvEgdrg==} '@cosmjs/crypto@0.27.1': resolution: {integrity: sha512-vbcxwSt99tIYJg8Spp00wc3zx72qx+pY3ozGuBN8gAvySnagK9dQ/jHwtWQWdammmdD6oW+75WfIHZ+gNa+Ybg==} @@ -806,8 +806,8 @@ packages: '@cosmjs/crypto@0.32.4': resolution: {integrity: sha512-zicjGU051LF1V9v7bp8p7ovq+VyC91xlaHdsFOTo2oVry3KQikp8L/81RkXmUIT8FxMwdx1T7DmFwVQikcSDIw==} - '@cosmjs/crypto@0.33.0': - resolution: {integrity: sha512-kkt06t+cFW2XRGDGUZ0cVf5yoQ2OhZnubwbYbz3QXdyhf1qOXYVPRThfFPsko7dssr+e8Yy4OJKlh5SLA8DXTQ==} + '@cosmjs/crypto@0.33.1': + resolution: {integrity: sha512-U4kGIj/SNBzlb2FGgA0sMR0MapVgJUg8N+oIAiN5+vl4GZ3aefmoL1RDyTrFS/7HrB+M+MtHsxC0tvEu4ic/zA==} '@cosmjs/encoding@0.27.1': resolution: {integrity: sha512-rayLsA0ojHeniaRfWWcqSsrE/T1rl1gl0OXVNtXlPwLJifKBeLEefGbOUiAQaT0wgJ8VNGBazVtAZBpJidfDhw==} @@ -818,14 +818,14 @@ packages: '@cosmjs/encoding@0.32.4': resolution: {integrity: sha512-tjvaEy6ZGxJchiizzTn7HVRiyTg1i4CObRRaTRPknm5EalE13SV+TCHq38gIDfyUeden4fCuaBVEdBR5+ti7Hw==} - '@cosmjs/encoding@0.33.0': - resolution: {integrity: sha512-9z0g9mM7w5BISVVs8BK1Yp7KSQgNLGz2SBoWYOm4wODB/YcoitODgyRqECcuMZBXtd2sCyy2M1VLs9Z69BPZRQ==} + '@cosmjs/encoding@0.33.1': + resolution: {integrity: sha512-nuNxf29fUcQE14+1p//VVQDwd1iau5lhaW/7uMz7V2AH3GJbFJoJVaKvVyZvdFk+Cnu+s3wCqgq4gJkhRCJfKw==} '@cosmjs/json-rpc@0.32.4': resolution: {integrity: sha512-/jt4mBl7nYzfJ2J/VJ+r19c92mUKF0Lt0JxM3MXEJl7wlwW5haHAWtzRujHkyYMXOwIR+gBqT2S0vntXVBRyhQ==} - '@cosmjs/json-rpc@0.33.0': - resolution: {integrity: sha512-okXjxnT3zhhuYrA1aIDVD8VHt3syWyrJw3cAY6tMNM53bQcAtLGImueMrEoyv7DtLg5R5Tx5PMrQ7UYnpD8OwQ==} + '@cosmjs/json-rpc@0.33.1': + resolution: {integrity: sha512-T6VtWzecpmuTuMRGZWuBYHsMF/aznWCYUt/cGMWNSz7DBPipVd0w774PKpxXzpEbyt5sr61NiuLXc+Az15S/Cw==} '@cosmjs/launchpad@0.27.1': resolution: {integrity: sha512-DcFwGD/z5PK8CzO2sojDxa+Be9EIEtRZb2YawgVnw2Ht/p5FlNv+OVo8qlishpBdalXEN7FvQ1dVeDFEe9TuJw==} @@ -839,38 +839,38 @@ packages: '@cosmjs/math@0.32.4': resolution: {integrity: sha512-++dqq2TJkoB8zsPVYCvrt88oJWsy1vMOuSOKcdlnXuOA/ASheTJuYy4+oZlTQ3Fr8eALDLGGPhJI02W2HyAQaw==} - '@cosmjs/math@0.33.0': - resolution: {integrity: sha512-B2uOgM12iuIhJWzGuAxGwO6zO+cI8Q4z7mVu7HgFrGJJTM1HtPTYgb55oMOuUN0OZ352MEEm5uAt8sA9jZQqbA==} + '@cosmjs/math@0.33.1': + resolution: {integrity: sha512-ytGkWdKFCPiiBU5eqjHNd59djPpIsOjbr2CkNjlnI1Zmdj+HDkSoD9MUGpz9/RJvRir5IvsXqdE05x8EtoQkJA==} '@cosmjs/proto-signing@0.32.4': resolution: {integrity: sha512-QdyQDbezvdRI4xxSlyM1rSVBO2st5sqtbEIl3IX03uJ7YiZIQHyv6vaHVf1V4mapusCqguiHJzm4N4gsFdLBbQ==} - '@cosmjs/proto-signing@0.33.0': - resolution: {integrity: sha512-UHA92d/Siy3wnce/xhU4iagKrs6r8Ruacc0qeHj3mNrtuUH8f70cD7lzzClzI7wvRLcPprOY0YTeEzqGbPeBFw==} + '@cosmjs/proto-signing@0.33.1': + resolution: {integrity: sha512-Sv4W+MxX+0LVnd+2rU4Fw1HRsmMwSVSYULj7pRkij3wnPwUlTVoJjmKFgKz13ooIlfzPrz/dnNjGp/xnmXChFQ==} '@cosmjs/socket@0.32.4': resolution: {integrity: sha512-davcyYziBhkzfXQTu1l5NrpDYv0K9GekZCC9apBRvL1dvMc9F/ygM7iemHjUA+z8tJkxKxrt/YPjJ6XNHzLrkw==} - '@cosmjs/socket@0.33.0': - resolution: {integrity: sha512-a1eHsqVFmG6N5LR53tAB1Xo4XfsZaFlrYA34yC0GnX5m/cJVEe1wkZxMsWJIW2nfCgj7nAvFK6Gx4qj+ZLeqdw==} + '@cosmjs/socket@0.33.1': + resolution: {integrity: sha512-KzAeorten6Vn20sMiM6NNWfgc7jbyVo4Zmxev1FXa5EaoLCZy48cmT3hJxUJQvJP/lAy8wPGEjZ/u4rmF11x9A==} '@cosmjs/stargate@0.32.4': resolution: {integrity: sha512-usj08LxBSsPRq9sbpCeVdyLx2guEcOHfJS9mHGCLCXpdAPEIEQEtWLDpEUc0LEhWOx6+k/ChXTc5NpFkdrtGUQ==} - '@cosmjs/stargate@0.33.0': - resolution: {integrity: sha512-Ti/2RRl+LKTNUrOqj6TpGnTRcbmQ5zD4Ujx/PDNPHEexyuwbz+tMcF8Y1kKPWQ1g4wWxLYO4tKY4Gm0J3c5hWA==} + '@cosmjs/stargate@0.33.1': + resolution: {integrity: sha512-CnJ1zpSiaZgkvhk+9aTp5IPmgWn2uo+cNEBN8VuD9sD6BA0V4DMjqe251cNFLiMhkGtiE5I/WXFERbLPww3k8g==} '@cosmjs/stream@0.32.4': resolution: {integrity: sha512-Gih++NYHEiP+oyD4jNEUxU9antoC0pFSg+33Hpp0JlHwH0wXhtD3OOKnzSfDB7OIoEbrzLJUpEjOgpCp5Z+W3A==} - '@cosmjs/stream@0.33.0': - resolution: {integrity: sha512-SmsZW9Xzfk2T2MtWzVkit2WUclL7ZQHhiEhJz39EzKQRAdi4xY8nwefZF4VLQVJ0M33QfRCUzFzb+O/gddMQKA==} + '@cosmjs/stream@0.33.1': + resolution: {integrity: sha512-bMUvEENjeQPSTx+YRzVsWT1uFIdHRcf4brsc14SOoRQ/j5rOJM/aHfsf/BmdSAnYbdOQ3CMKj/8nGAQ7xUdn7w==} '@cosmjs/tendermint-rpc@0.32.4': resolution: {integrity: sha512-MWvUUno+4bCb/LmlMIErLypXxy7ckUuzEmpufYYYd9wgbdCXaTaO08SZzyFM5PI8UJ/0S2AmUrgWhldlbxO8mw==} - '@cosmjs/tendermint-rpc@0.33.0': - resolution: {integrity: sha512-A5h72fYesFKSjMjB+AMD5thcVVcdfbmWj4atJ1CYmKGyCTCPW8iEIz1ZKR0mUX+gkW6dM1h8flaRj/R14Oc0/A==} + '@cosmjs/tendermint-rpc@0.33.1': + resolution: {integrity: sha512-22klDFq2MWnf//C8+rZ5/dYatr6jeGT+BmVbutXYfAK9fmODbtFcumyvB6uWaEORWfNukl8YK1OLuaWezoQvxA==} '@cosmjs/utils@0.27.1': resolution: {integrity: sha512-VG7QPDiMUzVPxRdJahDV8PXxVdnuAHiIuG56hldV4yPnOz/si/DLNd7VAUUA5923b6jS1Hhev0Hr6AhEkcxBMg==} @@ -881,8 +881,8 @@ packages: '@cosmjs/utils@0.32.4': resolution: {integrity: sha512-D1Yc+Zy8oL/hkUkFUL/bwxvuDBzRGpc4cF7/SkdhxX4iHpSLgdOuTt1mhCh9+kl6NQREy9t7SYZ6xeW5gFe60w==} - '@cosmjs/utils@0.33.0': - resolution: {integrity: sha512-Y6glwHNlNjcOgwPg8YmNr1PSrNm307EhJVytFt8HmA/G7MRcIA+jIzCL0VlOrWGU4TrAOXvshM+oJZbTIldFRA==} + '@cosmjs/utils@0.33.1': + resolution: {integrity: sha512-UnLHDY6KMmC+UXf3Ufyh+onE19xzEXjT4VZ504Acmk4PXxqyvG4cCPprlKUFnGUX7f0z8Or9MAOHXBx41uHBcg==} '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -1156,8 +1156,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/merge@9.0.22': - resolution: {integrity: sha512-bjOs9DlTbo1Yz2UzQcJ78Dn9/pKyY2zNaoqNLfRTTSkO56QFkvqhfjQuqJcqu+V3rtaB2o0VMpWaY6JT8ZTvQA==} + '@graphql-tools/merge@9.1.1': + resolution: {integrity: sha512-BJ5/7Y7GOhTuvzzO5tSBFL4NGr7PVqTJY3KeIDlVTT8YLcTXtBR+hlrC3uyEym7Ragn+zyWdHeJ9ev+nRX1X2w==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1167,8 +1167,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/schema@10.0.21': - resolution: {integrity: sha512-AECSlNnD0WNxICwfJs93gYn2oHxPmztn1MYBETIQXrJJcymfD6BoUrDlYPa6F27RzRc+gbPZPHMWL26uujfKBg==} + '@graphql-tools/schema@10.0.25': + resolution: {integrity: sha512-/PqE8US8kdQ7lB9M5+jlW8AyVjRGCKU7TSktuW3WNKSKmDO0MK1wakvb5gGdyT49MjAIb4a3LWxIpwo5VygZuw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1183,8 +1183,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/utils@10.8.4': - resolution: {integrity: sha512-HpHBgcmLIE79jWk1v5Bm0Eb8MaPiwSJT/Iy5xIJ+GMe7yAKpCYrbjf7wb+UMDMkLkfEryvo3syCx8k+TMAZ9bA==} + '@graphql-tools/utils@10.9.1': + resolution: {integrity: sha512-B1wwkXk9UvU7LCBkPs8513WxOQ2H8Fo5p8HR1+Id9WmYE5+bd51vqN+MbrqvWczHCH2gwkREgHJN88tE0n1FCw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1406,8 +1406,8 @@ packages: '@noble/curves@1.2.0': resolution: {integrity: sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==} - '@noble/curves@1.8.1': - resolution: {integrity: sha512-warwspo+UYUPep0Q+vtdVB4Ugn8GGQj8iyB3gnRWsztmUHTI3S1nhdiWNsPUGL0vud7JlRRk1XEu7Lq1KGTnMQ==} + '@noble/curves@1.9.7': + resolution: {integrity: sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==} engines: {node: ^14.21.3 || >=16} '@noble/hashes@1.3.2': @@ -1418,6 +1418,10 @@ packages: resolution: {integrity: sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==} engines: {node: ^14.21.3 || >=16} + '@noble/hashes@1.8.0': + resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==} + engines: {node: ^14.21.3 || >=16} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -2513,8 +2517,8 @@ packages: '@types/body-parser@1.19.2': resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} - '@types/body-parser@1.19.5': - resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} + '@types/body-parser@1.19.6': + resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==} '@types/btoa-lite@1.0.2': resolution: {integrity: sha512-ZYbcE2x7yrvNFJiU7xJGrpF/ihpkM7zKgw8bha3LNJSesvTtUNxbpzaT7WXBIryf6jovisrxTBvymxMeLLj1Mg==} @@ -2528,8 +2532,8 @@ packages: '@types/cors@2.8.12': resolution: {integrity: sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==} - '@types/cors@2.8.17': - resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} + '@types/cors@2.8.19': + resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==} '@types/d3-array@3.2.1': resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} @@ -2570,14 +2574,14 @@ packages: '@types/express-serve-static-core@4.19.6': resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} - '@types/express-session@1.18.1': - resolution: {integrity: sha512-S6TkD/lljxDlQ2u/4A70luD8/ZxZcrU5pQwI1rVXCiaVIywoFgbA+PIUNDjPhQpPdK0dGleLtYc/y7XWBfclBg==} + '@types/express-session@1.18.2': + resolution: {integrity: sha512-k+I0BxwVXsnEU2hV77cCobC08kIsn4y44C3gC0b46uxZVMaXA04lSPgRLR/bSL2w0t0ShJiG8o4jPzRG/nscFg==} '@types/express@4.17.14': resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==} - '@types/express@4.17.21': - resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} + '@types/express@4.17.23': + resolution: {integrity: sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==} '@types/fs-extra@11.0.4': resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} @@ -2588,8 +2592,8 @@ packages: '@types/google-protobuf@3.15.12': resolution: {integrity: sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ==} - '@types/http-errors@2.0.4': - resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} + '@types/http-errors@2.0.5': + resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} '@types/inquirer@6.5.0': resolution: {integrity: sha512-rjaYQ9b9y/VFGOpqBEXRavc3jh0a+e6evAbI31tMda8VlPaSy0AZJfXsvmIe3wklc7W6C3zCSfleuMXR7NOyXw==} @@ -2621,9 +2625,6 @@ packages: '@types/node@10.12.18': resolution: {integrity: sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==} - '@types/node@10.17.60': - resolution: {integrity: sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==} - '@types/node@17.0.45': resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} @@ -2642,8 +2643,8 @@ packages: '@types/prop-types@15.7.14': resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==} - '@types/qs@6.9.18': - resolution: {integrity: sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==} + '@types/qs@6.14.0': + resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} @@ -2657,14 +2658,14 @@ packages: '@types/secp256k1@4.0.6': resolution: {integrity: sha512-hHxJU6PAEUn0TP4S/ZOzuTUvJWuZ6eIKeNKb5RBpODvSl6hp1Wrw4s7ATY50rklRCScUDpHzVA/DQdSjJ3UoYQ==} - '@types/semver@7.5.8': - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + '@types/semver@7.7.0': + resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==} - '@types/send@0.17.4': - resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} + '@types/send@0.17.5': + resolution: {integrity: sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==} - '@types/serve-static@1.15.7': - resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} + '@types/serve-static@1.15.8': + resolution: {integrity: sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==} '@types/through@0.0.33': resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} @@ -2672,8 +2673,8 @@ packages: '@types/tinycolor2@1.4.6': resolution: {integrity: sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==} - '@whatwg-node/promise-helpers@1.2.4': - resolution: {integrity: sha512-daEUfaHbaMuAcor+FPAVK+pOCSzsAYhK6LN1y81EcakdqQEPQvjm74PTmfwfv8POg8pw4RyCv9LXB1e+mQDwqg==} + '@whatwg-node/promise-helpers@1.3.2': + resolution: {integrity: sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==} engines: {node: '>=16.0.0'} '@wolfy1339/lru-cache@11.0.2-patch.1': @@ -2861,9 +2862,6 @@ packages: axios@0.26.1: resolution: {integrity: sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==} - axios@1.8.2: - resolution: {integrity: sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==} - axios@1.8.4: resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} @@ -3157,8 +3155,8 @@ packages: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} - cookie-session@2.1.0: - resolution: {integrity: sha512-u73BDmR8QLGcs+Lprs0cfbcAPKl2HnPcjpwRXT41sEV4DRJ2+W0vJEEZkG31ofkx+HZflA70siRIjiTdIodmOQ==} + cookie-session@2.1.1: + resolution: {integrity: sha512-ji3kym/XZaFVew1+tIZk5ZLp9Z/fLv9rK1aZmpug0FsgE7Cu3ZDrUdRo7FT9vFjMYfNimrrUHJzywDwT7XEFlg==} engines: {node: '>= 0.10'} cookie-signature@1.0.6: @@ -3454,8 +3452,8 @@ packages: resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} engines: {node: '>= 0.8'} - end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + end-of-stream@1.4.5: + resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} enhanced-resolve@5.18.1: resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} @@ -3555,8 +3553,8 @@ packages: peerDependencies: express: ^4.16.2 - express-session@1.18.1: - resolution: {integrity: sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==} + express-session@1.18.2: + resolution: {integrity: sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==} engines: {node: '>= 0.8.0'} express@4.21.2: @@ -3645,8 +3643,8 @@ packages: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} - fs-extra@11.3.0: - resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==} + fs-extra@11.3.1: + resolution: {integrity: sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==} engines: {node: '>=14.14'} fs.realpath@1.0.0: @@ -4226,8 +4224,8 @@ packages: peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - luxon@3.5.0: - resolution: {integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==} + luxon@3.7.1: + resolution: {integrity: sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==} engines: {node: '>=12'} make-error@1.3.6: @@ -4337,8 +4335,8 @@ packages: nan@2.22.2: resolution: {integrity: sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==} - nanoid-dictionary@5.0.0-beta.1: - resolution: {integrity: sha512-xBkL9zzkNjzJ/UnmWyiOUDVX/COoi05eS0oU28RYKFFQhdnzO5dTOPbVZ/fCFgIOGr1zNinDHJ68mm/KQfcgcw==} + nanoid-dictionary@5.0.0: + resolution: {integrity: sha512-/iCyQHwt36XkaIvSE9fcC8p6DiMPCZMTSMj9UT56Cv6T7f5CuxvOMhpNncaNieQ4z4d32p7ruEtAfRsb7Ya8Gw==} nanoid@3.3.8: resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} @@ -4392,8 +4390,8 @@ packages: no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} - node-abi@3.74.0: - resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==} + node-abi@3.75.0: + resolution: {integrity: sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==} engines: {node: '>=10'} node-abort-controller@3.1.1: @@ -4469,8 +4467,8 @@ packages: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} - on-headers@1.0.2: - resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} + on-headers@1.1.0: + resolution: {integrity: sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==} engines: {node: '>= 0.8'} once@1.4.0: @@ -4480,8 +4478,8 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} - openpgp@6.1.0: - resolution: {integrity: sha512-fRTeitP+hoGJD3kbdUlAI++wE6MvfvXw1rBqHwmBMxIpLjowatJ2zb5ThkORpIkSz5F12wO+xCYRSTbT7M4qKA==} + openpgp@6.2.0: + resolution: {integrity: sha512-zKbgazxMeGrTqUEWicKufbdcjv2E0om3YVxw+I3hRykp8ODp+yQOJIDqIr1UXJjP8vR2fky3bNQwYoQXyFkYMA==} engines: {node: '>= 18.0.0'} optimism@0.18.1: @@ -4643,8 +4641,8 @@ packages: engines: {node: '>=10'} hasBin: true - prettier@3.5.3: - resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==} + prettier@3.6.2: + resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} engines: {node: '>=14'} hasBin: true @@ -4673,8 +4671,8 @@ packages: proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - pump@3.0.2: - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} + pump@3.0.3: + resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} @@ -5074,8 +5072,8 @@ packages: sprintf-js@1.1.3: resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} - sql-highlight@6.0.0: - resolution: {integrity: sha512-+fLpbAbWkQ+d0JEchJT/NrRRXbYRNbG15gFpANx73EwxQB1PRjj+k/OI0GTU0J63g8ikGkJECQp9z8XEJZvPRw==} + sql-highlight@6.1.0: + resolution: {integrity: sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==} engines: {node: '>=14'} statuses@2.0.1: @@ -5192,8 +5190,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tar-fs@2.1.2: - resolution: {integrity: sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==} + tar-fs@2.1.3: + resolution: {integrity: sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==} tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} @@ -5759,7 +5757,7 @@ snapshots: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 10.17.60 + '@types/node': 10.12.18 long: 4.0.0 '@apollo/protobufjs@1.2.7': @@ -6002,12 +6000,12 @@ snapshots: '@cosmjs/math': 0.32.4 '@cosmjs/utils': 0.32.4 - '@cosmjs/amino@0.33.0': + '@cosmjs/amino@0.33.1': dependencies: - '@cosmjs/crypto': 0.33.0 - '@cosmjs/encoding': 0.33.0 - '@cosmjs/math': 0.33.0 - '@cosmjs/utils': 0.33.0 + '@cosmjs/crypto': 0.33.1 + '@cosmjs/encoding': 0.33.1 + '@cosmjs/math': 0.33.1 + '@cosmjs/utils': 0.33.1 '@cosmjs/crypto@0.27.1': dependencies: @@ -6042,11 +6040,11 @@ snapshots: elliptic: 6.6.1 libsodium-wrappers-sumo: 0.7.15 - '@cosmjs/crypto@0.33.0': + '@cosmjs/crypto@0.33.1': dependencies: - '@cosmjs/encoding': 0.33.0 - '@cosmjs/math': 0.33.0 - '@cosmjs/utils': 0.33.0 + '@cosmjs/encoding': 0.33.1 + '@cosmjs/math': 0.33.1 + '@cosmjs/utils': 0.33.1 '@noble/hashes': 1.7.1 bn.js: 5.2.1 elliptic: 6.6.1 @@ -6070,7 +6068,7 @@ snapshots: bech32: 1.1.4 readonly-date: 1.0.0 - '@cosmjs/encoding@0.33.0': + '@cosmjs/encoding@0.33.1': dependencies: base64-js: 1.5.1 bech32: 1.1.4 @@ -6081,9 +6079,9 @@ snapshots: '@cosmjs/stream': 0.32.4 xstream: 11.14.0 - '@cosmjs/json-rpc@0.33.0': + '@cosmjs/json-rpc@0.33.1': dependencies: - '@cosmjs/stream': 0.33.0 + '@cosmjs/stream': 0.33.1 xstream: 11.14.0 '@cosmjs/launchpad@0.27.1(debug@4.4.0)': @@ -6110,7 +6108,7 @@ snapshots: dependencies: bn.js: 5.2.1 - '@cosmjs/math@0.33.0': + '@cosmjs/math@0.33.1': dependencies: bn.js: 5.2.1 @@ -6123,13 +6121,13 @@ snapshots: '@cosmjs/utils': 0.32.4 cosmjs-types: 0.9.0 - '@cosmjs/proto-signing@0.33.0': + '@cosmjs/proto-signing@0.33.1': dependencies: - '@cosmjs/amino': 0.33.0 - '@cosmjs/crypto': 0.33.0 - '@cosmjs/encoding': 0.33.0 - '@cosmjs/math': 0.33.0 - '@cosmjs/utils': 0.33.0 + '@cosmjs/amino': 0.33.1 + '@cosmjs/crypto': 0.33.1 + '@cosmjs/encoding': 0.33.1 + '@cosmjs/math': 0.33.1 + '@cosmjs/utils': 0.33.1 cosmjs-types: 0.9.0 '@cosmjs/socket@0.32.4': @@ -6142,9 +6140,9 @@ snapshots: - bufferutil - utf-8-validate - '@cosmjs/socket@0.33.0': + '@cosmjs/socket@0.33.1': dependencies: - '@cosmjs/stream': 0.33.0 + '@cosmjs/stream': 0.33.1 isomorphic-ws: 4.0.1(ws@7.5.10) ws: 7.5.10 xstream: 11.14.0 @@ -6169,15 +6167,15 @@ snapshots: - debug - utf-8-validate - '@cosmjs/stargate@0.33.0(debug@4.4.0)': + '@cosmjs/stargate@0.33.1(debug@4.4.0)': dependencies: - '@cosmjs/amino': 0.33.0 - '@cosmjs/encoding': 0.33.0 - '@cosmjs/math': 0.33.0 - '@cosmjs/proto-signing': 0.33.0 - '@cosmjs/stream': 0.33.0 - '@cosmjs/tendermint-rpc': 0.33.0(debug@4.4.0) - '@cosmjs/utils': 0.33.0 + '@cosmjs/amino': 0.33.1 + '@cosmjs/encoding': 0.33.1 + '@cosmjs/math': 0.33.1 + '@cosmjs/proto-signing': 0.33.1 + '@cosmjs/stream': 0.33.1 + '@cosmjs/tendermint-rpc': 0.33.1(debug@4.4.0) + '@cosmjs/utils': 0.33.1 cosmjs-types: 0.9.0 transitivePeerDependencies: - bufferutil @@ -6188,7 +6186,7 @@ snapshots: dependencies: xstream: 11.14.0 - '@cosmjs/stream@0.33.0': + '@cosmjs/stream@0.33.1': dependencies: xstream: 11.14.0 @@ -6201,7 +6199,7 @@ snapshots: '@cosmjs/socket': 0.32.4 '@cosmjs/stream': 0.32.4 '@cosmjs/utils': 0.32.4 - axios: 1.8.2(debug@4.4.0) + axios: 1.8.4(debug@4.4.0) readonly-date: 1.0.0 xstream: 11.14.0 transitivePeerDependencies: @@ -6209,16 +6207,16 @@ snapshots: - debug - utf-8-validate - '@cosmjs/tendermint-rpc@0.33.0(debug@4.4.0)': + '@cosmjs/tendermint-rpc@0.33.1(debug@4.4.0)': dependencies: - '@cosmjs/crypto': 0.33.0 - '@cosmjs/encoding': 0.33.0 - '@cosmjs/json-rpc': 0.33.0 - '@cosmjs/math': 0.33.0 - '@cosmjs/socket': 0.33.0 - '@cosmjs/stream': 0.33.0 - '@cosmjs/utils': 0.33.0 - axios: 1.8.2(debug@4.4.0) + '@cosmjs/crypto': 0.33.1 + '@cosmjs/encoding': 0.33.1 + '@cosmjs/json-rpc': 0.33.1 + '@cosmjs/math': 0.33.1 + '@cosmjs/socket': 0.33.1 + '@cosmjs/stream': 0.33.1 + '@cosmjs/utils': 0.33.1 + axios: 1.8.4(debug@4.4.0) readonly-date: 1.0.0 xstream: 11.14.0 transitivePeerDependencies: @@ -6232,7 +6230,7 @@ snapshots: '@cosmjs/utils@0.32.4': {} - '@cosmjs/utils@0.33.0': {} + '@cosmjs/utils@0.33.1': {} '@cspotcode/source-map-support@0.8.1': dependencies: @@ -6602,9 +6600,9 @@ snapshots: graphql: 16.10.0 tslib: 2.8.1 - '@graphql-tools/merge@9.0.22(graphql@16.10.0)': + '@graphql-tools/merge@9.1.1(graphql@16.10.0)': dependencies: - '@graphql-tools/utils': 10.8.4(graphql@16.10.0) + '@graphql-tools/utils': 10.9.1(graphql@16.10.0) graphql: 16.10.0 tslib: 2.8.1 @@ -6616,10 +6614,10 @@ snapshots: graphql: 16.10.0 tslib: 2.8.1 - '@graphql-tools/schema@10.0.21(graphql@16.10.0)': + '@graphql-tools/schema@10.0.25(graphql@16.10.0)': dependencies: - '@graphql-tools/merge': 9.0.22(graphql@16.10.0) - '@graphql-tools/utils': 10.8.4(graphql@16.10.0) + '@graphql-tools/merge': 9.1.1(graphql@16.10.0) + '@graphql-tools/utils': 10.9.1(graphql@16.10.0) graphql: 16.10.0 tslib: 2.8.1 @@ -6639,10 +6637,10 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 - '@graphql-tools/utils@10.8.4(graphql@16.10.0)': + '@graphql-tools/utils@10.9.1(graphql@16.10.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.10.0) - '@whatwg-node/promise-helpers': 1.2.4 + '@whatwg-node/promise-helpers': 1.3.2 cross-inspect: 1.0.1 dset: 3.1.4 graphql: 16.10.0 @@ -6824,14 +6822,16 @@ snapshots: dependencies: '@noble/hashes': 1.3.2 - '@noble/curves@1.8.1': + '@noble/curves@1.9.7': dependencies: - '@noble/hashes': 1.7.1 + '@noble/hashes': 1.8.0 '@noble/hashes@1.3.2': {} '@noble/hashes@1.7.1': {} + '@noble/hashes@1.8.0': {} + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -7982,7 +7982,7 @@ snapshots: '@turnkey/api-key-stamper@0.4.0': dependencies: - '@noble/curves': 1.8.1 + '@noble/curves': 1.9.7 '@turnkey/encoding': 0.1.0 sha256-uint8array: 0.10.7 @@ -8026,7 +8026,7 @@ snapshots: '@types/connect': 3.4.38 '@types/node': 20.17.23 - '@types/body-parser@1.19.5': + '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 '@types/node': 20.17.23 @@ -8039,12 +8039,12 @@ snapshots: '@types/cookie-session@2.0.49': dependencies: - '@types/express': 4.17.21 + '@types/express': 4.17.23 '@types/keygrip': 1.0.6 '@types/cors@2.8.12': {} - '@types/cors@2.8.17': + '@types/cors@2.8.19': dependencies: '@types/node': 20.17.23 @@ -8081,33 +8081,33 @@ snapshots: '@types/express-serve-static-core@4.17.31': dependencies: '@types/node': 20.17.23 - '@types/qs': 6.9.18 + '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/express-serve-static-core@4.19.6': dependencies: '@types/node': 20.17.23 - '@types/qs': 6.9.18 + '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 - '@types/send': 0.17.4 + '@types/send': 0.17.5 - '@types/express-session@1.18.1': + '@types/express-session@1.18.2': dependencies: - '@types/express': 4.17.21 + '@types/express': 4.17.23 '@types/express@4.17.14': dependencies: '@types/body-parser': 1.19.2 '@types/express-serve-static-core': 4.17.31 - '@types/qs': 6.9.18 - '@types/serve-static': 1.15.7 + '@types/qs': 6.14.0 + '@types/serve-static': 1.15.8 - '@types/express@4.17.21': + '@types/express@4.17.23': dependencies: - '@types/body-parser': 1.19.5 + '@types/body-parser': 1.19.6 '@types/express-serve-static-core': 4.19.6 - '@types/qs': 6.9.18 - '@types/serve-static': 1.15.7 + '@types/qs': 6.14.0 + '@types/serve-static': 1.15.8 '@types/fs-extra@11.0.4': dependencies: @@ -8121,7 +8121,7 @@ snapshots: '@types/google-protobuf@3.15.12': {} - '@types/http-errors@2.0.4': {} + '@types/http-errors@2.0.5': {} '@types/inquirer@6.5.0': dependencies: @@ -8151,8 +8151,6 @@ snapshots: '@types/node@10.12.18': {} - '@types/node@10.17.60': {} - '@types/node@17.0.45': {} '@types/node@20.17.23': @@ -8173,7 +8171,7 @@ snapshots: '@types/prop-types@15.7.14': {} - '@types/qs@6.9.18': {} + '@types/qs@6.14.0': {} '@types/range-parser@1.2.7': {} @@ -8190,18 +8188,18 @@ snapshots: dependencies: '@types/node': 20.17.23 - '@types/semver@7.5.8': {} + '@types/semver@7.7.0': {} - '@types/send@0.17.4': + '@types/send@0.17.5': dependencies: '@types/mime': 1.3.5 '@types/node': 20.17.23 - '@types/serve-static@1.15.7': + '@types/serve-static@1.15.8': dependencies: - '@types/http-errors': 2.0.4 + '@types/http-errors': 2.0.5 '@types/node': 20.17.23 - '@types/send': 0.17.4 + '@types/send': 0.17.5 '@types/through@0.0.33': dependencies: @@ -8209,7 +8207,7 @@ snapshots: '@types/tinycolor2@1.4.6': {} - '@whatwg-node/promise-helpers@1.2.4': + '@whatwg-node/promise-helpers@1.3.2': dependencies: tslib: 2.8.1 @@ -8420,15 +8418,7 @@ snapshots: transitivePeerDependencies: - debug - axios@1.8.2(debug@4.4.0): - dependencies: - follow-redirects: 1.15.9(debug@4.4.0) - form-data: 4.0.2 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - - axios@1.8.4: + axios@1.8.4(debug@4.4.0): dependencies: follow-redirects: 1.15.9(debug@4.4.0) form-data: 4.0.2 @@ -8765,11 +8755,11 @@ snapshots: content-type@1.0.5: {} - cookie-session@2.1.0: + cookie-session@2.1.1: dependencies: cookies: 0.9.1 debug: 3.2.7 - on-headers: 1.0.2 + on-headers: 1.1.0 safe-buffer: 5.2.1 transitivePeerDependencies: - supports-color @@ -9057,7 +9047,7 @@ snapshots: encodeurl@2.0.0: {} - end-of-stream@1.4.4: + end-of-stream@1.4.5: dependencies: once: 1.4.0 @@ -9243,13 +9233,13 @@ snapshots: dependencies: express: 4.21.2 - express-session@1.18.1: + express-session@1.18.2: dependencies: cookie: 0.7.2 cookie-signature: 1.0.7 debug: 2.6.9 depd: 2.0.0 - on-headers: 1.0.2 + on-headers: 1.1.0 parseurl: 1.3.3 safe-buffer: 5.2.1 uid-safe: 2.1.5 @@ -9374,7 +9364,7 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.1 - fs-extra@11.3.0: + fs-extra@11.3.1: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -9934,7 +9924,7 @@ snapshots: dependencies: react: 19.0.0 - luxon@3.5.0: {} + luxon@3.7.1: {} make-error@1.3.6: {} @@ -10015,7 +10005,7 @@ snapshots: nan@2.22.2: {} - nanoid-dictionary@5.0.0-beta.1: {} + nanoid-dictionary@5.0.0: {} nanoid@3.3.8: {} @@ -10066,7 +10056,7 @@ snapshots: lower-case: 2.0.2 tslib: 2.8.1 - node-abi@3.74.0: + node-abi@3.75.0: dependencies: semver: 7.7.1 @@ -10143,7 +10133,7 @@ snapshots: dependencies: ee-first: 1.1.1 - on-headers@1.0.2: {} + on-headers@1.1.0: {} once@1.4.0: dependencies: @@ -10153,7 +10143,7 @@ snapshots: dependencies: mimic-fn: 2.1.0 - openpgp@6.1.0: {} + openpgp@6.2.0: {} optimism@0.18.1: dependencies: @@ -10329,14 +10319,14 @@ snapshots: minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 2.0.0 - node-abi: 3.74.0 - pump: 3.0.2 + node-abi: 3.75.0 + pump: 3.0.3 rc: 1.2.8 simple-get: 4.0.1 - tar-fs: 2.1.2 + tar-fs: 2.1.3 tunnel-agent: 0.6.0 - prettier@3.5.3: {} + prettier@3.6.2: {} process-nextick-args@2.0.1: {} @@ -10386,9 +10376,9 @@ snapshots: proxy-from-env@1.1.0: {} - pump@3.0.2: + pump@3.0.3: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 once: 1.4.0 punycode@2.3.1: {} @@ -10852,7 +10842,7 @@ snapshots: sprintf-js@1.1.3: {} - sql-highlight@6.0.0: {} + sql-highlight@6.1.0: {} statuses@2.0.1: {} @@ -11002,17 +10992,17 @@ snapshots: tapable@2.2.1: {} - tar-fs@2.1.2: + tar-fs@2.1.3: dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 - pump: 3.0.2 + pump: 3.0.3 tar-stream: 2.2.0 tar-stream@2.2.0: dependencies: bl: 4.1.0 - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 fs-constants: 1.0.0 inherits: 2.0.4 readable-stream: 3.6.2 @@ -11218,7 +11208,7 @@ snapshots: glob: 10.4.5 reflect-metadata: 0.2.2 sha.js: 2.4.11 - sql-highlight: 6.0.0 + sql-highlight: 6.1.0 tslib: 2.8.1 uuid: 11.1.0 yargs: 17.7.2 diff --git a/readme.md b/readme.md index df6e0b0..648c2b4 100644 --- a/readme.md +++ b/readme.md @@ -96,7 +96,7 @@ Make sure you have: ## Test deployment -- Follow the dev install steps for stack-orchestrator from +- Install stack-orchestrator from - Build the container for app diff --git a/run-webapp.sh b/run-webapp.sh index 1855680..6809f35 100755 --- a/run-webapp.sh +++ b/run-webapp.sh @@ -1,22 +1,17 @@ -#!/bin/bash +#!/usr/bin/env bash +if [ -n "$CERC_SCRIPT_DEBUG" ]; then + set -x +fi + +SCRIPT_DIR=/scripts/ PKG_DIR="./apps/deploy-fe" - cd $PKG_DIR -cat > .env.local <