This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependency to solve Verida Connect issue
- Loading branch information
1 parent
7b515d7
commit 6e11198
Showing
2 changed files
with
132 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1578,7 +1578,7 @@ | |
"@docusaurus/theme-search-algolia" "2.4.3" | ||
"@docusaurus/types" "2.4.3" | ||
|
||
"@docusaurus/[email protected]", "react-loadable@npm:@docusaurus/[email protected]": | ||
"@docusaurus/[email protected]": | ||
version "5.5.2" | ||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" | ||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== | ||
|
@@ -2966,47 +2966,47 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@verida/account-web-vault@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/account-web-vault/-/account-web-vault-4.0.0.tgz#ec985b45682f208c3bb0ace9a27f858b5439c777" | ||
integrity sha512-R+E72FWMENnUIOlahV+0c+68oRKb1jgBSrE7C0neHMN61Lb0R4nn0hLhIOtc+A6uW/jKWFE+HwIwZx5Yaw9cCw== | ||
"@verida/account-web-vault@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/account-web-vault/-/account-web-vault-4.1.0.tgz#92199d25ffd4986cacd3d3f05cf4cc37e8faf403" | ||
integrity sha512-r+3ik72eaPl2PxVLuQm8gaYlN8nnAO0vQBz0YNJEukX54Frd9THrobrGKzYGK8wzIE4m/oU4Wcs50mY9lxhjlQ== | ||
dependencies: | ||
"@verida/account" "^4.0.0" | ||
"@verida/account" "^4.1.0" | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/keyring" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/keyring" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
jsonwebtoken "^8.5.1" | ||
lodash "^4.17.21" | ||
qrcode-with-logos "^1.0.3" | ||
store "^2.0.12" | ||
|
||
"@verida/account@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/account/-/account-4.0.0.tgz#434f5899728f717701d49a1bbe02611bf12d06f7" | ||
integrity sha512-M4QZ0KPYz8fW3Vz0RwMrQi1id33r1to/ICXAnp/tmOpn14GO691Bn8B6euB2IlCszo9sg/LpZwoa4oL4WYI1MQ== | ||
"@verida/account@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/account/-/account-4.1.0.tgz#8227cbe1d64d7df7de45ce402fa6a4d5865d4646" | ||
integrity sha512-D5WUKwH2GeUR7+03cjJzxOLtHre74V3ZVFPZBc1F+VoS0x1ObAeh0OGPSDK8ti/LJcQOsF58l/EN7xFHTATHkA== | ||
dependencies: | ||
"@verida/keyring" "^4.0.0" | ||
"@verida/storage-link" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/keyring" "^4.1.0" | ||
"@verida/storage-link" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
did-jwt "^6.11.0" | ||
did-resolver "^4.0.1" | ||
lodash "^4.17.21" | ||
tweetnacl-util "^0.15.1" | ||
|
||
"@verida/client-ts@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/client-ts/-/client-ts-4.0.0.tgz#39cd1ba058b81ebb948d93ebaa20d987cdfaf3d3" | ||
integrity sha512-3NxLl9J/8dSHZgssVAn3FviXtscPJcJgSId7kVdGQMqsVIL2qNF/l8iruUEme6FQRbUEAamyIU4PQkX5jBK5CQ== | ||
"@verida/client-ts@^4.1.1": | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/@verida/client-ts/-/client-ts-4.1.1.tgz#f1853ca840858d61d481c4798c75c3d162aa0eea" | ||
integrity sha512-+Ui3S3jZwzhtDXAWP2O5odD21JSFuDvuWN8IgmlE3rkcExGUOuXZYlgnieg2uT5xawn6t4p5BTkPO0e/SoFThQ== | ||
dependencies: | ||
"@verida/account" "^4.0.0" | ||
"@verida/did-client" "^4.0.0" | ||
"@verida/did-document" "^4.0.0" | ||
"@verida/account" "^4.1.0" | ||
"@verida/did-client" "^4.1.0" | ||
"@verida/did-document" "^4.1.0" | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/keyring" "^4.0.0" | ||
"@verida/storage-link" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-common" "^4.0.0" | ||
"@verida/vda-name-client" "^4.0.0" | ||
"@verida/keyring" "^4.1.0" | ||
"@verida/storage-link" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-common" "^4.1.0" | ||
"@verida/vda-name-client" "^4.1.0" | ||
ajv "^8.6.3" | ||
ajv-formats "^2.1.1" | ||
axios "^0.21.2" | ||
|
@@ -3021,33 +3021,33 @@ | |
pouchdb-find "^7.2.2" | ||
uuid "^8.3.2" | ||
|
||
"@verida/did-client@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/did-client/-/did-client-4.0.0.tgz#233bf5a74493c14c2dc3ce691d3b1ecd96311285" | ||
integrity sha512-cur1rDLkhwvHdPqu0p20dw6XhamMyNKhr0fduavTeoqrQUdWA5qWprsd/087bIyKVakqoCBVH1v/WKuxpqTCeA== | ||
dependencies: | ||
"@verida/did-document" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-common" "^4.0.0" | ||
"@verida/vda-did-resolver" "^4.0.0" | ||
"@verida/web3" "^4.0.0" | ||
"@verida/did-client@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/did-client/-/did-client-4.1.0.tgz#e7b926809ecf739a44a3516fcf8a44d90edb8dbe" | ||
integrity sha512-XhYtjxqBfgYq+Jo5C1zPqifvlyZaZ0A6QoUoiyU6xyIpLi3HTcZa/d3iwshRz0X3mlwzLdM0BApPvnnxw/QfIg== | ||
dependencies: | ||
"@verida/did-document" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-common" "^4.1.0" | ||
"@verida/vda-did-resolver" "^4.1.0" | ||
"@verida/web3" "^4.1.0" | ||
axios "^0.23.0" | ||
deepcopy "^2.1.0" | ||
did-resolver "^4.0.1" | ||
ethers "^5.5.1" | ||
|
||
"@verida/did-document@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/did-document/-/did-document-4.0.0.tgz#f41ac97ae8ffa55385fcb2127f8d01f9a5ab8019" | ||
integrity sha512-0LTFi/7syQ/5yiqpHWzHKrOFUl/shbrYJ7bHzi86yytNKh0wEz9Tkli+RtkweyIKtOS8f1Xd2RXfmFPxR/GKKw== | ||
"@verida/did-document@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/did-document/-/did-document-4.1.0.tgz#4d6bf104f09254fd9a02390022ec5dd07ed2a53d" | ||
integrity sha512-PIACrLMt5HGAYK1yot9FR5HWsCLaf4fHMddkjAsqSqvYL8+z9DzpahHy36Ds11TXpnNfX3GKpqcgGwxjAg4OYQ== | ||
dependencies: | ||
"@ethersproject/address" "^5.7.0" | ||
"@ethersproject/bignumber" "^5.7.0" | ||
"@ethersproject/transactions" "^5.7.0" | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/keyring" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-common" "^4.0.0" | ||
"@verida/keyring" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-common" "^4.1.0" | ||
did-resolver "^4.0.1" | ||
lodash "^4.17.21" | ||
|
||
|
@@ -3061,44 +3061,44 @@ | |
tweetnacl "^1.0.3" | ||
tweetnacl-util "^0.15.1" | ||
|
||
"@verida/helpers@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/helpers/-/helpers-4.0.0.tgz#aa1b08d0e30589c02318b6a00f84865d7fae5a1a" | ||
integrity sha512-s4tyKGOn2ytMiWIIii3odQS2O442VCMaZltBMbCc6PNJGLngpUYAyqFbA8EIxY0+zRaPdNyg3Qfu8kkPI6yIOA== | ||
"@verida/helpers@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/helpers/-/helpers-4.1.0.tgz#dd3e493c52125e456014f96beaaef07f82a79748" | ||
integrity sha512-P9hZgvWp08/6RPiNSnsZraBrTyD0W1Ew/PWbnRmK9u/iYRCNzsqgSUoEavyPkqrINWXqX18S6yeI3qjP3r05Sw== | ||
dependencies: | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/types" "^4.1.0" | ||
axios "^1.6.2" | ||
bs58 "^5.0.0" | ||
url "^0.11.0" | ||
|
||
"@verida/keyring@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/keyring/-/keyring-4.0.0.tgz#69c7af754acaba8308b55528187a494db3708b6f" | ||
integrity sha512-yQBppkyKoCXHGfkPNCRGXTKmTcpZSyiIofC04X22O5j09k4SMLVo4xucjW2/0WyEd65e6L5bBjw8LQn+borO1g== | ||
"@verida/keyring@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/keyring/-/keyring-4.1.0.tgz#45c178a643f35628e448d5c77ca1c10c6729e047" | ||
integrity sha512-M/lbrFnXC0njFrN3MgnyfmQreL1UcWk28IQvbGSV100L6DG8+zsXbb2rLUdUTrz5VnMfi/dLyHRTdR7IXgDA9Q== | ||
dependencies: | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/types" "^4.1.0" | ||
ethers "^5.5.1" | ||
tweetnacl "^1.0.3" | ||
uuid "^8.3.2" | ||
|
||
"@verida/storage-link@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/storage-link/-/storage-link-4.0.0.tgz#83256bb17b4a9507fde145a6c3a5475b2f920fcf" | ||
integrity sha512-aTkHHMk7q/rMa5t17EYc+lRaqwlfgp2S+7m9RjQct/+wqJV9uPBiVpgRY/Tsri5L0fMKsmBpeySEzf6FdgKudg== | ||
"@verida/storage-link@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/storage-link/-/storage-link-4.1.0.tgz#fb502ec39181ac470b39b8c681aacca44e91c448" | ||
integrity sha512-m8qP+elpsqTik9btYUcxJ/xlj8o1BwViOmJx+xiZF8SLFF7NlmnTiBR0/CFh/swusAFlLmta0+O50dk40JPTsQ== | ||
dependencies: | ||
"@verida/did-client" "^4.0.0" | ||
"@verida/did-document" "^4.0.0" | ||
"@verida/did-client" "^4.1.0" | ||
"@verida/did-document" "^4.1.0" | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/keyring" "^4.0.0" | ||
"@verida/keyring" "^4.1.0" | ||
did-resolver "^4.0.0" | ||
url-parse "^1.5.3" | ||
|
||
"@verida/types@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/types/-/types-4.0.0.tgz#27cb345f40056e052ad12feb43c8fd68be0dcf2a" | ||
integrity sha512-OfTzV8/7z/45w+eF4HCCGA4b7O69nDs7eT3/75esTiySgb8VBLWa6WUa9vENTdyYKRoSn4VXaD7nQqNpxruDPw== | ||
"@verida/types@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/types/-/types-4.1.0.tgz#283fbd465a397edf257f17ae6eb57d57e1501f76" | ||
integrity sha512-gSlcUnTNayhiFooSq4TWymSW5W15OJ5acUPVfLVj5DS67NgFwNMKNpZ0uakPTvmlyvC5J7WdufvAhuT8XuIxfg== | ||
dependencies: | ||
"@ethersproject/abstract-signer" "^5.7.0" | ||
"@ethersproject/bignumber" "^5.7.0" | ||
|
@@ -3108,77 +3108,77 @@ | |
did-resolver "^4.0.1" | ||
tweetnacl "^1.0.3" | ||
|
||
"@verida/vda-client-base@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-client-base/-/vda-client-base-4.0.0.tgz#71068dd2f553a7612243a7b37deb15a1b15d163b" | ||
integrity sha512-7ehADnUBT7xvOW7yocsgNmJUt0ootaURAxIOXXGljgYPa21ItfNt97FfdA3djlRp2LE6porEtQkrtCkGn0P6/A== | ||
"@verida/vda-client-base@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-client-base/-/vda-client-base-4.1.0.tgz#cf0375c899f2f0fc851be3318e35520646c8f5c4" | ||
integrity sha512-6Owvknh0fhJmBAoMrDpxRb9+kk9ip0KvbaUP5devnq51+Suu2h91I5xC7WxcefAwfwi2e1uBYfJsFxk0003qZg== | ||
dependencies: | ||
"@ethersproject/providers" "^5.7.2" | ||
"@verida/helpers" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/web3" "^4.0.0" | ||
"@verida/helpers" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/web3" "^4.1.0" | ||
axios "^0.27.2" | ||
ethers "^5.7.0" | ||
|
||
"@verida/vda-common@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-common/-/vda-common-4.0.0.tgz#fe13947531f3e52bb5138417e1d72b307e63f4fc" | ||
integrity sha512-bowWRKKi/UefjeyXk0DVD3VeUM061zSAfFw3M1l9Amz4T9kHAk4ce1axcFUu6aSfV6N6YdQn/TOXO8U/NP+h9g== | ||
"@verida/vda-common@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-common/-/vda-common-4.1.0.tgz#c2109ec053f63930847c90d08730d1ebf48139fc" | ||
integrity sha512-Q6ZVgoVwzwqyN8B/gqi08AZ1neiCmfW6SrFXyjDzuCqgebnVK3LktWCzrP8p7RuQiNE7LN4ws5CpHDva+Mf4NA== | ||
dependencies: | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/types" "^4.1.0" | ||
copyfiles "^2.4.1" | ||
ethers "5.7.2" | ||
|
||
"@verida/vda-did-resolver@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-did-resolver/-/vda-did-resolver-4.0.0.tgz#24e523c60de62b28e0ee38cf7ca49ddddf6baf61" | ||
integrity sha512-rSorCNAoNPNM2D7I4D2EqYIxYTjLYD0KScKNEc9Z4btxArd8SafwX2JL5b1no6uh5KEL8qP/Vc9oo2ZtwDCISg== | ||
"@verida/vda-did-resolver@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-did-resolver/-/vda-did-resolver-4.1.0.tgz#a2f89fac40030fb9384243907c117afdf678e579" | ||
integrity sha512-VllQWs1V2L38pa7O+cR5sf7REfBcX6ae/ERciKxMl0+HYBLSpiNAURiR54OwD1g17d/e3fITqCijo9XaQP7/wQ== | ||
dependencies: | ||
"@ethersproject/providers" "^5.7.2" | ||
"@verida/did-document" "^4.0.0" | ||
"@verida/did-document" "^4.1.0" | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-common" "^4.0.0" | ||
"@verida/vda-did" "^4.0.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-common" "^4.1.0" | ||
"@verida/vda-did" "^4.1.0" | ||
axios "1.2.0-alpha.1" | ||
lodash "^4.17.21" | ||
|
||
"@verida/vda-did@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-did/-/vda-did-4.0.0.tgz#be6e96199a7c67134a6bf2997cceb1038bdf4c49" | ||
integrity sha512-4kGsm4ztjUYEX4q48/Wd2ZpypJNIyFwun7JidSKHhXSs75moUhT+T7IRtDN92rLabti694bZ+lEmoQ/lrcNf6A== | ||
"@verida/vda-did@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-did/-/vda-did-4.1.0.tgz#3b0db0eea6e34f502a67f255773c12ce01ec7b6c" | ||
integrity sha512-+h6AkL6NQuujqn/8AnrMyAKMh+ULIPztfmTSgYZ69G4WrnSIRrcU2h+xHDxnbTqf8yQJRETXfBodvEDKu+Oxag== | ||
dependencies: | ||
"@verida/did-document" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-common" "^4.0.0" | ||
"@verida/web3" "^4.0.0" | ||
"@verida/did-document" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-common" "^4.1.0" | ||
"@verida/web3" "^4.1.0" | ||
axios "1.2.0-alpha.1" | ||
ethers "^5.7.2" | ||
lodash "^4.17.21" | ||
|
||
"@verida/vda-name-client@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-name-client/-/vda-name-client-4.0.0.tgz#5bfe9aec2c9567c9bc825dc4ac89220c907ec6ce" | ||
integrity sha512-b8f+JwLTFbEMAmU6AaHBdLVTVvsb9ZbU/hYWRGHI+a4wTpHE2bf2SiKbGg0LILx+eOGsnlrqvBfGW+ZEEY52gQ== | ||
"@verida/vda-name-client@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/vda-name-client/-/vda-name-client-4.1.0.tgz#254d59f253ed3194e8b8af10efd7b7703c1e2f0b" | ||
integrity sha512-9vWMltmpadfa2kKhe4lIII9nyBDc1T0MLYkXr6Rjc68MyYNWcY+J9+hlfxtiMN1+7JrvSsRhQVuwUdZwPVQNAA== | ||
dependencies: | ||
"@ethersproject/providers" "^5.7.2" | ||
"@verida/helpers" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-client-base" "^4.0.0" | ||
"@verida/web3" "^4.0.0" | ||
"@verida/helpers" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-client-base" "^4.1.0" | ||
"@verida/web3" "^4.1.0" | ||
axios "^0.27.2" | ||
ethers "^5.7.0" | ||
|
||
"@verida/verifiable-credentials@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/verifiable-credentials/-/verifiable-credentials-4.0.0.tgz#49adc0cd931a8805177c7bc2f6e03cb16edd4743" | ||
integrity sha512-J5xBOq1Xsqq/iKSG2fFE3ZUVLvm8MlVv79fSYC271vTtIXz5xDdHChoo1lGTh8NRnJMQJL8PvTBNiCGMuo1LDw== | ||
"@verida/verifiable-credentials@^4.1.1": | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/@verida/verifiable-credentials/-/verifiable-credentials-4.1.1.tgz#896f8c418c283640b6a7ad52724370c10aae9fda" | ||
integrity sha512-z3mTLXkIqLJ3ib7vzXE6yGky7dojpNqXpxgGwstED1aapc6fiVT/94b5orkc336vGeOEGzeDOSjLy6mfhrsd0Q== | ||
dependencies: | ||
"@verida/encryption-utils" "^4.0.0" | ||
"@verida/helpers" "^4.0.0" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-did-resolver" "^4.0.0" | ||
"@verida/helpers" "^4.1.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-did-resolver" "^4.1.0" | ||
axios "^1.3.3" | ||
dayjs "^1.10.7" | ||
did-jwt "^6.11.0" | ||
|
@@ -3187,16 +3187,16 @@ | |
tweetnacl-util "^0.15.1" | ||
url "^0.11.0" | ||
|
||
"@verida/web3@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@verida/web3/-/web3-4.0.0.tgz#37d1a926c66c1e66b0d74eb4729e19aa4ac6bbb3" | ||
integrity sha512-dlebJKgqb5XMZFJsQ2rLisiFqieP4RdVZpFXC3Oxyg+aUh3B88OdopkRrSGUafMRBS8Yll+XjuXzwArLzpDtYA== | ||
"@verida/web3@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@verida/web3/-/web3-4.1.0.tgz#86bb84e3bfdbed261b6dda60c3d4cf643527d480" | ||
integrity sha512-AKHBpOCPt8hS2ycsP5glEut7Esh/suLWStOCzNGGaI63EjymB0MHI4FPti+Wy1T9Tw7KDzNRf4B1jxe2l/32vA== | ||
dependencies: | ||
"@ethersproject/bignumber" "^5.7.0" | ||
"@ethersproject/contracts" "^5.7.0" | ||
"@ethersproject/providers" "^5.7.2" | ||
"@verida/types" "^4.0.0" | ||
"@verida/vda-common" "^4.0.0" | ||
"@verida/types" "^4.1.0" | ||
"@verida/vda-common" "^4.1.0" | ||
axios "^1.2.3" | ||
ethers "^5.7.2" | ||
|
||
|
@@ -8788,10 +8788,10 @@ q@^1.1.2: | |
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" | ||
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== | ||
|
||
qrcode-with-logos@^1.0.3: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/qrcode-with-logos/-/qrcode-with-logos-1.1.0.tgz#58cb465248d3edd9d2493b266fb6a3a400ae95b7" | ||
integrity sha512-2pvYjnEDy5kC7gdmwjAypPrC8rBz8ps1+1m0eq9IrRmno46uR8C9QoqkT94VE42pMSL9qU6XGydyp3Lq5j5ybw== | ||
qrcode-with-logos@1.0.3, qrcode-with-logos@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/qrcode-with-logos/-/qrcode-with-logos-1.0.3.tgz#f40a99759aa3357572e7d1434523eecdafd64029" | ||
integrity sha512-I0LkEyHsWpzObpvbj4jc93rj/+57DdshAd3c7xzh9Gms6bJ5A30ApFY0ZCHOVlF4Bqm2d9kFUV9oFCBkHORqOg== | ||
dependencies: | ||
qrcode "^1.4.4" | ||
|
||
|
@@ -9005,6 +9005,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1: | |
dependencies: | ||
"@babel/runtime" "^7.10.3" | ||
|
||
"react-loadable@npm:@docusaurus/[email protected]": | ||
version "5.5.2" | ||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" | ||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== | ||
dependencies: | ||
"@types/react" "*" | ||
prop-types "^15.6.2" | ||
|
||
react-player@^2.13.0: | ||
version "2.13.0" | ||
resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.13.0.tgz#b6fb252bf70574608ac711f6c83d7057c8fb0c14" | ||
|