|
32 | 32 | resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
|
33 | 33 | integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
|
34 | 34 |
|
35 |
| - |
36 |
| - version "7.10.4" |
37 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.4.tgz#ba38ad6d0b4b772a67b106934b7c33d656031896" |
38 |
| - integrity sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA== |
| 35 | + |
| 36 | + version "7.10.5" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" |
| 38 | + integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA== |
39 | 39 | dependencies:
|
40 | 40 | commander "^4.0.1"
|
41 | 41 | convert-source-map "^1.1.0"
|
42 | 42 | fs-readdir-recursive "^1.1.0"
|
43 | 43 | glob "^7.0.0"
|
44 |
| - lodash "^4.17.13" |
| 44 | + lodash "^4.17.19" |
45 | 45 | make-dir "^2.1.0"
|
46 | 46 | slash "^2.0.0"
|
47 | 47 | source-map "^0.5.0"
|
|
71 | 71 | invariant "^2.2.4"
|
72 | 72 | semver "^5.5.0"
|
73 | 73 |
|
74 |
| - |
75 |
| - version "7.10.4" |
76 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
77 |
| - integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
| 74 | + |
| 75 | + version "7.10.5" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
| 77 | + integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
78 | 78 | dependencies:
|
79 | 79 | "@babel/code-frame" "^7.10.4"
|
80 |
| - "@babel/generator" "^7.10.4" |
81 |
| - "@babel/helper-module-transforms" "^7.10.4" |
| 80 | + "@babel/generator" "^7.10.5" |
| 81 | + "@babel/helper-module-transforms" "^7.10.5" |
82 | 82 | "@babel/helpers" "^7.10.4"
|
83 |
| - "@babel/parser" "^7.10.4" |
| 83 | + "@babel/parser" "^7.10.5" |
84 | 84 | "@babel/template" "^7.10.4"
|
85 |
| - "@babel/traverse" "^7.10.4" |
86 |
| - "@babel/types" "^7.10.4" |
| 85 | + "@babel/traverse" "^7.10.5" |
| 86 | + "@babel/types" "^7.10.5" |
87 | 87 | convert-source-map "^1.7.0"
|
88 | 88 | debug "^4.1.0"
|
89 | 89 | gensync "^1.0.0-beta.1"
|
90 | 90 | json5 "^2.1.2"
|
91 |
| - lodash "^4.17.13" |
| 91 | + lodash "^4.17.19" |
92 | 92 | resolve "^1.3.2"
|
93 | 93 | semver "^5.4.1"
|
94 | 94 | source-map "^0.5.0"
|
|
125 | 125 | lodash "^4.17.13"
|
126 | 126 | source-map "^0.5.0"
|
127 | 127 |
|
| 128 | +"@babel/generator@^7.10.5": |
| 129 | + version "7.10.5" |
| 130 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
| 131 | + integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
| 132 | + dependencies: |
| 133 | + "@babel/types" "^7.10.5" |
| 134 | + jsesc "^2.5.1" |
| 135 | + source-map "^0.5.0" |
| 136 | + |
128 | 137 | "@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
|
129 | 138 | version "7.9.5"
|
130 | 139 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
|
|
295 | 304 | "@babel/types" "^7.10.4"
|
296 | 305 | lodash "^4.17.13"
|
297 | 306 |
|
| 307 | +"@babel/helper-module-transforms@^7.10.5": |
| 308 | + version "7.10.5" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
| 310 | + integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
| 311 | + dependencies: |
| 312 | + "@babel/helper-module-imports" "^7.10.4" |
| 313 | + "@babel/helper-replace-supers" "^7.10.4" |
| 314 | + "@babel/helper-simple-access" "^7.10.4" |
| 315 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 316 | + "@babel/template" "^7.10.4" |
| 317 | + "@babel/types" "^7.10.5" |
| 318 | + lodash "^4.17.19" |
| 319 | + |
298 | 320 | "@babel/helper-module-transforms@^7.9.0":
|
299 | 321 | version "7.9.0"
|
300 | 322 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
|
|
468 | 490 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
469 | 491 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
470 | 492 |
|
| 493 | +"@babel/parser@^7.10.5": |
| 494 | + version "7.10.5" |
| 495 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
| 496 | + integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
| 497 | + |
471 | 498 | "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
|
472 | 499 | version "7.9.4"
|
473 | 500 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
|
989 | 1016 | "@babel/types" "^7.4.4"
|
990 | 1017 | esutils "^2.0.2"
|
991 | 1018 |
|
992 |
| - |
993 |
| - version "7.10.4" |
994 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz#53004ba8b04c4af3cbd84508e03ad150669746e4" |
995 |
| - integrity sha512-whHmgGiWNVyTVnYTSawtDWhaeYsc+noeU8Rmi+MPnbGhDYmr5QpEDMrQcIA07D2RUv0BlThPcN89XcHCqq/O4g== |
| 1019 | + |
| 1020 | + version "7.10.5" |
| 1021 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89" |
| 1022 | + integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== |
996 | 1023 | dependencies:
|
997 | 1024 | find-cache-dir "^2.0.0"
|
998 |
| - lodash "^4.17.13" |
| 1025 | + lodash "^4.17.19" |
999 | 1026 | make-dir "^2.1.0"
|
1000 | 1027 | pirates "^4.0.0"
|
1001 | 1028 | source-map-support "^0.5.16"
|
|
1048 | 1075 | globals "^11.1.0"
|
1049 | 1076 | lodash "^4.17.13"
|
1050 | 1077 |
|
| 1078 | +"@babel/traverse@^7.10.5": |
| 1079 | + version "7.10.5" |
| 1080 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
| 1081 | + integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
| 1082 | + dependencies: |
| 1083 | + "@babel/code-frame" "^7.10.4" |
| 1084 | + "@babel/generator" "^7.10.5" |
| 1085 | + "@babel/helper-function-name" "^7.10.4" |
| 1086 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 1087 | + "@babel/parser" "^7.10.5" |
| 1088 | + "@babel/types" "^7.10.5" |
| 1089 | + debug "^4.1.0" |
| 1090 | + globals "^11.1.0" |
| 1091 | + lodash "^4.17.19" |
| 1092 | + |
1051 | 1093 | "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
|
1052 | 1094 | version "7.9.5"
|
1053 | 1095 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
|
|
1072 | 1114 | lodash "^4.17.13"
|
1073 | 1115 | to-fast-properties "^2.0.0"
|
1074 | 1116 |
|
| 1117 | +"@babel/types@^7.10.5": |
| 1118 | + version "7.10.5" |
| 1119 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
| 1120 | + integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 1121 | + dependencies: |
| 1122 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1123 | + lodash "^4.17.19" |
| 1124 | + to-fast-properties "^2.0.0" |
| 1125 | + |
1075 | 1126 | "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
1076 | 1127 | version "7.9.5"
|
1077 | 1128 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
@@ -4287,6 +4338,11 @@ lodash@^4.1.0, lodash@^4.15.0, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15
|
4287 | 4338 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
4288 | 4339 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
4289 | 4340 |
|
| 4341 | +lodash@^4.17.19: |
| 4342 | + version "4.17.19" |
| 4343 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
| 4344 | + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
| 4345 | + |
4290 | 4346 | log-driver@^1.2.7:
|
4291 | 4347 | version "1.2.7"
|
4292 | 4348 | resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
|
|
0 commit comments