chore: update web3modal-standalone and signClient for react-dapp-v2 (#121)

This commit is contained in:
crypblizz 2023-02-21 14:38:22 +01:00 committed by GitHub
parent 9b6dfc366b
commit 9347d1a20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 114 additions and 96 deletions

View File

@ -17,10 +17,10 @@
"@polkadot/util-crypto": "^10.1.2", "@polkadot/util-crypto": "^10.1.2",
"@solana/web3.js": "^1.36.0", "@solana/web3.js": "^1.36.0",
"@walletconnect/encoding": "^1.0.1", "@walletconnect/encoding": "^1.0.1",
"@walletconnect/sign-client": "2.3.3", "@walletconnect/sign-client": "2.4.4",
"@walletconnect/types": "2.3.3", "@walletconnect/types": "2.4.4",
"@walletconnect/utils": "2.3.3", "@walletconnect/utils": "2.4.4",
"@web3modal/standalone": "2.0.0-beta.8", "@web3modal/standalone": "2.1.1",
"axios": "^0.21.1", "axios": "^0.21.1",
"blockies-ts": "^1.0.0", "blockies-ts": "^1.0.0",
"bs58": "^5.0.0", "bs58": "^5.0.0",

View File

@ -56,6 +56,7 @@ export const ClientContext = createContext<IContext>({} as IContext);
const web3Modal = new Web3Modal({ const web3Modal = new Web3Modal({
projectId: DEFAULT_PROJECT_ID, projectId: DEFAULT_PROJECT_ID,
themeMode: "light", themeMode: "light",
walletConnectVersion: 2,
}); });
/** /**
@ -154,7 +155,7 @@ export function ClientContextProvider({
// Create a flat array of all requested chains across namespaces. // Create a flat array of all requested chains across namespaces.
const standaloneChains = Object.values(requiredNamespaces) const standaloneChains = Object.values(requiredNamespaces)
.map((namespace) => namespace.chains) .map((namespace) => namespace.chains)
.flat(); .flat() as string[];
web3Modal.openModal({ uri, standaloneChains }); web3Modal.openModal({ uri, standaloneChains });
} }

View File

@ -2015,12 +2015,24 @@
dependencies: dependencies:
keyvaluestorage-interface "^1.0.0" keyvaluestorage-interface "^1.0.0"
"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.4.0": "@lit-labs/ssr-dom-shim@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.0.0.tgz#427e19a2765681fd83411cd72c55ba80a01e0523"
integrity sha512-ic93MBXfApIFTrup4a70M/+ddD8xdt2zxxj9sRwHQzhS9ag/syqkD8JPdTXsc1gUy2K8TTirhlCqyTEM/sifNw==
"@lit/reactive-element@^1.3.0":
version "1.4.2" version "1.4.2"
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.4.2.tgz#65d659e89d1a7e2f4f2b547182aef0a224f4adb7" resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.4.2.tgz#65d659e89d1a7e2f4f2b547182aef0a224f4adb7"
integrity sha512-VMOxsWh/QDwrxPsgkSQnuZ+8mfNy1OTjzzUdLBvvZtpahwPTHTeVZ51RZRqO4xfKVrR+btIPA8D01IL3xeG66w== integrity sha512-VMOxsWh/QDwrxPsgkSQnuZ+8mfNy1OTjzzUdLBvvZtpahwPTHTeVZ51RZRqO4xfKVrR+btIPA8D01IL3xeG66w==
"@motionone/animation@^10.15.0", "@motionone/animation@^10.15.1": "@lit/reactive-element@^1.6.0":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.6.1.tgz#0d958b6d479d0e3db5fc1132ecc4fa84be3f0b93"
integrity sha512-va15kYZr7KZNNPZdxONGQzpUr+4sxVu7V/VG7a8mRfPPXUyhEYj5RzXCQmGrlP3tAh0L3HHm5AjBMFYRqlM9SA==
dependencies:
"@lit-labs/ssr-dom-shim" "^1.0.0"
"@motionone/animation@^10.15.1":
version "10.15.1" version "10.15.1"
resolved "https://registry.yarnpkg.com/@motionone/animation/-/animation-10.15.1.tgz#4a85596c31cbc5100ae8eb8b34c459fb0ccf6807" resolved "https://registry.yarnpkg.com/@motionone/animation/-/animation-10.15.1.tgz#4a85596c31cbc5100ae8eb8b34c459fb0ccf6807"
integrity sha512-mZcJxLjHor+bhcPuIFErMDNyrdb2vJur8lSfMCsuCB4UyV8ILZLvK+t+pg56erv8ud9xQGK/1OGPt10agPrCyQ== integrity sha512-mZcJxLjHor+bhcPuIFErMDNyrdb2vJur8lSfMCsuCB4UyV8ILZLvK+t+pg56erv8ud9xQGK/1OGPt10agPrCyQ==
@ -2030,10 +2042,10 @@
"@motionone/utils" "^10.15.1" "@motionone/utils" "^10.15.1"
tslib "^2.3.1" tslib "^2.3.1"
"@motionone/dom@^10.15.0", "@motionone/dom@^10.15.3": "@motionone/dom@^10.15.5":
version "10.15.3" version "10.15.5"
resolved "https://registry.yarnpkg.com/@motionone/dom/-/dom-10.15.3.tgz#afb27270032368a917f1ae8dd87e0069a6a9fe40" resolved "https://registry.yarnpkg.com/@motionone/dom/-/dom-10.15.5.tgz#4af18f8136d85c2fc997cac98121c969f6731802"
integrity sha512-FQ7a2zMBXc1UeU8CG9G3yDpst55fbb0+C9A0VGfwOITitBCzigKZnXRgsRSWWR+FW57GSc13eGQxtYB0lKG0Ng== integrity sha512-Xc5avlgyh3xukU9tydh9+8mB8+2zAq+WlLsC3eEIp7Ax7DnXgY7Bj/iv0a4X2R9z9ZFZiaXK3BO0xMYHKbAAdA==
dependencies: dependencies:
"@motionone/animation" "^10.15.1" "@motionone/animation" "^10.15.1"
"@motionone/generators" "^10.15.1" "@motionone/generators" "^10.15.1"
@ -2059,20 +2071,20 @@
"@motionone/utils" "^10.15.1" "@motionone/utils" "^10.15.1"
tslib "^2.3.1" tslib "^2.3.1"
"@motionone/svelte@^10.15.0": "@motionone/svelte@^10.15.5":
version "10.15.3" version "10.15.5"
resolved "https://registry.yarnpkg.com/@motionone/svelte/-/svelte-10.15.3.tgz#1df7e0d30fb3905087bc72a8ec770bba04e84b84" resolved "https://registry.yarnpkg.com/@motionone/svelte/-/svelte-10.15.5.tgz#f36b40101ec1db122820598089f42e831f6cf5f5"
integrity sha512-+wf2D/I6x7+d8byWPuSAGqYWCMWBc1Qq5uxGrw4WIZMc27qVtPirzbqMriILkJ4ry/FTftxBG8aQENsAYw10NA== integrity sha512-Xyxtgp7BlVnSBwcoFmXGHUVnpNktzeXsEifu2NJJWc7VGuxutDsBZxNdz80qvpLIC5MeBa1wh7GGegZzTm1msg==
dependencies: dependencies:
"@motionone/dom" "^10.15.3" "@motionone/dom" "^10.15.5"
tslib "^2.3.1" tslib "^2.3.1"
"@motionone/types@^10.15.0", "@motionone/types@^10.15.1": "@motionone/types@^10.15.1":
version "10.15.1" version "10.15.1"
resolved "https://registry.yarnpkg.com/@motionone/types/-/types-10.15.1.tgz#89441b54285012795cbba8612cbaa0fa420db3eb" resolved "https://registry.yarnpkg.com/@motionone/types/-/types-10.15.1.tgz#89441b54285012795cbba8612cbaa0fa420db3eb"
integrity sha512-iIUd/EgUsRZGrvW0jqdst8st7zKTzS9EsKkP+6c6n4MPZoQHwiHuVtTQLD6Kp0bsBLhNzKIBlHXponn/SDT4hA== integrity sha512-iIUd/EgUsRZGrvW0jqdst8st7zKTzS9EsKkP+6c6n4MPZoQHwiHuVtTQLD6Kp0bsBLhNzKIBlHXponn/SDT4hA==
"@motionone/utils@^10.15.0", "@motionone/utils@^10.15.1": "@motionone/utils@^10.15.1":
version "10.15.1" version "10.15.1"
resolved "https://registry.yarnpkg.com/@motionone/utils/-/utils-10.15.1.tgz#6b5f51bde75be88b5411e084310299050368a438" resolved "https://registry.yarnpkg.com/@motionone/utils/-/utils-10.15.1.tgz#6b5f51bde75be88b5411e084310299050368a438"
integrity sha512-p0YncgU+iklvYr/Dq4NobTRdAPv9PveRDUXabPEeOjBLSO/1FNB2phNTZxOxpi1/GZwYpAoECEa0Wam+nsmhSw== integrity sha512-p0YncgU+iklvYr/Dq4NobTRdAPv9PveRDUXabPEeOjBLSO/1FNB2phNTZxOxpi1/GZwYpAoECEa0Wam+nsmhSw==
@ -2081,12 +2093,12 @@
hey-listen "^1.0.8" hey-listen "^1.0.8"
tslib "^2.3.1" tslib "^2.3.1"
"@motionone/vue@^10.15.0": "@motionone/vue@^10.15.5":
version "10.15.3" version "10.15.5"
resolved "https://registry.yarnpkg.com/@motionone/vue/-/vue-10.15.3.tgz#c1561bf1175c6feda6c1485fc872b023fde3d1cd" resolved "https://registry.yarnpkg.com/@motionone/vue/-/vue-10.15.5.tgz#3101c62b2fce06b3f3072b9ff0f551213eb02476"
integrity sha512-+66Jy7Tx+phHnv2oYwX/TR4fiJRJ+PZnp8DstGyJYKEVeS2CIojnF8bJVnBS+6LuCZpzXjP3AG8lJ22rGVAovw== integrity sha512-cUENrLYAolUacHvCgU+8wF9OgSlVutfWbHMLERI/bElCJ+e2YVQvG/CpGhIM5fYOOJzuvg2T2wHmLLmvJoavEw==
dependencies: dependencies:
"@motionone/dom" "^10.15.3" "@motionone/dom" "^10.15.5"
tslib "^2.3.1" tslib "^2.3.1"
"@next/env@12.2.4": "@next/env@12.2.4":
@ -3307,23 +3319,23 @@
"@typescript-eslint/types" "5.43.0" "@typescript-eslint/types" "5.43.0"
eslint-visitor-keys "^3.3.0" eslint-visitor-keys "^3.3.0"
"@walletconnect/core@2.3.3": "@walletconnect/core@2.4.4":
version "2.3.3" version "2.4.4"
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.3.3.tgz#28ab50cd7d2457f638fd66e2e4d741eecfefa626" resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.4.4.tgz#5f22fd2e9a13c3995c164530f5e77b671bb40850"
integrity sha512-pkPG3f0Mb9WcWMeLtRS8+RSV9gpnAGrU0y291LNXjggDupg5H7I1hFtcj5HI0kmpk4suAS4RKqYAxPzy4MgFRQ== integrity sha512-tdMmPNGgpTrk95hG8H5V6Du59HA4e3tVdvGngZjcja6VnmkfZdW4fGCWaJWyKYkrQQknDug4dH47/HZ6cAxj/g==
dependencies: dependencies:
"@walletconnect/heartbeat" "1.2.0" "@walletconnect/heartbeat" "1.2.0"
"@walletconnect/jsonrpc-provider" "^1.0.6" "@walletconnect/jsonrpc-provider" "^1.0.6"
"@walletconnect/jsonrpc-utils" "^1.0.4" "@walletconnect/jsonrpc-utils" "^1.0.4"
"@walletconnect/jsonrpc-ws-connection" "^1.0.6" "@walletconnect/jsonrpc-ws-connection" "^1.0.7"
"@walletconnect/keyvaluestorage" "^1.0.2" "@walletconnect/keyvaluestorage" "^1.0.2"
"@walletconnect/logger" "^2.0.1" "@walletconnect/logger" "^2.0.1"
"@walletconnect/relay-api" "^1.0.7" "@walletconnect/relay-api" "^1.0.7"
"@walletconnect/relay-auth" "^1.0.4" "@walletconnect/relay-auth" "^1.0.4"
"@walletconnect/safe-json" "^1.0.1" "@walletconnect/safe-json" "^1.0.1"
"@walletconnect/time" "^1.0.2" "@walletconnect/time" "^1.0.2"
"@walletconnect/types" "2.3.3" "@walletconnect/types" "2.4.4"
"@walletconnect/utils" "2.3.3" "@walletconnect/utils" "2.4.4"
events "^3.3.0" events "^3.3.0"
lodash.isequal "4.5.0" lodash.isequal "4.5.0"
pino "7.11.0" pino "7.11.0"
@ -3390,15 +3402,13 @@
"@walletconnect/jsonrpc-types" "^1.0.2" "@walletconnect/jsonrpc-types" "^1.0.2"
tslib "1.14.1" tslib "1.14.1"
"@walletconnect/jsonrpc-ws-connection@^1.0.6": "@walletconnect/jsonrpc-ws-connection@^1.0.7":
version "1.0.6" version "1.0.7"
resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.6.tgz#8ef6747ddf9347f4b61c136d06fcdae6c7efad39" resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.7.tgz#48cdd875519602d14737c706f551ebcbb644179b"
integrity sha512-WFu8uTXbIDgxFfyax9uNcqFYtexUq/OdCA3SBsOqIipsnJFbjXK8OaR8WCoec4tkJbDRQO9mrr1KpA0ZlIcnCQ== integrity sha512-iEIWUAIQih0TDF+RRjExZL3jd84UWX/rvzAmQ6fZWhyBP/qSlxGrMuAwNhpk2zj6P8dZuf8sSaaNuWgXFJIa5A==
dependencies: dependencies:
"@walletconnect/jsonrpc-utils" "^1.0.4" "@walletconnect/jsonrpc-utils" "^1.0.4"
"@walletconnect/safe-json" "^1.0.1" "@walletconnect/safe-json" "^1.0.1"
events "^3.3.0"
tslib "1.14.1"
ws "^7.5.1" ws "^7.5.1"
"@walletconnect/keyvaluestorage@^1.0.2": "@walletconnect/keyvaluestorage@^1.0.2":
@ -3444,20 +3454,20 @@
dependencies: dependencies:
tslib "1.14.1" tslib "1.14.1"
"@walletconnect/sign-client@2.3.3": "@walletconnect/sign-client@2.4.4":
version "2.3.3" version "2.4.4"
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.3.3.tgz#62bf395f8817e289d42dc77549f885d834c4b78b" resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.4.4.tgz#8c1109de277452356094961c45e819c8575b51aa"
integrity sha512-Q+KiqYYecf9prJoQWLIV7zJcEPa69XBzwrad4sQPcDD1BZMWa1f8OZUH3HmlmuCzopqEr4mgXU6v6yFHOasADw== integrity sha512-ByF1Qi+r7EAZ8HX++aiHekSxiruIlUg3KWfXvki5n4PQNv9Ldad/RaMswk7CB7ESCZuHc7ylKcT3SwOJjHOopg==
dependencies: dependencies:
"@walletconnect/core" "2.3.3" "@walletconnect/core" "2.4.4"
"@walletconnect/events" "^1.0.1" "@walletconnect/events" "^1.0.1"
"@walletconnect/heartbeat" "1.2.0" "@walletconnect/heartbeat" "1.2.0"
"@walletconnect/jsonrpc-provider" "^1.0.6" "@walletconnect/jsonrpc-provider" "^1.0.6"
"@walletconnect/jsonrpc-utils" "^1.0.4" "@walletconnect/jsonrpc-utils" "^1.0.4"
"@walletconnect/logger" "^2.0.1" "@walletconnect/logger" "^2.0.1"
"@walletconnect/time" "^1.0.2" "@walletconnect/time" "^1.0.2"
"@walletconnect/types" "2.3.3" "@walletconnect/types" "2.4.4"
"@walletconnect/utils" "2.3.3" "@walletconnect/utils" "2.4.4"
events "^3.3.0" events "^3.3.0"
pino "7.11.0" pino "7.11.0"
@ -3468,10 +3478,10 @@
dependencies: dependencies:
tslib "1.14.1" tslib "1.14.1"
"@walletconnect/types@2.3.3": "@walletconnect/types@2.4.4":
version "2.3.3" version "2.4.4"
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.3.3.tgz#0d22b325dd854533790226cee8f1b93966fecc47" resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.4.4.tgz#f2edb02f70e7dfb0f4265d78b0b745a776eb0dae"
integrity sha512-g2x27MloGElcRTwYM9Md/1E2RQ5ifYBCFZ/sfnpQrZPVxK3NzSMHJlcV6qrQm9ST82i+UrLEce9RkDgvjKk7+w== integrity sha512-4XndBOlB0qbhaJvzcBZCfR69rfU5rV0U5b3YbJ1AmtxcJSJAIg68WDP7o4BE4w1LHzdsEWvbXHRYL+KsA+uG3w==
dependencies: dependencies:
"@walletconnect/events" "^1.0.1" "@walletconnect/events" "^1.0.1"
"@walletconnect/heartbeat" "1.2.0" "@walletconnect/heartbeat" "1.2.0"
@ -3480,10 +3490,10 @@
"@walletconnect/logger" "^2.0.1" "@walletconnect/logger" "^2.0.1"
events "^3.3.0" events "^3.3.0"
"@walletconnect/utils@2.3.3": "@walletconnect/utils@2.4.4", "@walletconnect/utils@^2.4.4":
version "2.3.3" version "2.4.4"
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.3.3.tgz#7775ae536cc1ac37e14211eb4fc6b07cbb75f9d9" resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.4.4.tgz#1ee72172c7fb28f096c600fde19b12b770aa44df"
integrity sha512-wS9ptLlT30c7m7zme3/y3cNjKXztZeKIulqBD1K/VxSxWEA4mK9mmXEACdmahjiX4EHZWtdHvEIu2rLDhkrrvQ== integrity sha512-PM4biwrvi5OwXIroLHDxtCOXlvZGCGNvbYS0Jkb6ZmP1EbGjVz1xA1hnp/lC3eGFQArSyvS7EHD6XQQpymZ2jA==
dependencies: dependencies:
"@stablelib/chacha20poly1305" "1.0.1" "@stablelib/chacha20poly1305" "1.0.1"
"@stablelib/hkdf" "1.0.1" "@stablelib/hkdf" "1.0.1"
@ -3494,7 +3504,7 @@
"@walletconnect/relay-api" "^1.0.7" "@walletconnect/relay-api" "^1.0.7"
"@walletconnect/safe-json" "^1.0.1" "@walletconnect/safe-json" "^1.0.1"
"@walletconnect/time" "^1.0.2" "@walletconnect/time" "^1.0.2"
"@walletconnect/types" "2.3.3" "@walletconnect/types" "2.4.4"
"@walletconnect/window-getters" "^1.0.1" "@walletconnect/window-getters" "^1.0.1"
"@walletconnect/window-metadata" "^1.0.1" "@walletconnect/window-metadata" "^1.0.1"
detect-browser "5.3.0" detect-browser "5.3.0"
@ -3516,30 +3526,30 @@
"@walletconnect/window-getters" "^1.0.1" "@walletconnect/window-getters" "^1.0.1"
tslib "1.14.1" tslib "1.14.1"
"@web3modal/core@2.0.0-beta.8": "@web3modal/core@2.1.1":
version "2.0.0-beta.8" version "2.1.1"
resolved "https://registry.yarnpkg.com/@web3modal/core/-/core-2.0.0-beta.8.tgz#84bba1f8363a99816453fda7eb25586a463d9245" resolved "https://registry.yarnpkg.com/@web3modal/core/-/core-2.1.1.tgz#e1ebe8faaae6e4b74df911fd5ac6023f280b12c1"
integrity sha512-J8T42r9rgNugTv+cgDbDaSgb1bFICI6jd6cnmhhV+4Th9qWOt2+Ywq8xOBAZs/fU2I8AStOBI9lmZPz+RXTWIA== integrity sha512-GAZAvfkPHoX2/fghQmf+y36uDspk9wBJxG7qLPUNTHzvIfRoNHWbTt3iEvRdPmUZwbTGDn1jvz9z0uU67gvZdw==
dependencies: dependencies:
buffer "6.0.3" buffer "6.0.3"
valtio "1.7.6" valtio "1.9.0"
"@web3modal/standalone@2.0.0-beta.8": "@web3modal/standalone@2.1.1":
version "2.0.0-beta.8" version "2.1.1"
resolved "https://registry.yarnpkg.com/@web3modal/standalone/-/standalone-2.0.0-beta.8.tgz#ee1f229aa87b46189bbc47690578c3821e0924db" resolved "https://registry.yarnpkg.com/@web3modal/standalone/-/standalone-2.1.1.tgz#e496e54af5ecf6e282ff7f287eebce7f1ac90bd2"
integrity sha512-V1qGfwRsloeLt6cTpqz0Hxr7PkxXv2EViQimarTw3qsAHuhD3QBl02pm9o+x/bbw5+WEq5cIUDD9yBzocm5+jw== integrity sha512-K06VkZqltLIBKpnLeM2oszRDSdLnwXJWCcItWEOkH4LDFQIiq8lSeLhcamuadRxRKF4ZyTSLHHJ5MFcMfZEHQQ==
dependencies: dependencies:
"@web3modal/core" "2.0.0-beta.8" "@web3modal/core" "2.1.1"
"@web3modal/ui" "2.0.0-beta.8" "@web3modal/ui" "2.1.1"
"@web3modal/ui@2.0.0-beta.8": "@web3modal/ui@2.1.1":
version "2.0.0-beta.8" version "2.1.1"
resolved "https://registry.yarnpkg.com/@web3modal/ui/-/ui-2.0.0-beta.8.tgz#20d49884a3481769015428b99f462b54ff972ac6" resolved "https://registry.yarnpkg.com/@web3modal/ui/-/ui-2.1.1.tgz#300dceeee8a54be70aad74fb4a781ac22439eded"
integrity sha512-mA1Bl5o9a6Rtszav2HcCa/GOpe9Kjx9yGDS2JfaDmklM9851c795KKmE2CEUwtOV/hqdaA11S7iVUGU+bYQm2g== integrity sha512-0jRDxgPc/peaE5KgqnzzriXhdVu5xNyCMP5Enqdpd77VkknJIs7h16MYKidxgFexieyHpCOssWySsryWcP2sXA==
dependencies: dependencies:
"@web3modal/core" "2.0.0-beta.8" "@web3modal/core" "2.1.1"
lit "2.4.1" lit "2.6.1"
motion "10.15.0" motion "10.15.5"
qrcode "1.5.1" qrcode "1.5.1"
"@webassemblyjs/ast@1.9.0": "@webassemblyjs/ast@1.9.0":
@ -9396,21 +9406,28 @@ lit-element@^3.2.0:
"@lit/reactive-element" "^1.3.0" "@lit/reactive-element" "^1.3.0"
lit-html "^2.2.0" lit-html "^2.2.0"
lit-html@^2.2.0, lit-html@^2.4.0: lit-html@^2.2.0:
version "2.4.0" version "2.4.0"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.4.0.tgz#b510430f39a56ec959167ed1187241a4e3ab1574" resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.4.0.tgz#b510430f39a56ec959167ed1187241a4e3ab1574"
integrity sha512-G6qXu4JNUpY6aaF2VMfaszhO9hlWw0hOTRFDmuMheg/nDYGB+2RztUSOyrzALAbr8Nh0Y7qjhYkReh3rPnplVg== integrity sha512-G6qXu4JNUpY6aaF2VMfaszhO9hlWw0hOTRFDmuMheg/nDYGB+2RztUSOyrzALAbr8Nh0Y7qjhYkReh3rPnplVg==
dependencies: dependencies:
"@types/trusted-types" "^2.0.2" "@types/trusted-types" "^2.0.2"
lit@2.4.1: lit-html@^2.6.0:
version "2.4.1" version "2.6.1"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.4.1.tgz#21251ac14eb1ec8ca7cd15c9ac3564359809f7b5" resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.6.1.tgz#eb29f0b0c2ab54ea77379db11fc011b0c71f1cda"
integrity sha512-qohSgLiyN1cFnJG26dIiY03S4F49857A0AHQfnS0zYtnUVnD2MFvx+UT52rtXsIuNFQrnUupX+zyGSATlk1f/A== integrity sha512-Z3iw+E+3KKFn9t2YKNjsXNEu/LRLI98mtH/C6lnFg7kvaqPIzPn124Yd4eT/43lyqrejpc5Wb6BHq3fdv4S8Rw==
dependencies: dependencies:
"@lit/reactive-element" "^1.4.0" "@types/trusted-types" "^2.0.2"
lit@2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/lit/-/lit-2.6.1.tgz#5951a2098b9bde5b328c73b55c15fdc0eefd96d7"
integrity sha512-DT87LD64f8acR7uVp7kZfhLRrHkfC/N4BVzAtnw9Yg8087mbBJ//qedwdwX0kzDbxgPccWRW6mFwGbRQIxy0pw==
dependencies:
"@lit/reactive-element" "^1.6.0"
lit-element "^3.2.0" lit-element "^3.2.0"
lit-html "^2.4.0" lit-html "^2.6.0"
loader-runner@^2.4.0: loader-runner@^2.4.0:
version "2.4.0" version "2.4.0"
@ -9913,17 +9930,17 @@ mocha@^10.2.0:
yargs-parser "20.2.4" yargs-parser "20.2.4"
yargs-unparser "2.0.0" yargs-unparser "2.0.0"
motion@10.15.0: motion@10.15.5:
version "10.15.0" version "10.15.5"
resolved "https://registry.yarnpkg.com/motion/-/motion-10.15.0.tgz#8418e82456f38d258054c6bd4c10dcba43b3d6b3" resolved "https://registry.yarnpkg.com/motion/-/motion-10.15.5.tgz#d336ddbdd37bc28bb99fbb243fe309df6c685ad6"
integrity sha512-YBfUiBhn6HqRmwpsbXaYQjONllGVlnEF3HgSjY4M3CvOHAVdcvcQCViem8lzNRP74dC0Ip2dO54WCYsnf7Q+jQ== integrity sha512-ejP6KioN4pigTGxL93APzOnvtLklParL59UQB2T3HWXQBxFcIp5/7YXFmkgiA6pNKKzjvnLhnonRBN5iSFMnNw==
dependencies: dependencies:
"@motionone/animation" "^10.15.0" "@motionone/animation" "^10.15.1"
"@motionone/dom" "^10.15.0" "@motionone/dom" "^10.15.5"
"@motionone/svelte" "^10.15.0" "@motionone/svelte" "^10.15.5"
"@motionone/types" "^10.15.0" "@motionone/types" "^10.15.1"
"@motionone/utils" "^10.15.0" "@motionone/utils" "^10.15.1"
"@motionone/vue" "^10.15.0" "@motionone/vue" "^10.15.5"
move-concurrently@^1.0.1: move-concurrently@^1.0.1:
version "1.0.1" version "1.0.1"
@ -11653,10 +11670,10 @@ proxy-addr@~2.0.7:
forwarded "0.2.0" forwarded "0.2.0"
ipaddr.js "1.9.1" ipaddr.js "1.9.1"
proxy-compare@2.3.0: proxy-compare@2.4.0:
version "2.3.0" version "2.4.0"
resolved "https://registry.yarnpkg.com/proxy-compare/-/proxy-compare-2.3.0.tgz#ac9633ae52918ff9c9fcc54dfe6316c7a02d20ee" resolved "https://registry.yarnpkg.com/proxy-compare/-/proxy-compare-2.4.0.tgz#90f6abffe734ef86d8e37428c5026268606a9c1b"
integrity sha512-c3L2CcAi7f7pvlD0D7xsF+2CQIW8C3HaYx2Pfgq8eA4HAl3GAH6/dVYsyBbYF/0XJs2ziGLrzmz5fmzPm6A0pQ== integrity sha512-FD8KmQUQD6Mfpd0hywCOzcon/dbkFP8XBd9F1ycbKtvVsfv6TsFUKJ2eC0Iz2y+KzlkdT1Z8SY6ZSgm07zOyqg==
prr@~1.0.1: prr@~1.0.1:
version "1.0.1" version "1.0.1"
@ -14060,12 +14077,12 @@ validator@^13.7.0:
resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857" resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857"
integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw== integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==
valtio@1.7.6: valtio@1.9.0:
version "1.7.6" version "1.9.0"
resolved "https://registry.yarnpkg.com/valtio/-/valtio-1.7.6.tgz#d75d9041e4e089df2cb67f09bcb3ae1be442445c" resolved "https://registry.yarnpkg.com/valtio/-/valtio-1.9.0.tgz#d5d9f664319eaf18dd98f758d50495eca28eb0b8"
integrity sha512-zsGrCCYOIpy8egQxftduFyJusF/BMu3CganhHKUOE/I6t6V6yA1MDfZZkrYoWYCGkC3rSBYcIHEEsoYQM9lV2w== integrity sha512-mQLFsAlKbYascZygFQh6lXuDjU5WHLoeZ8He4HqMnWfasM96V6rDbeFkw1XeG54xycmDonr/Jb4xgviHtuySrA==
dependencies: dependencies:
proxy-compare "2.3.0" proxy-compare "2.4.0"
use-sync-external-store "1.2.0" use-sync-external-store "1.2.0"
vary@~1.1.2: vary@~1.1.2: