chore(auth): update auth-clients to latest

This commit is contained in:
Ben Kremer 2023-03-22 15:23:42 +00:00
parent 8326081ec8
commit 49198f475a
4 changed files with 340 additions and 412 deletions

View File

@ -11,7 +11,7 @@
"@chakra-ui/react": "^2.2.6", "@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0", "@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0", "@emotion/styled": "^11.10.0",
"@walletconnect/auth-client": "2.0.3", "@walletconnect/auth-client": "2.0.4",
"better-sqlite3": "^7.6.2", "better-sqlite3": "^7.6.2",
"ethers": "^5.7.0", "ethers": "^5.7.0",
"events": "^3.3.0", "events": "^3.3.0",
@ -3061,49 +3061,49 @@
} }
}, },
"node_modules/@walletconnect/auth-client": { "node_modules/@walletconnect/auth-client": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.4.tgz",
"integrity": "sha512-PU28c1xmx27arRcd675/CdJrK5QHntdPaMLkqOKmrFmtgi5L/kS1vPFPJ3txT/eXyuIf3cQDsore6G4gr/iajw==", "integrity": "sha512-lLp9w1P8zS4wf/Ji/7mIpxvAf67mKwh53Z8R49qXVNM2uLZwoelpL0wTfgF5c5tFQteOZ87+MPP2uftD3VU5HQ==",
"dependencies": { "dependencies": {
"@ethersproject/hash": "^5.7.0", "@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0", "@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2", "@stablelib/random": "1.0.2",
"@walletconnect/core": "^2.2.1", "@walletconnect/core": "2.5.1",
"@walletconnect/events": "1.0.0", "@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0", "@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.10",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "1.0.6",
"@walletconnect/logger": "^2.0.1", "@walletconnect/logger": "2.0.1",
"@walletconnect/time": "^1.0.2", "@walletconnect/time": "1.0.2",
"@walletconnect/utils": "^2.2.1", "@walletconnect/utils": "2.5.1",
"events": "^3.3.0", "events": "^3.3.0",
"isomorphic-unfetch": "^3.1.0" "isomorphic-unfetch": "^3.1.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=16 <17"
} }
}, },
"node_modules/@walletconnect/core": { "node_modules/@walletconnect/core": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.5.1.tgz",
"integrity": "sha512-k2lE2VMC/kroSJyrvrz9rHdRsRn3tMyUp2x1iy6b0IcLlVC1jjfFgH5MUxS+XB9L9O6+gAFnpTM/rKM9fYpPCA==", "integrity": "sha512-Q+dH+LSK85PwpmbjAFoi9ddWTFFghyZWwi1bGfgFA4h3tk4vfh+F0oW44bREaeHAQ/y1va0f2OdK6/jagOeMLQ==",
"dependencies": { "dependencies": {
"@walletconnect/heartbeat": "1.2.0", "@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.9",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/jsonrpc-ws-connection": "^1.0.7", "@walletconnect/jsonrpc-ws-connection": "1.0.10",
"@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.9",
"@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.4.3", "@walletconnect/types": "2.5.1",
"@walletconnect/utils": "2.4.3", "@walletconnect/utils": "2.5.1",
"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",
"uint8arrays": "3.1.0" "uint8arrays": "^3.1.0"
} }
}, },
"node_modules/@walletconnect/core/node_modules/@walletconnect/events": { "node_modules/@walletconnect/core/node_modules/@walletconnect/events": {
@ -3128,6 +3128,16 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"node_modules/@walletconnect/core/node_modules/@walletconnect/jsonrpc-provider": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.9.tgz",
"integrity": "sha512-8CwmiDW42F+F8Qct13lX2x4lJOsi0mNBtUln3VS6TpWioTaL1VfforC/8ULc3tHXv+SNWwAXn2lCZbDcYhdRcA==",
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1"
}
},
"node_modules/@walletconnect/core/node_modules/tslib": { "node_modules/@walletconnect/core/node_modules/tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -3164,11 +3174,11 @@
} }
}, },
"node_modules/@walletconnect/jsonrpc-provider": { "node_modules/@walletconnect/jsonrpc-provider": {
"version": "1.0.6", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.6.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.10.tgz",
"integrity": "sha512-f5vQxr53vUVQ51/9mRLb1OiNciT/546XZ68Byn9OYnDBGeGJXK2kQWDHp8sPWZbN5x0p7B6asdCWMVFJ6danlw==", "integrity": "sha512-g0ffPSpY3P6GqGjWGHsr3yqvQUhj7q2k6pAikoXv5XTXWaJRzFvrlbFkSgxziXsBrwrMZn0qvPufvpN4mMZ5FA==",
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1", "@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1" "tslib": "1.14.1"
} }
@ -3193,9 +3203,9 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/jsonrpc-utils": { "node_modules/@walletconnect/jsonrpc-utils": {
"version": "1.0.4", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.6.tgz",
"integrity": "sha512-y0+tDxcTZ9BHBBKBJbjZxLUXb+zQZCylf7y/jTvDPNx76J0hYYc+F9zHzyqBLeorSKepLTk6yI8hw3NXbAQB3g==", "integrity": "sha512-snp0tfkjPiDLQp/jrBewI+9SM33GPV4+Gjgldod6XQ7rFyQ5FZjnBxUkY4xWH0+arNxzQSi6v5iDXjCjSaorpg==",
"dependencies": { "dependencies": {
"@walletconnect/environment": "^1.0.1", "@walletconnect/environment": "^1.0.1",
"@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-types": "^1.0.2",
@ -3208,15 +3218,22 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/jsonrpc-ws-connection": { "node_modules/@walletconnect/jsonrpc-ws-connection": {
"version": "1.0.7", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.10.tgz",
"integrity": "sha512-iEIWUAIQih0TDF+RRjExZL3jd84UWX/rvzAmQ6fZWhyBP/qSlxGrMuAwNhpk2zj6P8dZuf8sSaaNuWgXFJIa5A==", "integrity": "sha512-/tidvjfCXZuYugjF5fOswsNDPoMo9QRML3DFQ0dfNUarL4f5HGqu8NDGerr2n0+4MOX23GsT6Vv2POSwFbvgGw==",
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@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"
} }
}, },
"node_modules/@walletconnect/jsonrpc-ws-connection/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@walletconnect/keyvaluestorage": { "node_modules/@walletconnect/keyvaluestorage": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.2.tgz",
@ -3258,9 +3275,9 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/relay-api": { "node_modules/@walletconnect/relay-api": {
"version": "1.0.7", "version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.9.tgz",
"integrity": "sha512-Mf/Ql7Z0waZzAuondHS9bbUi12Kyvl95ihxVDM7mPO8o7Ke7S1ffpujCUhXbSacSKcw9aV2+7bKADlsBjQLR5Q==", "integrity": "sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==",
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-types": "^1.0.2",
"tslib": "1.14.1" "tslib": "1.14.1"
@ -3316,9 +3333,9 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/types": { "node_modules/@walletconnect/types": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.5.1.tgz",
"integrity": "sha512-AX/mlUpdigD0CrP+9ScXBzggH/oHHr89JZOXmzmGavhFZLPmt0gQN9Jvo/DxTK8vV5FZUOzKZTscygAOLfIrXQ==", "integrity": "sha512-PctuQw1Kt0tJ8mYU8p1JOXYxv8PhvNoXXtLaGkGZ/9knn1dJaQRlMDEN0iHG6qXlSAo0tW8Q3PtK5tetf5dJ0g==",
"dependencies": { "dependencies": {
"@walletconnect/events": "^1.0.1", "@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.0", "@walletconnect/heartbeat": "1.2.0",
@ -3356,9 +3373,9 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/utils": { "node_modules/@walletconnect/utils": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.5.1.tgz",
"integrity": "sha512-tEQPo+qrvQyXWDXuTwA5s4mnoUClUlOc4Kd6gCIadDN7wUWVHGxQ+XPGiao6lu89FZAcGwHG0l52IP0BPVbMFg==", "integrity": "sha512-+Pr3kj0CjxEeSxoRtj9lOfsDRLjwI5RyuwASUy4mcTGil59rdAK0Z7Uht3/+HEXB05AUyEJihpQEwworcGu/uw==",
"dependencies": { "dependencies": {
"@stablelib/chacha20poly1305": "1.0.1", "@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1", "@stablelib/hkdf": "1.0.1",
@ -3366,15 +3383,15 @@
"@stablelib/sha256": "1.0.1", "@stablelib/sha256": "1.0.1",
"@stablelib/x25519": "^1.0.3", "@stablelib/x25519": "^1.0.3",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/relay-api": "^1.0.7", "@walletconnect/relay-api": "^1.0.9",
"@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.4.3", "@walletconnect/types": "2.5.1",
"@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",
"query-string": "7.1.1", "query-string": "7.1.1",
"uint8arrays": "3.1.0" "uint8arrays": "^3.1.0"
} }
}, },
"node_modules/@walletconnect/window-getters": { "node_modules/@walletconnect/window-getters": {
@ -6808,9 +6825,9 @@
"integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ==" "integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ=="
}, },
"node_modules/safe-stable-stringify": { "node_modules/safe-stable-stringify": {
"version": "2.4.2", "version": "2.4.3",
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.2.tgz", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
"integrity": "sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA==", "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
} }
@ -7331,9 +7348,9 @@
} }
}, },
"node_modules/uint8arrays": { "node_modules/uint8arrays": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.0.tgz", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz",
"integrity": "sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==", "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==",
"dependencies": { "dependencies": {
"multiformats": "^9.4.2" "multiformats": "^9.4.2"
} }
@ -9655,46 +9672,46 @@
} }
}, },
"@walletconnect/auth-client": { "@walletconnect/auth-client": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.4.tgz",
"integrity": "sha512-PU28c1xmx27arRcd675/CdJrK5QHntdPaMLkqOKmrFmtgi5L/kS1vPFPJ3txT/eXyuIf3cQDsore6G4gr/iajw==", "integrity": "sha512-lLp9w1P8zS4wf/Ji/7mIpxvAf67mKwh53Z8R49qXVNM2uLZwoelpL0wTfgF5c5tFQteOZ87+MPP2uftD3VU5HQ==",
"requires": { "requires": {
"@ethersproject/hash": "^5.7.0", "@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0", "@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2", "@stablelib/random": "1.0.2",
"@walletconnect/core": "^2.2.1", "@walletconnect/core": "2.5.1",
"@walletconnect/events": "1.0.0", "@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0", "@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.10",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "1.0.6",
"@walletconnect/logger": "^2.0.1", "@walletconnect/logger": "2.0.1",
"@walletconnect/time": "^1.0.2", "@walletconnect/time": "1.0.2",
"@walletconnect/utils": "^2.2.1", "@walletconnect/utils": "2.5.1",
"events": "^3.3.0", "events": "^3.3.0",
"isomorphic-unfetch": "^3.1.0" "isomorphic-unfetch": "^3.1.0"
} }
}, },
"@walletconnect/core": { "@walletconnect/core": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.5.1.tgz",
"integrity": "sha512-k2lE2VMC/kroSJyrvrz9rHdRsRn3tMyUp2x1iy6b0IcLlVC1jjfFgH5MUxS+XB9L9O6+gAFnpTM/rKM9fYpPCA==", "integrity": "sha512-Q+dH+LSK85PwpmbjAFoi9ddWTFFghyZWwi1bGfgFA4h3tk4vfh+F0oW44bREaeHAQ/y1va0f2OdK6/jagOeMLQ==",
"requires": { "requires": {
"@walletconnect/heartbeat": "1.2.0", "@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.9",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/jsonrpc-ws-connection": "^1.0.7", "@walletconnect/jsonrpc-ws-connection": "1.0.10",
"@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.9",
"@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.4.3", "@walletconnect/types": "2.5.1",
"@walletconnect/utils": "2.4.3", "@walletconnect/utils": "2.5.1",
"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",
"uint8arrays": "3.1.0" "uint8arrays": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@walletconnect/events": { "@walletconnect/events": {
@ -9719,6 +9736,16 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"@walletconnect/jsonrpc-provider": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.9.tgz",
"integrity": "sha512-8CwmiDW42F+F8Qct13lX2x4lJOsi0mNBtUln3VS6TpWioTaL1VfforC/8ULc3tHXv+SNWwAXn2lCZbDcYhdRcA==",
"requires": {
"@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -9759,11 +9786,11 @@
} }
}, },
"@walletconnect/jsonrpc-provider": { "@walletconnect/jsonrpc-provider": {
"version": "1.0.6", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.6.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.10.tgz",
"integrity": "sha512-f5vQxr53vUVQ51/9mRLb1OiNciT/546XZ68Byn9OYnDBGeGJXK2kQWDHp8sPWZbN5x0p7B6asdCWMVFJ6danlw==", "integrity": "sha512-g0ffPSpY3P6GqGjWGHsr3yqvQUhj7q2k6pAikoXv5XTXWaJRzFvrlbFkSgxziXsBrwrMZn0qvPufvpN4mMZ5FA==",
"requires": { "requires": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1", "@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1" "tslib": "1.14.1"
}, },
@ -9792,9 +9819,9 @@
} }
}, },
"@walletconnect/jsonrpc-utils": { "@walletconnect/jsonrpc-utils": {
"version": "1.0.4", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.6.tgz",
"integrity": "sha512-y0+tDxcTZ9BHBBKBJbjZxLUXb+zQZCylf7y/jTvDPNx76J0hYYc+F9zHzyqBLeorSKepLTk6yI8hw3NXbAQB3g==", "integrity": "sha512-snp0tfkjPiDLQp/jrBewI+9SM33GPV4+Gjgldod6XQ7rFyQ5FZjnBxUkY4xWH0+arNxzQSi6v5iDXjCjSaorpg==",
"requires": { "requires": {
"@walletconnect/environment": "^1.0.1", "@walletconnect/environment": "^1.0.1",
"@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-types": "^1.0.2",
@ -9809,13 +9836,22 @@
} }
}, },
"@walletconnect/jsonrpc-ws-connection": { "@walletconnect/jsonrpc-ws-connection": {
"version": "1.0.7", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.10.tgz",
"integrity": "sha512-iEIWUAIQih0TDF+RRjExZL3jd84UWX/rvzAmQ6fZWhyBP/qSlxGrMuAwNhpk2zj6P8dZuf8sSaaNuWgXFJIa5A==", "integrity": "sha512-/tidvjfCXZuYugjF5fOswsNDPoMo9QRML3DFQ0dfNUarL4f5HGqu8NDGerr2n0+4MOX23GsT6Vv2POSwFbvgGw==",
"requires": { "requires": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@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"
},
"dependencies": {
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
} }
}, },
"@walletconnect/keyvaluestorage": { "@walletconnect/keyvaluestorage": {
@ -9851,9 +9887,9 @@
} }
}, },
"@walletconnect/relay-api": { "@walletconnect/relay-api": {
"version": "1.0.7", "version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.9.tgz",
"integrity": "sha512-Mf/Ql7Z0waZzAuondHS9bbUi12Kyvl95ihxVDM7mPO8o7Ke7S1ffpujCUhXbSacSKcw9aV2+7bKADlsBjQLR5Q==", "integrity": "sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==",
"requires": { "requires": {
"@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-types": "^1.0.2",
"tslib": "1.14.1" "tslib": "1.14.1"
@ -9917,9 +9953,9 @@
} }
}, },
"@walletconnect/types": { "@walletconnect/types": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.5.1.tgz",
"integrity": "sha512-AX/mlUpdigD0CrP+9ScXBzggH/oHHr89JZOXmzmGavhFZLPmt0gQN9Jvo/DxTK8vV5FZUOzKZTscygAOLfIrXQ==", "integrity": "sha512-PctuQw1Kt0tJ8mYU8p1JOXYxv8PhvNoXXtLaGkGZ/9knn1dJaQRlMDEN0iHG6qXlSAo0tW8Q3PtK5tetf5dJ0g==",
"requires": { "requires": {
"@walletconnect/events": "^1.0.1", "@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.0", "@walletconnect/heartbeat": "1.2.0",
@ -9959,9 +9995,9 @@
} }
}, },
"@walletconnect/utils": { "@walletconnect/utils": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.5.1.tgz",
"integrity": "sha512-tEQPo+qrvQyXWDXuTwA5s4mnoUClUlOc4Kd6gCIadDN7wUWVHGxQ+XPGiao6lu89FZAcGwHG0l52IP0BPVbMFg==", "integrity": "sha512-+Pr3kj0CjxEeSxoRtj9lOfsDRLjwI5RyuwASUy4mcTGil59rdAK0Z7Uht3/+HEXB05AUyEJihpQEwworcGu/uw==",
"requires": { "requires": {
"@stablelib/chacha20poly1305": "1.0.1", "@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1", "@stablelib/hkdf": "1.0.1",
@ -9969,15 +10005,15 @@
"@stablelib/sha256": "1.0.1", "@stablelib/sha256": "1.0.1",
"@stablelib/x25519": "^1.0.3", "@stablelib/x25519": "^1.0.3",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/relay-api": "^1.0.7", "@walletconnect/relay-api": "^1.0.9",
"@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.4.3", "@walletconnect/types": "2.5.1",
"@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",
"query-string": "7.1.1", "query-string": "7.1.1",
"uint8arrays": "3.1.0" "uint8arrays": "^3.1.0"
} }
}, },
"@walletconnect/window-getters": { "@walletconnect/window-getters": {
@ -12169,9 +12205,9 @@
"integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ==" "integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ=="
}, },
"safe-stable-stringify": { "safe-stable-stringify": {
"version": "2.4.2", "version": "2.4.3",
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.2.tgz", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
"integrity": "sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA==" "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g=="
}, },
"scheduler": { "scheduler": {
"version": "0.23.0", "version": "0.23.0",
@ -12489,9 +12525,9 @@
"version": "4.7.4" "version": "4.7.4"
}, },
"uint8arrays": { "uint8arrays": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.0.tgz", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz",
"integrity": "sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==", "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==",
"requires": { "requires": {
"multiformats": "^9.4.2" "multiformats": "^9.4.2"
} }

View File

@ -12,7 +12,7 @@
"@chakra-ui/react": "^2.2.6", "@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0", "@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0", "@emotion/styled": "^11.10.0",
"@walletconnect/auth-client": "2.0.3", "@walletconnect/auth-client": "2.0.4",
"better-sqlite3": "^7.6.2", "better-sqlite3": "^7.6.2",
"ethers": "^5.7.0", "ethers": "^5.7.0",
"events": "^3.3.0", "events": "^3.3.0",

View File

@ -13,8 +13,8 @@
"@nextui-org/react": "1.0.8-beta.5", "@nextui-org/react": "1.0.8-beta.5",
"@polkadot/keyring": "^10.1.2", "@polkadot/keyring": "^10.1.2",
"@solana/web3.js": "1.43.0", "@solana/web3.js": "1.43.0",
"@walletconnect/auth-client": "2.0.3", "@walletconnect/auth-client": "2.0.4",
"@walletconnect/utils": "2.4.3", "@walletconnect/utils": "2.5.1",
"bs58": "5.0.0", "bs58": "5.0.0",
"cosmos-wallet": "1.2.0", "cosmos-wallet": "1.2.0",
"ethers": "5.6.6", "ethers": "5.6.6",
@ -31,7 +31,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "17.0.35", "@types/node": "17.0.35",
"@types/react": "18.0.9", "@types/react": "18.0.9",
"@walletconnect/types": "2.0.0", "@walletconnect/types": "2.5.1",
"eslint": "8.15.0", "eslint": "8.15.0",
"eslint-config-next": "12.1.6", "eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
@ -3476,26 +3476,26 @@
} }
}, },
"node_modules/@walletconnect/auth-client": { "node_modules/@walletconnect/auth-client": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.4.tgz",
"integrity": "sha512-PU28c1xmx27arRcd675/CdJrK5QHntdPaMLkqOKmrFmtgi5L/kS1vPFPJ3txT/eXyuIf3cQDsore6G4gr/iajw==", "integrity": "sha512-lLp9w1P8zS4wf/Ji/7mIpxvAf67mKwh53Z8R49qXVNM2uLZwoelpL0wTfgF5c5tFQteOZ87+MPP2uftD3VU5HQ==",
"dependencies": { "dependencies": {
"@ethersproject/hash": "^5.7.0", "@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0", "@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2", "@stablelib/random": "1.0.2",
"@walletconnect/core": "^2.2.1", "@walletconnect/core": "2.5.1",
"@walletconnect/events": "1.0.0", "@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0", "@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.10",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "1.0.6",
"@walletconnect/logger": "^2.0.1", "@walletconnect/logger": "2.0.1",
"@walletconnect/time": "^1.0.2", "@walletconnect/time": "1.0.2",
"@walletconnect/utils": "^2.2.1", "@walletconnect/utils": "2.5.1",
"events": "^3.3.0", "events": "^3.3.0",
"isomorphic-unfetch": "^3.1.0" "isomorphic-unfetch": "^3.1.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=16 <17"
} }
}, },
"node_modules/@walletconnect/auth-client/node_modules/@ethersproject/abstract-provider": { "node_modules/@walletconnect/auth-client/node_modules/@ethersproject/abstract-provider": {
@ -3814,26 +3814,26 @@
} }
}, },
"node_modules/@walletconnect/core": { "node_modules/@walletconnect/core": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.5.1.tgz",
"integrity": "sha512-k2lE2VMC/kroSJyrvrz9rHdRsRn3tMyUp2x1iy6b0IcLlVC1jjfFgH5MUxS+XB9L9O6+gAFnpTM/rKM9fYpPCA==", "integrity": "sha512-Q+dH+LSK85PwpmbjAFoi9ddWTFFghyZWwi1bGfgFA4h3tk4vfh+F0oW44bREaeHAQ/y1va0f2OdK6/jagOeMLQ==",
"dependencies": { "dependencies": {
"@walletconnect/heartbeat": "1.2.0", "@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.9",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/jsonrpc-ws-connection": "^1.0.7", "@walletconnect/jsonrpc-ws-connection": "1.0.10",
"@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.9",
"@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.4.3", "@walletconnect/types": "2.5.1",
"@walletconnect/utils": "2.4.3", "@walletconnect/utils": "2.5.1",
"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",
"uint8arrays": "3.1.0" "uint8arrays": "^3.1.0"
} }
}, },
"node_modules/@walletconnect/core/node_modules/@walletconnect/events": { "node_modules/@walletconnect/core/node_modules/@walletconnect/events": {
@ -3858,12 +3858,13 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"node_modules/@walletconnect/core/node_modules/@walletconnect/jsonrpc-types": { "node_modules/@walletconnect/core/node_modules/@walletconnect/jsonrpc-provider": {
"version": "1.0.2", "version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.9.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==", "integrity": "sha512-8CwmiDW42F+F8Qct13lX2x4lJOsi0mNBtUln3VS6TpWioTaL1VfforC/8ULc3tHXv+SNWwAXn2lCZbDcYhdRcA==",
"dependencies": { "dependencies": {
"keyvaluestorage-interface": "^1.0.0", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
@ -3888,19 +3889,6 @@
} }
} }
}, },
"node_modules/@walletconnect/core/node_modules/@walletconnect/types": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.4.3.tgz",
"integrity": "sha512-AX/mlUpdigD0CrP+9ScXBzggH/oHHr89JZOXmzmGavhFZLPmt0gQN9Jvo/DxTK8vV5FZUOzKZTscygAOLfIrXQ==",
"dependencies": {
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/logger": "^2.0.1",
"events": "^3.3.0"
}
},
"node_modules/@walletconnect/core/node_modules/tslib": { "node_modules/@walletconnect/core/node_modules/tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -3937,11 +3925,11 @@
} }
}, },
"node_modules/@walletconnect/jsonrpc-provider": { "node_modules/@walletconnect/jsonrpc-provider": {
"version": "1.0.6", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.6.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.10.tgz",
"integrity": "sha512-f5vQxr53vUVQ51/9mRLb1OiNciT/546XZ68Byn9OYnDBGeGJXK2kQWDHp8sPWZbN5x0p7B6asdCWMVFJ6danlw==", "integrity": "sha512-g0ffPSpY3P6GqGjWGHsr3yqvQUhj7q2k6pAikoXv5XTXWaJRzFvrlbFkSgxziXsBrwrMZn0qvPufvpN4mMZ5FA==",
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1", "@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1" "tslib": "1.14.1"
} }
@ -3952,25 +3940,6 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/jsonrpc-types": { "node_modules/@walletconnect/jsonrpc-types": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.1.tgz",
"integrity": "sha512-+6coTtOuChCqM+AoYyi4Q83p9l/laI6NvuM2/AHaZFuf0gT0NjW7IX2+86qGyizn7Ptq4AYZmfxurAxTnhefuw==",
"dev": true,
"dependencies": {
"keyvaluestorage-interface": "^1.0.0"
}
},
"node_modules/@walletconnect/jsonrpc-utils": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.4.tgz",
"integrity": "sha512-y0+tDxcTZ9BHBBKBJbjZxLUXb+zQZCylf7y/jTvDPNx76J0hYYc+F9zHzyqBLeorSKepLTk6yI8hw3NXbAQB3g==",
"dependencies": {
"@walletconnect/environment": "^1.0.1",
"@walletconnect/jsonrpc-types": "^1.0.2",
"tslib": "1.14.1"
}
},
"node_modules/@walletconnect/jsonrpc-utils/node_modules/@walletconnect/jsonrpc-types": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==", "integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==",
@ -3979,21 +3948,43 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"node_modules/@walletconnect/jsonrpc-types/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@walletconnect/jsonrpc-utils": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.6.tgz",
"integrity": "sha512-snp0tfkjPiDLQp/jrBewI+9SM33GPV4+Gjgldod6XQ7rFyQ5FZjnBxUkY4xWH0+arNxzQSi6v5iDXjCjSaorpg==",
"dependencies": {
"@walletconnect/environment": "^1.0.1",
"@walletconnect/jsonrpc-types": "^1.0.2",
"tslib": "1.14.1"
}
},
"node_modules/@walletconnect/jsonrpc-utils/node_modules/tslib": { "node_modules/@walletconnect/jsonrpc-utils/node_modules/tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/jsonrpc-ws-connection": { "node_modules/@walletconnect/jsonrpc-ws-connection": {
"version": "1.0.7", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.10.tgz",
"integrity": "sha512-iEIWUAIQih0TDF+RRjExZL3jd84UWX/rvzAmQ6fZWhyBP/qSlxGrMuAwNhpk2zj6P8dZuf8sSaaNuWgXFJIa5A==", "integrity": "sha512-/tidvjfCXZuYugjF5fOswsNDPoMo9QRML3DFQ0dfNUarL4f5HGqu8NDGerr2n0+4MOX23GsT6Vv2POSwFbvgGw==",
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@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"
} }
}, },
"node_modules/@walletconnect/jsonrpc-ws-connection/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/@walletconnect/logger": { "node_modules/@walletconnect/logger": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@walletconnect/logger/-/logger-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/logger/-/logger-2.0.1.tgz",
@ -4009,23 +4000,14 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/relay-api": { "node_modules/@walletconnect/relay-api": {
"version": "1.0.7", "version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.9.tgz",
"integrity": "sha512-Mf/Ql7Z0waZzAuondHS9bbUi12Kyvl95ihxVDM7mPO8o7Ke7S1ffpujCUhXbSacSKcw9aV2+7bKADlsBjQLR5Q==", "integrity": "sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==",
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-types": "^1.0.2",
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"node_modules/@walletconnect/relay-api/node_modules/@walletconnect/jsonrpc-types": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==",
"dependencies": {
"keyvaluestorage-interface": "^1.0.0",
"tslib": "1.14.1"
}
},
"node_modules/@walletconnect/relay-api/node_modules/tslib": { "node_modules/@walletconnect/relay-api/node_modules/tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -4076,62 +4058,19 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/types": { "node_modules/@walletconnect/types": {
"version": "2.0.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.5.1.tgz",
"integrity": "sha512-Adm+A5cC1+M+aRh3BPzH85v5lbNf2tFKrVVZ1bcl6SuDIsoi7amjIU9IEzOs+F9g53AxFgwLlBVRaqARMOEGkA==", "integrity": "sha512-PctuQw1Kt0tJ8mYU8p1JOXYxv8PhvNoXXtLaGkGZ/9knn1dJaQRlMDEN0iHG6qXlSAo0tW8Q3PtK5tetf5dJ0g==",
"dev": true,
"dependencies": { "dependencies": {
"@walletconnect/events": "1.0.0", "@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.0.0", "@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-types": "1.0.1", "@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/keyvaluestorage": "1.0.1-rc.2" "@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/logger": "^2.0.1",
"events": "^3.3.0"
} }
}, },
"node_modules/@walletconnect/types/node_modules/@walletconnect/keyvaluestorage": { "node_modules/@walletconnect/types/node_modules/@walletconnect/events": {
"version": "1.0.1-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.1-rc.2.tgz",
"integrity": "sha512-W704vnzAAZ4b/v7vEvYDul7fZ+TtG2vIfw8J41N8DnfBeee3IZ/urSrsAPaNUcDZArAWv/ZOYrIGHz5K9sdeUA==",
"dev": true,
"dependencies": {
"localStorage": "^1.0.4",
"safe-json-utils": "^1.1.1"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.x",
"lokijs": "1.x"
},
"peerDependenciesMeta": {
"@react-native-async-storage/async-storage": {
"optional": true
},
"lokijs": {
"optional": true
}
}
},
"node_modules/@walletconnect/utils": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.4.3.tgz",
"integrity": "sha512-tEQPo+qrvQyXWDXuTwA5s4mnoUClUlOc4Kd6gCIadDN7wUWVHGxQ+XPGiao6lu89FZAcGwHG0l52IP0BPVbMFg==",
"dependencies": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
"@stablelib/random": "^1.0.2",
"@stablelib/sha256": "1.0.1",
"@stablelib/x25519": "^1.0.3",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/relay-api": "^1.0.7",
"@walletconnect/safe-json": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.4.3",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",
"query-string": "7.1.1",
"uint8arrays": "3.1.0"
}
},
"node_modules/@walletconnect/utils/node_modules/@walletconnect/events": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/@walletconnect/events/-/events-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/events/-/events-1.0.1.tgz",
"integrity": "sha512-NPTqaoi0oPBVNuLv7qPaJazmGHs5JGyO8eEAk5VGKmJzDR7AHzD4k6ilox5kxk1iwiOnFopBOOMLs86Oa76HpQ==", "integrity": "sha512-NPTqaoi0oPBVNuLv7qPaJazmGHs5JGyO8eEAk5VGKmJzDR7AHzD4k6ilox5kxk1iwiOnFopBOOMLs86Oa76HpQ==",
@ -4140,7 +4079,7 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"node_modules/@walletconnect/utils/node_modules/@walletconnect/heartbeat": { "node_modules/@walletconnect/types/node_modules/@walletconnect/heartbeat": {
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@walletconnect/heartbeat/-/heartbeat-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/heartbeat/-/heartbeat-1.2.0.tgz",
"integrity": "sha512-0vbzTa/ARrpmMmOD+bQMxPvFYKtOLQZObgZakrYr0aODiMOO71CmPVNV2eAqXnw9rMmcP+z91OybLeIFlwTjjA==", "integrity": "sha512-0vbzTa/ARrpmMmOD+bQMxPvFYKtOLQZObgZakrYr0aODiMOO71CmPVNV2eAqXnw9rMmcP+z91OybLeIFlwTjjA==",
@ -4153,16 +4092,7 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"node_modules/@walletconnect/utils/node_modules/@walletconnect/jsonrpc-types": { "node_modules/@walletconnect/types/node_modules/@walletconnect/keyvaluestorage": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==",
"dependencies": {
"keyvaluestorage-interface": "^1.0.0",
"tslib": "1.14.1"
}
},
"node_modules/@walletconnect/utils/node_modules/@walletconnect/keyvaluestorage": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.2.tgz",
"integrity": "sha512-U/nNG+VLWoPFdwwKx0oliT4ziKQCEoQ27L5Hhw8YOFGA2Po9A9pULUYNWhDgHkrb0gYDNt//X7wABcEWWBd3FQ==", "integrity": "sha512-U/nNG+VLWoPFdwwKx0oliT4ziKQCEoQ27L5Hhw8YOFGA2Po9A9pULUYNWhDgHkrb0gYDNt//X7wABcEWWBd3FQ==",
@ -4183,24 +4113,33 @@
} }
} }
}, },
"node_modules/@walletconnect/utils/node_modules/@walletconnect/types": { "node_modules/@walletconnect/types/node_modules/tslib": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.4.3.tgz",
"integrity": "sha512-AX/mlUpdigD0CrP+9ScXBzggH/oHHr89JZOXmzmGavhFZLPmt0gQN9Jvo/DxTK8vV5FZUOzKZTscygAOLfIrXQ==",
"dependencies": {
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/logger": "^2.0.1",
"events": "^3.3.0"
}
},
"node_modules/@walletconnect/utils/node_modules/tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@walletconnect/utils": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.5.1.tgz",
"integrity": "sha512-+Pr3kj0CjxEeSxoRtj9lOfsDRLjwI5RyuwASUy4mcTGil59rdAK0Z7Uht3/+HEXB05AUyEJihpQEwworcGu/uw==",
"dependencies": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
"@stablelib/random": "^1.0.2",
"@stablelib/sha256": "1.0.1",
"@stablelib/x25519": "^1.0.3",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/safe-json": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.5.1",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",
"query-string": "7.1.1",
"uint8arrays": "^3.1.0"
}
},
"node_modules/@walletconnect/window-getters": { "node_modules/@walletconnect/window-getters": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/@walletconnect/window-getters/-/window-getters-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/window-getters/-/window-getters-1.0.1.tgz",
@ -5228,9 +5167,9 @@
} }
}, },
"node_modules/decode-uri-component": { "node_modules/decode-uri-component": {
"version": "0.2.0", "version": "0.2.2",
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
"integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"
} }
@ -8641,9 +8580,9 @@
"integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ==" "integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ=="
}, },
"node_modules/safe-stable-stringify": { "node_modules/safe-stable-stringify": {
"version": "2.4.2", "version": "2.4.3",
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.2.tgz", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
"integrity": "sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA==", "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
} }
@ -9295,9 +9234,9 @@
} }
}, },
"node_modules/uint8arrays": { "node_modules/uint8arrays": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.0.tgz", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz",
"integrity": "sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==", "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==",
"dependencies": { "dependencies": {
"multiformats": "^9.4.2" "multiformats": "^9.4.2"
} }
@ -12167,21 +12106,21 @@
} }
}, },
"@walletconnect/auth-client": { "@walletconnect/auth-client": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.0.4.tgz",
"integrity": "sha512-PU28c1xmx27arRcd675/CdJrK5QHntdPaMLkqOKmrFmtgi5L/kS1vPFPJ3txT/eXyuIf3cQDsore6G4gr/iajw==", "integrity": "sha512-lLp9w1P8zS4wf/Ji/7mIpxvAf67mKwh53Z8R49qXVNM2uLZwoelpL0wTfgF5c5tFQteOZ87+MPP2uftD3VU5HQ==",
"requires": { "requires": {
"@ethersproject/hash": "^5.7.0", "@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0", "@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2", "@stablelib/random": "1.0.2",
"@walletconnect/core": "^2.2.1", "@walletconnect/core": "2.5.1",
"@walletconnect/events": "1.0.0", "@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0", "@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.10",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "1.0.6",
"@walletconnect/logger": "^2.0.1", "@walletconnect/logger": "2.0.1",
"@walletconnect/time": "^1.0.2", "@walletconnect/time": "1.0.2",
"@walletconnect/utils": "^2.2.1", "@walletconnect/utils": "2.5.1",
"events": "^3.3.0", "events": "^3.3.0",
"isomorphic-unfetch": "^3.1.0" "isomorphic-unfetch": "^3.1.0"
}, },
@ -12354,26 +12293,26 @@
} }
}, },
"@walletconnect/core": { "@walletconnect/core": {
"version": "2.4.3", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.4.3.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.5.1.tgz",
"integrity": "sha512-k2lE2VMC/kroSJyrvrz9rHdRsRn3tMyUp2x1iy6b0IcLlVC1jjfFgH5MUxS+XB9L9O6+gAFnpTM/rKM9fYpPCA==", "integrity": "sha512-Q+dH+LSK85PwpmbjAFoi9ddWTFFghyZWwi1bGfgFA4h3tk4vfh+F0oW44bREaeHAQ/y1va0f2OdK6/jagOeMLQ==",
"requires": { "requires": {
"@walletconnect/heartbeat": "1.2.0", "@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-provider": "^1.0.6", "@walletconnect/jsonrpc-provider": "1.0.9",
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/jsonrpc-ws-connection": "^1.0.7", "@walletconnect/jsonrpc-ws-connection": "1.0.10",
"@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.9",
"@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.4.3", "@walletconnect/types": "2.5.1",
"@walletconnect/utils": "2.4.3", "@walletconnect/utils": "2.5.1",
"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",
"uint8arrays": "3.1.0" "uint8arrays": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@walletconnect/events": { "@walletconnect/events": {
@ -12398,12 +12337,13 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"@walletconnect/jsonrpc-types": { "@walletconnect/jsonrpc-provider": {
"version": "1.0.2", "version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.9.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==", "integrity": "sha512-8CwmiDW42F+F8Qct13lX2x4lJOsi0mNBtUln3VS6TpWioTaL1VfforC/8ULc3tHXv+SNWwAXn2lCZbDcYhdRcA==",
"requires": { "requires": {
"keyvaluestorage-interface": "^1.0.0", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
@ -12416,19 +12356,6 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"@walletconnect/types": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.4.3.tgz",
"integrity": "sha512-AX/mlUpdigD0CrP+9ScXBzggH/oHHr89JZOXmzmGavhFZLPmt0gQN9Jvo/DxTK8vV5FZUOzKZTscygAOLfIrXQ==",
"requires": {
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/logger": "^2.0.1",
"events": "^3.3.0"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -12469,11 +12396,11 @@
} }
}, },
"@walletconnect/jsonrpc-provider": { "@walletconnect/jsonrpc-provider": {
"version": "1.0.6", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.6.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.10.tgz",
"integrity": "sha512-f5vQxr53vUVQ51/9mRLb1OiNciT/546XZ68Byn9OYnDBGeGJXK2kQWDHp8sPWZbN5x0p7B6asdCWMVFJ6danlw==", "integrity": "sha512-g0ffPSpY3P6GqGjWGHsr3yqvQUhj7q2k6pAikoXv5XTXWaJRzFvrlbFkSgxziXsBrwrMZn0qvPufvpN4mMZ5FA==",
"requires": { "requires": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.1", "@walletconnect/safe-json": "^1.0.1",
"tslib": "1.14.1" "tslib": "1.14.1"
}, },
@ -12486,33 +12413,31 @@
} }
}, },
"@walletconnect/jsonrpc-types": { "@walletconnect/jsonrpc-types": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz",
"integrity": "sha512-+6coTtOuChCqM+AoYyi4Q83p9l/laI6NvuM2/AHaZFuf0gT0NjW7IX2+86qGyizn7Ptq4AYZmfxurAxTnhefuw==", "integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==",
"dev": true,
"requires": { "requires": {
"keyvaluestorage-interface": "^1.0.0" "keyvaluestorage-interface": "^1.0.0",
"tslib": "1.14.1"
},
"dependencies": {
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
} }
}, },
"@walletconnect/jsonrpc-utils": { "@walletconnect/jsonrpc-utils": {
"version": "1.0.4", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.4.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.6.tgz",
"integrity": "sha512-y0+tDxcTZ9BHBBKBJbjZxLUXb+zQZCylf7y/jTvDPNx76J0hYYc+F9zHzyqBLeorSKepLTk6yI8hw3NXbAQB3g==", "integrity": "sha512-snp0tfkjPiDLQp/jrBewI+9SM33GPV4+Gjgldod6XQ7rFyQ5FZjnBxUkY4xWH0+arNxzQSi6v5iDXjCjSaorpg==",
"requires": { "requires": {
"@walletconnect/environment": "^1.0.1", "@walletconnect/environment": "^1.0.1",
"@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-types": "^1.0.2",
"tslib": "1.14.1" "tslib": "1.14.1"
}, },
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-types": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==",
"requires": {
"keyvaluestorage-interface": "^1.0.0",
"tslib": "1.14.1"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -12521,13 +12446,22 @@
} }
}, },
"@walletconnect/jsonrpc-ws-connection": { "@walletconnect/jsonrpc-ws-connection": {
"version": "1.0.7", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.10.tgz",
"integrity": "sha512-iEIWUAIQih0TDF+RRjExZL3jd84UWX/rvzAmQ6fZWhyBP/qSlxGrMuAwNhpk2zj6P8dZuf8sSaaNuWgXFJIa5A==", "integrity": "sha512-/tidvjfCXZuYugjF5fOswsNDPoMo9QRML3DFQ0dfNUarL4f5HGqu8NDGerr2n0+4MOX23GsT6Vv2POSwFbvgGw==",
"requires": { "requires": {
"@walletconnect/jsonrpc-utils": "^1.0.4", "@walletconnect/jsonrpc-utils": "^1.0.6",
"@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"
},
"dependencies": {
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
} }
}, },
"@walletconnect/logger": { "@walletconnect/logger": {
@ -12547,23 +12481,14 @@
} }
}, },
"@walletconnect/relay-api": { "@walletconnect/relay-api": {
"version": "1.0.7", "version": "1.0.9",
"resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.9.tgz",
"integrity": "sha512-Mf/Ql7Z0waZzAuondHS9bbUi12Kyvl95ihxVDM7mPO8o7Ke7S1ffpujCUhXbSacSKcw9aV2+7bKADlsBjQLR5Q==", "integrity": "sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==",
"requires": { "requires": {
"@walletconnect/jsonrpc-types": "^1.0.2", "@walletconnect/jsonrpc-types": "^1.0.2",
"tslib": "1.14.1" "tslib": "1.14.1"
}, },
"dependencies": { "dependencies": {
"@walletconnect/jsonrpc-types": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==",
"requires": {
"keyvaluestorage-interface": "^1.0.0",
"tslib": "1.14.1"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -12622,49 +12547,16 @@
} }
}, },
"@walletconnect/types": { "@walletconnect/types": {
"version": "2.0.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.5.1.tgz",
"integrity": "sha512-Adm+A5cC1+M+aRh3BPzH85v5lbNf2tFKrVVZ1bcl6SuDIsoi7amjIU9IEzOs+F9g53AxFgwLlBVRaqARMOEGkA==", "integrity": "sha512-PctuQw1Kt0tJ8mYU8p1JOXYxv8PhvNoXXtLaGkGZ/9knn1dJaQRlMDEN0iHG6qXlSAo0tW8Q3PtK5tetf5dJ0g==",
"dev": true,
"requires": { "requires": {
"@walletconnect/events": "1.0.0", "@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.0.0", "@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-types": "1.0.1", "@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/keyvaluestorage": "1.0.1-rc.2" "@walletconnect/keyvaluestorage": "^1.0.2",
}, "@walletconnect/logger": "^2.0.1",
"dependencies": { "events": "^3.3.0"
"@walletconnect/keyvaluestorage": {
"version": "1.0.1-rc.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.1-rc.2.tgz",
"integrity": "sha512-W704vnzAAZ4b/v7vEvYDul7fZ+TtG2vIfw8J41N8DnfBeee3IZ/urSrsAPaNUcDZArAWv/ZOYrIGHz5K9sdeUA==",
"dev": true,
"requires": {
"localStorage": "^1.0.4",
"safe-json-utils": "^1.1.1"
}
}
}
},
"@walletconnect/utils": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.4.3.tgz",
"integrity": "sha512-tEQPo+qrvQyXWDXuTwA5s4mnoUClUlOc4Kd6gCIadDN7wUWVHGxQ+XPGiao6lu89FZAcGwHG0l52IP0BPVbMFg==",
"requires": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
"@stablelib/random": "^1.0.2",
"@stablelib/sha256": "1.0.1",
"@stablelib/x25519": "^1.0.3",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/relay-api": "^1.0.7",
"@walletconnect/safe-json": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.4.3",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",
"query-string": "7.1.1",
"uint8arrays": "3.1.0"
}, },
"dependencies": { "dependencies": {
"@walletconnect/events": { "@walletconnect/events": {
@ -12689,15 +12581,6 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"@walletconnect/jsonrpc-types": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz",
"integrity": "sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==",
"requires": {
"keyvaluestorage-interface": "^1.0.0",
"tslib": "1.14.1"
}
},
"@walletconnect/keyvaluestorage": { "@walletconnect/keyvaluestorage": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.2.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/keyvaluestorage/-/keyvaluestorage-1.0.2.tgz",
@ -12707,19 +12590,6 @@
"tslib": "1.14.1" "tslib": "1.14.1"
} }
}, },
"@walletconnect/types": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.4.3.tgz",
"integrity": "sha512-AX/mlUpdigD0CrP+9ScXBzggH/oHHr89JZOXmzmGavhFZLPmt0gQN9Jvo/DxTK8vV5FZUOzKZTscygAOLfIrXQ==",
"requires": {
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.0",
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/logger": "^2.0.1",
"events": "^3.3.0"
}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -12727,6 +12597,28 @@
} }
} }
}, },
"@walletconnect/utils": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.5.1.tgz",
"integrity": "sha512-+Pr3kj0CjxEeSxoRtj9lOfsDRLjwI5RyuwASUy4mcTGil59rdAK0Z7Uht3/+HEXB05AUyEJihpQEwworcGu/uw==",
"requires": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
"@stablelib/random": "^1.0.2",
"@stablelib/sha256": "1.0.1",
"@stablelib/x25519": "^1.0.3",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/safe-json": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.5.1",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",
"query-string": "7.1.1",
"uint8arrays": "^3.1.0"
}
},
"@walletconnect/window-getters": { "@walletconnect/window-getters": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/@walletconnect/window-getters/-/window-getters-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@walletconnect/window-getters/-/window-getters-1.0.1.tgz",
@ -13540,9 +13432,9 @@
"integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==" "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ=="
}, },
"decode-uri-component": { "decode-uri-component": {
"version": "0.2.0", "version": "0.2.2",
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
"integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==" "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ=="
}, },
"decompress-response": { "decompress-response": {
"version": "6.0.0", "version": "6.0.0",
@ -16044,9 +15936,9 @@
"integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ==" "integrity": "sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ=="
}, },
"safe-stable-stringify": { "safe-stable-stringify": {
"version": "2.4.2", "version": "2.4.3",
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.2.tgz", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
"integrity": "sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA==" "integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g=="
}, },
"scheduler": { "scheduler": {
"version": "0.20.2", "version": "0.20.2",
@ -16522,9 +16414,9 @@
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==" "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg=="
}, },
"uint8arrays": { "uint8arrays": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.0.tgz", "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz",
"integrity": "sha512-ei5rfKtoRO8OyOIor2Rz5fhzjThwIHJZ3uyDPnDHTXbP0aMQ1RN/6AI5B5d9dBxJOU+BvOAk7ZQ1xphsX8Lrog==", "integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==",
"requires": { "requires": {
"multiformats": "^9.4.2" "multiformats": "^9.4.2"
} }

View File

@ -15,8 +15,8 @@
"@nextui-org/react": "1.0.8-beta.5", "@nextui-org/react": "1.0.8-beta.5",
"@polkadot/keyring": "^10.1.2", "@polkadot/keyring": "^10.1.2",
"@solana/web3.js": "1.43.0", "@solana/web3.js": "1.43.0",
"@walletconnect/auth-client": "2.0.3", "@walletconnect/auth-client": "2.0.4",
"@walletconnect/utils": "2.4.3", "@walletconnect/utils": "2.5.1",
"bs58": "5.0.0", "bs58": "5.0.0",
"cosmos-wallet": "1.2.0", "cosmos-wallet": "1.2.0",
"ethers": "5.6.6", "ethers": "5.6.6",
@ -33,7 +33,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "17.0.35", "@types/node": "17.0.35",
"@types/react": "18.0.9", "@types/react": "18.0.9",
"@walletconnect/types": "2.0.0", "@walletconnect/types": "2.5.1",
"eslint": "8.15.0", "eslint": "8.15.0",
"eslint-config-next": "12.1.6", "eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",