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 31, 2022
1 parent a45d069 commit aa41b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5870,7 +5870,7 @@ [email protected]:
protobufjs "6.11.3"
secure-random "1.1.2"

secretjs@^1.4.3:
secretjs@^1.4.5:
version "1.4.5"
resolved "https://registry.yarnpkg.com/secretjs/-/secretjs-1.4.5.tgz#c94098faace9932c5a39cc4622a7510daac44274"
integrity sha512-WbHzcDTL8VW8WwVMAPXZAMj6QutXBe1gjLhyjOT3lAQX5zU1TKh2h8EpAxNrM0BfLPMPRC24qtngrrkVrdW2CA==
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.3"))
implementation(npm("secretjs", "^1.4.5"))
implementation(npm("google-protobuf", "^3.21.0"))
implementation(npm("@cosmjs/amino", "^0.29.3"))
implementation(npm("@keplr-wallet/types", "^0.11.13"))
Expand Down

0 comments on commit aa41b19

Please sign in to comment.