Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update blst version (#8800)
Browse files Browse the repository at this point in the history
⬆️ Update blst version
  • Loading branch information
shuse2 authored Aug 3, 2023
1 parent e00fe09 commit a352fef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion elements/lisk-cryptography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"varuint-bitcoin": "1.1.2"
},
"peerDependencies": {
"@chainsafe/blst": "0.2.6",
"@chainsafe/blst": "0.2.9",
"sodium-native": "3.2.1"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:functional": "jest --config=./test/functional/jest.config.js --runInBand"
},
"dependencies": {
"@chainsafe/blst": "0.2.6",
"@chainsafe/blst": "0.2.9",
"@liskhq/lisk-api-client": "^6.0.0-beta.4",
"@liskhq/lisk-chain": "^0.4.0-beta.4",
"@liskhq/lisk-codec": "^0.3.0-beta.3",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,12 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@chainsafe/blst@0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@chainsafe/blst/-/blst-0.2.6.tgz#56f17c82338d62421321dca60250951dd3a7db7a"
integrity sha512-7mzE9IRjG0TZKPit83GT4XPSgMnqmMT4AAeUTyTj/IwO4FDPQ3fJVheT6i9LaH3I4Y18oaL68G9j+Uh3mEEAYg==
"@chainsafe/blst@0.2.9":
version "0.2.9"
resolved "https://registry.yarnpkg.com/@chainsafe/blst/-/blst-0.2.9.tgz#b356b47759c3ce127677227fc24faa3ac6c72032"
integrity sha512-6MXBUy5Co6k6V9Bv0EC5YrHD7kwWIpzwBO4yCqurLw//Zm3cUmN6DohuYuEGcS4QMNEswa/cXqzZLf+LFBJPiw==
dependencies:
"@types/tar" "^6.1.4"
node-fetch "^2.6.1"
node-gyp "^8.4.0"

Expand Down Expand Up @@ -3979,6 +3980,14 @@
"@types/node" "*"
minipass "^3.3.5"

"@types/tar@^6.1.4":
version "6.1.5"
resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.5.tgz#90ccb3b6a35430e7427410d50eed564e85feaaff"
integrity sha512-qm2I/RlZij5RofuY7vohTpYNaYcrSQlN2MyjucQc7ZweDwaEWkdN/EeNh6e9zjK6uEm6PwjdMXkcj05BxZdX1Q==
dependencies:
"@types/node" "*"
minipass "^4.0.0"

"@types/text-table@*":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@types/text-table/-/text-table-0.2.1.tgz#39c4d4a058a82f677392dfd09976e83d9b4c9264"
Expand Down Expand Up @@ -11712,6 +11721,11 @@ minipass@^3.3.5:
dependencies:
yallist "^4.0.0"

minipass@^4.0.0:
version "4.2.8"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==

minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
Expand Down

0 comments on commit a352fef

Please sign in to comment.