Upgrade zkgroup to v0.8.2

This commit is contained in:
Evan Hahn 2021-09-30 13:06:03 -05:00 committed by GitHub
parent cf0da96791
commit af510c9096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -165,7 +165,7 @@
"underscore": "1.12.1", "underscore": "1.12.1",
"uuid": "3.3.2", "uuid": "3.3.2",
"websocket": "1.0.28", "websocket": "1.0.28",
"zkgroup": "https://github.com/signalapp/signal-zkgroup-node.git#4864f2f50a363bdf0147158e52aa1d93a9e70633", "zkgroup": "https://github.com/signalapp/signal-zkgroup-node.git#0d2b3874d2e671fa5fdcc2154065cc061f977672",
"zod": "3.5.1" "zod": "3.5.1"
}, },
"devDependencies": { "devDependencies": {

View file

@ -19227,9 +19227,9 @@ zip-stream@^1.2.0:
lodash "^4.8.0" lodash "^4.8.0"
readable-stream "^2.0.0" readable-stream "^2.0.0"
"zkgroup@https://github.com/signalapp/signal-zkgroup-node.git#4864f2f50a363bdf0147158e52aa1d93a9e70633": "zkgroup@https://github.com/signalapp/signal-zkgroup-node.git#0d2b3874d2e671fa5fdcc2154065cc061f977672":
version "0.8.1" version "0.8.2"
resolved "https://github.com/signalapp/signal-zkgroup-node.git#4864f2f50a363bdf0147158e52aa1d93a9e70633" resolved "https://github.com/signalapp/signal-zkgroup-node.git#0d2b3874d2e671fa5fdcc2154065cc061f977672"
dependencies: dependencies:
"@types/ffi-napi" "^4.0.1" "@types/ffi-napi" "^4.0.1"
"@types/ref-napi" "^3.0.1" "@types/ref-napi" "^3.0.1"