Skip to content

Commit 4966aab

Browse files
chore(deps): bump @subsquid/archive-registry from 1.0.18 to 3.3.2
Bumps [@subsquid/archive-registry](https://github.com/subsquid/archive-registry) from 1.0.18 to 3.3.2. - [Changelog](https://github.com/subsquid/archive-registry/blob/main/CHANGELOG.md) - [Commits](https://github.com/subsquid/archive-registry/commits) --- updated-dependencies: - dependency-name: "@subsquid/archive-registry" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eff9795 commit 4966aab

2 files changed

Lines changed: 26 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@interlay/interbtc-api": "2.8.0",
3030
"@interlay/interbtc-types": "1.1.1",
3131
"@polkadot/util-crypto": "^12.6.2",
32-
"@subsquid/archive-registry": "^1.0.12",
32+
"@subsquid/archive-registry": "^3.3.2",
3333
"@subsquid/big-decimal": "^0.0.0",
3434
"@subsquid/graphql-server": "^3.3.0",
3535
"@subsquid/ss58": "^0.1.0",

yarn.lock

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,14 +1690,15 @@
16901690
resolved "https://registry.yarnpkg.com/@sqltools/formatter/-/formatter-1.2.5.tgz#3abc203c79b8c3e90fd6c156a0c62d5403520e12"
16911691
integrity sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==
16921692

1693-
"@subsquid/archive-registry@^1.0.12":
1694-
version "1.0.18"
1695-
resolved "https://registry.yarnpkg.com/@subsquid/archive-registry/-/archive-registry-1.0.18.tgz#9e5639b29b4fac306a35bc4394509dad06429f11"
1696-
integrity sha512-3o1adzHc0Xxj7jlIEC3A6fmyfMcAHuIFE9mEsE1Fp+0O76moqCpvRYCtu8qBWNqudq2BjfjiswPJnK1ouCOMUQ==
1693+
"@subsquid/archive-registry@^3.3.2":
1694+
version "3.3.2"
1695+
resolved "https://registry.yarnpkg.com/@subsquid/archive-registry/-/archive-registry-3.3.2.tgz#d6154c2b7405bc633a89830b8deb6d34cf7b5cfb"
1696+
integrity sha512-8Zt+Kr8z/mapouRsr90EbfMH2t5KaaSOg7oQYmIqF8ndUeEwa2b23Bb8xNaoo3uvVL2UUM9oxxuxmCf9ixZC7Q==
16971697
dependencies:
1698-
node-abort-controller "^3.0.1"
1699-
node-fetch "^2"
1700-
semver "^7.3.5"
1698+
"@subsquid/util-internal" "^1.0.0"
1699+
commander "^10.0.0"
1700+
easy-table "^1.2.0"
1701+
sync-fetch "^0.5.2"
17011702

17021703
"@subsquid/big-decimal@^0.0.0":
17031704
version "0.0.0"
@@ -3880,6 +3881,15 @@ eastasianwidth@^0.2.0:
38803881
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
38813882
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
38823883

3884+
easy-table@^1.2.0:
3885+
version "1.2.0"
3886+
resolved "https://registry.yarnpkg.com/easy-table/-/easy-table-1.2.0.tgz#ba9225d7138fee307bfd4f0b5bc3c04bdc7c54eb"
3887+
integrity sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==
3888+
dependencies:
3889+
ansi-regex "^5.0.1"
3890+
optionalDependencies:
3891+
wcwidth "^1.0.1"
3892+
38833893
ee-first@1.1.1:
38843894
version "1.1.1"
38853895
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -6426,7 +6436,7 @@ node-domexception@^1.0.0:
64266436
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
64276437
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
64286438

6429-
node-fetch@^2, node-fetch@^2.6.7, node-fetch@^2.7.0:
6439+
node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.7.0:
64306440
version "2.7.0"
64316441
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
64326442
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
@@ -8206,6 +8216,13 @@ supports-preserve-symlinks-flag@^1.0.0:
82068216
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
82078217
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
82088218

8219+
sync-fetch@^0.5.2:
8220+
version "0.5.2"
8221+
resolved "https://registry.yarnpkg.com/sync-fetch/-/sync-fetch-0.5.2.tgz#65e7ae1133219938dc92eb19aa21d5eb79ebadec"
8222+
integrity sha512-6gBqqkHrYvkH65WI2bzrDwrIKmt3U10s4Exnz3dYuE5Ah62FIfNv/F63inrNhu2Nyh3GH5f42GKU3RrSJoaUyQ==
8223+
dependencies:
8224+
node-fetch "^2.6.1"
8225+
82098226
taketalk@^1.0.0:
82108227
version "1.0.0"
82118228
resolved "https://registry.yarnpkg.com/taketalk/-/taketalk-1.0.0.tgz#b4d4f0deed206ae7df775b129ea2ca6de52f26dd"

0 commit comments

Comments
 (0)