File tree 2 files changed +7
-4
lines changed 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " entropy-string" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"description" : " Efficiently generate cryptographically strong random strings of specified entropy from various character sets." ,
5
5
"main" : " entropy-string.js" ,
6
6
"directories" : {
57
57
"babel-plugin-transform-runtime" : " ^6.4.3" ,
58
58
"babel-preset-es2015" : " ^6.3.13" ,
59
59
"babel-preset-stage-3" : " ^6.3.13"
60
+ },
61
+ "dependencies" : {
62
+ "babel-runtime" : " ^6.23.0"
60
63
}
61
64
}
Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ babel-register@^6.24.1:
765
765
mkdirp "^0.5.1"
766
766
source-map-support "^0.4.2"
767
767
768
- babel-runtime@^6.18.0, babel-runtime@^6.22.0 :
768
+ babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0 :
769
769
version "6.23.0"
770
770
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
771
771
dependencies :
@@ -1019,8 +1019,8 @@ color-convert@^1.0.0:
1019
1019
color-name "^1.1.1"
1020
1020
1021
1021
color-name@^1.1.1 :
1022
- version "1.1.2 "
1023
- resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2 .tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d "
1022
+ version "1.1.3 "
1023
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3 .tgz#a7d0558bd89c42f795dd42328f740831ca53bc25 "
1024
1024
1025
1025
combined-stream@^1.0.5, combined-stream@~1.0.5 :
1026
1026
version "1.0.5"
You can’t perform that action at this time.
0 commit comments