-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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] <[email protected]>
- Loading branch information
1 parent
fd1f9f6
commit 0ddcb81
Showing
2 changed files
with
31 additions
and
9 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 |
---|---|---|
|
@@ -1823,14 +1823,15 @@ | |
resolved "https://registry.yarnpkg.com/@sqltools/formatter/-/formatter-1.2.5.tgz#3abc203c79b8c3e90fd6c156a0c62d5403520e12" | ||
integrity sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw== | ||
|
||
"@subsquid/archive-registry@^1.0.12": | ||
version "1.0.18" | ||
resolved "https://registry.yarnpkg.com/@subsquid/archive-registry/-/archive-registry-1.0.18.tgz#9e5639b29b4fac306a35bc4394509dad06429f11" | ||
integrity sha512-3o1adzHc0Xxj7jlIEC3A6fmyfMcAHuIFE9mEsE1Fp+0O76moqCpvRYCtu8qBWNqudq2BjfjiswPJnK1ouCOMUQ== | ||
"@subsquid/archive-registry@^3.3.2": | ||
version "3.3.2" | ||
resolved "https://registry.yarnpkg.com/@subsquid/archive-registry/-/archive-registry-3.3.2.tgz#d6154c2b7405bc633a89830b8deb6d34cf7b5cfb" | ||
integrity sha512-8Zt+Kr8z/mapouRsr90EbfMH2t5KaaSOg7oQYmIqF8ndUeEwa2b23Bb8xNaoo3uvVL2UUM9oxxuxmCf9ixZC7Q== | ||
dependencies: | ||
node-abort-controller "^3.0.1" | ||
node-fetch "^2" | ||
semver "^7.3.5" | ||
"@subsquid/util-internal" "^1.0.0" | ||
commander "^10.0.0" | ||
easy-table "^1.2.0" | ||
sync-fetch "^0.5.2" | ||
|
||
"@subsquid/big-decimal@^0.0.0": | ||
version "0.0.0" | ||
|
@@ -3593,6 +3594,11 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff" | ||
integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg== | ||
|
||
commander@^10.0.0: | ||
version "10.0.1" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" | ||
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== | ||
|
||
commander@^2.20.3: | ||
version "2.20.3" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" | ||
|
@@ -4006,6 +4012,15 @@ eastasianwidth@^0.2.0: | |
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" | ||
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== | ||
|
||
easy-table@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/easy-table/-/easy-table-1.2.0.tgz#ba9225d7138fee307bfd4f0b5bc3c04bdc7c54eb" | ||
integrity sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww== | ||
dependencies: | ||
ansi-regex "^5.0.1" | ||
optionalDependencies: | ||
wcwidth "^1.0.1" | ||
|
||
ecc-jsbn@~0.1.1: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" | ||
|
@@ -6580,7 +6595,7 @@ [email protected]: | |
dependencies: | ||
whatwg-url "^5.0.0" | ||
|
||
node-fetch@^2, node-fetch@^2.6.1, node-fetch@^2.6.7: | ||
node-fetch@^2.6.1, node-fetch@^2.6.7: | ||
version "2.6.9" | ||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6" | ||
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg== | ||
|
@@ -8226,6 +8241,13 @@ supports-preserve-symlinks-flag@^1.0.0: | |
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" | ||
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== | ||
|
||
sync-fetch@^0.5.2: | ||
version "0.5.2" | ||
resolved "https://registry.yarnpkg.com/sync-fetch/-/sync-fetch-0.5.2.tgz#65e7ae1133219938dc92eb19aa21d5eb79ebadec" | ||
integrity sha512-6gBqqkHrYvkH65WI2bzrDwrIKmt3U10s4Exnz3dYuE5Ah62FIfNv/F63inrNhu2Nyh3GH5f42GKU3RrSJoaUyQ== | ||
dependencies: | ||
node-fetch "^2.6.1" | ||
|
||
taketalk@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/taketalk/-/taketalk-1.0.0.tgz#b4d4f0deed206ae7df775b129ea2ca6de52f26dd" | ||
|