Skip to content

Commit 38d8eb3

Browse files
committed
fix: update secure-random. fixes steemit#398
1 parent 9025d7c commit 38d8eb3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ecurve": "^1.0.5",
4949
"lodash": "^4.16.4",
5050
"retry": "^0.12.0",
51-
"secure-random": "^1.1.1",
51+
"secure-random": "^1.1.2",
5252
"ws": "^3.3.2"
5353
},
5454
"devDependencies": {

yarn.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -2823,9 +2823,10 @@ [email protected], samsam@~1.1:
28232823
version "1.1.2"
28242824
resolved "https://registry.yarnpkg.com/samsam/-/samsam-1.1.2.tgz#bec11fdc83a9fda063401210e40176c3024d1567"
28252825

2826-
secure-random@^1.1.1:
2827-
version "1.1.1"
2828-
resolved "https://registry.yarnpkg.com/secure-random/-/secure-random-1.1.1.tgz#0880f2d8c5185f4bcb4684058c836b4ddb07145a"
2826+
secure-random@^1.1.2:
2827+
version "1.1.2"
2828+
resolved "https://registry.yarnpkg.com/secure-random/-/secure-random-1.1.2.tgz#ed103b460a851632d420d46448b2a900a41e7f7c"
2829+
integrity sha512-H2bdSKERKdBV1SwoqYm6C0y+9EA94v6SUBOWO8kDndc4NoUih7Dv6Tsgma7zO1lv27wIvjlD0ZpMQk7um5dheQ==
28292830

28302831
semver@^5.3.0:
28312832
version "5.4.1"

0 commit comments

Comments
 (0)