|
10 | 10 | "@babel/highlight" "^7.0.0"
|
11 | 11 |
|
12 | 12 | "@babel/core@^7.2.2":
|
13 |
| - version "7.7.2" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91" |
15 |
| - integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ== |
| 13 | + version "7.7.7" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9" |
| 15 | + integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ== |
16 | 16 | dependencies:
|
17 | 17 | "@babel/code-frame" "^7.5.5"
|
18 |
| - "@babel/generator" "^7.7.2" |
19 |
| - "@babel/helpers" "^7.7.0" |
20 |
| - "@babel/parser" "^7.7.2" |
21 |
| - "@babel/template" "^7.7.0" |
22 |
| - "@babel/traverse" "^7.7.2" |
23 |
| - "@babel/types" "^7.7.2" |
| 18 | + "@babel/generator" "^7.7.7" |
| 19 | + "@babel/helpers" "^7.7.4" |
| 20 | + "@babel/parser" "^7.7.7" |
| 21 | + "@babel/template" "^7.7.4" |
| 22 | + "@babel/traverse" "^7.7.4" |
| 23 | + "@babel/types" "^7.7.4" |
24 | 24 | convert-source-map "^1.7.0"
|
25 | 25 | debug "^4.1.0"
|
26 | 26 | json5 "^2.1.0"
|
|
29 | 29 | semver "^5.4.1"
|
30 | 30 | source-map "^0.5.0"
|
31 | 31 |
|
32 |
| -"@babel/generator@^7.7.2": |
33 |
| - version "7.7.2" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af" |
35 |
| - integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ== |
| 32 | +"@babel/generator@^7.7.4", "@babel/generator@^7.7.7": |
| 33 | + version "7.7.7" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45" |
| 35 | + integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ== |
36 | 36 | dependencies:
|
37 |
| - "@babel/types" "^7.7.2" |
| 37 | + "@babel/types" "^7.7.4" |
38 | 38 | jsesc "^2.5.1"
|
39 | 39 | lodash "^4.17.13"
|
40 | 40 | source-map "^0.5.0"
|
41 | 41 |
|
42 |
| -"@babel/helper-function-name@^7.7.0": |
43 |
| - version "7.7.0" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3" |
45 |
| - integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q== |
| 42 | +"@babel/helper-function-name@^7.7.4": |
| 43 | + version "7.7.4" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" |
| 45 | + integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== |
46 | 46 | dependencies:
|
47 |
| - "@babel/helper-get-function-arity" "^7.7.0" |
48 |
| - "@babel/template" "^7.7.0" |
49 |
| - "@babel/types" "^7.7.0" |
50 |
| - |
51 |
| -"@babel/helper-get-function-arity@^7.7.0": |
52 |
| - version "7.7.0" |
53 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d" |
54 |
| - integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw== |
| 47 | + "@babel/helper-get-function-arity" "^7.7.4" |
| 48 | + "@babel/template" "^7.7.4" |
| 49 | + "@babel/types" "^7.7.4" |
| 50 | + |
| 51 | +"@babel/helper-get-function-arity@^7.7.4": |
| 52 | + version "7.7.4" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" |
| 54 | + integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== |
55 | 55 | dependencies:
|
56 |
| - "@babel/types" "^7.7.0" |
| 56 | + "@babel/types" "^7.7.4" |
57 | 57 |
|
58 |
| -"@babel/helper-module-imports@^7.0.0": |
59 |
| - version "7.7.0" |
60 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.0.tgz#99c095889466e5f7b6d66d98dffc58baaf42654d" |
61 |
| - integrity sha512-Dv3hLKIC1jyfTkClvyEkYP2OlkzNvWs5+Q8WgPbxM5LMeorons7iPP91JM+DU7tRbhqA1ZeooPaMFvQrn23RHw== |
| 58 | +"@babel/helper-module-imports@^7.7.4": |
| 59 | + version "7.7.4" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91" |
| 61 | + integrity sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ== |
62 | 62 | dependencies:
|
63 |
| - "@babel/types" "^7.7.0" |
| 63 | + "@babel/types" "^7.7.4" |
64 | 64 |
|
65 | 65 | "@babel/helper-plugin-utils@^7.0.0":
|
66 | 66 | version "7.0.0"
|
67 | 67 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
|
68 | 68 | integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
|
69 | 69 |
|
70 |
| -"@babel/helper-split-export-declaration@^7.7.0": |
71 |
| - version "7.7.0" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300" |
73 |
| - integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA== |
| 70 | +"@babel/helper-split-export-declaration@^7.7.4": |
| 71 | + version "7.7.4" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" |
| 73 | + integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== |
74 | 74 | dependencies:
|
75 |
| - "@babel/types" "^7.7.0" |
| 75 | + "@babel/types" "^7.7.4" |
76 | 76 |
|
77 |
| -"@babel/helpers@^7.7.0": |
78 |
| - version "7.7.0" |
79 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b" |
80 |
| - integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g== |
| 77 | +"@babel/helpers@^7.7.4": |
| 78 | + version "7.7.4" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302" |
| 80 | + integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg== |
81 | 81 | dependencies:
|
82 |
| - "@babel/template" "^7.7.0" |
83 |
| - "@babel/traverse" "^7.7.0" |
84 |
| - "@babel/types" "^7.7.0" |
| 82 | + "@babel/template" "^7.7.4" |
| 83 | + "@babel/traverse" "^7.7.4" |
| 84 | + "@babel/types" "^7.7.4" |
85 | 85 |
|
86 | 86 | "@babel/highlight@^7.0.0":
|
87 | 87 | version "7.5.0"
|
|
92 | 92 | esutils "^2.0.2"
|
93 | 93 | js-tokens "^4.0.0"
|
94 | 94 |
|
95 |
| -"@babel/parser@^7.7.0", "@babel/parser@^7.7.2": |
96 |
| - version "7.7.3" |
97 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043" |
98 |
| - integrity sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A== |
| 95 | +"@babel/parser@^7.7.4", "@babel/parser@^7.7.7": |
| 96 | + version "7.7.7" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937" |
| 98 | + integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw== |
99 | 99 |
|
100 | 100 | "@babel/plugin-transform-regenerator@^7.0.0":
|
101 |
| - version "7.7.0" |
102 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.0.tgz#f1b20b535e7716b622c99e989259d7dd942dd9cc" |
103 |
| - integrity sha512-AXmvnC+0wuj/cFkkS/HFHIojxH3ffSXE+ttulrqWjZZRaUOonfJc60e1wSNT4rV8tIunvu/R3wCp71/tLAa9xg== |
| 101 | + version "7.7.5" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz#3a8757ee1a2780f390e89f246065ecf59c26fce9" |
| 103 | + integrity sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw== |
104 | 104 | dependencies:
|
105 | 105 | regenerator-transform "^0.14.0"
|
106 | 106 |
|
107 | 107 | "@babel/plugin-transform-runtime@^7.2.0":
|
108 |
| - version "7.6.2" |
109 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.2.tgz#2669f67c1fae0ae8d8bf696e4263ad52cb98b6f8" |
110 |
| - integrity sha512-cqULw/QB4yl73cS5Y0TZlQSjDvNkzDbu0FurTZyHlJpWE5T3PCMdnyV+xXoH1opr1ldyHODe3QAX3OMAii5NxA== |
| 108 | + version "7.7.6" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.6.tgz#4f2b548c88922fb98ec1c242afd4733ee3e12f61" |
| 110 | + integrity sha512-tajQY+YmXR7JjTwRvwL4HePqoL3DYxpYXIHKVvrOIvJmeHe2y1w4tz5qz9ObUDC9m76rCzIMPyn4eERuwA4a4A== |
111 | 111 | dependencies:
|
112 |
| - "@babel/helper-module-imports" "^7.0.0" |
| 112 | + "@babel/helper-module-imports" "^7.7.4" |
113 | 113 | "@babel/helper-plugin-utils" "^7.0.0"
|
114 | 114 | resolve "^1.8.1"
|
115 | 115 | semver "^5.5.1"
|
|
122 | 122 | core-js "^2.6.5"
|
123 | 123 | regenerator-runtime "^0.13.2"
|
124 | 124 |
|
125 |
| -"@babel/template@^7.7.0": |
126 |
| - version "7.7.0" |
127 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0" |
128 |
| - integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ== |
| 125 | +"@babel/template@^7.7.4": |
| 126 | + version "7.7.4" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" |
| 128 | + integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw== |
129 | 129 | dependencies:
|
130 | 130 | "@babel/code-frame" "^7.0.0"
|
131 |
| - "@babel/parser" "^7.7.0" |
132 |
| - "@babel/types" "^7.7.0" |
| 131 | + "@babel/parser" "^7.7.4" |
| 132 | + "@babel/types" "^7.7.4" |
133 | 133 |
|
134 |
| -"@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
135 |
| - version "7.7.2" |
136 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09" |
137 |
| - integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw== |
| 134 | +"@babel/traverse@^7.7.4": |
| 135 | + version "7.7.4" |
| 136 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" |
| 137 | + integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== |
138 | 138 | dependencies:
|
139 | 139 | "@babel/code-frame" "^7.5.5"
|
140 |
| - "@babel/generator" "^7.7.2" |
141 |
| - "@babel/helper-function-name" "^7.7.0" |
142 |
| - "@babel/helper-split-export-declaration" "^7.7.0" |
143 |
| - "@babel/parser" "^7.7.2" |
144 |
| - "@babel/types" "^7.7.2" |
| 140 | + "@babel/generator" "^7.7.4" |
| 141 | + "@babel/helper-function-name" "^7.7.4" |
| 142 | + "@babel/helper-split-export-declaration" "^7.7.4" |
| 143 | + "@babel/parser" "^7.7.4" |
| 144 | + "@babel/types" "^7.7.4" |
145 | 145 | debug "^4.1.0"
|
146 | 146 | globals "^11.1.0"
|
147 | 147 | lodash "^4.17.13"
|
148 | 148 |
|
149 |
| -"@babel/types@^7.7.0", "@babel/types@^7.7.2": |
150 |
| - version "7.7.2" |
151 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7" |
152 |
| - integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA== |
| 149 | +"@babel/types@^7.7.4": |
| 150 | + version "7.7.4" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" |
| 152 | + integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== |
153 | 153 | dependencies:
|
154 | 154 | esutils "^2.0.2"
|
155 | 155 | lodash "^4.17.13"
|
@@ -191,9 +191,9 @@ convert-source-map@^1.7.0:
|
191 | 191 | safe-buffer "~5.1.1"
|
192 | 192 |
|
193 | 193 | core-js@^2.6.5:
|
194 |
| - version "2.6.10" |
195 |
| - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f" |
196 |
| - integrity sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA== |
| 194 | + version "2.6.11" |
| 195 | + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" |
| 196 | + integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== |
197 | 197 |
|
198 | 198 | debug@^4.1.0:
|
199 | 199 | version "4.1.1"
|
@@ -277,9 +277,9 @@ regenerator-transform@^0.14.0:
|
277 | 277 | private "^0.1.6"
|
278 | 278 |
|
279 | 279 | resolve@^1.3.2, resolve@^1.8.1:
|
280 |
| - version "1.12.0" |
281 |
| - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" |
282 |
| - integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w== |
| 280 | + version "1.14.1" |
| 281 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.1.tgz#9e018c540fcf0c427d678b9931cbf45e984bcaff" |
| 282 | + integrity sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg== |
283 | 283 | dependencies:
|
284 | 284 | path-parse "^1.0.6"
|
285 | 285 |
|
|
0 commit comments