fix(deps): update dependency @walletconnect/auth-client to v2.1.1 (#244)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-07-19 14:05:28 +02:00 committed by GitHub
parent 3ee8609ac1
commit 9f293b7ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 50 deletions

View File

@ -11,7 +11,7 @@
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@walletconnect/auth-client": "2.1.0",
"@walletconnect/auth-client": "2.1.1",
"@web3modal/standalone": "^2.2.2",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",
@ -3098,21 +3098,21 @@
}
},
"node_modules/@walletconnect/auth-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.1.0.tgz",
"integrity": "sha512-k6zZLEdlBpYIvbOL5tBWd+3DUJ2R4VFDyHpdp4TuRzC//njRkIzRSksEnsr8gN8P+IKuoJTLPsDy2sWR4qVTNQ==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.1.1.tgz",
"integrity": "sha512-rFGBG3pLkmwCc5DcL9JRCsvOAmPjUcHGxm+KlX31yXNOT1QACT8Gyd8ODSOmtvz5CXZS5dPWBuvO03LUSRbPkw==",
"dependencies": {
"@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2",
"@stablelib/random": "^1.0.2",
"@stablelib/sha256": "^1.0.1",
"@walletconnect/core": "^2.7.2",
"@walletconnect/core": "^2.9.0",
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "^1.2.0",
"@walletconnect/jsonrpc-utils": "^1.0.7",
"@walletconnect/heartbeat": "^1.2.1",
"@walletconnect/jsonrpc-utils": "^1.0.8",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/utils": "^2.7.2",
"@walletconnect/utils": "^2.9.0",
"events": "^3.3.0",
"isomorphic-unfetch": "^3.1.0"
},
@ -3121,23 +3121,23 @@
}
},
"node_modules/@walletconnect/core": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.7.6.tgz",
"integrity": "sha512-EPzKfH9EpOVmJhfedddpNjG6Lz0zWnAZSBvXSeuBlOyD3Aayiky3HuiDcpK+YyRzyWEsh2kWMvvTZ6v0uFAApQ==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.9.0.tgz",
"integrity": "sha512-MZYJghS9YCvGe32UOgDj0mCasaOoGHQaYXWeQblXE/xb8HuaM6kAWhjIQN9P+MNp5QP134BHP5olQostcCotXQ==",
"dependencies": {
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-types": "1.0.3",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/jsonrpc-ws-connection": "^1.0.11",
"@walletconnect/jsonrpc-ws-connection": "1.0.12",
"@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/relay-auth": "^1.0.4",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.7.6",
"@walletconnect/utils": "2.7.6",
"@walletconnect/types": "2.9.0",
"@walletconnect/utils": "2.9.0",
"events": "^3.3.0",
"lodash.isequal": "4.5.0",
"uint8arrays": "^3.1.0"
@ -3200,9 +3200,9 @@
}
},
"node_modules/@walletconnect/jsonrpc-ws-connection": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.11.tgz",
"integrity": "sha512-TiFJ6saasKXD+PwGkm5ZGSw0837nc6EeFmurSPgIT/NofnOV4Tv7CVJqGQN0rQYoJUSYu21cwHNYaFkzNpUN+w==",
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.12.tgz",
"integrity": "sha512-HAcadga3Qjt1Cqy+qXEW6zjaCs8uJGdGQrqltzl3OjiK4epGZRdvSzTe63P+t/3z+D2wG+ffEPn0GVcDozmN1w==",
"dependencies": {
"@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.2",
@ -3280,9 +3280,9 @@
}
},
"node_modules/@walletconnect/types": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.7.6.tgz",
"integrity": "sha512-678xFaf5AULHMsd1JdN1X+iMHUt75bPUAOsQ0oSA4mtKZW/vS1jMqe3siXQKEOXFWyIJoQD1Q8clDO9oZ00/hg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.9.0.tgz",
"integrity": "sha512-ORopsMfSRvUYqtjKKd6scfg8o4/aGebipLxx92AuuUgMTERSU6cGmIrK6rdLu7W6FBJkmngPLEGc9mRqAb9Lug==",
"dependencies": {
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.1",
@ -3293,9 +3293,9 @@
}
},
"node_modules/@walletconnect/utils": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.7.6.tgz",
"integrity": "sha512-IS5eRWihW3L4qHG7pT9L8NtjuY5gbE0D5yqcgT2wnZ/1IDl9OihVT37CWM66Ppf6i195Uuwagfl+Qw8RlECeKg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.9.0.tgz",
"integrity": "sha512-7Tu3m6dZL84KofrNBcblsgpSqU2vdo9ImLD7zWimLXERVGNQ8smXG+gmhQYblebIBhsPzjy9N38YMC3nPlfQNw==",
"dependencies": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
@ -3305,7 +3305,7 @@
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.7.6",
"@walletconnect/types": "2.9.0",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",
@ -10083,43 +10083,43 @@
}
},
"@walletconnect/auth-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.1.0.tgz",
"integrity": "sha512-k6zZLEdlBpYIvbOL5tBWd+3DUJ2R4VFDyHpdp4TuRzC//njRkIzRSksEnsr8gN8P+IKuoJTLPsDy2sWR4qVTNQ==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@walletconnect/auth-client/-/auth-client-2.1.1.tgz",
"integrity": "sha512-rFGBG3pLkmwCc5DcL9JRCsvOAmPjUcHGxm+KlX31yXNOT1QACT8Gyd8ODSOmtvz5CXZS5dPWBuvO03LUSRbPkw==",
"requires": {
"@ethersproject/hash": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@stablelib/random": "1.0.2",
"@stablelib/random": "^1.0.2",
"@stablelib/sha256": "^1.0.1",
"@walletconnect/core": "^2.7.2",
"@walletconnect/core": "^2.9.0",
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "^1.2.0",
"@walletconnect/jsonrpc-utils": "^1.0.7",
"@walletconnect/heartbeat": "^1.2.1",
"@walletconnect/jsonrpc-utils": "^1.0.8",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/utils": "^2.7.2",
"@walletconnect/utils": "^2.9.0",
"events": "^3.3.0",
"isomorphic-unfetch": "^3.1.0"
}
},
"@walletconnect/core": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.7.6.tgz",
"integrity": "sha512-EPzKfH9EpOVmJhfedddpNjG6Lz0zWnAZSBvXSeuBlOyD3Aayiky3HuiDcpK+YyRzyWEsh2kWMvvTZ6v0uFAApQ==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@walletconnect/core/-/core-2.9.0.tgz",
"integrity": "sha512-MZYJghS9YCvGe32UOgDj0mCasaOoGHQaYXWeQblXE/xb8HuaM6kAWhjIQN9P+MNp5QP134BHP5olQostcCotXQ==",
"requires": {
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/jsonrpc-provider": "1.0.13",
"@walletconnect/jsonrpc-types": "1.0.3",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/jsonrpc-ws-connection": "^1.0.11",
"@walletconnect/jsonrpc-ws-connection": "1.0.12",
"@walletconnect/keyvaluestorage": "^1.0.2",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/relay-auth": "^1.0.4",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.7.6",
"@walletconnect/utils": "2.7.6",
"@walletconnect/types": "2.9.0",
"@walletconnect/utils": "2.9.0",
"events": "^3.3.0",
"lodash.isequal": "4.5.0",
"uint8arrays": "^3.1.0"
@ -10182,9 +10182,9 @@
}
},
"@walletconnect/jsonrpc-ws-connection": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.11.tgz",
"integrity": "sha512-TiFJ6saasKXD+PwGkm5ZGSw0837nc6EeFmurSPgIT/NofnOV4Tv7CVJqGQN0rQYoJUSYu21cwHNYaFkzNpUN+w==",
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.12.tgz",
"integrity": "sha512-HAcadga3Qjt1Cqy+qXEW6zjaCs8uJGdGQrqltzl3OjiK4epGZRdvSzTe63P+t/3z+D2wG+ffEPn0GVcDozmN1w==",
"requires": {
"@walletconnect/jsonrpc-utils": "^1.0.6",
"@walletconnect/safe-json": "^1.0.2",
@ -10250,9 +10250,9 @@
}
},
"@walletconnect/types": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.7.6.tgz",
"integrity": "sha512-678xFaf5AULHMsd1JdN1X+iMHUt75bPUAOsQ0oSA4mtKZW/vS1jMqe3siXQKEOXFWyIJoQD1Q8clDO9oZ00/hg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@walletconnect/types/-/types-2.9.0.tgz",
"integrity": "sha512-ORopsMfSRvUYqtjKKd6scfg8o4/aGebipLxx92AuuUgMTERSU6cGmIrK6rdLu7W6FBJkmngPLEGc9mRqAb9Lug==",
"requires": {
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.1",
@ -10263,9 +10263,9 @@
}
},
"@walletconnect/utils": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.7.6.tgz",
"integrity": "sha512-IS5eRWihW3L4qHG7pT9L8NtjuY5gbE0D5yqcgT2wnZ/1IDl9OihVT37CWM66Ppf6i195Uuwagfl+Qw8RlECeKg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.9.0.tgz",
"integrity": "sha512-7Tu3m6dZL84KofrNBcblsgpSqU2vdo9ImLD7zWimLXERVGNQ8smXG+gmhQYblebIBhsPzjy9N38YMC3nPlfQNw==",
"requires": {
"@stablelib/chacha20poly1305": "1.0.1",
"@stablelib/hkdf": "1.0.1",
@ -10275,7 +10275,7 @@
"@walletconnect/relay-api": "^1.0.9",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.7.6",
"@walletconnect/types": "2.9.0",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",

View File

@ -12,7 +12,7 @@
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@walletconnect/auth-client": "2.1.0",
"@walletconnect/auth-client": "2.1.1",
"@web3modal/standalone": "^2.2.2",
"better-sqlite3": "^7.6.2",
"ethers": "^5.7.0",