File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " entropy-string" ,
3- "version" : " 1.0.8 " ,
3+ "version" : " 1.0.9 " ,
44 "description" : " Efficiently generate cryptographically strong random strings of specified entropy from various character sets." ,
55 "main" : " entropy-string.js" ,
66 "directories" : {
5757 "babel-plugin-transform-runtime" : " ^6.4.3" ,
5858 "babel-preset-es2015" : " ^6.3.13" ,
5959 "babel-preset-stage-3" : " ^6.3.13"
60+ },
61+ "dependencies" : {
62+ "babel-runtime" : " ^6.23.0"
6063 }
6164}
Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ babel-register@^6.24.1:
765765 mkdirp "^0.5.1"
766766 source-map-support "^0.4.2"
767767
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 :
769769 version "6.23.0"
770770 resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
771771 dependencies :
@@ -1019,8 +1019,8 @@ color-convert@^1.0.0:
10191019 color-name "^1.1.1"
10201020
10211021color-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 "
10241024
10251025combined-stream@^1.0.5, combined-stream@~1.0.5 :
10261026 version "1.0.5"
You can’t perform that action at this time.
0 commit comments