Skip to content

Commit

Permalink
update secret.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Oct 10, 2022
1 parent 0a4c122 commit fbe89ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5493,10 +5493,10 @@ secp256k1@^4.0.1:
node-addon-api "^2.0.0"
node-gyp-build "^4.2.0"

secretjs@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/secretjs/-/secretjs-1.4.1.tgz#a7ec80db3d941d3a92ea215ea48f336388ae5ee9"
integrity sha512-/+7GpnI7QczcpATx/REDvbvlhfIPAR06vQvclfawo7B1FSZZ6uz8qd+DhULZJJ1JMlIL419qsLtTuN222tU+ag==
secretjs@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/secretjs/-/secretjs-1.4.3.tgz#393fc381fa2924e9b339e52d1ba5ce9b3bc68241"
integrity sha512-IDhoPWg1Nra7ji3FU07ZHbxkp1S5uQnbLsDNj/t6Q9M9wysxv/BZafHnoEkAcB7FYYwOkxs5RxnSAZ2oiJORPw==
dependencies:
"@cosmjs/encoding" "0.27.1"
"@cosmjs/math" "0.27.1"
Expand Down
2 changes: 1 addition & 1 deletion secretk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ kotlin {
implementation(npm("os-browserify", "^0.3.0"))
implementation(npm("miscreant", "^0.3.2"))
implementation(npm("libsodium-wrappers-sumo", "^0.7.10"))
implementation(npm("secretjs", "^1.4.1"))
implementation(npm("secretjs", "^1.4.3"))
implementation(npm("google-protobuf", "^3.21.0"))
}
}
Expand Down

0 comments on commit fbe89ef

Please sign in to comment.