|
25 | 25 | dependencies:
|
26 | 26 | "@babel/highlight" "^7.8.3"
|
27 | 27 |
|
28 |
| -"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": |
29 |
| - version "7.9.0" |
30 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" |
31 |
| - integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g== |
| 28 | +"@babel/compat-data@^7.9.6": |
| 29 | + version "7.9.6" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" |
| 31 | + integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g== |
32 | 32 | dependencies:
|
33 |
| - browserslist "^4.9.1" |
| 33 | + browserslist "^4.11.1" |
34 | 34 | invariant "^2.2.4"
|
35 | 35 | semver "^5.5.0"
|
36 | 36 |
|
37 |
| - |
38 |
| - version "7.9.0" |
39 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
40 |
| - integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
| 37 | + |
| 38 | + version "7.9.6" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
| 40 | + integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
41 | 41 | dependencies:
|
42 | 42 | "@babel/code-frame" "^7.8.3"
|
43 |
| - "@babel/generator" "^7.9.0" |
| 43 | + "@babel/generator" "^7.9.6" |
44 | 44 | "@babel/helper-module-transforms" "^7.9.0"
|
45 |
| - "@babel/helpers" "^7.9.0" |
46 |
| - "@babel/parser" "^7.9.0" |
| 45 | + "@babel/helpers" "^7.9.6" |
| 46 | + "@babel/parser" "^7.9.6" |
47 | 47 | "@babel/template" "^7.8.6"
|
48 |
| - "@babel/traverse" "^7.9.0" |
49 |
| - "@babel/types" "^7.9.0" |
| 48 | + "@babel/traverse" "^7.9.6" |
| 49 | + "@babel/types" "^7.9.6" |
50 | 50 | convert-source-map "^1.7.0"
|
51 | 51 | debug "^4.1.0"
|
52 | 52 | gensync "^1.0.0-beta.1"
|
|
56 | 56 | semver "^5.4.1"
|
57 | 57 | source-map "^0.5.0"
|
58 | 58 |
|
59 |
| -"@babel/generator@^7.9.0", "@babel/generator@^7.9.5": |
| 59 | +"@babel/generator@^7.9.5": |
60 | 60 | version "7.9.5"
|
61 | 61 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
|
62 | 62 | integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==
|
|
66 | 66 | lodash "^4.17.13"
|
67 | 67 | source-map "^0.5.0"
|
68 | 68 |
|
| 69 | +"@babel/generator@^7.9.6": |
| 70 | + version "7.9.6" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
| 72 | + integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
| 73 | + dependencies: |
| 74 | + "@babel/types" "^7.9.6" |
| 75 | + jsesc "^2.5.1" |
| 76 | + lodash "^4.17.13" |
| 77 | + source-map "^0.5.0" |
| 78 | + |
69 | 79 | "@babel/helper-annotate-as-pure@^7.8.3":
|
70 | 80 | version "7.8.3"
|
71 | 81 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
81 | 91 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
82 | 92 | "@babel/types" "^7.8.3"
|
83 | 93 |
|
84 |
| -"@babel/helper-compilation-targets@^7.8.7": |
85 |
| - version "7.8.7" |
86 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
87 |
| - integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw== |
| 94 | +"@babel/helper-compilation-targets@^7.9.6": |
| 95 | + version "7.9.6" |
| 96 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a" |
| 97 | + integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw== |
88 | 98 | dependencies:
|
89 |
| - "@babel/compat-data" "^7.8.6" |
90 |
| - browserslist "^4.9.1" |
| 99 | + "@babel/compat-data" "^7.9.6" |
| 100 | + browserslist "^4.11.1" |
91 | 101 | invariant "^2.2.4"
|
92 | 102 | levenary "^1.1.1"
|
93 | 103 | semver "^5.5.0"
|
|
250 | 260 | "@babel/traverse" "^7.8.3"
|
251 | 261 | "@babel/types" "^7.8.3"
|
252 | 262 |
|
253 |
| -"@babel/helpers@^7.9.0": |
254 |
| - version "7.9.2" |
255 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
256 |
| - integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== |
| 263 | +"@babel/helpers@^7.9.6": |
| 264 | + version "7.9.6" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
| 266 | + integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
257 | 267 | dependencies:
|
258 | 268 | "@babel/template" "^7.8.3"
|
259 |
| - "@babel/traverse" "^7.9.0" |
260 |
| - "@babel/types" "^7.9.0" |
| 269 | + "@babel/traverse" "^7.9.6" |
| 270 | + "@babel/types" "^7.9.6" |
261 | 271 |
|
262 | 272 | "@babel/highlight@^7.8.3":
|
263 | 273 | version "7.9.0"
|
|
273 | 283 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
274 | 284 | integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
|
275 | 285 |
|
| 286 | +"@babel/parser@^7.9.6": |
| 287 | + version "7.9.6" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
| 289 | + integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
| 290 | + |
276 | 291 |
|
277 | 292 | version "7.8.3"
|
278 | 293 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.8.3.tgz#5a94164d9af393b2820a3cdc407e28ebf237de4b"
|
|
321 | 336 | "@babel/helper-plugin-utils" "^7.8.3"
|
322 | 337 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
323 | 338 |
|
324 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
325 |
| - version "7.9.5" |
326 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
327 |
| - integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
| 339 | +"@babel/plugin-proposal-object-rest-spread@^7.9.6": |
| 340 | + version "7.9.6" |
| 341 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63" |
| 342 | + integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A== |
328 | 343 | dependencies:
|
329 | 344 | "@babel/helper-plugin-utils" "^7.8.3"
|
330 | 345 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
|
535 | 550 | dependencies:
|
536 | 551 | "@babel/helper-plugin-utils" "^7.8.3"
|
537 | 552 |
|
538 |
| -"@babel/plugin-transform-modules-amd@^7.9.0": |
539 |
| - version "7.9.0" |
540 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4" |
541 |
| - integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q== |
| 553 | +"@babel/plugin-transform-modules-amd@^7.9.6": |
| 554 | + version "7.9.6" |
| 555 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e" |
| 556 | + integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw== |
542 | 557 | dependencies:
|
543 | 558 | "@babel/helper-module-transforms" "^7.9.0"
|
544 | 559 | "@babel/helper-plugin-utils" "^7.8.3"
|
545 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 560 | + babel-plugin-dynamic-import-node "^2.3.3" |
546 | 561 |
|
547 |
| -"@babel/plugin-transform-modules-commonjs@^7.9.0": |
548 |
| - version "7.9.0" |
549 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940" |
550 |
| - integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g== |
| 562 | +"@babel/plugin-transform-modules-commonjs@^7.9.6": |
| 563 | + version "7.9.6" |
| 564 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277" |
| 565 | + integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ== |
551 | 566 | dependencies:
|
552 | 567 | "@babel/helper-module-transforms" "^7.9.0"
|
553 | 568 | "@babel/helper-plugin-utils" "^7.8.3"
|
554 | 569 | "@babel/helper-simple-access" "^7.8.3"
|
555 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 570 | + babel-plugin-dynamic-import-node "^2.3.3" |
556 | 571 |
|
557 |
| -"@babel/plugin-transform-modules-systemjs@^7.9.0": |
558 |
| - version "7.9.0" |
559 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90" |
560 |
| - integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ== |
| 572 | +"@babel/plugin-transform-modules-systemjs@^7.9.6": |
| 573 | + version "7.9.6" |
| 574 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4" |
| 575 | + integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg== |
561 | 576 | dependencies:
|
562 | 577 | "@babel/helper-hoist-variables" "^7.8.3"
|
563 | 578 | "@babel/helper-module-transforms" "^7.9.0"
|
564 | 579 | "@babel/helper-plugin-utils" "^7.8.3"
|
565 |
| - babel-plugin-dynamic-import-node "^2.3.0" |
| 580 | + babel-plugin-dynamic-import-node "^2.3.3" |
566 | 581 |
|
567 | 582 | "@babel/plugin-transform-modules-umd@^7.9.0":
|
568 | 583 | version "7.9.0"
|
|
677 | 692 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
678 | 693 | "@babel/helper-plugin-utils" "^7.8.3"
|
679 | 694 |
|
680 |
| - |
681 |
| - version "7.9.5" |
682 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
683 |
| - integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
| 695 | + |
| 696 | + version "7.9.6" |
| 697 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6" |
| 698 | + integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ== |
684 | 699 | dependencies:
|
685 |
| - "@babel/compat-data" "^7.9.0" |
686 |
| - "@babel/helper-compilation-targets" "^7.8.7" |
| 700 | + "@babel/compat-data" "^7.9.6" |
| 701 | + "@babel/helper-compilation-targets" "^7.9.6" |
687 | 702 | "@babel/helper-module-imports" "^7.8.3"
|
688 | 703 | "@babel/helper-plugin-utils" "^7.8.3"
|
689 | 704 | "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
690 | 705 | "@babel/plugin-proposal-dynamic-import" "^7.8.3"
|
691 | 706 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
692 | 707 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
693 | 708 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
694 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
| 709 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.6" |
695 | 710 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
696 | 711 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
697 | 712 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
718 | 733 | "@babel/plugin-transform-function-name" "^7.8.3"
|
719 | 734 | "@babel/plugin-transform-literals" "^7.8.3"
|
720 | 735 | "@babel/plugin-transform-member-expression-literals" "^7.8.3"
|
721 |
| - "@babel/plugin-transform-modules-amd" "^7.9.0" |
722 |
| - "@babel/plugin-transform-modules-commonjs" "^7.9.0" |
723 |
| - "@babel/plugin-transform-modules-systemjs" "^7.9.0" |
| 736 | + "@babel/plugin-transform-modules-amd" "^7.9.6" |
| 737 | + "@babel/plugin-transform-modules-commonjs" "^7.9.6" |
| 738 | + "@babel/plugin-transform-modules-systemjs" "^7.9.6" |
724 | 739 | "@babel/plugin-transform-modules-umd" "^7.9.0"
|
725 | 740 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
726 | 741 | "@babel/plugin-transform-new-target" "^7.8.3"
|
|
736 | 751 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
737 | 752 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
738 | 753 | "@babel/preset-modules" "^0.1.3"
|
739 |
| - "@babel/types" "^7.9.5" |
740 |
| - browserslist "^4.9.1" |
| 754 | + "@babel/types" "^7.9.6" |
| 755 | + browserslist "^4.11.1" |
741 | 756 | core-js-compat "^3.6.2"
|
742 | 757 | invariant "^2.2.2"
|
743 | 758 | levenary "^1.1.1"
|
|
778 | 793 | "@babel/parser" "^7.8.6"
|
779 | 794 | "@babel/types" "^7.8.6"
|
780 | 795 |
|
781 |
| -"@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 796 | +"@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6": |
782 | 797 | version "7.9.5"
|
783 | 798 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
|
784 | 799 | integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==
|
|
793 | 808 | globals "^11.1.0"
|
794 | 809 | lodash "^4.17.13"
|
795 | 810 |
|
| 811 | +"@babel/traverse@^7.9.6": |
| 812 | + version "7.9.6" |
| 813 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
| 814 | + integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
| 815 | + dependencies: |
| 816 | + "@babel/code-frame" "^7.8.3" |
| 817 | + "@babel/generator" "^7.9.6" |
| 818 | + "@babel/helper-function-name" "^7.9.5" |
| 819 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 820 | + "@babel/parser" "^7.9.6" |
| 821 | + "@babel/types" "^7.9.6" |
| 822 | + debug "^4.1.0" |
| 823 | + globals "^11.1.0" |
| 824 | + lodash "^4.17.13" |
| 825 | + |
796 | 826 | "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
797 | 827 | version "7.9.5"
|
798 | 828 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
802 | 832 | lodash "^4.17.13"
|
803 | 833 | to-fast-properties "^2.0.0"
|
804 | 834 |
|
| 835 | +"@babel/types@^7.9.6": |
| 836 | + version "7.9.6" |
| 837 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
| 838 | + integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA== |
| 839 | + dependencies: |
| 840 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 841 | + lodash "^4.17.13" |
| 842 | + to-fast-properties "^2.0.0" |
| 843 | + |
805 | 844 |
|
806 | 845 | version "2.1.4"
|
807 | 846 | resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
|
|
1602 | 1641 | resolved "https://registry.yarnpkg.com/babel-plugin-dev-expression/-/babel-plugin-dev-expression-0.2.2.tgz#c18de18a06150f9480edd151acbb01d2e65e999b"
|
1603 | 1642 | integrity sha512-y32lfBif+c2FIh5dwGfcc/IfX5aw/Bru7Du7W2n17sJE/GJGAsmIk5DPW/8JOoeKpXW5evJfJOvRq5xkiS6vng==
|
1604 | 1643 |
|
1605 |
| -babel-plugin-dynamic-import-node@^2.3.0: |
| 1644 | +babel-plugin-dynamic-import-node@^2.3.3: |
1606 | 1645 | version "2.3.3"
|
1607 | 1646 | resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
|
1608 | 1647 | integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
@@ -1828,7 +1867,7 @@ browser-resolve@^1.11.3:
|
1828 | 1867 | dependencies:
|
1829 | 1868 | resolve "1.1.7"
|
1830 | 1869 |
|
1831 |
| -browserslist@^4.8.5, browserslist@^4.9.1: |
| 1870 | +browserslist@^4.11.1, browserslist@^4.8.5: |
1832 | 1871 | version "4.12.0"
|
1833 | 1872 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
|
1834 | 1873 | integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
|
|
0 commit comments