diff --git a/package.json b/package.json index 29dd76b660d..358756e4f95 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@docusaurus/plugin-client-redirects": "^3.6.0", "@docusaurus/preset-classic": "^3.6.0", "@octokit/rest": "^21.0.2", - "@polkadot/api": "^14.2.2", + "@polkadot/api": "^14.2.3", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^15.0.5", "axios": "^1.7.7", diff --git a/yarn.lock b/yarn.lock index 52e6492e569..3b67bb00ec4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2638,63 +2638,63 @@ resolved "https://registry.yarnpkg.com/@polkadot-api/utils/-/utils-0.1.0.tgz#d36937cdc465c2ea302f3278cf53157340ab33a0" integrity sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA== -"@polkadot/api-augment@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-14.2.2.tgz#5343898c7aafea40c0fb96e4ff9041729e635899" - integrity sha512-hSp5lh8VrEAoSLfQBgShiByTLcc+1xwoUO593Zuz8Rr/juOovNV3RDv4EgM55GGelQrhpYQ2+sreo6OiJX1BWg== - dependencies: - "@polkadot/api-base" "14.2.2" - "@polkadot/rpc-augment" "14.2.2" - "@polkadot/types" "14.2.2" - "@polkadot/types-augment" "14.2.2" - "@polkadot/types-codec" "14.2.2" +"@polkadot/api-augment@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-14.2.3.tgz#0d31241c7a3c4cf0efbab56487f453a3ebc33f63" + integrity sha512-H4Xrh54+CWmTBGtNN5BhVEIz2VK/7nszhiH2XFyf6PTTKo7FJOvu1jgHbhUG40n7TNNzPMw6CsttogTnlx/B8A== + dependencies: + "@polkadot/api-base" "14.2.3" + "@polkadot/rpc-augment" "14.2.3" + "@polkadot/types" "14.2.3" + "@polkadot/types-augment" "14.2.3" + "@polkadot/types-codec" "14.2.3" "@polkadot/util" "^13.2.2" tslib "^2.8.0" -"@polkadot/api-base@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-14.2.2.tgz#e4c20a2ef8b5491d27c098b9ebbcdc12023a5841" - integrity sha512-oti5rb1tVqFhVA53pTAB+Ga7c5050jpxLi0uo4E5iq3kxv/i5cLOaC+zaCpCmWlwqTHxVJxZ5dO/VywmwqbGqA== +"@polkadot/api-base@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-14.2.3.tgz#c7ea6696567f2fa3181c0f9ee4c721b8943dd946" + integrity sha512-SQTVPs9MccfRPpHv4GP9r+nuirSUbZpc+hb8cZLvAc2SsCYlGlz7KFTqnyoFZGIEDGXUgdqP8n2RQbOU6j+rdw== dependencies: - "@polkadot/rpc-core" "14.2.2" - "@polkadot/types" "14.2.2" + "@polkadot/rpc-core" "14.2.3" + "@polkadot/types" "14.2.3" "@polkadot/util" "^13.2.2" rxjs "^7.8.1" tslib "^2.8.0" -"@polkadot/api-derive@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-14.2.2.tgz#a6863be2ccdb45ad8af0854868143f336e978846" - integrity sha512-o7f0YNq/Fwfi+cm+ZMiH3adHaJupxbVGqsbrsj9az2cyn5Y31lcIVcuCz7eM5e89aWnn5WPfQsgaq7XV0OD19g== - dependencies: - "@polkadot/api" "14.2.2" - "@polkadot/api-augment" "14.2.2" - "@polkadot/api-base" "14.2.2" - "@polkadot/rpc-core" "14.2.2" - "@polkadot/types" "14.2.2" - "@polkadot/types-codec" "14.2.2" +"@polkadot/api-derive@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-14.2.3.tgz#1f956669050dc4b753a6001582bd04c6149b0fdb" + integrity sha512-u7ren5ZFWVrhtz5tMMjSu3igjv3TLiVIFS9g3fPLwdIfWkLO+gAvZECWaw6oONdkx/2HKF+srsBK7aUkD3HHDw== + dependencies: + "@polkadot/api" "14.2.3" + "@polkadot/api-augment" "14.2.3" + "@polkadot/api-base" "14.2.3" + "@polkadot/rpc-core" "14.2.3" + "@polkadot/types" "14.2.3" + "@polkadot/types-codec" "14.2.3" "@polkadot/util" "^13.2.2" "@polkadot/util-crypto" "^13.2.2" rxjs "^7.8.1" tslib "^2.8.0" -"@polkadot/api@14.2.2", "@polkadot/api@^14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-14.2.2.tgz#f349a2fca1ba16b7f3c1f7d6403e4b2d54244641" - integrity sha512-MACWbU8TpGvjPF7FFw7K1IkpjTzq3CtQritlB7pmI+QCezJo3f0KV0v3jYhO1jCSii3F62L9XOaoS7c6tfU8kw== +"@polkadot/api@14.2.3", "@polkadot/api@^14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-14.2.3.tgz#308c6ef1e72797b167e4159be0a7ba8a6b868a92" + integrity sha512-CmNW2qGtp7YB6tB4RWd793pa4FISVEGIpyuEo3KejkIt7QzVEZ5b9/YE7kGgz5HGxZy+Y13CwEDNLfFBvHSb8Q== dependencies: - "@polkadot/api-augment" "14.2.2" - "@polkadot/api-base" "14.2.2" - "@polkadot/api-derive" "14.2.2" + "@polkadot/api-augment" "14.2.3" + "@polkadot/api-base" "14.2.3" + "@polkadot/api-derive" "14.2.3" "@polkadot/keyring" "^13.2.2" - "@polkadot/rpc-augment" "14.2.2" - "@polkadot/rpc-core" "14.2.2" - "@polkadot/rpc-provider" "14.2.2" - "@polkadot/types" "14.2.2" - "@polkadot/types-augment" "14.2.2" - "@polkadot/types-codec" "14.2.2" - "@polkadot/types-create" "14.2.2" - "@polkadot/types-known" "14.2.2" + "@polkadot/rpc-augment" "14.2.3" + "@polkadot/rpc-core" "14.2.3" + "@polkadot/rpc-provider" "14.2.3" + "@polkadot/types" "14.2.3" + "@polkadot/types-augment" "14.2.3" + "@polkadot/types-codec" "14.2.3" + "@polkadot/types-create" "14.2.3" + "@polkadot/types-known" "14.2.3" "@polkadot/util" "^13.2.2" "@polkadot/util-crypto" "^13.2.2" eventemitter3 "^5.0.1" @@ -2719,37 +2719,37 @@ "@substrate/ss58-registry" "^1.51.0" tslib "^2.8.0" -"@polkadot/rpc-augment@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-14.2.2.tgz#2e6f13fc5f85c48b6d10cc8764526f60ed7727cc" - integrity sha512-chnl3+iGWNz4l2o1BICV8BwJH+TgeScC4TU2xPOV/2e5iNTENBkbNwP1OOO+84blK0sRpgKQsWx8n9gnosEjZg== +"@polkadot/rpc-augment@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-14.2.3.tgz#712b62db1ccf97d9bbfc8c564c6e2146a63c3b6a" + integrity sha512-rK2BZ7lNH/WVNUxs3dL3enmIahhu3X5VwUy5qRZudMGpND9VWXVgAvbDnQNPBADHZCbTDa9c8+VTlO9q4A1l8Q== dependencies: - "@polkadot/rpc-core" "14.2.2" - "@polkadot/types" "14.2.2" - "@polkadot/types-codec" "14.2.2" + "@polkadot/rpc-core" "14.2.3" + "@polkadot/types" "14.2.3" + "@polkadot/types-codec" "14.2.3" "@polkadot/util" "^13.2.2" tslib "^2.8.0" -"@polkadot/rpc-core@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-14.2.2.tgz#0f038985207ef6ae470ad683282972644bf3b5ab" - integrity sha512-EmkBH1pJ/Id0ImO1UsTUj4R4aug7O2a5pEBgGdU+2kvAKvbAgoWpOkQIit8IXfrvl2jkc8Mzsj06/lRcKMiCDA== +"@polkadot/rpc-core@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-14.2.3.tgz#4fd3aae1de1cfad06a6d3972498e962189670b4f" + integrity sha512-qXj6x2Tjdf/J0FNgeJ2eK0zhrVhrF+BFbMWjSO8VHpbxVA15mc/32muy5J1wpMzztBmXxjTzETWcTilMTdqCew== dependencies: - "@polkadot/rpc-augment" "14.2.2" - "@polkadot/rpc-provider" "14.2.2" - "@polkadot/types" "14.2.2" + "@polkadot/rpc-augment" "14.2.3" + "@polkadot/rpc-provider" "14.2.3" + "@polkadot/types" "14.2.3" "@polkadot/util" "^13.2.2" rxjs "^7.8.1" tslib "^2.8.0" -"@polkadot/rpc-provider@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-14.2.2.tgz#cbb93f02d998f4fc8e1b85243f102c534dde33ba" - integrity sha512-Vx7mrN3NyE5fzvw+cm0BjtH6MRdrc9PeqFiJbbpvvPfK4Vi416RMNgYFw9f611bfQTYjr8oO9CTQI8s7knqN3A== +"@polkadot/rpc-provider@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-14.2.3.tgz#d7e096320c18944d2361ae71f64b25213dd9c322" + integrity sha512-U0aXFsQ/aRGtKYpDDM54pZ5ZdOVEz6Vngs//pS9GJqedh6tbsiU2/YPDjEKAKLCNlOt0XOtipJSjVoccrU8xCw== dependencies: "@polkadot/keyring" "^13.2.2" - "@polkadot/types" "14.2.2" - "@polkadot/types-support" "14.2.2" + "@polkadot/types" "14.2.3" + "@polkadot/types-support" "14.2.3" "@polkadot/util" "^13.2.2" "@polkadot/util-crypto" "^13.2.2" "@polkadot/x-fetch" "^13.2.2" @@ -2762,63 +2762,63 @@ optionalDependencies: "@substrate/connect" "0.8.11" -"@polkadot/types-augment@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-14.2.2.tgz#dd14fc05fc3bf512ba494d6ed817d43f0228744c" - integrity sha512-FFHgP4TAhJ6XL25FFjT1S2Ai2wfnoGL2VMhYS8TS5XFxH3+1c0DeA4DgPmewJtbDxKwl232UUKzrpJ8jUpCAJg== +"@polkadot/types-augment@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-14.2.3.tgz#1eb111a48dda28cb0cd83eaca864ea99a298e9a7" + integrity sha512-P7+KqSTSA0vTAY420cny8VqP6SQwsmBF8XLFrikUpOvziyzgApCRu5mPKtpZcM1+oNNKXxYPeFJim0+rUR3C5w== dependencies: - "@polkadot/types" "14.2.2" - "@polkadot/types-codec" "14.2.2" + "@polkadot/types" "14.2.3" + "@polkadot/types-codec" "14.2.3" "@polkadot/util" "^13.2.2" tslib "^2.8.0" -"@polkadot/types-codec@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-14.2.2.tgz#c134ae9e9cc2073ea14c7285985257dc668e7652" - integrity sha512-ri1U50VQx2FvBK8iJr5kwA8lIg1zlv7OI0x7th35kHtfRr9icPOp2x1jNsOamfObs7OekTsl7+5Uq33Tl0JR+g== +"@polkadot/types-codec@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-14.2.3.tgz#454be48602bb919ceb37bcef9980733554ea923e" + integrity sha512-Rz2SgKIGgRNkuLfjLzvwpxeJ+b+qls8Jdtt3rXX0/KB11rdazpLvw1lt07LJnMYWDRaLC/LHStskE0ekft/kVg== dependencies: "@polkadot/util" "^13.2.2" "@polkadot/x-bigint" "^13.2.2" tslib "^2.8.0" -"@polkadot/types-create@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-14.2.2.tgz#59b047a5393ef79c41c4241a33b2f07ab8d4f1c3" - integrity sha512-WN1o/zVhVHHjutaivrpd33bc9EllpDFYVtRMZPOeL7GUy4MjpQGcmT0Vce0lARIKKla8RACQWLIEmkbX3UYxrw== +"@polkadot/types-create@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-14.2.3.tgz#adf022aba785c4c6a07a5f7af843a67df7036678" + integrity sha512-riT17wCehR6B5ucsI9P9NoqjS2OAuPGSgvf/mSHF3cUo0Mu7u8SordkJg0ZOVl2MWc6u69OF7/1+zjea6L+3Mw== dependencies: - "@polkadot/types-codec" "14.2.2" + "@polkadot/types-codec" "14.2.3" "@polkadot/util" "^13.2.2" tslib "^2.8.0" -"@polkadot/types-known@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-14.2.2.tgz#8a9c34bf95a1db70c7a9e2ef4803d1e9a105dfca" - integrity sha512-inaLBPIB5W0QpKB2/ZtrO61zQDwlOa8aRSGl4XbjEcse0I6nRkFkvEpLf1nJMdJg0aKi3P6pQiW/mkVQsaHLYQ== +"@polkadot/types-known@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-14.2.3.tgz#cc98d3a78ec670f1fbd8029fa8eb77aae48984db" + integrity sha512-IcFlZ1gBJbibxikJex9jCniN2avlecBX8YP2Z2jyYHJbLnB94YQ0M5mady5LQq0TVggD0UFbUqGAVwuDTPsjoA== dependencies: "@polkadot/networks" "^13.2.2" - "@polkadot/types" "14.2.2" - "@polkadot/types-codec" "14.2.2" - "@polkadot/types-create" "14.2.2" + "@polkadot/types" "14.2.3" + "@polkadot/types-codec" "14.2.3" + "@polkadot/types-create" "14.2.3" "@polkadot/util" "^13.2.2" tslib "^2.8.0" -"@polkadot/types-support@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-14.2.2.tgz#85ab6226db29fe723ae32188e6cba54a842d23c9" - integrity sha512-K0k8tzmB0qsNQ7kRQSWqKTv0W/HNzs5P3vc9VwAzzjJeJFzrLjafSrE+WftYm8Vqvc4XgAQ94vwMJNhZ40TuHQ== +"@polkadot/types-support@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-14.2.3.tgz#b20c4508e04be4bcd41ec49aa9fa195a57676c95" + integrity sha512-ZvFOMZLrt00hQCQCIYVienpNAjm2TJa7jCoacs68DO4sQK7TgiqkADhgmhiYl2tqkCV1Gbso+yzMKPgqILLNnA== dependencies: "@polkadot/util" "^13.2.2" tslib "^2.8.0" -"@polkadot/types@14.2.2": - version "14.2.2" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-14.2.2.tgz#cad9cddde8d922fef8fa1f5569cf0040a4b6d39c" - integrity sha512-iu1UEYdr2BfZr/URizopupvIt4Kmr35As1b2pPmxCqMjyIMdAklRgz6s+Z08GH8RGcA0CPHaA8YJRBiwfb/8dg== +"@polkadot/types@14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-14.2.3.tgz#87989eaccb24a81e72873a618e15048fd46a4b40" + integrity sha512-IG5hs7+NYz3T/n4l7/94p/gqIWwHYgnnqDrTQ8RWPVwA9BaF4D7Wx7esD1jc0Igt1FhuG60uceVfYrBIGCJLyw== dependencies: "@polkadot/keyring" "^13.2.2" - "@polkadot/types-augment" "14.2.2" - "@polkadot/types-codec" "14.2.2" - "@polkadot/types-create" "14.2.2" + "@polkadot/types-augment" "14.2.3" + "@polkadot/types-codec" "14.2.3" + "@polkadot/types-create" "14.2.3" "@polkadot/util" "^13.2.2" "@polkadot/util-crypto" "^13.2.2" rxjs "^7.8.1"