|
19 | 19 | semver "^5.5.0" |
20 | 20 |
|
21 | 21 | "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.7.5", "@babel/core@^7.8.7": |
22 | | - version "7.10.4" |
23 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
24 | | - integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
| 22 | + version "7.10.5" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
| 24 | + integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
25 | 25 | dependencies: |
26 | 26 | "@babel/code-frame" "^7.10.4" |
27 | | - "@babel/generator" "^7.10.4" |
28 | | - "@babel/helper-module-transforms" "^7.10.4" |
| 27 | + "@babel/generator" "^7.10.5" |
| 28 | + "@babel/helper-module-transforms" "^7.10.5" |
29 | 29 | "@babel/helpers" "^7.10.4" |
30 | | - "@babel/parser" "^7.10.4" |
| 30 | + "@babel/parser" "^7.10.5" |
31 | 31 | "@babel/template" "^7.10.4" |
32 | | - "@babel/traverse" "^7.10.4" |
33 | | - "@babel/types" "^7.10.4" |
| 32 | + "@babel/traverse" "^7.10.5" |
| 33 | + "@babel/types" "^7.10.5" |
34 | 34 | convert-source-map "^1.7.0" |
35 | 35 | debug "^4.1.0" |
36 | 36 | gensync "^1.0.0-beta.1" |
37 | 37 | json5 "^2.1.2" |
38 | | - lodash "^4.17.13" |
| 38 | + lodash "^4.17.19" |
39 | 39 | resolve "^1.3.2" |
40 | 40 | semver "^5.4.1" |
41 | 41 | source-map "^0.5.0" |
42 | 42 |
|
43 | | -"@babel/generator@^7.10.4": |
44 | | - version "7.10.4" |
45 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" |
46 | | - integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== |
| 43 | +"@babel/generator@^7.10.5": |
| 44 | + version "7.10.5" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
| 46 | + integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
47 | 47 | dependencies: |
48 | | - "@babel/types" "^7.10.4" |
| 48 | + "@babel/types" "^7.10.5" |
49 | 49 | jsesc "^2.5.1" |
50 | | - lodash "^4.17.13" |
51 | 50 | source-map "^0.5.0" |
52 | 51 |
|
53 | 52 | "@babel/helper-annotate-as-pure@^7.10.4": |
|
186 | 185 | dependencies: |
187 | 186 | "@babel/types" "^7.10.4" |
188 | 187 |
|
189 | | -"@babel/helper-module-transforms@^7.10.4": |
190 | | - version "7.10.4" |
191 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" |
192 | | - integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== |
| 188 | +"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5": |
| 189 | + version "7.10.5" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
| 191 | + integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
193 | 192 | dependencies: |
194 | 193 | "@babel/helper-module-imports" "^7.10.4" |
195 | 194 | "@babel/helper-replace-supers" "^7.10.4" |
196 | 195 | "@babel/helper-simple-access" "^7.10.4" |
197 | 196 | "@babel/helper-split-export-declaration" "^7.10.4" |
198 | 197 | "@babel/template" "^7.10.4" |
199 | | - "@babel/types" "^7.10.4" |
200 | | - lodash "^4.17.13" |
| 198 | + "@babel/types" "^7.10.5" |
| 199 | + lodash "^4.17.19" |
201 | 200 |
|
202 | 201 | "@babel/helper-optimise-call-expression@^7.10.4": |
203 | 202 | version "7.10.4" |
|
311 | 310 | chalk "^2.0.0" |
312 | 311 | js-tokens "^4.0.0" |
313 | 312 |
|
314 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.10.4", "@babel/parser@^7.7.5": |
315 | | - version "7.10.4" |
316 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
317 | | - integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
| 313 | +"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.5": |
| 314 | + version "7.10.5" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
| 316 | + integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
318 | 317 |
|
319 | 318 | "@babel/plugin-proposal-async-generator-functions@^7.10.4": |
320 | 319 | version "7.10.4" |
|
896 | 895 | "@babel/parser" "^7.10.4" |
897 | 896 | "@babel/types" "^7.10.4" |
898 | 897 |
|
899 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6": |
900 | | - version "7.10.4" |
901 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" |
902 | | - integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== |
| 898 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6": |
| 899 | + version "7.10.5" |
| 900 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
| 901 | + integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
903 | 902 | dependencies: |
904 | 903 | "@babel/code-frame" "^7.10.4" |
905 | | - "@babel/generator" "^7.10.4" |
| 904 | + "@babel/generator" "^7.10.5" |
906 | 905 | "@babel/helper-function-name" "^7.10.4" |
907 | 906 | "@babel/helper-split-export-declaration" "^7.10.4" |
908 | | - "@babel/parser" "^7.10.4" |
909 | | - "@babel/types" "^7.10.4" |
| 907 | + "@babel/parser" "^7.10.5" |
| 908 | + "@babel/types" "^7.10.5" |
910 | 909 | debug "^4.1.0" |
911 | 910 | globals "^11.1.0" |
912 | | - lodash "^4.17.13" |
| 911 | + lodash "^4.17.19" |
913 | 912 |
|
914 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6": |
915 | | - version "7.10.4" |
916 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
917 | | - integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== |
| 913 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6": |
| 914 | + version "7.10.5" |
| 915 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
| 916 | + integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
918 | 917 | dependencies: |
919 | 918 | "@babel/helper-validator-identifier" "^7.10.4" |
920 | | - lodash "^4.17.13" |
| 919 | + lodash "^4.17.19" |
921 | 920 | to-fast-properties "^2.0.0" |
922 | 921 |
|
923 | 922 | "@bcoe/v8-coverage@^0.2.3": |
|
8000 | 7999 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
8001 | 8000 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
8002 | 8001 |
|
8003 | | -[email protected], lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.1: |
| 8002 | +[email protected], lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17. 19, lodash@^4.17.4, lodash@^4.2.1: |
8004 | 8003 | version "4.17.19" |
8005 | 8004 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
8006 | 8005 | integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
|
0 commit comments