|
23 | 23 | dependencies:
|
24 | 24 | "@babel/highlight" "^7.14.5"
|
25 | 25 |
|
26 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.14.9": |
27 |
| - version "7.14.9" |
28 |
| - resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" |
29 |
| - integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw== |
| 26 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": |
| 27 | + version "7.15.0" |
| 28 | + resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 29 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
30 | 30 |
|
31 | 31 | "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
32 | 32 | version "7.12.10"
|
|
50 | 50 | source-map "^0.5.0"
|
51 | 51 |
|
52 | 52 | "@babel/core@^7.12.10":
|
53 |
| - version "7.14.8" |
54 |
| - resolved "https://registry.npmjs.org/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
55 |
| - integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
| 53 | + version "7.15.0" |
| 54 | + resolved "https://registry.npmjs.org/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 55 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
56 | 56 | dependencies:
|
57 | 57 | "@babel/code-frame" "^7.14.5"
|
58 |
| - "@babel/generator" "^7.14.8" |
59 |
| - "@babel/helper-compilation-targets" "^7.14.5" |
60 |
| - "@babel/helper-module-transforms" "^7.14.8" |
| 58 | + "@babel/generator" "^7.15.0" |
| 59 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 60 | + "@babel/helper-module-transforms" "^7.15.0" |
61 | 61 | "@babel/helpers" "^7.14.8"
|
62 |
| - "@babel/parser" "^7.14.8" |
| 62 | + "@babel/parser" "^7.15.0" |
63 | 63 | "@babel/template" "^7.14.5"
|
64 |
| - "@babel/traverse" "^7.14.8" |
65 |
| - "@babel/types" "^7.14.8" |
| 64 | + "@babel/traverse" "^7.15.0" |
| 65 | + "@babel/types" "^7.15.0" |
66 | 66 | convert-source-map "^1.7.0"
|
67 | 67 | debug "^4.1.0"
|
68 | 68 | gensync "^1.0.0-beta.2"
|
|
136 | 136 | jsesc "^2.5.1"
|
137 | 137 | source-map "^0.5.0"
|
138 | 138 |
|
139 |
| -"@babel/generator@^7.14.8", "@babel/generator@^7.14.9": |
140 |
| - version "7.14.9" |
141 |
| - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.14.9.tgz#23b19c597d38b4f7dc2e3fe42a69c88d9ecfaa16" |
142 |
| - integrity sha512-4yoHbhDYzFa0GLfCzLp5GxH7vPPMAHdZjyE7M/OajM9037zhx0rf+iNsJwp4PT0MSFpwjG7BsHEbPkBQpZ6cYA== |
| 139 | +"@babel/generator@^7.15.0": |
| 140 | + version "7.15.0" |
| 141 | + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 142 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
143 | 143 | dependencies:
|
144 |
| - "@babel/types" "^7.14.9" |
| 144 | + "@babel/types" "^7.15.0" |
145 | 145 | jsesc "^2.5.1"
|
146 | 146 | source-map "^0.5.0"
|
147 | 147 |
|
|
169 | 169 | "@babel/helper-explode-assignable-expression" "^7.14.5"
|
170 | 170 | "@babel/types" "^7.14.5"
|
171 | 171 |
|
172 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.5": |
| 172 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0": |
| 173 | + version "7.15.0" |
| 174 | + resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 175 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
| 176 | + dependencies: |
| 177 | + "@babel/compat-data" "^7.15.0" |
| 178 | + "@babel/helper-validator-option" "^7.14.5" |
| 179 | + browserslist "^4.16.6" |
| 180 | + semver "^6.3.0" |
| 181 | + |
| 182 | +"@babel/helper-compilation-targets@^7.13.16": |
173 | 183 | version "7.14.5"
|
174 | 184 | resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
|
175 | 185 | integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
|
|
180 | 190 | semver "^6.3.0"
|
181 | 191 |
|
182 | 192 | "@babel/helper-create-class-features-plugin@^7.14.5":
|
183 |
| - version "7.14.8" |
184 |
| - resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc" |
185 |
| - integrity sha512-bpYvH8zJBWzeqi1o+co8qOrw+EXzQ/0c74gVmY205AWXy9nifHrOg77y+1zwxX5lXE7Icq4sPlSQ4O2kWBrteQ== |
| 193 | + version "7.15.0" |
| 194 | + resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7" |
| 195 | + integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q== |
186 | 196 | dependencies:
|
187 | 197 | "@babel/helper-annotate-as-pure" "^7.14.5"
|
188 | 198 | "@babel/helper-function-name" "^7.14.5"
|
189 |
| - "@babel/helper-member-expression-to-functions" "^7.14.7" |
| 199 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
190 | 200 | "@babel/helper-optimise-call-expression" "^7.14.5"
|
191 |
| - "@babel/helper-replace-supers" "^7.14.5" |
| 201 | + "@babel/helper-replace-supers" "^7.15.0" |
192 | 202 | "@babel/helper-split-export-declaration" "^7.14.5"
|
193 | 203 |
|
194 | 204 | "@babel/helper-create-regexp-features-plugin@^7.14.5":
|
|
252 | 262 | dependencies:
|
253 | 263 | "@babel/types" "^7.14.5"
|
254 | 264 |
|
255 |
| -"@babel/helper-member-expression-to-functions@^7.14.5", "@babel/helper-member-expression-to-functions@^7.14.7": |
256 |
| - version "7.14.7" |
257 |
| - resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970" |
258 |
| - integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA== |
| 265 | +"@babel/helper-member-expression-to-functions@^7.14.5", "@babel/helper-member-expression-to-functions@^7.15.0": |
| 266 | + version "7.15.0" |
| 267 | + resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 268 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
259 | 269 | dependencies:
|
260 |
| - "@babel/types" "^7.14.5" |
| 270 | + "@babel/types" "^7.15.0" |
261 | 271 |
|
262 | 272 | "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
263 | 273 | version "7.14.5"
|
|
295 | 305 | "@babel/traverse" "^7.14.5"
|
296 | 306 | "@babel/types" "^7.14.5"
|
297 | 307 |
|
298 |
| -"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": |
299 |
| - version "7.14.8" |
300 |
| - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
301 |
| - integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 308 | +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0": |
| 309 | + version "7.15.0" |
| 310 | + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 311 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
302 | 312 | dependencies:
|
303 | 313 | "@babel/helper-module-imports" "^7.14.5"
|
304 |
| - "@babel/helper-replace-supers" "^7.14.5" |
| 314 | + "@babel/helper-replace-supers" "^7.15.0" |
305 | 315 | "@babel/helper-simple-access" "^7.14.8"
|
306 | 316 | "@babel/helper-split-export-declaration" "^7.14.5"
|
307 |
| - "@babel/helper-validator-identifier" "^7.14.8" |
| 317 | + "@babel/helper-validator-identifier" "^7.14.9" |
308 | 318 | "@babel/template" "^7.14.5"
|
309 |
| - "@babel/traverse" "^7.14.8" |
310 |
| - "@babel/types" "^7.14.8" |
| 319 | + "@babel/traverse" "^7.15.0" |
| 320 | + "@babel/types" "^7.15.0" |
311 | 321 |
|
312 | 322 | "@babel/helper-optimise-call-expression@^7.14.5":
|
313 | 323 | version "7.14.5"
|
|
330 | 340 | "@babel/helper-wrap-function" "^7.14.5"
|
331 | 341 | "@babel/types" "^7.14.5"
|
332 | 342 |
|
333 |
| -"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.14.5": |
| 343 | +"@babel/helper-replace-supers@^7.12.13": |
334 | 344 | version "7.14.5"
|
335 | 345 | resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
|
336 | 346 | integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
|
|
340 | 350 | "@babel/traverse" "^7.14.5"
|
341 | 351 | "@babel/types" "^7.14.5"
|
342 | 352 |
|
| 353 | +"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.0": |
| 354 | + version "7.15.0" |
| 355 | + resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 356 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 357 | + dependencies: |
| 358 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 359 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 360 | + "@babel/traverse" "^7.15.0" |
| 361 | + "@babel/types" "^7.15.0" |
| 362 | + |
343 | 363 | "@babel/helper-simple-access@^7.12.13":
|
344 | 364 | version "7.13.12"
|
345 | 365 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
|
|
380 | 400 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
381 | 401 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
382 | 402 |
|
383 |
| -"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8", "@babel/helper-validator-identifier@^7.14.9": |
| 403 | +"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": |
384 | 404 | version "7.14.9"
|
385 | 405 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
386 | 406 | integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
|
|
456 | 476 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
|
457 | 477 | integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
|
458 | 478 |
|
459 |
| -"@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.14.9": |
460 |
| - version "7.14.9" |
461 |
| - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4" |
462 |
| - integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ== |
| 479 | +"@babel/parser@^7.14.5", "@babel/parser@^7.15.0": |
| 480 | + version "7.15.0" |
| 481 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 482 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
463 | 483 |
|
464 | 484 | "@babel/parser@^7.7.2":
|
465 | 485 | version "7.14.3"
|
|
854 | 874 | "@babel/helper-plugin-utils" "^7.14.5"
|
855 | 875 | babel-plugin-dynamic-import-node "^2.3.3"
|
856 | 876 |
|
857 |
| -"@babel/plugin-transform-modules-commonjs@^7.14.5": |
858 |
| - version "7.14.5" |
859 |
| - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97" |
860 |
| - integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A== |
| 877 | +"@babel/plugin-transform-modules-commonjs@^7.15.0": |
| 878 | + version "7.15.0" |
| 879 | + resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281" |
| 880 | + integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig== |
861 | 881 | dependencies:
|
862 |
| - "@babel/helper-module-transforms" "^7.14.5" |
| 882 | + "@babel/helper-module-transforms" "^7.15.0" |
863 | 883 | "@babel/helper-plugin-utils" "^7.14.5"
|
864 |
| - "@babel/helper-simple-access" "^7.14.5" |
| 884 | + "@babel/helper-simple-access" "^7.14.8" |
865 | 885 | babel-plugin-dynamic-import-node "^2.3.3"
|
866 | 886 |
|
867 | 887 | "@babel/plugin-transform-modules-systemjs@^7.14.5":
|
|
985 | 1005 | "@babel/helper-plugin-utils" "^7.14.5"
|
986 | 1006 |
|
987 | 1007 | "@babel/preset-env@^7.12.11":
|
988 |
| - version "7.14.9" |
989 |
| - resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819" |
990 |
| - integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ== |
| 1008 | + version "7.15.0" |
| 1009 | + resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464" |
| 1010 | + integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q== |
991 | 1011 | dependencies:
|
992 |
| - "@babel/compat-data" "^7.14.9" |
993 |
| - "@babel/helper-compilation-targets" "^7.14.5" |
| 1012 | + "@babel/compat-data" "^7.15.0" |
| 1013 | + "@babel/helper-compilation-targets" "^7.15.0" |
994 | 1014 | "@babel/helper-plugin-utils" "^7.14.5"
|
995 | 1015 | "@babel/helper-validator-option" "^7.14.5"
|
996 | 1016 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
|
|
1038 | 1058 | "@babel/plugin-transform-literals" "^7.14.5"
|
1039 | 1059 | "@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
1040 | 1060 | "@babel/plugin-transform-modules-amd" "^7.14.5"
|
1041 |
| - "@babel/plugin-transform-modules-commonjs" "^7.14.5" |
| 1061 | + "@babel/plugin-transform-modules-commonjs" "^7.15.0" |
1042 | 1062 | "@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
1043 | 1063 | "@babel/plugin-transform-modules-umd" "^7.14.5"
|
1044 | 1064 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
|
|
1056 | 1076 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
1057 | 1077 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
1058 | 1078 | "@babel/preset-modules" "^0.1.4"
|
1059 |
| - "@babel/types" "^7.14.9" |
| 1079 | + "@babel/types" "^7.15.0" |
1060 | 1080 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
1061 | 1081 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
1062 | 1082 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
1153 | 1173 | globals "^11.1.0"
|
1154 | 1174 | lodash "^4.17.19"
|
1155 | 1175 |
|
1156 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8": |
1157 |
| - version "7.14.9" |
1158 |
| - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f" |
1159 |
| - integrity sha512-bldh6dtB49L8q9bUyB7bC20UKgU+EFDwKJylwl234Kv+ySZeMD31Xeht6URyueQ6LrRRpF2tmkfcZooZR9/e8g== |
| 1176 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0": |
| 1177 | + version "7.15.0" |
| 1178 | + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 1179 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
1160 | 1180 | dependencies:
|
1161 | 1181 | "@babel/code-frame" "^7.14.5"
|
1162 |
| - "@babel/generator" "^7.14.9" |
| 1182 | + "@babel/generator" "^7.15.0" |
1163 | 1183 | "@babel/helper-function-name" "^7.14.5"
|
1164 | 1184 | "@babel/helper-hoist-variables" "^7.14.5"
|
1165 | 1185 | "@babel/helper-split-export-declaration" "^7.14.5"
|
1166 |
| - "@babel/parser" "^7.14.9" |
1167 |
| - "@babel/types" "^7.14.9" |
| 1186 | + "@babel/parser" "^7.15.0" |
| 1187 | + "@babel/types" "^7.15.0" |
1168 | 1188 | debug "^4.1.0"
|
1169 | 1189 | globals "^11.1.0"
|
1170 | 1190 |
|
|
1232 | 1252 | lodash "^4.17.19"
|
1233 | 1253 | to-fast-properties "^2.0.0"
|
1234 | 1254 |
|
1235 |
| -"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4": |
1236 |
| - version "7.14.9" |
1237 |
| - resolved "https://registry.npmjs.org/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d" |
1238 |
| - integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow== |
| 1255 | +"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.4.4": |
| 1256 | + version "7.15.0" |
| 1257 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 1258 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
1239 | 1259 | dependencies:
|
1240 | 1260 | "@babel/helper-validator-identifier" "^7.14.9"
|
1241 | 1261 | to-fast-properties "^2.0.0"
|
@@ -3285,15 +3305,15 @@ browser-process-hrtime@^1.0.0:
|
3285 | 3305 | integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
3286 | 3306 |
|
3287 | 3307 | browserslist@^4.16.6:
|
3288 |
| - version "4.16.6" |
3289 |
| - resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" |
3290 |
| - integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== |
| 3308 | + version "4.16.7" |
| 3309 | + resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.16.7.tgz#108b0d1ef33c4af1b587c54f390e7041178e4335" |
| 3310 | + integrity sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA== |
3291 | 3311 | dependencies:
|
3292 |
| - caniuse-lite "^1.0.30001219" |
| 3312 | + caniuse-lite "^1.0.30001248" |
3293 | 3313 | colorette "^1.2.2"
|
3294 |
| - electron-to-chromium "^1.3.723" |
| 3314 | + electron-to-chromium "^1.3.793" |
3295 | 3315 | escalade "^3.1.1"
|
3296 |
| - node-releases "^1.1.71" |
| 3316 | + node-releases "^1.1.73" |
3297 | 3317 |
|
3298 | 3318 |
|
3299 | 3319 | version "0.2.6"
|
@@ -3452,7 +3472,7 @@ camelcase@^6.2.0:
|
3452 | 3472 | resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
|
3453 | 3473 | integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
|
3454 | 3474 |
|
3455 |
| -caniuse-lite@^1.0.30001219: |
| 3475 | +caniuse-lite@^1.0.30001248: |
3456 | 3476 | version "1.0.30001248"
|
3457 | 3477 | resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001248.tgz#26ab45e340f155ea5da2920dadb76a533cb8ebce"
|
3458 | 3478 | integrity sha512-NwlQbJkxUFJ8nMErnGtT0QTM2TJ33xgz4KXJSMIrjXIbDVdaYueGyjOrLKRtJC+rTiWfi6j5cnZN1NBiSBJGNw==
|
|
4432 | 4452 | resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
4433 | 4453 | integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
4434 | 4454 |
|
4435 |
| -electron-to-chromium@^1.3.723: |
4436 |
| - version "1.3.792" |
4437 |
| - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.792.tgz#791b0d8fcf7411885d086193fb49aaef0c1594ca" |
4438 |
| - integrity sha512-RM2O2xrNarM7Cs+XF/OE2qX/aBROyOZqqgP+8FXMXSuWuUqCfUUzg7NytQrzZU3aSqk1Qq6zqnVkJsbfMkIatg== |
| 4455 | +electron-to-chromium@^1.3.793: |
| 4456 | + version "1.3.796" |
| 4457 | + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.796.tgz#bd74a4367902c9d432d129f265bf4542cddd9f54" |
| 4458 | + integrity sha512-agwJFgM0FUC1UPPbQ4aII3HamaaJ09fqWGAWYHmzxDWqdmTleCHyyA0kt3fJlTd5M440IaeuBfzXzXzCotnZcQ== |
4439 | 4459 |
|
4440 | 4460 | emittery@^0.8.1:
|
4441 | 4461 | version "0.8.1"
|
@@ -7793,7 +7813,7 @@ node-modules-regexp@^1.0.0:
|
7793 | 7813 | resolved "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
|
7794 | 7814 | integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
|
7795 | 7815 |
|
7796 |
| -node-releases@^1.1.71: |
| 7816 | +node-releases@^1.1.73: |
7797 | 7817 | version "1.1.73"
|
7798 | 7818 | resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
|
7799 | 7819 | integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
|
|
0 commit comments