|
31 | 31 | optionalDependencies:
|
32 | 32 | chokidar "^2.0.4"
|
33 | 33 |
|
34 |
| -"@babel/code-frame@^7.0.0": |
35 |
| - version "7.0.0" |
36 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" |
37 |
| - integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== |
38 |
| - dependencies: |
39 |
| - "@babel/highlight" "^7.0.0" |
40 |
| - |
41 |
| -"@babel/code-frame@^7.5.5": |
| 34 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": |
42 | 35 | version "7.5.5"
|
43 | 36 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
|
44 | 37 | integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
|
|
65 | 58 | semver "^5.4.1"
|
66 | 59 | source-map "^0.5.0"
|
67 | 60 |
|
68 |
| -"@babel/generator@^7.5.0": |
69 |
| - version "7.5.0" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a" |
71 |
| - integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA== |
72 |
| - dependencies: |
73 |
| - "@babel/types" "^7.5.0" |
74 |
| - jsesc "^2.5.1" |
75 |
| - lodash "^4.17.11" |
76 |
| - source-map "^0.5.0" |
77 |
| - trim-right "^1.0.1" |
78 |
| - |
79 | 61 | "@babel/generator@^7.5.5":
|
80 | 62 | version "7.5.5"
|
81 | 63 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
|
|
111 | 93 | "@babel/traverse" "^7.4.4"
|
112 | 94 | "@babel/types" "^7.4.4"
|
113 | 95 |
|
114 |
| -"@babel/helper-create-class-features-plugin@^7.5.0": |
115 |
| - version "7.5.0" |
116 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5" |
117 |
| - integrity sha512-EAoMc3hE5vE5LNhMqDOwB1usHvmRjCDAnH8CD4PVkX9/Yr3W/tcz8xE8QvdZxfsFBDICwZnF2UTHIqslRpvxmA== |
| 96 | +"@babel/helper-create-class-features-plugin@^7.5.5": |
| 97 | + version "7.5.5" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4" |
| 99 | + integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg== |
118 | 100 | dependencies:
|
119 | 101 | "@babel/helper-function-name" "^7.1.0"
|
120 |
| - "@babel/helper-member-expression-to-functions" "^7.0.0" |
| 102 | + "@babel/helper-member-expression-to-functions" "^7.5.5" |
121 | 103 | "@babel/helper-optimise-call-expression" "^7.0.0"
|
122 | 104 | "@babel/helper-plugin-utils" "^7.0.0"
|
123 |
| - "@babel/helper-replace-supers" "^7.4.4" |
| 105 | + "@babel/helper-replace-supers" "^7.5.5" |
124 | 106 | "@babel/helper-split-export-declaration" "^7.4.4"
|
125 | 107 |
|
126 | 108 | "@babel/helper-define-map@^7.5.5":
|
|
163 | 145 | dependencies:
|
164 | 146 | "@babel/types" "^7.4.4"
|
165 | 147 |
|
166 |
| -"@babel/helper-member-expression-to-functions@^7.0.0": |
167 |
| - version "7.0.0" |
168 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f" |
169 |
| - integrity sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg== |
170 |
| - dependencies: |
171 |
| - "@babel/types" "^7.0.0" |
172 |
| - |
173 | 148 | "@babel/helper-member-expression-to-functions@^7.5.5":
|
174 | 149 | version "7.5.5"
|
175 | 150 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590"
|
|
185 | 160 | "@babel/types" "^7.0.0"
|
186 | 161 |
|
187 | 162 | "@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
|
188 |
| - version "7.4.4" |
189 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.4.4.tgz#96115ea42a2f139e619e98ed46df6019b94414b8" |
190 |
| - integrity sha512-3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96w== |
| 163 | + version "7.5.5" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a" |
| 165 | + integrity sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw== |
191 | 166 | dependencies:
|
192 | 167 | "@babel/helper-module-imports" "^7.0.0"
|
193 | 168 | "@babel/helper-simple-access" "^7.1.0"
|
194 | 169 | "@babel/helper-split-export-declaration" "^7.4.4"
|
195 | 170 | "@babel/template" "^7.4.4"
|
196 |
| - "@babel/types" "^7.4.4" |
197 |
| - lodash "^4.17.11" |
| 171 | + "@babel/types" "^7.5.5" |
| 172 | + lodash "^4.17.13" |
198 | 173 |
|
199 | 174 | "@babel/helper-optimise-call-expression@^7.0.0":
|
200 | 175 | version "7.0.0"
|
|
209 | 184 | integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
|
210 | 185 |
|
211 | 186 | "@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
|
212 |
| - version "7.4.4" |
213 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2" |
214 |
| - integrity sha512-Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q== |
| 187 | + version "7.5.5" |
| 188 | + resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351" |
| 189 | + integrity sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw== |
215 | 190 | dependencies:
|
216 |
| - lodash "^4.17.11" |
| 191 | + lodash "^4.17.13" |
217 | 192 |
|
218 | 193 | "@babel/helper-remap-async-to-generator@^7.1.0":
|
219 | 194 | version "7.1.0"
|
|
226 | 201 | "@babel/traverse" "^7.1.0"
|
227 | 202 | "@babel/types" "^7.0.0"
|
228 | 203 |
|
229 |
| -"@babel/helper-replace-supers@^7.4.4": |
230 |
| - version "7.4.4" |
231 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27" |
232 |
| - integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg== |
233 |
| - dependencies: |
234 |
| - "@babel/helper-member-expression-to-functions" "^7.0.0" |
235 |
| - "@babel/helper-optimise-call-expression" "^7.0.0" |
236 |
| - "@babel/traverse" "^7.4.4" |
237 |
| - "@babel/types" "^7.4.4" |
238 |
| - |
239 | 204 | "@babel/helper-replace-supers@^7.5.5":
|
240 | 205 | version "7.5.5"
|
241 | 206 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
|
|
289 | 254 | esutils "^2.0.2"
|
290 | 255 | js-tokens "^4.0.0"
|
291 | 256 |
|
292 |
| -"@babel/parser@^7.4.4", "@babel/parser@^7.5.0": |
293 |
| - version "7.5.0" |
294 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7" |
295 |
| - integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA== |
296 |
| - |
297 |
| -"@babel/parser@^7.5.5": |
| 257 | +"@babel/parser@^7.4.4", "@babel/parser@^7.5.5": |
298 | 258 | version "7.5.5"
|
299 | 259 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
|
300 | 260 | integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
|
|
629 | 589 | "@babel/helper-plugin-utils" "^7.0.0"
|
630 | 590 |
|
631 | 591 | "@babel/plugin-transform-typescript@^7.3.2":
|
632 |
| - version "7.5.2" |
633 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.5.2.tgz#ea7da440d29b8ccdb1bd02e18f6cfdc7ce6c16f5" |
634 |
| - integrity sha512-r4zJOMbKY5puETm8+cIpaa0RQZG/sSASW1u0pj8qYklcERgVIbxVbP2wyJA7zI1//h7lEagQmXi9IL9iI5rfsA== |
| 592 | + version "7.5.5" |
| 593 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.5.5.tgz#6d862766f09b2da1cb1f7d505fe2aedab6b7d4b8" |
| 594 | + integrity sha512-pehKf4m640myZu5B2ZviLaiBlxMCjSZ1qTEO459AXKX5GnPueyulJeCqZFs1nz/Ya2dDzXQ1NxZ/kKNWyD4h6w== |
635 | 595 | dependencies:
|
636 |
| - "@babel/helper-create-class-features-plugin" "^7.5.0" |
| 596 | + "@babel/helper-create-class-features-plugin" "^7.5.5" |
637 | 597 | "@babel/helper-plugin-utils" "^7.0.0"
|
638 | 598 | "@babel/plugin-syntax-typescript" "^7.2.0"
|
639 | 599 |
|
|
731 | 691 | "@babel/parser" "^7.4.4"
|
732 | 692 | "@babel/types" "^7.4.4"
|
733 | 693 |
|
734 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4": |
735 |
| - version "7.5.0" |
736 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485" |
737 |
| - integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg== |
738 |
| - dependencies: |
739 |
| - "@babel/code-frame" "^7.0.0" |
740 |
| - "@babel/generator" "^7.5.0" |
741 |
| - "@babel/helper-function-name" "^7.1.0" |
742 |
| - "@babel/helper-split-export-declaration" "^7.4.4" |
743 |
| - "@babel/parser" "^7.5.0" |
744 |
| - "@babel/types" "^7.5.0" |
745 |
| - debug "^4.1.0" |
746 |
| - globals "^11.1.0" |
747 |
| - lodash "^4.17.11" |
748 |
| - |
749 |
| -"@babel/traverse@^7.5.5": |
| 694 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5": |
750 | 695 | version "7.5.5"
|
751 | 696 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
|
752 | 697 | integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
|
|
761 | 706 | globals "^11.1.0"
|
762 | 707 | lodash "^4.17.13"
|
763 | 708 |
|
764 |
| -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0": |
765 |
| - version "7.5.0" |
766 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab" |
767 |
| - integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ== |
768 |
| - dependencies: |
769 |
| - esutils "^2.0.2" |
770 |
| - lodash "^4.17.11" |
771 |
| - to-fast-properties "^2.0.0" |
772 |
| - |
773 |
| -"@babel/types@^7.5.5": |
| 709 | +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": |
774 | 710 | version "7.5.5"
|
775 | 711 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
|
776 | 712 | integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
|
|
935 | 871 | integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
|
936 | 872 |
|
937 | 873 | "@types/node@*":
|
938 |
| - version "12.6.2" |
939 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.2.tgz#a5ccec6abb6060d5f20d256fb03ed743e9774999" |
940 |
| - integrity sha512-gojym4tX0FWeV2gsW4Xmzo5wxGjXGm550oVUII7f7G5o4BV6c7DBdiG1RRQd+y1bvqRyYtPfMK85UM95vsapqQ== |
| 874 | + version "12.6.8" |
| 875 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c" |
| 876 | + integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg== |
941 | 877 |
|
942 | 878 | "@types/normalize-package-data@^2.4.0":
|
943 | 879 | version "2.4.0"
|
@@ -1306,9 +1242,9 @@ camelcase@^5.0.0:
|
1306 | 1242 | integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
1307 | 1243 |
|
1308 | 1244 | caniuse-lite@^1.0.30000984:
|
1309 |
| - version "1.0.30000984" |
1310 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000984.tgz#dc96c3c469e9bcfc6ad5bdd24c77ec918ea76fe0" |
1311 |
| - integrity sha512-n5tKOjMaZ1fksIpQbjERuqCyfgec/m9pferkFQbLmWtqLUdmt12hNhjSwsmPdqeiG2NkITOQhr1VYIwWSAceiA== |
| 1245 | + version "1.0.30000985" |
| 1246 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000985.tgz#0eb40f6c8a8c219155cbe43c4975c0efb4a0f77f" |
| 1247 | + integrity sha512-1ngiwkgqAYPG0JSSUp3PUDGPKKY59EK7NrGGX+VOxaKCNzRbNc7uXMny+c3VJfZxtoK3wSImTvG9T9sXiTw2+w== |
1312 | 1248 |
|
1313 | 1249 | chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
|
1314 | 1250 | version "1.1.3"
|
@@ -1686,9 +1622,9 @@ ejs@^2.4.1:
|
1686 | 1622 | integrity sha512-PcW2a0tyTuPHz3tWyYqtK6r1fZ3gp+3Sop8Ph+ZYN81Ob5rwmbHEzaqs10N3BEsaGTkh/ooniXK+WwszGlc2+Q==
|
1687 | 1623 |
|
1688 | 1624 | electron-to-chromium@^1.3.191:
|
1689 |
| - version "1.3.191" |
1690 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.191.tgz#c451b422cd8b2eab84dedabab5abcae1eaefb6f0" |
1691 |
| - integrity sha512-jasjtY5RUy/TOyiUYM2fb4BDaPZfm6CXRFeJDMfFsXYADGxUN49RBqtgB7EL2RmJXeIRUk9lM1U6A5yk2YJMPQ== |
| 1625 | + version "1.3.197" |
| 1626 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.197.tgz#9460310733423ac72869d4dd99d7fb0389faa40b" |
| 1627 | + integrity sha512-SfD7WfmueKrtKeHUESLczuANgnpdnfrSz3ZzerLdtmZf2UBZmAB3z9Q525zI5p3n9I7ii/lllUlyKHm2pIG7QQ== |
1692 | 1628 |
|
1693 | 1629 | elegant-spinner@^1.0.1:
|
1694 | 1630 | version "1.0.1"
|
@@ -2778,9 +2714,9 @@ locate-path@^5.0.0:
|
2778 | 2714 | p-locate "^4.1.0"
|
2779 | 2715 |
|
2780 | 2716 | lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.4:
|
2781 |
| - version "4.17.14" |
2782 |
| - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" |
2783 |
| - integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== |
| 2717 | + version "4.17.15" |
| 2718 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 2719 | + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
2784 | 2720 |
|
2785 | 2721 |
|
2786 | 2722 | version "2.2.0"
|
@@ -3722,9 +3658,9 @@ regenerator-runtime@^0.11.0:
|
3722 | 3658 | integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
|
3723 | 3659 |
|
3724 | 3660 | regenerator-transform@^0.14.0:
|
3725 |
| - version "0.14.0" |
3726 |
| - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.0.tgz#2ca9aaf7a2c239dd32e4761218425b8c7a86ecaf" |
3727 |
| - integrity sha512-rtOelq4Cawlbmq9xuMR5gdFmv7ku/sFoB7sRiywx7aq53bc52b4j6zvH7Te1Vt/X2YveDKnCGUbioieU7FEL3w== |
| 3661 | + version "0.14.1" |
| 3662 | + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb" |
| 3663 | + integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ== |
3728 | 3664 | dependencies:
|
3729 | 3665 | private "^0.1.6"
|
3730 | 3666 |
|
|
0 commit comments