|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.12.13" |
11 | 11 |
|
12 | | -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.14.0": |
| 12 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15": |
13 | 13 | version "7.14.0" |
14 | 14 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
15 | 15 | integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
|
19 | 19 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.8.tgz" |
20 | 20 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== |
21 | 21 |
|
22 | | -"@babel/core@^7.14.0": |
23 | | - version "7.14.2" |
24 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417" |
25 | | - integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ== |
| 22 | +"@babel/compat-data@^7.14.4": |
| 23 | + version "7.14.4" |
| 24 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 25 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
| 26 | + |
| 27 | +"@babel/core@^7.14.3": |
| 28 | + version "7.14.3" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38" |
| 30 | + integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg== |
26 | 31 | dependencies: |
27 | 32 | "@babel/code-frame" "^7.12.13" |
28 | | - "@babel/generator" "^7.14.2" |
| 33 | + "@babel/generator" "^7.14.3" |
29 | 34 | "@babel/helper-compilation-targets" "^7.13.16" |
30 | 35 | "@babel/helper-module-transforms" "^7.14.2" |
31 | 36 | "@babel/helpers" "^7.14.0" |
32 | | - "@babel/parser" "^7.14.2" |
| 37 | + "@babel/parser" "^7.14.3" |
33 | 38 | "@babel/template" "^7.12.13" |
34 | 39 | "@babel/traverse" "^7.14.2" |
35 | 40 | "@babel/types" "^7.14.2" |
|
58 | 63 | jsesc "^2.5.1" |
59 | 64 | source-map "^0.5.0" |
60 | 65 |
|
| 66 | +"@babel/generator@^7.14.3": |
| 67 | + version "7.14.3" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" |
| 69 | + integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== |
| 70 | + dependencies: |
| 71 | + "@babel/types" "^7.14.2" |
| 72 | + jsesc "^2.5.1" |
| 73 | + source-map "^0.5.0" |
| 74 | + |
61 | 75 | "@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13": |
62 | 76 | version "7.12.13" |
63 | 77 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz" |
|
93 | 107 | browserslist "^4.14.5" |
94 | 108 | semver "^6.3.0" |
95 | 109 |
|
| 110 | +"@babel/helper-compilation-targets@^7.14.4": |
| 111 | + version "7.14.4" |
| 112 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 113 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
| 114 | + dependencies: |
| 115 | + "@babel/compat-data" "^7.14.4" |
| 116 | + "@babel/helper-validator-option" "^7.12.17" |
| 117 | + browserslist "^4.16.6" |
| 118 | + semver "^6.3.0" |
| 119 | + |
96 | 120 | "@babel/helper-create-class-features-plugin@^7.13.0": |
97 | 121 | version "7.13.8" |
98 | 122 | resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz" |
|
116 | 140 | "@babel/helper-replace-supers" "^7.13.12" |
117 | 141 | "@babel/helper-split-export-declaration" "^7.12.13" |
118 | 142 |
|
| 143 | +"@babel/helper-create-class-features-plugin@^7.14.3": |
| 144 | + version "7.14.4" |
| 145 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
| 146 | + integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 147 | + dependencies: |
| 148 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 149 | + "@babel/helper-function-name" "^7.14.2" |
| 150 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 151 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 152 | + "@babel/helper-replace-supers" "^7.14.4" |
| 153 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 154 | + |
119 | 155 | "@babel/helper-create-regexp-features-plugin@^7.12.13": |
120 | 156 | version "7.12.17" |
121 | 157 | resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz" |
|
276 | 312 | "@babel/traverse" "^7.13.0" |
277 | 313 | "@babel/types" "^7.13.12" |
278 | 314 |
|
| 315 | +"@babel/helper-replace-supers@^7.14.4": |
| 316 | + version "7.14.4" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 318 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 319 | + dependencies: |
| 320 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 321 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 322 | + "@babel/traverse" "^7.14.2" |
| 323 | + "@babel/types" "^7.14.4" |
| 324 | + |
279 | 325 | "@babel/helper-simple-access@^7.12.13": |
280 | 326 | version "7.12.13" |
281 | 327 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz" |
|
357 | 403 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746" |
358 | 404 | integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ== |
359 | 405 |
|
| 406 | +"@babel/parser@^7.14.3": |
| 407 | + version "7.14.4" |
| 408 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18" |
| 409 | + integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA== |
| 410 | + |
360 | 411 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
361 | 412 | version "7.13.12" |
362 | 413 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" |
|
383 | 434 | "@babel/helper-create-class-features-plugin" "^7.13.0" |
384 | 435 | "@babel/helper-plugin-utils" "^7.13.0" |
385 | 436 |
|
386 | | -"@babel/plugin-proposal-class-static-block@^7.13.11": |
387 | | - version "7.13.11" |
388 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
389 | | - integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 437 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
| 438 | + version "7.14.3" |
| 439 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" |
| 440 | + integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== |
390 | 441 | dependencies: |
| 442 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
391 | 443 | "@babel/helper-plugin-utils" "^7.13.0" |
392 | 444 | "@babel/plugin-syntax-class-static-block" "^7.12.13" |
393 | 445 |
|
|
439 | 491 | "@babel/helper-plugin-utils" "^7.13.0" |
440 | 492 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
441 | 493 |
|
442 | | -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
443 | | - version "7.14.2" |
444 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
445 | | - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 494 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 495 | + version "7.14.4" |
| 496 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 497 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
446 | 498 | dependencies: |
447 | | - "@babel/compat-data" "^7.14.0" |
448 | | - "@babel/helper-compilation-targets" "^7.13.16" |
| 499 | + "@babel/compat-data" "^7.14.4" |
| 500 | + "@babel/helper-compilation-targets" "^7.14.4" |
449 | 501 | "@babel/helper-plugin-utils" "^7.13.0" |
450 | 502 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
451 | 503 | "@babel/plugin-transform-parameters" "^7.14.2" |
|
628 | 680 | dependencies: |
629 | 681 | "@babel/helper-plugin-utils" "^7.12.13" |
630 | 682 |
|
631 | | -"@babel/plugin-transform-block-scoping@^7.14.2": |
632 | | - version "7.14.2" |
633 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
634 | | - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 683 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 684 | + version "7.14.4" |
| 685 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 686 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
635 | 687 | dependencies: |
636 | 688 | "@babel/helper-plugin-utils" "^7.13.0" |
637 | 689 |
|
638 | | -"@babel/plugin-transform-classes@^7.14.2": |
639 | | - version "7.14.2" |
640 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
641 | | - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 690 | +"@babel/plugin-transform-classes@^7.14.4": |
| 691 | + version "7.14.4" |
| 692 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 693 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
642 | 694 | dependencies: |
643 | 695 | "@babel/helper-annotate-as-pure" "^7.12.13" |
644 | 696 | "@babel/helper-function-name" "^7.14.2" |
645 | 697 | "@babel/helper-optimise-call-expression" "^7.12.13" |
646 | 698 | "@babel/helper-plugin-utils" "^7.13.0" |
647 | | - "@babel/helper-replace-supers" "^7.13.12" |
| 699 | + "@babel/helper-replace-supers" "^7.14.4" |
648 | 700 | "@babel/helper-split-export-declaration" "^7.12.13" |
649 | 701 | globals "^11.1.0" |
650 | 702 |
|
|
655 | 707 | dependencies: |
656 | 708 | "@babel/helper-plugin-utils" "^7.13.0" |
657 | 709 |
|
658 | | -"@babel/plugin-transform-destructuring@^7.13.17": |
659 | | - version "7.13.17" |
660 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
661 | | - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 710 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 711 | + version "7.14.4" |
| 712 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 713 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
662 | 714 | dependencies: |
663 | 715 | "@babel/helper-plugin-utils" "^7.13.0" |
664 | 716 |
|
|
831 | 883 | "@babel/plugin-syntax-jsx" "^7.12.13" |
832 | 884 | "@babel/types" "^7.13.12" |
833 | 885 |
|
| 886 | +"@babel/plugin-transform-react-jsx@^7.14.3": |
| 887 | + version "7.14.3" |
| 888 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz#0e26597805cf0862da735f264550933c38babb66" |
| 889 | + integrity sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw== |
| 890 | + dependencies: |
| 891 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 892 | + "@babel/helper-module-imports" "^7.13.12" |
| 893 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 894 | + "@babel/plugin-syntax-jsx" "^7.12.13" |
| 895 | + "@babel/types" "^7.14.2" |
| 896 | + |
834 | 897 | "@babel/plugin-transform-react-pure-annotations@^7.12.1": |
835 | 898 | version "7.12.1" |
836 | 899 | resolved "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz" |
|
853 | 916 | dependencies: |
854 | 917 | "@babel/helper-plugin-utils" "^7.12.13" |
855 | 918 |
|
856 | | -"@babel/plugin-transform-runtime@^7.13.15": |
857 | | - version "7.14.2" |
858 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.2.tgz#4e24389bd680dd94ea1b871465d00112ae974425" |
859 | | - integrity sha512-LyA2AiPkaYzI7G5e2YI4NCasTfFe7mZvlupNprDOB7CdNUHb2DQC4uV6oeZ0396gOcicUzUCh0MShL6wiUgk+Q== |
| 919 | +"@babel/plugin-transform-runtime@^7.14.3": |
| 920 | + version "7.14.3" |
| 921 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.3.tgz#1fd885a2d0de1d3c223795a4e9be72c2db4515cf" |
| 922 | + integrity sha512-t960xbi8wpTFE623ef7sd+UpEC5T6EEguQlTBJDEO05+XwnIWVfuqLw/vdLWY6IdFmtZE+65CZAfByT39zRpkg== |
860 | 923 | dependencies: |
861 | 924 | "@babel/helper-module-imports" "^7.13.12" |
862 | 925 | "@babel/helper-plugin-utils" "^7.13.0" |
|
925 | 988 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
926 | 989 | "@babel/helper-plugin-utils" "^7.12.13" |
927 | 990 |
|
928 | | -"@babel/preset-env@^7.14.1": |
929 | | - version "7.14.2" |
930 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
931 | | - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 991 | +"@babel/preset-env@^7.14.2": |
| 992 | + version "7.14.4" |
| 993 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 994 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
932 | 995 | dependencies: |
933 | | - "@babel/compat-data" "^7.14.0" |
934 | | - "@babel/helper-compilation-targets" "^7.13.16" |
| 996 | + "@babel/compat-data" "^7.14.4" |
| 997 | + "@babel/helper-compilation-targets" "^7.14.4" |
935 | 998 | "@babel/helper-plugin-utils" "^7.13.0" |
936 | 999 | "@babel/helper-validator-option" "^7.12.17" |
937 | 1000 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" |
938 | 1001 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2" |
939 | 1002 | "@babel/plugin-proposal-class-properties" "^7.13.0" |
940 | | - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 1003 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
941 | 1004 | "@babel/plugin-proposal-dynamic-import" "^7.14.2" |
942 | 1005 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2" |
943 | 1006 | "@babel/plugin-proposal-json-strings" "^7.14.2" |
944 | 1007 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2" |
945 | 1008 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2" |
946 | 1009 | "@babel/plugin-proposal-numeric-separator" "^7.14.2" |
947 | | - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 1010 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
948 | 1011 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2" |
949 | 1012 | "@babel/plugin-proposal-optional-chaining" "^7.14.2" |
950 | 1013 | "@babel/plugin-proposal-private-methods" "^7.13.0" |
|
967 | 1030 | "@babel/plugin-transform-arrow-functions" "^7.13.0" |
968 | 1031 | "@babel/plugin-transform-async-to-generator" "^7.13.0" |
969 | 1032 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
970 | | - "@babel/plugin-transform-block-scoping" "^7.14.2" |
971 | | - "@babel/plugin-transform-classes" "^7.14.2" |
| 1033 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1034 | + "@babel/plugin-transform-classes" "^7.14.4" |
972 | 1035 | "@babel/plugin-transform-computed-properties" "^7.13.0" |
973 | | - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1036 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
974 | 1037 | "@babel/plugin-transform-dotall-regex" "^7.12.13" |
975 | 1038 | "@babel/plugin-transform-duplicate-keys" "^7.12.13" |
976 | 1039 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13" |
|
997 | 1060 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
998 | 1061 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
999 | 1062 | "@babel/preset-modules" "^0.1.4" |
1000 | | - "@babel/types" "^7.14.2" |
| 1063 | + "@babel/types" "^7.14.4" |
1001 | 1064 | babel-plugin-polyfill-corejs2 "^0.2.0" |
1002 | 1065 | babel-plugin-polyfill-corejs3 "^0.2.0" |
1003 | 1066 | babel-plugin-polyfill-regenerator "^0.2.0" |
|
1105 | 1168 | "@babel/helper-validator-identifier" "^7.14.0" |
1106 | 1169 | to-fast-properties "^2.0.0" |
1107 | 1170 |
|
| 1171 | +"@babel/types@^7.14.4": |
| 1172 | + version "7.14.4" |
| 1173 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1174 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1175 | + dependencies: |
| 1176 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1177 | + to-fast-properties "^2.0.0" |
| 1178 | + |
1108 | 1179 | "@discoveryjs/json-ext@^0.5.0": |
1109 | 1180 | version "0.5.2" |
1110 | 1181 | resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz" |
@@ -2350,24 +2421,24 @@ flarum-tsconfig@^0.1.0-beta.16.1: |
2350 | 2421 | resolved "https://registry.yarnpkg.com/flarum-tsconfig/-/flarum-tsconfig-0.1.0-beta.16.1.tgz#a5bc5383c5a584005adb90f13be950fc1d84fc20" |
2351 | 2422 | integrity sha512-LXepwNswwgv+96Tm5WtldZR7nYD8CS/DVawRVN4PaSYES5qfAiQDaBJm4RYFXNcmu2DEQbhx8VejJe0gdCx0Rg== |
2352 | 2423 |
|
2353 | | -flarum-webpack-config@0.1.0-beta.16.2: |
2354 | | - version "0.1.0-beta.16.2" |
2355 | | - resolved "https://registry.yarnpkg.com/flarum-webpack-config/-/flarum-webpack-config-0.1.0-beta.16.2.tgz#85a0bd15e9bf1dd98b89672db0eb9656f42d7a4c" |
2356 | | - integrity sha512-S8jdRB4ApKdIF+fU7l1DIbwjmlXI10WINhaNklhHLaWDo/fUfZwtjg91QW5obEgCCua6VrP8te9+26AGArM+mg== |
| 2424 | + |
| 2425 | + version "1.0.0" |
| 2426 | + resolved "https://registry.yarnpkg.com/flarum-webpack-config/-/flarum-webpack-config-1.0.0.tgz#daf76829d1a71d1af61b5ab6c98e6c61aa6f1b1a" |
| 2427 | + integrity sha512-T+olIRaIVetPJMP8xlbMnp7tzT/d/ZWI6Mr7twRBdsKbKO7dpKS2+fjnKL6QqNYgOLElT/TWrRSbTp7EiL1yXA== |
2357 | 2428 | dependencies: |
2358 | | - "@babel/core" "^7.14.0" |
| 2429 | + "@babel/core" "^7.14.3" |
2359 | 2430 | "@babel/plugin-proposal-class-properties" "^7.13.0" |
2360 | 2431 | "@babel/plugin-proposal-private-methods" "^7.13.0" |
2361 | 2432 | "@babel/plugin-transform-object-assign" "^7.12.13" |
2362 | | - "@babel/plugin-transform-react-jsx" "^7.13.12" |
2363 | | - "@babel/plugin-transform-runtime" "^7.13.15" |
2364 | | - "@babel/preset-env" "^7.14.1" |
| 2433 | + "@babel/plugin-transform-react-jsx" "^7.14.3" |
| 2434 | + "@babel/plugin-transform-runtime" "^7.14.3" |
| 2435 | + "@babel/preset-env" "^7.14.2" |
2365 | 2436 | "@babel/preset-react" "^7.13.13" |
2366 | 2437 | "@babel/preset-typescript" "^7.13.0" |
2367 | 2438 | "@babel/runtime" "^7.14.0" |
2368 | 2439 | babel-loader "^8.2.2" |
2369 | | - typescript "^4.2.4" |
2370 | | - webpack-bundle-analyzer "^4.4.1" |
| 2440 | + typescript "^4.3.2" |
| 2441 | + webpack-bundle-analyzer "^4.4.2" |
2371 | 2442 |
|
2372 | 2443 | flarum@^0.1.0-beta.16: |
2373 | 2444 | version "0.1.0-beta.16" |
@@ -4018,10 +4089,10 @@ typedarray@^0.0.6: |
4018 | 4089 | resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" |
4019 | 4090 | integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= |
4020 | 4091 |
|
4021 | | -typescript@^4.2.4: |
4022 | | - version "4.2.4" |
4023 | | - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" |
4024 | | - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== |
| 4092 | +typescript@^4.3.2: |
| 4093 | + version "4.3.2" |
| 4094 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" |
| 4095 | + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== |
4025 | 4096 |
|
4026 | 4097 | unicode-canonical-property-names-ecmascript@^1.0.4: |
4027 | 4098 | version "1.0.4" |
@@ -4155,7 +4226,7 @@ watchpack@^1.7.4: |
4155 | 4226 | chokidar "^3.4.1" |
4156 | 4227 | watchpack-chokidar2 "^2.0.1" |
4157 | 4228 |
|
4158 | | -webpack-bundle-analyzer@^4.4.1: |
| 4229 | +webpack-bundle-analyzer@^4.4.2: |
4159 | 4230 | version "4.4.2" |
4160 | 4231 | resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.2.tgz#39898cf6200178240910d629705f0f3493f7d666" |
4161 | 4232 | integrity sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ== |
|
0 commit comments