diff --git a/.github/workflows/web-app-ci.yaml b/.github/workflows/web-app-ci.yaml index f6139d1d..cad74082 100644 --- a/.github/workflows/web-app-ci.yaml +++ b/.github/workflows/web-app-ci.yaml @@ -2,6 +2,7 @@ name: Web App Build & Deploy on: push: branches: + - mainnet - testnet - dev paths: diff --git a/api/lit_action.js b/api/lit_action.js index 61e5301c..65f9ed85 100644 --- a/api/lit_action.js +++ b/api/lit_action.js @@ -9,7 +9,6 @@ // lit_actions/src/session.action.ts var getCreatorConditions = (transform=true) => { let conditionsArray = __REPLACE_THIS_AS_CONDITIONS_ARRAY__; - if(conditionsArray.length < 1){ return []; } diff --git a/api/package.json b/api/package.json index c898f1c2..3e6e8332 100644 --- a/api/package.json +++ b/api/package.json @@ -17,9 +17,9 @@ "@cosmjs/encoding": "^0.30.1", "@elastic/elasticsearch": "^8.6.0", "@ethersproject/keccak256": "^5.7.0", - "@lit-protocol/contracts-sdk": "3.1.4", - "@lit-protocol/lit-node-client-nodejs": "3.1.4", - "@lit-protocol/uint8arrays": "3.1.4", + "@lit-protocol/contracts-sdk": "3.2.1", + "@lit-protocol/lit-node-client-nodejs": "3.2.1", + "@lit-protocol/uint8arrays": "3.2.1", "@mailchimp/mailchimp_marketing": "^3.0.80", "@pinata/sdk": "^2.1.0", "@sentry/node": "^7.101.1", diff --git a/api/src/controllers/lit-protocol.js b/api/src/controllers/lit-protocol.js index ae3cc57f..e55ebd4e 100644 --- a/api/src/controllers/lit-protocol.js +++ b/api/src/controllers/lit-protocol.js @@ -17,6 +17,7 @@ import { getNftMetadataApi, getCollectionMetadataApi, getENSProfileByWallet } fr const enrichConditions = async (conditions) => { + conditions = await Promise.all(conditions.map( async (c) => { let { value, tag } = c; @@ -123,12 +124,13 @@ export const getAction = async (req, res, next) => { return res.json(enrichedConditions) }); - const litAction = await fetch(`https://indexas.infura-ipfs.io/ipfs/${cid}`); + const litAction = await fetch(`https://ipfs.index.network/ipfs/${cid}?pinataGatewayToken=${process.env.PINATA_IPFS_GATEWAY_KEY}`); let litActionStr = await litAction.text(); litActionStr = `const ACTION_CALL_MODE="read"; ${litActionStr}`; await runner.run(litActionStr); } catch (err) { + console.log(err) return res.json({"error": "No action found"}); } diff --git a/api/src/libs/lit/index.js b/api/src/libs/lit/index.js index cfae422c..e1f2bd32 100644 --- a/api/src/libs/lit/index.js +++ b/api/src/libs/lit/index.js @@ -261,7 +261,6 @@ export const getPKPSession = async (session, index) => { capacityDelegationAuthSig, }); - const signerFunctionV0 = CID.parse(index.signerFunction).toV0().toString(); const resp = await litNodeClient.executeJs({ ipfsId: signerFunctionV0, diff --git a/web-app/package.json b/web-app/package.json index a0f6cb5c..87fcaf6b 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -24,9 +24,9 @@ "@ethersproject/address": "^5.7.0", "@ethersproject/keccak256": "^5.7.0", "@ethersproject/providers": "^5.6.8", - "@lit-protocol/contracts-sdk": "3.1.2", - "@lit-protocol/lit-node-client": "^3.0.24", - "@lit-protocol/uint8arrays": "^2.2.47", + "@lit-protocol/contracts-sdk": "3.2.1", + "@lit-protocol/lit-node-client": "3.2.1", + "@lit-protocol/uint8arrays": "3.2.1", "@nanostores/react": "ai/react", "@radix-ui/react-alert-dialog": "^1.0.4", "@radix-ui/react-dialog": "^1.0.4", diff --git a/web-app/public/images/bridge.jpg b/web-app/public/images/bridge.jpg index f66bffda..60eb93f9 100644 Binary files a/web-app/public/images/bridge.jpg and b/web-app/public/images/bridge.jpg differ diff --git a/web-app/public/images/ex-bridge.jpg b/web-app/public/images/ex-bridge.jpg new file mode 100644 index 00000000..f66bffda Binary files /dev/null and b/web-app/public/images/ex-bridge.jpg differ diff --git a/web-app/public/images/features/1.webp b/web-app/public/images/features/1.webp new file mode 100644 index 00000000..10b2d77a Binary files /dev/null and b/web-app/public/images/features/1.webp differ diff --git a/web-app/public/images/features/2.webp b/web-app/public/images/features/2.webp new file mode 100644 index 00000000..203d9c53 Binary files /dev/null and b/web-app/public/images/features/2.webp differ diff --git a/web-app/public/images/features/3.webp b/web-app/public/images/features/3.webp new file mode 100644 index 00000000..030c3d94 Binary files /dev/null and b/web-app/public/images/features/3.webp differ diff --git a/web-app/public/images/logo-full-white.svg b/web-app/public/images/logo-full-white.svg new file mode 100644 index 00000000..81e15e0d --- /dev/null +++ b/web-app/public/images/logo-full-white.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/web-app/public/images/partners/ic_consensys.svg b/web-app/public/images/partners/ic_consensys.svg index 4a9b9849..21f22d66 100644 --- a/web-app/public/images/partners/ic_consensys.svg +++ b/web-app/public/images/partners/ic_consensys.svg @@ -1,5 +1,13 @@ + + + + + + + + diff --git a/web-app/src/app/[id]/page.tsx b/web-app/src/app/[id]/page.tsx index 310dbadc..0c410b28 100644 --- a/web-app/src/app/[id]/page.tsx +++ b/web-app/src/app/[id]/page.tsx @@ -1,6 +1,5 @@ "use client"; -// import LoadingSection from "@/components/sections/Loading"; import { useApp } from "@/context/AppContext"; import { DiscoveryType } from "@/types"; import DiscoveryLayout from "components/layout/site/DiscoveryLayout"; @@ -8,7 +7,7 @@ import IndexConversationSection from "components/sections/IndexConversation"; import UserConversationSection from "components/sections/UserConversation"; import { useRouteParams } from "hooks/useRouteParams"; import { useEffect } from "react"; -// import "../../styles/main.scss"; +import "../../styles/main.scss"; const Discovery = () => { const { discoveryType, indexes } = useApp(); @@ -19,20 +18,9 @@ const Discovery = () => { console.log("indexes in page.tsx:", indexes); }, [id, discoveryType, indexes]); - // if (loading) { - // return ( - // - // - // - // ); - // } - return ( - {/* {!discoveryType && } */} - {discoveryType === DiscoveryType.DID && } - {discoveryType === DiscoveryType.INDEX && } ); diff --git a/web-app/src/app/_page.tsx b/web-app/src/app/_page.tsx index 25d078aa..66ab21f1 100644 --- a/web-app/src/app/_page.tsx +++ b/web-app/src/app/_page.tsx @@ -1,7 +1,15 @@ "use client"; -import HeroSection from "@/components/sections/landing/Hero"; import { AuthStatus, useAuth } from "@/context/AuthContext"; +import Flex from "components/layout/base/Grid/Flex"; +import AppHeader from "components/layout/site/AppHeader"; +import LandingSection1 from "components/site/landing/LandingSection1"; +import LandingSection1v2 from "components/site/landing/LandingSection1v2"; +import LandingSection2 from "components/site/landing/LandingSection2"; +import LandingSection3 from "components/site/landing/LandingSection3"; +import LandingSection4 from "components/site/landing/LandingSection4"; +import LandingSection5 from "components/site/landing/LandingSection5"; +import LandingSection7 from "components/site/landing/LandingSection7"; import { useRouter } from "next/navigation"; import { useEffect } from "react"; @@ -17,10 +25,16 @@ const Landing = () => { }, [status, session, router]); return ( -
-
header nav
- -
+ + + + + + + + + + ); }; export default Landing; diff --git a/web-app/src/app/head.tsx b/web-app/src/app/head.tsx index 90cb6477..0683a22c 100644 --- a/web-app/src/app/head.tsx +++ b/web-app/src/app/head.tsx @@ -4,25 +4,28 @@ export default function PageHead() { return ( - - Index Network | The human bridge between context and content. - + Index Network | Composable Discovery Protocol + - { const router = useRouter(); @@ -25,16 +25,18 @@ const Landing = () => { }, [status, session, router]); return ( - +
- - - - - - - - + + +
+ + + +
+ + +
); }; export default Landing; diff --git a/web-app/src/components/base/Logo/LogoFull.tsx b/web-app/src/components/base/Logo/LogoFull.tsx index ab347813..ec4dd393 100644 --- a/web-app/src/components/base/Logo/LogoFull.tsx +++ b/web-app/src/components/base/Logo/LogoFull.tsx @@ -1,30 +1,69 @@ import * as React from "react"; -const LogoFull = ( - { - fill = "var(--ias-main)", - ...props - }: React.SVGProps, -) => ( - - - - - - - - - - - - - - - -); +const LogoFull = ({ + fill = "var(--ias-main)", + ...props +}: React.SVGProps) => ( + + + + + + + + + + + + + + + + + +); export default LogoFull; diff --git a/web-app/src/components/layout/site/AppLayout/index.tsx b/web-app/src/components/layout/site/AppLayout/index.tsx index 4e62ef88..150a91f0 100644 --- a/web-app/src/components/layout/site/AppLayout/index.tsx +++ b/web-app/src/components/layout/site/AppLayout/index.tsx @@ -17,7 +17,6 @@ export const AppLayout = ({ children }: AppLayoutProps) => ( {children} - diff --git a/web-app/src/components/new/AppHeader.tsx b/web-app/src/components/new/AppHeader.tsx new file mode 100644 index 00000000..1b3c5a20 --- /dev/null +++ b/web-app/src/components/new/AppHeader.tsx @@ -0,0 +1,29 @@ +import Image from "next/image"; +import { useRouter } from "next/navigation"; +import Button from "./Button"; + +const AppHeader = () => { + const router = useRouter(); + + return ( +
+
+ index network + +
+
+ ); +}; + +export default AppHeader; diff --git a/web-app/src/components/new/Button.tsx b/web-app/src/components/new/Button.tsx index 7efd6139..dfe756f6 100644 --- a/web-app/src/components/new/Button.tsx +++ b/web-app/src/components/new/Button.tsx @@ -13,7 +13,7 @@ const Button: React.FC = ({ }) => { // Base styles const baseStyles = - "px-4 py-2 font-medium text-base rounded focus:outline-none focus:ring-2 focus:ring-offset-2"; + "px-4 font-secondary leading-none py-2 font-medium text-base rounded-sm focus:outline-none focus:ring-2 focus:ring-offset-2"; // Variant-specific styles const variantStyles = { diff --git a/web-app/src/components/new/Icons/Abstract.tsx b/web-app/src/components/new/Icons/Abstract.tsx new file mode 100644 index 00000000..5f4cec82 --- /dev/null +++ b/web-app/src/components/new/Icons/Abstract.tsx @@ -0,0 +1,196 @@ +type Props = { + variant?: 1 | 2 | 3 | 4 | 5 | 6 | 7; + props?: React.SVGProps; + fill?: string; +}; + +const Abstract = ({ fill = "white", variant = 1, props }: Props) => { + switch (variant) { + case 1: + return ( + + + + + + + ); + case 2: + return ( + + + + + + + ); + case 3: + return ( + + + + + + + ); + case 4: + return ( + + + + + + + ); + case 5: + return ( + + + + + + + ); + case 6: + return ( + + + + + + + ); + case 7: + return ( + + + + + + + ); + default: + return <>; + } +}; + +export default Abstract; diff --git a/web-app/src/components/sections/landing/Feature.tsx b/web-app/src/components/sections/landing/Feature.tsx new file mode 100644 index 00000000..856d46f4 --- /dev/null +++ b/web-app/src/components/sections/landing/Feature.tsx @@ -0,0 +1,70 @@ +import Abstract from "@/components/new/Icons/Abstract"; +import Image from "next/image"; + +const FeatureSection = () => { + return ( +
+
+
+
+

+ Decentralized
Semantic Index +

+

+ Index allows to create truly personalised and autonomous discovery + experiences across the web +

+ + Learn More + +
+ Decentralized Semantic Index +
+
+
+
+ +
+
+

Composable

+

+ Index any kind of data to an open and decentralized knowledge + graph to make it composable with blockchain backed privacy. +

+
+
+
+
+ +
+
+

Semantic

+

+ Generate & store your vector embeddings, make your data + discoverable in an open network. +

+
+
+
+
+ +
+
+

Generative

+

+ Store, share, and discover verifiable generative information. +

+
+
+
+
+
+ ); +}; + +export default FeatureSection; diff --git a/web-app/src/components/sections/landing/Feature1.tsx b/web-app/src/components/sections/landing/Feature1.tsx new file mode 100644 index 00000000..96b79de6 --- /dev/null +++ b/web-app/src/components/sections/landing/Feature1.tsx @@ -0,0 +1,75 @@ +import Abstract from "@/components/new/Icons/Abstract"; +import Image from "next/image"; + +const FeatureSection1 = () => { + return ( +
+
+
+
+

+ Decentralized
Semantic Index +

+

+ Index stores data on a decentralized knowledge graph, making it + queryable in natural language. By storing vector embeddings on the + same graph, Index introduces a new open layer for information + discovery. +

+ + Learn More + +
+ Decentralized Semantic Index +
+
+
+
+ +
+
+

Composable

+

+ Index any kind of data to an open and decentralized knowledge + graph to make it composable with blockchain backed privacy. +

+
+
+
+
+ +
+
+

Semantic

+

+ Generate & store your vector embeddings, make your data + discoverable in an open network. +

+
+
+
+
+ +
+
+

Generative

+

+ Store, share, and discover verifiable generative information. +

+
+
+
+
+
+ ); +}; + +export default FeatureSection1; diff --git a/web-app/src/components/sections/landing/Feature2.tsx b/web-app/src/components/sections/landing/Feature2.tsx new file mode 100644 index 00000000..3cb0d0bf --- /dev/null +++ b/web-app/src/components/sections/landing/Feature2.tsx @@ -0,0 +1,64 @@ +import Abstract from "@/components/new/Icons/Abstract"; +import Image from "next/image"; + +const FeatureSection2 = () => { + return ( +
+
+
+
+

+ Composable
Discovery Protocol +

+

+ The composable discovery protocol of Index allows users to query + multiple indexes together. This enables users to have an + integrated discovery experience, ensuring responses are both + personalized and trusted. +

+ + Learn More + +
+ Composable Discovery Protocol +
+
+
+
+ +
+
+

Multi-index queries

+

+ Compose natural language based questions and get knowledge + linked responses from multiple sources. +

+
+
+
+
+ +
+
+

Real-time listening

+

+ Subscribe to contexts like "tell me if something new happens + about quantum materials +

+
+
+
+
+
+ ); +}; + +export default FeatureSection2; diff --git a/web-app/src/components/sections/landing/Feature3.tsx b/web-app/src/components/sections/landing/Feature3.tsx new file mode 100644 index 00000000..10697c27 --- /dev/null +++ b/web-app/src/components/sections/landing/Feature3.tsx @@ -0,0 +1,74 @@ +import Abstract from "@/components/new/Icons/Abstract"; +import Image from "next/image"; + +const FeatureSection3 = () => { + return ( +
+
+
+
+

+ Real-time
Discovery Agents +

+

+ Index allows the automation of knowledge tasks by using AI agents + and facilitates the composition of autonomous agents, bringing + together a variety of economic models and methods. +

+ + Learn More + +
+ Real-time Discovery Agents +
+
+
+
+ +
+
+

Reactive, streaming agents

+

+ Invite multiple agents to automate and personalize discovery + experiences and allow getting multiple perspectives. +

+
+
+
+
+ +
+
+

Open, network of agents

+

+ Enable thousands of agents to work together, in an independent, + self-sovereign and private way. +

+
+
+
+
+ +
+
+

Real-time listening

+

+ Store, share, and discover verifiable generative information. +

+
+
+
+
+
+ ); +}; + +export default FeatureSection3; diff --git a/web-app/src/components/sections/landing/Footer.tsx b/web-app/src/components/sections/landing/Footer.tsx new file mode 100644 index 00000000..e280681d --- /dev/null +++ b/web-app/src/components/sections/landing/Footer.tsx @@ -0,0 +1,59 @@ +import Image from "next/image"; + +const FooterSection = () => { + return ( + + ); +}; + +export default FooterSection; diff --git a/web-app/src/components/sections/landing/Hero.tsx b/web-app/src/components/sections/landing/Hero.tsx index 4cecda67..86554340 100644 --- a/web-app/src/components/sections/landing/Hero.tsx +++ b/web-app/src/components/sections/landing/Hero.tsx @@ -6,42 +6,34 @@ const HeroSection = () => { return (
-
- {/*
-
*/} -
+
+
-
-

- The Composable Discovery Protocol +
+

+ Composable Discovery Protocol

-

- Index allows to create truly personalised and autonomous discovery - experiences across the web +

+ Index allows to create truly personalised and
autonomous + discovery experiences across the web

- + {/* */} +
+
+

+ ); +}; + +export default SubscribeSection; diff --git a/web-app/src/components/site/landing/LandingSection7/index.tsx b/web-app/src/components/site/landing/LandingSection7/index.tsx index 2a7c7f44..684b5d9d 100644 --- a/web-app/src/components/site/landing/LandingSection7/index.tsx +++ b/web-app/src/components/site/landing/LandingSection7/index.tsx @@ -4,12 +4,13 @@ import Input from "components/base/Input"; import Flex from "components/layout/base/Grid/Flex"; import { useState } from "react"; import LandingSection from "../LandingSection"; +// import toast from "react-hot-toast"; const LandingSection7 = () => { const [email, setEmail] = useState(""); const handleSubscribe = async (e: React.FormEvent) => { - // e.preventDefault(); + e.preventDefault(); // if (!email) { // toast.error("Please enter a valid email address"); // return; diff --git a/web-app/src/components/site/modal/NewCreatorModal/IndividualWallet/index.tsx b/web-app/src/components/site/modal/NewCreatorModal/IndividualWallet/index.tsx index d63d8167..e582b470 100644 --- a/web-app/src/components/site/modal/NewCreatorModal/IndividualWallet/index.tsx +++ b/web-app/src/components/site/modal/NewCreatorModal/IndividualWallet/index.tsx @@ -40,7 +40,7 @@ const IndividualWallet: React.FC = ({ if (!addressResponse || !addressResponse.walletAddress) { errors.walletAddress = "Invalid ENS name"; } else { - formik.setFieldValue("walletAddress", values.walletAddress, false); + formik.setFieldValue("walletAddress", addressResponse.walletAddress, false); } } else if (!isValidContractAddress(values.walletAddress)) { errors.walletAddress = "Invalid address"; diff --git a/web-app/src/services/api-service-new.ts b/web-app/src/services/api-service-new.ts index 57f8a571..a36797ca 100644 --- a/web-app/src/services/api-service-new.ts +++ b/web-app/src/services/api-service-new.ts @@ -30,7 +30,7 @@ const API_ENDPOINTS = { NFT_METADATA: "/nft", ENS: "/ens", ZAPIER_TEST_LOGIN: "/zapier/test_login", - SUBSCRIBE_TO_NEWSLETTER: "/subscribe", + SUBSCRIBE_TO_NEWSLETTER: "/site/subscribe", }; export interface LitActionConditions {} @@ -284,6 +284,22 @@ class ApiService { return null; } } + + async subscribeToNewsletter(email: string): Promise { + try { + const { data } = await this.apiAxios.post( + `${API_ENDPOINTS.SUBSCRIBE_TO_NEWSLETTER}`, + { email }, + ); + return data; + } catch (err: any) { + const errorMessage = + err.response && err.response.data && err.response.data.message + ? err.response.data.message + : err.message; + throw new Error(errorMessage); + } + } } export default ApiService; diff --git a/web-app/tailwind.config.js b/web-app/tailwind.config.js index 7a8b7075..26b386b3 100644 --- a/web-app/tailwind.config.js +++ b/web-app/tailwind.config.js @@ -18,6 +18,7 @@ module.exports = { passiveDark: "#0D0D0D", }, fontFamily: { + title: ["Roquefort", "sans-serif"], primary: ["Inter", "sans-serif"], secondary: ["Freizeit", "sans-serif"], }, diff --git a/web-app/yarn.lock b/web-app/yarn.lock index f8672efd..67907c79 100644 --- a/web-app/yarn.lock +++ b/web-app/yarn.lock @@ -61,11 +61,6 @@ resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30" integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw== -"@assemblyscript/loader@^0.9.4": - version "0.9.4" - resolved "https://registry.yarnpkg.com/@assemblyscript/loader/-/loader-0.9.4.tgz#a483c54c1253656bb33babd464e3154a173e1577" - integrity sha512-HazVq9zwTVwGmqdwYzu7WyQ6FQVZ7SwET0KKQuKm55jD0IfUpZgN0OPIiZG3zV1iSrVYcN0bdwLRXI/VNCYsUA== - "@babel/runtime@^7.12.1", "@babel/runtime@^7.13.10", "@babel/runtime@^7.16.3", "@babel/runtime@^7.20.13", "@babel/runtime@^7.22.5", "@babel/runtime@^7.23.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.9.2": version "7.23.9" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7" @@ -466,15 +461,7 @@ dids "^4.0.4" json-schema-typed "^8.0.1" -"@confio/ics23@^0.6.8": - version "0.6.8" - resolved "https://registry.yarnpkg.com/@confio/ics23/-/ics23-0.6.8.tgz#2a6b4f1f2b7b20a35d9a0745bb5a446e72930b3d" - integrity sha512-wB6uo+3A50m0sW/EWcU64xpV/8wShZ6bMTa7pF8eYsTrSkQA7oLUIJcs/wb8g4y2Oyq701BaGiO6n/ak5WXO1w== - dependencies: - "@noble/hashes" "^1.0.0" - protobufjs "^6.8.8" - -"@cosmjs/amino@^0.30.1": +"@cosmjs/amino@0.30.1": version "0.30.1" resolved "https://registry.yarnpkg.com/@cosmjs/amino/-/amino-0.30.1.tgz#7c18c14627361ba6c88e3495700ceea1f76baace" integrity sha512-yNHnzmvAlkETDYIpeCTdVqgvrdt1qgkOXwuRVi8s27UKI5hfqyE9fJ/fuunXE6ZZPnKkjIecDznmuUOMrMvw4w== @@ -484,7 +471,7 @@ "@cosmjs/math" "^0.30.1" "@cosmjs/utils" "^0.30.1" -"@cosmjs/crypto@^0.30.1": +"@cosmjs/crypto@0.30.1", "@cosmjs/crypto@^0.30.1": version "0.30.1" resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.30.1.tgz#21e94d5ca8f8ded16eee1389d2639cb5c43c3eb5" integrity sha512-rAljUlake3MSXs9xAm87mu34GfBLN0h/1uPPV6jEwClWjNkAMotzjC0ab9MARy5FFAvYHL3lWb57bhkbt2GtzQ== @@ -497,7 +484,7 @@ elliptic "^6.5.4" libsodium-wrappers "^0.7.6" -"@cosmjs/encoding@^0.30.1": +"@cosmjs/encoding@0.30.1", "@cosmjs/encoding@^0.30.1": version "0.30.1" resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.30.1.tgz#b5c4e0ef7ceb1f2753688eb96400ed70f35c6058" integrity sha512-rXmrTbgqwihORwJ3xYhIgQFfMSrwLu1s43RIK9I8EBudPx3KmnmyAKzMOVsRDo9edLFNuZ9GIvysUCwQfq3WlQ== @@ -506,14 +493,6 @@ bech32 "^1.1.4" readonly-date "^1.0.0" -"@cosmjs/json-rpc@^0.30.1": - version "0.30.1" - resolved "https://registry.yarnpkg.com/@cosmjs/json-rpc/-/json-rpc-0.30.1.tgz#16f21305fc167598c8a23a45549b85106b2372bc" - integrity sha512-pitfC/2YN9t+kXZCbNuyrZ6M8abnCC2n62m+JtU9vQUfaEtVsgy+1Fk4TRQ175+pIWSdBMFi2wT8FWVEE4RhxQ== - dependencies: - "@cosmjs/stream" "^0.30.1" - xstream "^11.14.0" - "@cosmjs/math@^0.30.1": version "0.30.1" resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.30.1.tgz#8b816ef4de5d3afa66cb9fdfb5df2357a7845b8a" @@ -521,70 +500,6 @@ dependencies: bn.js "^5.2.0" -"@cosmjs/proto-signing@^0.30.1": - version "0.30.1" - resolved "https://registry.yarnpkg.com/@cosmjs/proto-signing/-/proto-signing-0.30.1.tgz#f0dda372488df9cd2677150b89b3e9c72b3cb713" - integrity sha512-tXh8pPYXV4aiJVhTKHGyeZekjj+K9s2KKojMB93Gcob2DxUjfKapFYBMJSgfKPuWUPEmyr8Q9km2hplI38ILgQ== - dependencies: - "@cosmjs/amino" "^0.30.1" - "@cosmjs/crypto" "^0.30.1" - "@cosmjs/encoding" "^0.30.1" - "@cosmjs/math" "^0.30.1" - "@cosmjs/utils" "^0.30.1" - cosmjs-types "^0.7.1" - long "^4.0.0" - -"@cosmjs/socket@^0.30.1": - version "0.30.1" - resolved "https://registry.yarnpkg.com/@cosmjs/socket/-/socket-0.30.1.tgz#00b22f4b5e2ab01f4d82ccdb7b2e59536bfe5ce0" - integrity sha512-r6MpDL+9N+qOS/D5VaxnPaMJ3flwQ36G+vPvYJsXArj93BjgyFB7BwWwXCQDzZ+23cfChPUfhbINOenr8N2Kow== - dependencies: - "@cosmjs/stream" "^0.30.1" - isomorphic-ws "^4.0.1" - ws "^7" - xstream "^11.14.0" - -"@cosmjs/stargate@^0.30.1": - version "0.30.1" - resolved "https://registry.yarnpkg.com/@cosmjs/stargate/-/stargate-0.30.1.tgz#e1b22e1226cffc6e93914a410755f1f61057ba04" - integrity sha512-RdbYKZCGOH8gWebO7r6WvNnQMxHrNXInY/gPHPzMjbQF6UatA6fNM2G2tdgS5j5u7FTqlCI10stNXrknaNdzog== - dependencies: - "@confio/ics23" "^0.6.8" - "@cosmjs/amino" "^0.30.1" - "@cosmjs/encoding" "^0.30.1" - "@cosmjs/math" "^0.30.1" - "@cosmjs/proto-signing" "^0.30.1" - "@cosmjs/stream" "^0.30.1" - "@cosmjs/tendermint-rpc" "^0.30.1" - "@cosmjs/utils" "^0.30.1" - cosmjs-types "^0.7.1" - long "^4.0.0" - protobufjs "~6.11.3" - xstream "^11.14.0" - -"@cosmjs/stream@^0.30.1": - version "0.30.1" - resolved "https://registry.yarnpkg.com/@cosmjs/stream/-/stream-0.30.1.tgz#ba038a2aaf41343696b1e6e759d8e03a9516ec1a" - integrity sha512-Fg0pWz1zXQdoxQZpdHRMGvUH5RqS6tPv+j9Eh7Q953UjMlrwZVo0YFLC8OTf/HKVf10E4i0u6aM8D69Q6cNkgQ== - dependencies: - xstream "^11.14.0" - -"@cosmjs/tendermint-rpc@^0.30.1": - version "0.30.1" - resolved "https://registry.yarnpkg.com/@cosmjs/tendermint-rpc/-/tendermint-rpc-0.30.1.tgz#c16378892ba1ac63f72803fdf7567eab9d4f0aa0" - integrity sha512-Z3nCwhXSbPZJ++v85zHObeUggrEHVfm1u18ZRwXxFE9ZMl5mXTybnwYhczuYOl7KRskgwlB+rID0WYACxj4wdQ== - dependencies: - "@cosmjs/crypto" "^0.30.1" - "@cosmjs/encoding" "^0.30.1" - "@cosmjs/json-rpc" "^0.30.1" - "@cosmjs/math" "^0.30.1" - "@cosmjs/socket" "^0.30.1" - "@cosmjs/stream" "^0.30.1" - "@cosmjs/utils" "^0.30.1" - axios "^0.21.2" - readonly-date "^1.0.0" - xstream "^11.14.0" - "@cosmjs/utils@^0.30.1": version "0.30.1" resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.30.1.tgz#6d92582341be3c2ec8d82090253cfa4b7f959edb" @@ -1646,18 +1561,18 @@ resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.0.tgz#353ce4a76c83fadec272ea5674ede767650762fd" integrity sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g== -"@lit-protocol/access-control-conditions@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/access-control-conditions/-/access-control-conditions-3.1.4.tgz#2d9a37154400c3e8efcfbfc4a05e289a7ff706c4" - integrity sha512-Oy1xbDgBHK00D+7G+D1Kchor1auXLzmPsH2BEBVYpTITuQ2VcQ6JQ54e+3pUzzp6wqie7RRfngorxo4az8DeNw== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" +"@lit-protocol/access-control-conditions@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/access-control-conditions/-/access-control-conditions-3.2.1.tgz#2d9170d27d872fe4853a1288332ad8034d8e3a32" + integrity sha512-cIiTYvHx83PA/8CFGrweWbqF/072Xv1iicALnqP0TpeuA5OVm4hmnQt3FgK4ZGpIXeLL6M1GitWBQqWC3wcaMQ== + dependencies: + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" ajv "^8.12.0" ethers "^5.7.1" jszip "^3.10.1" @@ -1666,32 +1581,31 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/accs-schemas@0.0.3": - version "0.0.3" - resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.3.tgz#fdcabd16b78df5b065e8ea581af7ba21eccf7182" - integrity sha512-hjdJzeHHRABnelu3dZVQFEJUVdtJ9bs7in6uknvWonhTgr4N2m4uMMmYSMGMLXFBpMC53F8V3iF47KxZllCHtQ== +"@lit-protocol/accs-schemas@0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.6.tgz#a2dd4677bdfe33fd1a45b8f6919d1eff92633012" + integrity sha512-/NIZkAN+kgAarWefBX1a4DiNerUtv8JOdQmqUo45cnlDp89X9HkiK+8gm9z2p9gojtvxMqqId7wW8J8NHXVRDg== dependencies: ajv "^8.12.0" -"@lit-protocol/auth-browser@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/auth-browser/-/auth-browser-3.1.4.tgz#27f2c94987fdc20b26a32debd600a3703d879420" - integrity sha512-YF5Nqgz1yNX9IvVdfbmt7YrDRkM1JF3lcC1OjJy5L1Kfnolv3ktOhR3tXqZXKUb/z5m7Co/sS8BUnTB711p9Uw== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/misc-browser" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" +"@lit-protocol/auth-browser@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/auth-browser/-/auth-browser-3.2.1.tgz#547fe4731e328795bde92465fff8d09c8e74782a" + integrity sha512-C0l1UwP8+GpvXnZfOBf5Y05meUROgD0h0WT8gkwzNi8QmUmM8KaSXGP1Z5WVrKIV35C6Ool34azrEzio31A5bA== + dependencies: + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/misc-browser" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" "@walletconnect/ethereum-provider" "2.9.2" "@walletconnect/modal" "2.6.1" ajv "^8.12.0" ethers "^5.7.1" jszip "^3.10.1" - lit-siwe "^1.1.8" siwe "^2.0.5" siwe-recap "0.0.2-alpha.0" tslib "^2.3.0" @@ -1701,92 +1615,51 @@ util "^0.12.4" web-vitals "^3.0.4" -"@lit-protocol/auth-helpers@3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lit-protocol/auth-helpers/-/auth-helpers-3.1.2.tgz#e8bc262aaeec2ff6c4f5e102308a7e4d0b2c95ea" - integrity sha512-iGg2lbwpK9+3QLfYt01HWAS/atxn0j/00T13rNtJXNyp2y8/6wxZKUzw/bL3rN6kwjjWe/KvcXj91zySpEhMqA== - dependencies: - siwe "^2.0.5" - siwe-recap "0.0.2-alpha.0" - tslib "^2.3.0" - -"@lit-protocol/auth-helpers@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/auth-helpers/-/auth-helpers-3.1.4.tgz#8e263e76f433acb0a63cb1ca12f5b75728384b44" - integrity sha512-Bg9SSosfS6uSvot8ewFRcTQm8rpTdOtCYXSrmIUcd7tb810F4FDslptlour+Q0fByCjIqFdOwipeznk4EDDjmw== +"@lit-protocol/auth-helpers@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/auth-helpers/-/auth-helpers-3.2.1.tgz#7f4c47a608221316ccd6e65bd634e03dbc02f859" + integrity sha512-nkuEifffHbfgQ3M9dSnSyP+sE+JN2vNrz6cLvpPO/gmDldL4c5KebPHUNeEa+LSxuaXLo5G46RsM7pBcStUrpw== dependencies: siwe "^2.0.5" siwe-recap "0.0.2-alpha.0" tslib "^2.3.0" -"@lit-protocol/bls-sdk@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/bls-sdk/-/bls-sdk-3.1.4.tgz#c16ac7364e1ea71347e4da41ffce046e78c6a7c6" - integrity sha512-xYO/ae467yeX0bbyaRAwvYHNuPIoDcLL0na3xDASUI1wMmbi1ozmEepXqBiOfsA7sPKpiwqNOFNNYi46B65pYw== +"@lit-protocol/bls-sdk@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/bls-sdk/-/bls-sdk-3.2.1.tgz#49ab58bb962e38aaed3b75cef2ea1a24e176d700" + integrity sha512-r9T1vJlgBOoucrVhGQvF1dITZPG7rAERCX94fqGvI12KEhQYgUF5B/HDAaLLueLtAWOs9SmDy2zh9Lv3Avf3vA== dependencies: pako "^2.1.0" tslib "^2.3.0" -"@lit-protocol/constants@3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lit-protocol/constants/-/constants-3.1.2.tgz#0cece9c7f0c1f305d692e447808ce97e27abfdcf" - integrity sha512-/xdmpX7ESldx1DBnFwpu21YT43uk7PPlLd9izoEjZh/BLIOKTK795j5sE1jp9kJ5JSNWh5y9lzLuMTH0l5tF5Q== - dependencies: - "@lit-protocol/auth-helpers" "3.1.2" - "@lit-protocol/types" "3.1.2" - ethers "^5.7.1" - jszip "^3.10.1" - siwe "^2.0.5" - siwe-recap "0.0.2-alpha.0" - tslib "^2.3.0" - -"@lit-protocol/constants@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/constants/-/constants-3.1.4.tgz#cf55dc677c3cd9abbe5ddeee10270d5df599ad77" - integrity sha512-3aXIuea9SB5UfRbVgn5CxFnDeQe9hnoYE8r0KMq71skKt7d4AavEmVm/kIzCR7dWibbnPLdlgqBVqrGRh3S9/g== +"@lit-protocol/constants@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/constants/-/constants-3.2.1.tgz#c78bd37bfd6acc568cf18b97aac7685a926aaa74" + integrity sha512-gYXLpSBsFHZsS8OTjdKdZYjuWbOemgO/ujKX479TBl7nPvit41Xi+EeyAqTaE27qDepZ7Fi2jBGrlovI9alROw== dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/types" "3.1.4" + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/types" "3.2.1" ethers "^5.7.1" jszip "^3.10.1" siwe "^2.0.5" siwe-recap "0.0.2-alpha.0" tslib "^2.3.0" -"@lit-protocol/contracts-sdk@3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lit-protocol/contracts-sdk/-/contracts-sdk-3.1.2.tgz#1b0d46ef1b09bbdadf2b5a26ac0a77146b5062c4" - integrity sha512-SymLuBuPXuTt/Yb1ht8POvMGtQLI/J+zq2tvKGVaAgULoV1ZiFoGArSKOhJiOqAS75DvKEhNPwVsP3AJFpigqw== - dependencies: - "@lit-protocol/auth-helpers" "3.1.2" - "@lit-protocol/constants" "3.1.2" - "@lit-protocol/logger" "3.1.2" - "@lit-protocol/misc" "3.1.2" - "@lit-protocol/types" "3.1.2" - bitcoinjs-lib "^6.1.0" - bs58 "^5.0.0" - date-and-time "^2.4.1" - ethers "^5.7.1" - jose "^4.14.4" - jszip "^3.10.1" - multiformats "^9.7.1" - siwe "^2.0.5" - siwe-recap "0.0.2-alpha.0" - tslib "^2.3.0" - uint8arrays "^4.0.3" - -"@lit-protocol/contracts-sdk@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/contracts-sdk/-/contracts-sdk-3.1.4.tgz#81aea17fd26b393578e617a726e7dbb3a9bf315c" - integrity sha512-LZmq8xKXBZw5rrD6hEretX0ETVpDnwnJNLWh6pXCExUuefMgekGrhVCUsdBfzgdZMcj04Pi+GN7pfUd2+pg21Q== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/types" "3.1.4" +"@lit-protocol/contracts-sdk@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/contracts-sdk/-/contracts-sdk-3.2.1.tgz#3008b5a241d3dd46a62a19b2c6c48cc6bc72bee7" + integrity sha512-Xj3vy5tInUfFyWX3kw8PJSWxE4LTao8LUBQteqkf8jQ2lEuD6fPjUGydPPdHkttBYF2lpzVKyVRWMKViGSydJg== + dependencies: + "@cosmjs/amino" "0.30.1" + "@cosmjs/crypto" "0.30.1" + "@cosmjs/encoding" "0.30.1" + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/types" "3.2.1" ajv "^8.12.0" bitcoinjs-lib "^6.1.0" bs58 "^5.0.0" @@ -1800,25 +1673,28 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/core@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/core/-/core-3.1.4.tgz#8408a2ac80272a6c3f897df8a44967b487929154" - integrity sha512-4GSeeLVcv53A0Ry20cwbgDP4fP+YijQphdcBKFgi4WO8Rnrug4bYJyTDlmgmmQuIMO/IG/JRh6ls7h0a2WwAkA== - dependencies: - "@lit-protocol/access-control-conditions" "3.1.4" - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/bls-sdk" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/contracts-sdk" "3.1.4" - "@lit-protocol/crypto" "3.1.4" - "@lit-protocol/ecdsa-sdk" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/nacl" "3.1.4" - "@lit-protocol/sev-snp-utils-sdk" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" +"@lit-protocol/core@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/core/-/core-3.2.1.tgz#8ae74d1bfa6d5d371e887edd9526b597b5f97918" + integrity sha512-j3C+Y29Nst6VEcxZbzJjABMh3ZUQa0oe2IzpacCmPtuqb1AqFujMjghtWmpzqVnPAKNgGDq/P6xWxlh9I1LlMw== + dependencies: + "@cosmjs/amino" "0.30.1" + "@cosmjs/crypto" "0.30.1" + "@cosmjs/encoding" "0.30.1" + "@lit-protocol/access-control-conditions" "3.2.1" + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/bls-sdk" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/contracts-sdk" "3.2.1" + "@lit-protocol/crypto" "3.2.1" + "@lit-protocol/ecdsa-sdk" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/nacl" "3.2.1" + "@lit-protocol/sev-snp-utils-sdk" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" ajv "^8.12.0" bitcoinjs-lib "^6.1.0" bs58 "^5.0.0" @@ -1833,22 +1709,22 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/crypto@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/crypto/-/crypto-3.1.4.tgz#68f7ffcf11510d4bf5c1a47f56eebae3d1ab7fba" - integrity sha512-qZXU0aAbhC4EMCOm0U2gRfaJVWrsyGxd7S/+qIFYZgZ68FiQRblbQGZx871oI3Aab56jhP1rAkpaPU/Hhc6rng== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/bls-sdk" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/ecdsa-sdk" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/nacl" "3.1.4" - "@lit-protocol/sev-snp-utils-sdk" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" +"@lit-protocol/crypto@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/crypto/-/crypto-3.2.1.tgz#d0a04ab99513cc3bf01b74bb682bc5151ab11bc9" + integrity sha512-vh7lhF8hL7mWZH2P/tfMqoTTXITmHmffiozI7vYaUP3wPfcQpMtpfltKPQKnqKySd2/yGXnzR3EoFAaRvsLCnw== + dependencies: + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/bls-sdk" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/ecdsa-sdk" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/nacl" "3.2.1" + "@lit-protocol/sev-snp-utils-sdk" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" ajv "^8.12.0" ethers "^5.7.1" jszip "^3.10.1" @@ -1858,31 +1734,31 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/ecdsa-sdk@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/ecdsa-sdk/-/ecdsa-sdk-3.1.4.tgz#6333801342c69e37338d1bdd65fb15b288ef2488" - integrity sha512-zMUY8EsecSVoZP478ScYtO++UOT1IxXVDFSR2dX9JOoy1MdHNeglXEd2u9BeNgVebipx3jw9RtJJ9ZWicOVA5A== +"@lit-protocol/ecdsa-sdk@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/ecdsa-sdk/-/ecdsa-sdk-3.2.1.tgz#578a1450b43922afc19f409e292eda2c61dd555a" + integrity sha512-aLsH1uiuoihLrQqW1ykOluJBCwg5WRvkVo4hnM8vthMvZEIsRsuFbkjyw1O5SOGL1dlYH9giubPGhgID2/zO5g== dependencies: pako "^2.1.0" tslib "^2.3.0" -"@lit-protocol/encryption@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/encryption/-/encryption-3.1.4.tgz#9286d935d682c4621cd31d8c7b20b7e4eaba3d14" - integrity sha512-Cc9X7TXXeoSpeMWBA+xm3u+9MxJBGzQ/sm7tDdwnjdV1P++jI5+4S+tx7k1luMbh3vk70nScdUqVtiEkgzGFIg== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/bls-sdk" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/crypto" "3.1.4" - "@lit-protocol/ecdsa-sdk" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/nacl" "3.1.4" - "@lit-protocol/sev-snp-utils-sdk" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" +"@lit-protocol/encryption@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/encryption/-/encryption-3.2.1.tgz#e0eb0b0b083593b97522b9e2fb5213be695a0781" + integrity sha512-rq/8KBpWmTW7J3yvj6mPjldn72xBmb0ESy7Br5XRrS6NAvIyDr2HzMnAShH1HmT+XlK0osXBeNchLYxU+r5Ufg== + dependencies: + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/bls-sdk" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/crypto" "3.2.1" + "@lit-protocol/ecdsa-sdk" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/nacl" "3.2.1" + "@lit-protocol/sev-snp-utils-sdk" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" ajv "^8.12.0" ethers "^5.7.1" ipfs-http-client "56.0.0" @@ -1893,42 +1769,39 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/lit-node-client-nodejs@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/lit-node-client-nodejs/-/lit-node-client-nodejs-3.1.4.tgz#34df511c1c603d0da617de1304e68e5e312e8180" - integrity sha512-CGGtNpgEHfUPiAYC2tHYgMgG2QphK5gB1pCxPcqqXf3TH+2lwXXKY9RzZx4QtQl1qgvL5vniQONWk/GJobwuFQ== - dependencies: - "@cosmjs/proto-signing" "^0.30.1" - "@cosmjs/stargate" "^0.30.1" - "@lit-protocol/access-control-conditions" "3.1.4" - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/bls-sdk" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/contracts-sdk" "3.1.4" - "@lit-protocol/core" "3.1.4" - "@lit-protocol/crypto" "3.1.4" - "@lit-protocol/ecdsa-sdk" "3.1.4" - "@lit-protocol/encryption" "3.1.4" - "@lit-protocol/lit-third-party-libs" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/misc-browser" "3.1.4" - "@lit-protocol/nacl" "3.1.4" - "@lit-protocol/sev-snp-utils-sdk" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" +"@lit-protocol/lit-node-client-nodejs@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/lit-node-client-nodejs/-/lit-node-client-nodejs-3.2.1.tgz#4a66e10d3ee8a2cc16e8accf299ad2cd04c3e8e2" + integrity sha512-bhsOPBzZ+LJqPJjzbCuu7K9dYsOr2V/sFckp2xYxnWMrhJWCEJfkHaw9a0i2me4By40zMFbiqDtOIsKDP7+K7w== + dependencies: + "@cosmjs/amino" "0.30.1" + "@cosmjs/crypto" "0.30.1" + "@cosmjs/encoding" "0.30.1" + "@lit-protocol/access-control-conditions" "3.2.1" + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/bls-sdk" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/contracts-sdk" "3.2.1" + "@lit-protocol/core" "3.2.1" + "@lit-protocol/crypto" "3.2.1" + "@lit-protocol/ecdsa-sdk" "3.2.1" + "@lit-protocol/encryption" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/misc-browser" "3.2.1" + "@lit-protocol/nacl" "3.2.1" + "@lit-protocol/sev-snp-utils-sdk" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" ajv "^8.12.0" bitcoinjs-lib "^6.1.0" - blockstore-core "^3.0.0" bs58 "^5.0.0" date-and-time "^2.4.1" ethers "^5.7.1" ipfs-http-client "56.0.0" - ipfs-unixfs-importer "^12.0.0" jose "^4.14.4" jszip "^3.10.1" - lit-siwe "^1.1.8" multiformats "^12.1.3" node-fetch "^2.6.1" siwe "^2.0.5" @@ -1936,46 +1809,43 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/lit-node-client@^3.0.24": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/lit-node-client/-/lit-node-client-3.1.4.tgz#60049912bca0cb1b7784c669b2ba68f1e04c6385" - integrity sha512-LUp+4bUDUh0YytpvAUEbzaiC7A2Uxo8AO89RcLwnFt4LAe0X+8UGHIoRdP+hWjiqxMkoGOyuUa25m4uayewSsA== - dependencies: - "@cosmjs/proto-signing" "^0.30.1" - "@cosmjs/stargate" "^0.30.1" - "@lit-protocol/access-control-conditions" "3.1.4" - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-browser" "3.1.4" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/bls-sdk" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/contracts-sdk" "3.1.4" - "@lit-protocol/core" "3.1.4" - "@lit-protocol/crypto" "3.1.4" - "@lit-protocol/ecdsa-sdk" "3.1.4" - "@lit-protocol/encryption" "3.1.4" - "@lit-protocol/lit-node-client-nodejs" "3.1.4" - "@lit-protocol/lit-third-party-libs" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/misc" "3.1.4" - "@lit-protocol/misc-browser" "3.1.4" - "@lit-protocol/nacl" "3.1.4" - "@lit-protocol/sev-snp-utils-sdk" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" +"@lit-protocol/lit-node-client@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/lit-node-client/-/lit-node-client-3.2.1.tgz#2036a77b0e5c68097292c6306ab191009a8d94df" + integrity sha512-GJbpqRn9dTVTiNGyNWj9A5ZzgEw9SXgzyfjnqeK3W0iJi1xJo8jwmyV2KEihqN8JA/Mq6//V9ayEy+Wfg0NMPQ== + dependencies: + "@cosmjs/amino" "0.30.1" + "@cosmjs/crypto" "0.30.1" + "@cosmjs/encoding" "0.30.1" + "@lit-protocol/access-control-conditions" "3.2.1" + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-browser" "3.2.1" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/bls-sdk" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/contracts-sdk" "3.2.1" + "@lit-protocol/core" "3.2.1" + "@lit-protocol/crypto" "3.2.1" + "@lit-protocol/ecdsa-sdk" "3.2.1" + "@lit-protocol/encryption" "3.2.1" + "@lit-protocol/lit-node-client-nodejs" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/misc" "3.2.1" + "@lit-protocol/misc-browser" "3.2.1" + "@lit-protocol/nacl" "3.2.1" + "@lit-protocol/sev-snp-utils-sdk" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" "@walletconnect/ethereum-provider" "2.9.2" "@walletconnect/modal" "2.6.1" ajv "^8.12.0" bitcoinjs-lib "^6.1.0" - blockstore-core "^3.0.0" bs58 "^5.0.0" date-and-time "^2.4.1" ethers "^5.7.1" ipfs-http-client "56.0.0" - ipfs-unixfs-importer "^12.0.0" jose "^4.14.4" jszip "^3.10.1" - lit-siwe "^1.1.8" multiformats "^12.1.3" node-fetch "^2.6.1" siwe "^2.0.5" @@ -1985,41 +1855,15 @@ tweetnacl-util "^0.15.1" uint8arrays "^4.0.3" -"@lit-protocol/lit-third-party-libs@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/lit-third-party-libs/-/lit-third-party-libs-3.1.4.tgz#975ea428d89e907c1de7f659ae73f7afd5a22035" - integrity sha512-WPaQJgiIxlELacnCWvKjWHKilw0AyM7UpIo3Mgi/slxbclgiNlUOFqxzqNzEjIaQvuvOsYzOOw8JJOTUPLLMXg== - dependencies: - "@cosmjs/proto-signing" "^0.30.1" - "@cosmjs/stargate" "^0.30.1" - blockstore-core "^3.0.0" - ipfs-unixfs-importer "^12.0.0" - tslib "^2.3.0" - -"@lit-protocol/logger@3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lit-protocol/logger/-/logger-3.1.2.tgz#4642c089e243990dd49c9897d3648aeb0db88906" - integrity sha512-sSUUxramuvj0g5Asz5UUaehjyDl1X57Pbf1+xFVLexvPBZCkCFIstCpuiLt7zHGUjJlWqibehXrckKw2Sv4iJg== - dependencies: - "@lit-protocol/auth-helpers" "3.1.2" - "@lit-protocol/constants" "3.1.2" - "@lit-protocol/types" "3.1.2" - ethers "^5.7.1" - jszip "^3.10.1" - siwe "^2.0.5" - siwe-recap "0.0.2-alpha.0" - tslib "^2.3.0" - uint8arrays "^4.0.3" - -"@lit-protocol/logger@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/logger/-/logger-3.1.4.tgz#f332efb4fed0752ec6a2e60135c99e67ae2ac685" - integrity sha512-YATxPh1hyXqg5DJgn9XqDvMJQT/jztJhPVyz1bNf08np5PUw+pcWBpqhp16F1rW15j6zJJX+oEorvq6Ts5a5Tw== +"@lit-protocol/logger@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/logger/-/logger-3.2.1.tgz#a9c23e7566a4cb208b804ae0d3fca8053c846ad5" + integrity sha512-qUU2X5OLTE6ADxgBhjPLnoTTlHrpdSH9+EJnMxSf66N2oCiEFqzhGTqPX6o/xlsNsNkTu5xRKZvNFeUSYntLMg== dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/types" "3.1.4" + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/types" "3.2.1" ethers "^5.7.1" jszip "^3.10.1" siwe "^2.0.5" @@ -2027,48 +1871,32 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/misc-browser@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/misc-browser/-/misc-browser-3.1.4.tgz#c1bebe61459306c8ede32212ee2a27abcf6326c6" - integrity sha512-rKyp23XztE8GKVNY+zwSNXuQslAUku6OnUFC1MghKHub4Dz9xIymXvQ+Ytq4NkScccGpIt7pXol/tBVDOKKkjQ== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/types" "3.1.4" - "@lit-protocol/uint8arrays" "3.1.4" - ethers "^5.7.1" - jszip "^3.10.1" - siwe "^2.0.5" - siwe-recap "0.0.2-alpha.0" - tslib "^2.3.0" - -"@lit-protocol/misc@3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lit-protocol/misc/-/misc-3.1.2.tgz#5be27fd23da239a54f667d9a5e0211ae575a1a64" - integrity sha512-eNZjnNhkakspT/bC8msy0EDKgvuWzn982LEvmPnSnRipVtXWJn0NtmiubiJzdYY88gJqKtWCc/ctbTqQ3G3gOg== - dependencies: - "@lit-protocol/auth-helpers" "3.1.2" - "@lit-protocol/constants" "3.1.2" - "@lit-protocol/logger" "3.1.2" - "@lit-protocol/types" "3.1.2" +"@lit-protocol/misc-browser@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/misc-browser/-/misc-browser-3.2.1.tgz#e82902162ae4dcf2a5b915a078b5b69c32ebf46a" + integrity sha512-ts1cWYdUuBALISoDxGGLdkpetd2kOKQBpoOqAcnDbSmKW+y9Y5U/cX4PMSWLhaONpS4PE3w3C2rt3ooQ612pYQ== + dependencies: + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/types" "3.2.1" + "@lit-protocol/uint8arrays" "3.2.1" ethers "^5.7.1" jszip "^3.10.1" siwe "^2.0.5" siwe-recap "0.0.2-alpha.0" tslib "^2.3.0" - uint8arrays "^4.0.3" -"@lit-protocol/misc@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/misc/-/misc-3.1.4.tgz#f88db16a0040bb52f3cd639c896541cccb91cfae" - integrity sha512-QdrpP2LJQwpunPs0m1/MK12451w+KEn0YdFCjBxgbA9J/cvX2yH+YQjWmCNIO5Vd1Hle9MhP66S7F9QovF00pg== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - "@lit-protocol/constants" "3.1.4" - "@lit-protocol/logger" "3.1.4" - "@lit-protocol/types" "3.1.4" +"@lit-protocol/misc@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/misc/-/misc-3.2.1.tgz#bb4ff4832d351b02d17f00364698492df48a6de9" + integrity sha512-ILdzksSQVuK/HoFcm07/cKW8QvbNc7JEWncKQ95dyinSppOsW61DDMT0z4SLeM41WuEpN7g+RIrc2L8yWIh4TA== + dependencies: + "@lit-protocol/accs-schemas" "0.0.6" + "@lit-protocol/auth-helpers" "3.2.1" + "@lit-protocol/constants" "3.2.1" + "@lit-protocol/logger" "3.2.1" + "@lit-protocol/types" "3.2.1" ajv "^8.12.0" ethers "^5.7.1" jszip "^3.10.1" @@ -2077,59 +1905,32 @@ tslib "^2.3.0" uint8arrays "^4.0.3" -"@lit-protocol/nacl@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/nacl/-/nacl-3.1.4.tgz#ab797bbed8f09d29aca8d8605f628d096ede62eb" - integrity sha512-CPV8JhN7GnAabV3PY5+HM44Y1L0SaoPHH3nUJ4fehGs8cQa63qQ8M0cOihR1lByS75u+tBTNIdNIAsuY0dw1dA== +"@lit-protocol/nacl@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/nacl/-/nacl-3.2.1.tgz#ddafde476bc47a04c4fbb28537aa7ff5f992f4a5" + integrity sha512-0QRbFJtrmcyHjvm3El/T0hoifeeSOM1oH0hwwK02/39uBxU1hHtz/lUFErsokxDZKKC/rsH04n/u+4oOvTyS6A== dependencies: tslib "^2.3.0" -"@lit-protocol/sev-snp-utils-sdk@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/sev-snp-utils-sdk/-/sev-snp-utils-sdk-3.1.4.tgz#9b32254a80da56a56611f510e4c3bd757580ed08" - integrity sha512-YK8o+h0MbljDlJ9ZD33bELHK1DXD0iobdfAIkOa2hhPTsXR/PMdm+Y7L6O0ZQAsKDynK7958NdV3A/vqXEr3xQ== +"@lit-protocol/sev-snp-utils-sdk@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/sev-snp-utils-sdk/-/sev-snp-utils-sdk-3.2.1.tgz#b669ea3a4b7e11db492579f0883404243e88f639" + integrity sha512-2K/w6e/Ju+d22Do48ROn7iHCF6qEp1oM9LgcLHz7HIY+PzQO8vjF3PrywiTcSwhlgkvl9EIspp15cVqHQhrNTw== dependencies: - "@lit-protocol/uint8arrays" "3.1.4" + "@lit-protocol/uint8arrays" "3.2.1" node-fetch "^2.6.1" pako "^2.1.0" tslib "^2.3.0" -"@lit-protocol/types@3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@lit-protocol/types/-/types-3.1.2.tgz#7f5e8bf893de9802674c589af1842c1c144948f8" - integrity sha512-0unEAb2xgEBsRQAE/CYVFG9w9AT0aXGn7dy1heaDWfPPnntyXptmgmtg4rHwv1evVtO9qct7cXPZLvax/cvn3w== - dependencies: - "@lit-protocol/auth-helpers" "3.1.2" - ethers "^5.7.1" - jszip "^3.10.1" - siwe "^2.0.5" - siwe-recap "0.0.2-alpha.0" - tslib "^2.3.0" - -"@lit-protocol/types@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/types/-/types-3.1.4.tgz#18f23a09e3aa172b1123357b43081987567a907c" - integrity sha512-R2V/3+DLLhrriweTc1n032PqB0TszYnNJs03sEuvIy2hkIoTunwUHdLKw5glaRRzTIZRimUBmJgo/ZLQa2pkiQ== - dependencies: - "@lit-protocol/accs-schemas" "0.0.3" - "@lit-protocol/auth-helpers" "3.1.4" - ethers "^5.7.1" - jszip "^3.10.1" - siwe "^2.0.5" - siwe-recap "0.0.2-alpha.0" - tslib "^2.3.0" - -"@lit-protocol/uint8arrays@3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@lit-protocol/uint8arrays/-/uint8arrays-3.1.4.tgz#2ff3fe8f47d7ab362686e47bd199608ee63b61c2" - integrity sha512-un9+5yuq8natXvXfIufwMziSnYmogmiVwAdnOTkR/1ZR51g0hk0RXOuA6BnCHXAfgldwkXNr/wJaRzrqdVjf+g== - dependencies: - tslib "^2.3.0" +"@lit-protocol/types@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/types/-/types-3.2.1.tgz#b0e63988663a98d06a6fcbdb9b0694e7b10ada98" + integrity sha512-fnPtXTfvXqU2dvyaT4wnBb31V3B3EaZQfueKbHziloif8N2nX8ApJd0X/v2fae5yzuXcPaCfC9oyIUsQIJIQ+g== -"@lit-protocol/uint8arrays@^2.2.47": - version "2.9.90" - resolved "https://registry.yarnpkg.com/@lit-protocol/uint8arrays/-/uint8arrays-2.9.90.tgz#12ba07200332d89d9cd1b9b8529f50cefae35ab1" - integrity sha512-6P2MeTp3HB0vXQt/p+/TnywwDo//aqxCpNtTOqx23SV/4Q7a0ImEqd7g2Hjzo+eq5/N5skoB49opf8l3gRf7HQ== +"@lit-protocol/uint8arrays@3.2.1": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@lit-protocol/uint8arrays/-/uint8arrays-3.2.1.tgz#c2ebf5729ce180d4a02052f4ecff87847d491ecb" + integrity sha512-AmfK+iNXmcBqB1XH2f07RQ2Df1Hgw1Qxey6BE1xXBH4MjSq3o29bg/1BUQptunIFgAMSSqDClFt9+DkSqQU9DA== dependencies: tslib "^2.3.0" @@ -2246,14 +2047,6 @@ uint8-varint "^2.0.1" uint8arrays "^5.0.0" -"@multiformats/murmur3@^2.0.0": - version "2.1.8" - resolved "https://registry.yarnpkg.com/@multiformats/murmur3/-/murmur3-2.1.8.tgz#81c1c15b6391109f3febfca4b3205196615a04e9" - integrity sha512-6vId1C46ra3R1sbJUOFCZnsUIveR9oF20yhPmAFxPm0JfrX3/ZRCgP3YDrBzlGoEppOXnA9czHeYc0T9mB6hbA== - dependencies: - multiformats "^13.0.0" - murmurhash3js-revisited "^3.0.0" - "@nanostores/react@ai/react": version "0.7.1" resolved "https://codeload.github.com/ai/react/tar.gz/b71b8427c9ec9c780083544505495ce7b36b7059" @@ -2344,7 +2137,7 @@ resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39" integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ== -"@noble/hashes@1.3.3", "@noble/hashes@^1", "@noble/hashes@^1.0.0", "@noble/hashes@^1.1.2", "@noble/hashes@^1.2.0", "@noble/hashes@^1.3.0", "@noble/hashes@^1.3.1", "@noble/hashes@^1.3.2", "@noble/hashes@^1.3.3", "@noble/hashes@~1.3.0", "@noble/hashes@~1.3.2": +"@noble/hashes@1.3.3", "@noble/hashes@^1", "@noble/hashes@^1.1.2", "@noble/hashes@^1.2.0", "@noble/hashes@^1.3.0", "@noble/hashes@^1.3.1", "@noble/hashes@^1.3.2", "@noble/hashes@^1.3.3", "@noble/hashes@~1.3.0", "@noble/hashes@~1.3.2": version "1.3.3" resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699" integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA== @@ -2860,13 +2653,6 @@ uri-js "^4.4.1" valid-url "^1.0.9" -"@spruceid/siwe-parser@1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@spruceid/siwe-parser/-/siwe-parser-1.1.3.tgz#0eebe8bbd63c6de89cb44c06b6329b00b305df65" - integrity sha512-oQ8PcwDqjGWJvLmvAF2yzd6iniiWxK0Qtz+Dw+gLD/W5zOQJiKIUXwslHOm8VB8OOOKW9vfR3dnPBhHaZDvRsw== - dependencies: - apg-js "^4.1.1" - "@stablelib/aead@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@stablelib/aead/-/aead-1.0.1.tgz#c4b1106df9c23d1b867eb9b276d8f42d5fc4c0c3" @@ -3999,13 +3785,6 @@ axe-core@=4.7.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf" integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ== -axios@^0.21.2: - version "0.21.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" - integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== - dependencies: - follow-redirects "^1.14.0" - axios@^1.6.2: version "1.6.7" resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7" @@ -4109,15 +3888,6 @@ bitcoinjs-lib@^6.1.0: typeforce "^1.11.3" varuint-bitcoin "^1.1.2" -bl@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-5.1.0.tgz#183715f678c7188ecef9fe475d90209400624273" - integrity sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ== - dependencies: - buffer "^6.0.3" - inherits "^2.0.4" - readable-stream "^3.4.0" - blakejs@^1.1.0: version "1.2.1" resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.2.1.tgz#5057e4206eadb4a97f7c0b6e197a505042fc3814" @@ -4137,20 +3907,6 @@ blob-to-it@^2.0.0: dependencies: browser-readablestream-to-it "^2.0.0" -blockstore-core@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/blockstore-core/-/blockstore-core-3.0.0.tgz#08f52d954fe079d2735b745d218e737071badd97" - integrity sha512-5ZZB5nh6kErcjZ/CTK6lCwTIGlPdkTXbD8+2xLC4Fm0WGh7g2e2lW2bfURw7mvnPtSX1xV+sN4V2ndowSgIiHQ== - dependencies: - err-code "^3.0.1" - interface-blockstore "^4.0.0" - interface-store "^3.0.0" - it-all "^2.0.0" - it-drain "^2.0.0" - it-filter "^2.0.0" - it-take "^2.0.0" - multiformats "^11.0.0" - bn.js@5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" @@ -4592,14 +4348,6 @@ core-util-is@~1.0.0: resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -cosmjs-types@^0.7.1: - version "0.7.2" - resolved "https://registry.yarnpkg.com/cosmjs-types/-/cosmjs-types-0.7.2.tgz#a757371abd340949c5bd5d49c6f8379ae1ffd7e2" - integrity sha512-vf2uLyktjr/XVAgEq0DjMxeAWh1yYREe7AMHDKd7EiHVqxBPCaBS+qEEQUkXbR9ndnckqr1sUG8BQhazh4X5lA== - dependencies: - long "^4.0.0" - protobufjs "~6.11.2" - create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" @@ -5908,7 +5656,7 @@ flatted@^3.2.9: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== -follow-redirects@^1.14.0, follow-redirects@^1.15.4: +follow-redirects@^1.15.4: version "1.15.5" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== @@ -6095,7 +5843,7 @@ globals@^13.19.0: dependencies: type-fest "^0.20.2" -globalthis@^1.0.1, globalthis@^1.0.3: +globalthis@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf" integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA== @@ -6168,14 +5916,6 @@ h3@^1.10.1, h3@^1.8.2: uncrypto "^0.1.3" unenv "^1.9.0" -hamt-sharding@^3.0.0: - version "3.0.6" - resolved "https://registry.yarnpkg.com/hamt-sharding/-/hamt-sharding-3.0.6.tgz#3643107a3021af66ac95684aec87b196add5ba57" - integrity sha512-nZeamxfymIWLpVcAN0CRrb7uVq3hCOGj9IcL6NMA6VVCVWqj+h9Jo/SmaWuS92AEDf1thmHsM5D5c70hM3j2Tg== - dependencies: - sparse-array "^1.3.1" - uint8arrays "^5.0.1" - has-bigints@^1.0.1, has-bigints@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" @@ -6409,14 +6149,6 @@ inline-style-parser@0.1.1: resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q== -interface-blockstore@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/interface-blockstore/-/interface-blockstore-4.0.1.tgz#0dda1774d72ca7e990dc1921cfc524b3e9d1b9ca" - integrity sha512-ROWKGJls7vLeFaQtI3hZVCJOkUoZ05xAi2t2qysM4d7dwVKrfm5jUOqWh8JgLL7Iup3XqJ0mKXXZuwJ3s03RSw== - dependencies: - interface-store "^3.0.0" - multiformats "^11.0.0" - interface-datastore@^6.0.2: version "6.1.1" resolved "https://registry.yarnpkg.com/interface-datastore/-/interface-datastore-6.1.1.tgz#5150a00de2e7513eaadba58bcafd059cb50004c1" @@ -6641,27 +6373,6 @@ ipfs-http-client@^60.0.1: stream-to-it "^0.2.2" uint8arrays "^4.0.2" -ipfs-unixfs-importer@^12.0.0: - version "12.0.1" - resolved "https://registry.yarnpkg.com/ipfs-unixfs-importer/-/ipfs-unixfs-importer-12.0.1.tgz#316a52d8a793e9e006b1ee43edc50b83e00ef306" - integrity sha512-//VPZOqbONtc1HNtb+sBrw+nIGijHEloSm1O3LVR5orSlhHQ8X7+OCkeqceFBhu40tPMe/TwgAPrkvh+fXL+bA== - dependencies: - "@ipld/dag-pb" "^4.0.0" - "@multiformats/murmur3" "^2.0.0" - err-code "^3.0.1" - hamt-sharding "^3.0.0" - interface-blockstore "^4.0.0" - ipfs-unixfs "^9.0.0" - it-all "^2.0.0" - it-batch "^2.0.0" - it-first "^2.0.0" - it-parallel-batch "^2.0.0" - merge-options "^3.0.4" - multiformats "^11.0.0" - rabin-wasm "^0.1.4" - uint8arraylist "^2.3.3" - uint8arrays "^4.0.2" - ipfs-unixfs@^6.0.3: version "6.0.9" resolved "https://registry.yarnpkg.com/ipfs-unixfs/-/ipfs-unixfs-6.0.9.tgz#f6613b8e081d83faa43ed96e016a694c615a9374" @@ -7019,11 +6730,6 @@ iso-url@^1.1.5: resolved "https://registry.yarnpkg.com/iso-url/-/iso-url-1.2.1.tgz#db96a49d8d9a64a1c889fc07cc525d093afb1811" integrity sha512-9JPDgCN4B7QPkLtYAAOrEuAWvP9rWvR5offAr0/SeF046wIkglqH3VXgYYP6NcsKslH80UIVgmPqNe3j7tG2ng== -isomorphic-ws@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz#55fd4cd6c5e6491e76dc125938dd863f5cd4f2dc" - integrity sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w== - isows@1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.3.tgz#93c1cf0575daf56e7120bab5c8c448b0809d0d74" @@ -7039,21 +6745,6 @@ it-all@^2.0.0: resolved "https://registry.yarnpkg.com/it-all/-/it-all-2.0.1.tgz#45d530ecf6e13fb81d7ba583cdfd55ffdb376b05" integrity sha512-9UuJcCRZsboz+HBQTNOau80Dw+ryGaHYFP/cPYzFBJBFcfDathMYnhHk4t52en9+fcyDGPTdLB+lFc1wzQIroA== -it-batch@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/it-batch/-/it-batch-2.0.1.tgz#a0822be9b18743c41d8525835f788a7f297ba41f" - integrity sha512-2gWFuPzamh9Dh3pW+OKjc7UwJ41W4Eu2AinVAfXDMfrC5gXfm3b1TF+1UzsygBUgKBugnxnGP+/fFRyn+9y1mQ== - -it-drain@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/it-drain/-/it-drain-2.0.1.tgz#f50f6ce5cb8592a9d6337c9b5e780348877b152d" - integrity sha512-ESuHV6MLUNxuSy0vGZpKhSRjW0ixczN1FhbVy7eGJHjX6U2qiiXTyMvDc0z/w+nifOOwPyI5DT9Rc3o9IaGqEQ== - -it-filter@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/it-filter/-/it-filter-2.0.2.tgz#c849b3de4a12a2de3cc45be734ee55f69a0ed284" - integrity sha512-gocw1F3siqupegsOzZ78rAc9C+sYlQbI2af/TmzgdrR613MyEJHbvfwBf12XRekGG907kqXSOGKPlxzJa6XV1Q== - it-first@^1.0.6, it-first@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/it-first/-/it-first-1.0.7.tgz#a4bef40da8be21667f7d23e44dae652f5ccd7ab1" @@ -7097,13 +6788,6 @@ it-map@^2.0.0: resolved "https://registry.yarnpkg.com/it-map/-/it-map-2.0.1.tgz#d5251fd6b222d6ee39293d406a3f8fce54fb9220" integrity sha512-a2GcYDHiAh/eSU628xlvB56LA98luXZnniH2GlD0IdBzf15shEq9rBeb0Rg3o1SWtNILUAwqmQxEXcewGCdvmQ== -it-parallel-batch@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/it-parallel-batch/-/it-parallel-batch-2.0.1.tgz#23eb07bbeb73521253d7c8a1566b53137103077c" - integrity sha512-tXh567/JfDGJ90Zi//H9HkL7kY27ARp0jf2vu2jUI6PUVBWfsoT+gC4eT41/b4+wkJXSGgT8ZHnivAOlMfcNjA== - dependencies: - it-batch "^2.0.0" - it-peekable@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/it-peekable/-/it-peekable-1.0.3.tgz#8ebe933767d9c5aa0ae4ef8e9cb3a47389bced8c" @@ -7131,11 +6815,6 @@ it-stream-types@^2.0.1: resolved "https://registry.yarnpkg.com/it-stream-types/-/it-stream-types-2.0.1.tgz#69cb4d7e79e707b8257a8997e02751ccb6c3af32" integrity sha512-6DmOs5r7ERDbvS4q8yLKENcj6Yecr7QQTqWApbZdfAUTEC947d+PEha7PCqhm//9oxaLYL7TWRekwhoXl2s6fg== -it-take@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/it-take/-/it-take-2.0.1.tgz#f9e5ddf0b73a18ba00e62fb532d9d3cde3fe4ce6" - integrity sha512-DL7kpZNjuoeSTnB9dMAJ0Z3m2T29LRRAU+HIgkiQM+1jH3m8l9e/1xpWs8JHTlbKivbqSFrQMTc8KVcaQNmsaA== - it-to-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/it-to-stream/-/it-to-stream-1.0.0.tgz#6c47f91d5b5df28bda9334c52782ef8e97fe3a4a" @@ -7466,15 +7145,6 @@ lit-html@^2.7.0, lit-html@^2.8.0: dependencies: "@types/trusted-types" "^2.0.2" -lit-siwe@^1.1.8: - version "1.1.8" - resolved "https://registry.yarnpkg.com/lit-siwe/-/lit-siwe-1.1.8.tgz#6a393069012816d629c518bb8aa410f1e4a78bd7" - integrity sha512-gXI8GG0GAClw6G7T9p4p6Kn9ywDo8j2d90ShaYArJdsqqO9gwXfzxF84SMeY+bpsNqqQ3FahrhEwTCHd6w7wNw== - dependencies: - "@spruceid/siwe-parser" "1.1.3" - "@stablelib/random" "^1.0.1" - apg-js "^4.1.1" - lit@2.7.5: version "2.7.5" resolved "https://registry.yarnpkg.com/lit/-/lit-2.7.5.tgz#60bc82990cfad169d42cd786999356dcf79b035f" @@ -8172,7 +7842,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: +minimist@^1.2.0, minimist@^1.2.6: version "1.2.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== @@ -9029,7 +8699,7 @@ property-information@^6.0.0: resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.4.1.tgz#de8b79a7415fd2107dfbe65758bb2cc9dfcf60ac" integrity sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w== -protobufjs@^6.10.2, protobufjs@^6.8.8, protobufjs@~6.11.2, protobufjs@~6.11.3: +protobufjs@^6.10.2: version "6.11.4" resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.4.tgz#29a412c38bf70d89e537b6d02d904a6f448173aa" integrity sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw== @@ -9119,18 +8789,6 @@ quick-format-unescaped@^4.0.3: resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7" integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg== -rabin-wasm@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/rabin-wasm/-/rabin-wasm-0.1.5.tgz#5b625ca007d6a2cbc1456c78ae71d550addbc9c9" - integrity sha512-uWgQTo7pim1Rnj5TuWcCewRDTf0PEFTSlaUjWP4eY9EbLV9em08v89oCz/WO+wRxpYuO36XEHp4wgYQnAgOHzA== - dependencies: - "@assemblyscript/loader" "^0.9.4" - bl "^5.0.0" - debug "^4.3.1" - minimist "^1.2.5" - node-fetch "^2.6.1" - readable-stream "^3.6.0" - radix3@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/radix3/-/radix3-1.1.0.tgz#9745df67a49c522e94a33d0a93cf743f104b6e0d" @@ -9314,7 +8972,7 @@ read-cache@^1.0.0: dependencies: pify "^2.3.0" -readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: +readable-stream@^3.1.1, readable-stream@^3.6.0: version "3.6.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== @@ -9872,11 +9530,6 @@ space-separated-tokens@^2.0.0: resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f" integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q== -sparse-array@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/sparse-array/-/sparse-array-1.3.2.tgz#0e1a8b71706d356bc916fe754ff496d450ec20b0" - integrity sha512-ZT711fePGn3+kQyLuv1fpd3rNSkNF8vd5Kv2D+qnOANeyKs3fx6bUMGWRPvgTTcYV64QMqZKZwcuaQSP3AZ0tg== - split-on-first@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f" @@ -10124,11 +9777,6 @@ swrv@1.0.4: resolved "https://registry.yarnpkg.com/swrv/-/swrv-1.0.4.tgz#278b4811ed4acbb1ae46654972a482fd1847e480" integrity sha512-zjEkcP8Ywmj+xOJW3lIT65ciY/4AL4e/Or7Gj0MzU3zBJNMdJiT8geVZhINavnlHRMMCcJLHhraLTAiDOTmQ9g== -symbol-observable@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-2.0.3.tgz#5b521d3d07a43c351055fa43b8355b62d33fd16a" - integrity sha512-sQV7phh2WCYAn81oAkakC5qjq2Ml0g8ozqz03wOGnx9dDlG1de6yrF+0RAzSJD8fPUow3PTSMf2SAbOGxb93BA== - synckit@^0.8.6: version "0.8.8" resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7" @@ -10419,7 +10067,7 @@ uint8-varint@^2.0.1: uint8arraylist "^2.0.0" uint8arrays "^5.0.0" -uint8arraylist@^2.0.0, uint8arraylist@^2.1.2, uint8arraylist@^2.3.3, uint8arraylist@^2.4.8: +uint8arraylist@^2.0.0, uint8arraylist@^2.1.2, uint8arraylist@^2.4.8: version "2.4.8" resolved "https://registry.yarnpkg.com/uint8arraylist/-/uint8arraylist-2.4.8.tgz#5a4d17f4defd77799cb38e93fd5db0f0dceddc12" integrity sha512-vc1PlGOzglLF0eae1M8mLRTBivsvrGsdmJ5RbK3e+QRvRLOZfZhQROTwH/OfyF3+ZVUg9/8hE8bmKP2CvP9quQ== @@ -10952,7 +10600,7 @@ ws@8.5.0: resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== -ws@^7, ws@^7.5.1: +ws@^7.5.1: version "7.5.9" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== @@ -10967,14 +10615,6 @@ xmlhttprequest-ssl@~2.0.0: resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67" integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A== -xstream@^11.14.0: - version "11.14.0" - resolved "https://registry.yarnpkg.com/xstream/-/xstream-11.14.0.tgz#2c071d26b18310523b6877e86b4e54df068a9ae5" - integrity sha512-1bLb+kKKtKPbgTK6i/BaoAn03g47PpFstlbe1BA+y3pNS/LfvcaghS5BFf9+EE1J+KwSQsEpfJvFN5GqFtiNmw== - dependencies: - globalthis "^1.0.1" - symbol-observable "^2.0.3" - xtend@^4.0.0: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"