|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 |
| - version "7.10.4" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.4.tgz#ba38ad6d0b4b772a67b106934b7c33d656031896" |
8 |
| - integrity sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA== |
| 5 | + |
| 6 | + version "7.10.5" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" |
| 8 | + integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA== |
9 | 9 | dependencies:
|
10 | 10 | commander "^4.0.1"
|
11 | 11 | convert-source-map "^1.1.0"
|
12 | 12 | fs-readdir-recursive "^1.1.0"
|
13 | 13 | glob "^7.0.0"
|
14 |
| - lodash "^4.17.13" |
| 14 | + lodash "^4.17.19" |
15 | 15 | make-dir "^2.1.0"
|
16 | 16 | slash "^2.0.0"
|
17 | 17 | source-map "^0.5.0"
|
|
34 | 34 | invariant "^2.2.4"
|
35 | 35 | semver "^5.5.0"
|
36 | 36 |
|
37 |
| - |
38 |
| - version "7.10.4" |
39 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
40 |
| - integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
| 37 | + |
| 38 | + version "7.10.5" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
| 40 | + integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
41 | 41 | dependencies:
|
42 | 42 | "@babel/code-frame" "^7.10.4"
|
43 |
| - "@babel/generator" "^7.10.4" |
44 |
| - "@babel/helper-module-transforms" "^7.10.4" |
| 43 | + "@babel/generator" "^7.10.5" |
| 44 | + "@babel/helper-module-transforms" "^7.10.5" |
45 | 45 | "@babel/helpers" "^7.10.4"
|
46 |
| - "@babel/parser" "^7.10.4" |
| 46 | + "@babel/parser" "^7.10.5" |
47 | 47 | "@babel/template" "^7.10.4"
|
48 |
| - "@babel/traverse" "^7.10.4" |
49 |
| - "@babel/types" "^7.10.4" |
| 48 | + "@babel/traverse" "^7.10.5" |
| 49 | + "@babel/types" "^7.10.5" |
50 | 50 | convert-source-map "^1.7.0"
|
51 | 51 | debug "^4.1.0"
|
52 | 52 | gensync "^1.0.0-beta.1"
|
53 | 53 | json5 "^2.1.2"
|
54 |
| - lodash "^4.17.13" |
| 54 | + lodash "^4.17.19" |
55 | 55 | resolve "^1.3.2"
|
56 | 56 | semver "^5.4.1"
|
57 | 57 | source-map "^0.5.0"
|
|
66 | 66 | lodash "^4.17.13"
|
67 | 67 | source-map "^0.5.0"
|
68 | 68 |
|
| 69 | +"@babel/generator@^7.10.5": |
| 70 | + version "7.10.5" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
| 72 | + integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
| 73 | + dependencies: |
| 74 | + "@babel/types" "^7.10.5" |
| 75 | + jsesc "^2.5.1" |
| 76 | + source-map "^0.5.0" |
| 77 | + |
69 | 78 | "@babel/helper-annotate-as-pure@^7.10.4":
|
70 | 79 | version "7.10.4"
|
71 | 80 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
|
|
180 | 189 | "@babel/types" "^7.10.4"
|
181 | 190 | lodash "^4.17.13"
|
182 | 191 |
|
| 192 | +"@babel/helper-module-transforms@^7.10.5": |
| 193 | + version "7.10.5" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
| 195 | + integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
| 196 | + dependencies: |
| 197 | + "@babel/helper-module-imports" "^7.10.4" |
| 198 | + "@babel/helper-replace-supers" "^7.10.4" |
| 199 | + "@babel/helper-simple-access" "^7.10.4" |
| 200 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 201 | + "@babel/template" "^7.10.4" |
| 202 | + "@babel/types" "^7.10.5" |
| 203 | + lodash "^4.17.19" |
| 204 | + |
183 | 205 | "@babel/helper-optimise-call-expression@^7.10.4":
|
184 | 206 | version "7.10.4"
|
185 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
|
|
273 | 295 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
274 | 296 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
275 | 297 |
|
| 298 | +"@babel/parser@^7.10.5": |
| 299 | + version "7.10.5" |
| 300 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
| 301 | + integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
| 302 | + |
276 | 303 |
|
277 | 304 | version "7.10.4"
|
278 | 305 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.10.4.tgz#40d38e8e48a1fa3766ab43496253266ca26783ce"
|
|
827 | 854 | globals "^11.1.0"
|
828 | 855 | lodash "^4.17.13"
|
829 | 856 |
|
| 857 | +"@babel/traverse@^7.10.5": |
| 858 | + version "7.10.5" |
| 859 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
| 860 | + integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
| 861 | + dependencies: |
| 862 | + "@babel/code-frame" "^7.10.4" |
| 863 | + "@babel/generator" "^7.10.5" |
| 864 | + "@babel/helper-function-name" "^7.10.4" |
| 865 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 866 | + "@babel/parser" "^7.10.5" |
| 867 | + "@babel/types" "^7.10.5" |
| 868 | + debug "^4.1.0" |
| 869 | + globals "^11.1.0" |
| 870 | + lodash "^4.17.19" |
| 871 | + |
830 | 872 | "@babel/types@^7.10.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
831 | 873 | version "7.10.4"
|
832 | 874 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
|
|
836 | 878 | lodash "^4.17.13"
|
837 | 879 | to-fast-properties "^2.0.0"
|
838 | 880 |
|
| 881 | +"@babel/types@^7.10.5": |
| 882 | + version "7.10.5" |
| 883 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
| 884 | + integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 885 | + dependencies: |
| 886 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 887 | + lodash "^4.17.19" |
| 888 | + to-fast-properties "^2.0.0" |
| 889 | + |
839 | 890 | "@iarna/cli@^1.2.0":
|
840 | 891 | version "1.2.0"
|
841 | 892 | resolved "https://registry.yarnpkg.com/@iarna/cli/-/cli-1.2.0.tgz#0f7af5e851afe895104583c4ca07377a8094d641"
|
@@ -4516,7 +4567,7 @@ lodash.without@~4.4.0:
|
4516 | 4567 | resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
|
4517 | 4568 | integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
|
4518 | 4569 |
|
4519 |
| -lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0: |
| 4570 | +lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.3.0: |
4520 | 4571 | version "4.17.19"
|
4521 | 4572 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
|
4522 | 4573 | integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
|
|
0 commit comments