fix(deps): update dependency @fluencelabs/aqua-api to v0.10.4 (#671)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-17 12:55:21 +03:00 committed by GitHub
parent e40380112f
commit c4144bad9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -9,13 +9,13 @@
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/aqua-api": "0.9.4"
"@fluencelabs/aqua-api": "0.10.4"
}
},
"node_modules/@fluencelabs/aqua-api": {
"version": "0.9.4",
"resolved": "https://npm.fluence.dev/@fluencelabs%2faqua-api/-/aqua-api-0.9.4.tgz",
"integrity": "sha512-4SCwkJytc86pziIr1dZmuMP35pJbIvLZfPhR06sLXHJ/tB9+GYNBQ5kLURSRDDinn2JYTPVMoZX2oAy/D8E1DQ=="
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/@fluencelabs/aqua-api/-/aqua-api-0.10.4.tgz",
"integrity": "sha512-mBT/ht0mVcGqBfkrnQw9E/tqIW3RNOCDhNwjra9X5WI/TRlztU3G8Vn/odVn6YTpZWJeDwn1qN1VgLoS3VkASA=="
}
}
}

View File

@ -10,6 +10,6 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@fluencelabs/aqua-api": "0.9.4"
"@fluencelabs/aqua-api": "0.10.4"
}
}