Upgrade fast-abi (#538)

This commit is contained in:
Kyu 2022-08-08 11:27:44 +09:00 committed by GitHub
parent 6324b08b4d
commit 1d49662c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,13 @@
[
{
"version": "16.66.1",
"changes": [
{
"note": "Upgrade dependency",
"pr": 538
}
]
},
{
"version": "16.66.0",
"changes": [

View File

@ -85,7 +85,7 @@
"balancer-labs-sor-v1": "npm:@balancer-labs/sor@0.3.2",
"cream-sor": "^0.3.3",
"ethereum-types": "^3.7.0",
"fast-abi": "^0.0.4",
"fast-abi": "^0.0.5",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"heartbeats": "^5.0.1",

View File

@ -6403,9 +6403,10 @@ fake-merkle-patricia-tree@^1.0.1:
dependencies:
checkpoint-store "^1.1.0"
fast-abi@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/fast-abi/-/fast-abi-0.0.4.tgz#c6a547d0fe75862a9eea6fe5aa7ab135e6ab62a0"
fast-abi@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/fast-abi/-/fast-abi-0.0.5.tgz#8cb5431074495983117199e24ff4d469bfda7947"
integrity sha512-PUI0k4RUR1NiTAIHYx06ZXbjRFXJqaT++E03skDEm/BkCYF/o0XXeoxlSj9V0zeobuD3WAuu/2CtLN6EkOkW5A==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.4"
cargo-cp-artifact "^0.1.6"