|
21 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab" |
22 | 22 | integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw== |
23 | 23 |
|
24 | | -"@babel/core@7.18.0": |
25 | | - version "7.18.0" |
26 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756" |
27 | | - integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw== |
| 24 | +"@babel/core@7.18.2": |
| 25 | + version "7.18.2" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876" |
| 27 | + integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ== |
28 | 28 | dependencies: |
29 | 29 | "@ampproject/remapping" "^2.1.0" |
30 | 30 | "@babel/code-frame" "^7.16.7" |
31 | | - "@babel/generator" "^7.18.0" |
32 | | - "@babel/helper-compilation-targets" "^7.17.10" |
| 31 | + "@babel/generator" "^7.18.2" |
| 32 | + "@babel/helper-compilation-targets" "^7.18.2" |
33 | 33 | "@babel/helper-module-transforms" "^7.18.0" |
34 | | - "@babel/helpers" "^7.18.0" |
| 34 | + "@babel/helpers" "^7.18.2" |
35 | 35 | "@babel/parser" "^7.18.0" |
36 | 36 | "@babel/template" "^7.16.7" |
37 | | - "@babel/traverse" "^7.18.0" |
38 | | - "@babel/types" "^7.18.0" |
| 37 | + "@babel/traverse" "^7.18.2" |
| 38 | + "@babel/types" "^7.18.2" |
39 | 39 | convert-source-map "^1.7.0" |
40 | 40 | debug "^4.1.0" |
41 | 41 | gensync "^1.0.0-beta.2" |
42 | 42 | json5 "^2.2.1" |
43 | 43 | semver "^6.3.0" |
44 | 44 |
|
45 | | -"@babel/eslint-parser@7.17.0": |
46 | | - version "7.17.0" |
47 | | - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz#eabb24ad9f0afa80e5849f8240d0e5facc2d90d6" |
48 | | - integrity sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA== |
| 45 | +"@babel/eslint-parser@7.18.2": |
| 46 | + version "7.18.2" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245" |
| 48 | + integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A== |
49 | 49 | dependencies: |
50 | 50 | eslint-scope "^5.1.1" |
51 | 51 | eslint-visitor-keys "^2.1.0" |
52 | 52 | semver "^6.3.0" |
53 | 53 |
|
54 | | -"@babel/generator@^7.18.0": |
55 | | - version "7.18.0" |
56 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f" |
57 | | - integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg== |
| 54 | +"@babel/generator@^7.18.2": |
| 55 | + version "7.18.2" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d" |
| 57 | + integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw== |
58 | 58 | dependencies: |
59 | | - "@babel/types" "^7.18.0" |
| 59 | + "@babel/types" "^7.18.2" |
60 | 60 | "@jridgewell/gen-mapping" "^0.3.0" |
61 | 61 | jsesc "^2.5.1" |
62 | 62 |
|
|
75 | 75 | "@babel/helper-explode-assignable-expression" "^7.16.7" |
76 | 76 | "@babel/types" "^7.16.7" |
77 | 77 |
|
78 | | -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10": |
79 | | - version "7.17.10" |
80 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe" |
81 | | - integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ== |
| 78 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2": |
| 79 | + version "7.18.2" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b" |
| 81 | + integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ== |
82 | 82 | dependencies: |
83 | 83 | "@babel/compat-data" "^7.17.10" |
84 | 84 | "@babel/helper-validator-option" "^7.16.7" |
|
120 | 120 | resolve "^1.14.2" |
121 | 121 | semver "^6.1.2" |
122 | 122 |
|
123 | | -"@babel/helper-environment-visitor@^7.16.7": |
124 | | - version "7.16.7" |
125 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" |
126 | | - integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== |
127 | | - dependencies: |
128 | | - "@babel/types" "^7.16.7" |
| 123 | +"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2": |
| 124 | + version "7.18.2" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd" |
| 126 | + integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ== |
129 | 127 |
|
130 | 128 | "@babel/helper-explode-assignable-expression@^7.16.7": |
131 | 129 | version "7.16.7" |
|
209 | 207 | "@babel/traverse" "^7.16.7" |
210 | 208 | "@babel/types" "^7.16.7" |
211 | 209 |
|
212 | | -"@babel/helper-simple-access@^7.17.7": |
213 | | - version "7.17.7" |
214 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" |
215 | | - integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== |
| 210 | +"@babel/helper-simple-access@^7.17.7", "@babel/helper-simple-access@^7.18.2": |
| 211 | + version "7.18.2" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9" |
| 213 | + integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ== |
216 | 214 | dependencies: |
217 | | - "@babel/types" "^7.17.0" |
| 215 | + "@babel/types" "^7.18.2" |
218 | 216 |
|
219 | 217 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0": |
220 | 218 | version "7.16.0" |
|
250 | 248 | "@babel/traverse" "^7.16.8" |
251 | 249 | "@babel/types" "^7.16.8" |
252 | 250 |
|
253 | | -"@babel/helpers@^7.18.0": |
254 | | - version "7.18.0" |
255 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370" |
256 | | - integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg== |
| 251 | +"@babel/helpers@^7.18.2": |
| 252 | + version "7.18.2" |
| 253 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384" |
| 254 | + integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg== |
257 | 255 | dependencies: |
258 | 256 | "@babel/template" "^7.16.7" |
259 | | - "@babel/traverse" "^7.18.0" |
260 | | - "@babel/types" "^7.18.0" |
| 257 | + "@babel/traverse" "^7.18.2" |
| 258 | + "@babel/types" "^7.18.2" |
261 | 259 |
|
262 | 260 | "@babel/highlight@^7.16.7": |
263 | 261 | version "7.16.10" |
|
617 | 615 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" |
618 | 616 | "@babel/helper-plugin-utils" "^7.16.7" |
619 | 617 |
|
620 | | -"@babel/plugin-transform-for-of@^7.17.12": |
621 | | - version "7.17.12" |
622 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.17.12.tgz#5397c22554ec737a27918e7e7e0e7b679b05f5ec" |
623 | | - integrity sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg== |
| 618 | +"@babel/plugin-transform-for-of@^7.18.1": |
| 619 | + version "7.18.1" |
| 620 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036" |
| 621 | + integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg== |
624 | 622 | dependencies: |
625 | 623 | "@babel/helper-plugin-utils" "^7.17.12" |
626 | 624 |
|
|
656 | 654 | "@babel/helper-plugin-utils" "^7.17.12" |
657 | 655 | babel-plugin-dynamic-import-node "^2.3.3" |
658 | 656 |
|
659 | | -"@babel/plugin-transform-modules-commonjs@^7.18.0": |
660 | | - version "7.18.0" |
661 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db" |
662 | | - integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw== |
| 657 | +"@babel/plugin-transform-modules-commonjs@^7.18.2": |
| 658 | + version "7.18.2" |
| 659 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e" |
| 660 | + integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ== |
663 | 661 | dependencies: |
664 | 662 | "@babel/helper-module-transforms" "^7.18.0" |
665 | 663 | "@babel/helper-plugin-utils" "^7.17.12" |
666 | | - "@babel/helper-simple-access" "^7.17.7" |
| 664 | + "@babel/helper-simple-access" "^7.18.2" |
667 | 665 | babel-plugin-dynamic-import-node "^2.3.3" |
668 | 666 |
|
669 | 667 | "@babel/plugin-transform-modules-systemjs@^7.18.0": |
|
792 | 790 | dependencies: |
793 | 791 | "@babel/helper-plugin-utils" "^7.16.7" |
794 | 792 |
|
795 | | -"@babel/plugin-transform-template-literals@^7.17.12": |
796 | | - version "7.17.12" |
797 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e" |
798 | | - integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw== |
| 793 | +"@babel/plugin-transform-template-literals@^7.18.2": |
| 794 | + version "7.18.2" |
| 795 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28" |
| 796 | + integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g== |
799 | 797 | dependencies: |
800 | 798 | "@babel/helper-plugin-utils" "^7.17.12" |
801 | 799 |
|
|
830 | 828 | "@babel/helper-create-regexp-features-plugin" "^7.16.7" |
831 | 829 | "@babel/helper-plugin-utils" "^7.16.7" |
832 | 830 |
|
833 | | -"@babel/preset-env@7.18.0": |
834 | | - version "7.18.0" |
835 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d" |
836 | | - integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA== |
| 831 | +"@babel/preset-env@7.18.2": |
| 832 | + version "7.18.2" |
| 833 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a" |
| 834 | + integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q== |
837 | 835 | dependencies: |
838 | 836 | "@babel/compat-data" "^7.17.10" |
839 | | - "@babel/helper-compilation-targets" "^7.17.10" |
| 837 | + "@babel/helper-compilation-targets" "^7.18.2" |
840 | 838 | "@babel/helper-plugin-utils" "^7.17.12" |
841 | 839 | "@babel/helper-validator-option" "^7.16.7" |
842 | 840 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12" |
|
881 | 879 | "@babel/plugin-transform-dotall-regex" "^7.16.7" |
882 | 880 | "@babel/plugin-transform-duplicate-keys" "^7.17.12" |
883 | 881 | "@babel/plugin-transform-exponentiation-operator" "^7.16.7" |
884 | | - "@babel/plugin-transform-for-of" "^7.17.12" |
| 882 | + "@babel/plugin-transform-for-of" "^7.18.1" |
885 | 883 | "@babel/plugin-transform-function-name" "^7.16.7" |
886 | 884 | "@babel/plugin-transform-literals" "^7.17.12" |
887 | 885 | "@babel/plugin-transform-member-expression-literals" "^7.16.7" |
888 | 886 | "@babel/plugin-transform-modules-amd" "^7.18.0" |
889 | | - "@babel/plugin-transform-modules-commonjs" "^7.18.0" |
| 887 | + "@babel/plugin-transform-modules-commonjs" "^7.18.2" |
890 | 888 | "@babel/plugin-transform-modules-systemjs" "^7.18.0" |
891 | 889 | "@babel/plugin-transform-modules-umd" "^7.18.0" |
892 | 890 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12" |
|
899 | 897 | "@babel/plugin-transform-shorthand-properties" "^7.16.7" |
900 | 898 | "@babel/plugin-transform-spread" "^7.17.12" |
901 | 899 | "@babel/plugin-transform-sticky-regex" "^7.16.7" |
902 | | - "@babel/plugin-transform-template-literals" "^7.17.12" |
| 900 | + "@babel/plugin-transform-template-literals" "^7.18.2" |
903 | 901 | "@babel/plugin-transform-typeof-symbol" "^7.17.12" |
904 | 902 | "@babel/plugin-transform-unicode-escapes" "^7.16.7" |
905 | 903 | "@babel/plugin-transform-unicode-regex" "^7.16.7" |
906 | 904 | "@babel/preset-modules" "^0.1.5" |
907 | | - "@babel/types" "^7.18.0" |
| 905 | + "@babel/types" "^7.18.2" |
908 | 906 | babel-plugin-polyfill-corejs2 "^0.3.0" |
909 | 907 | babel-plugin-polyfill-corejs3 "^0.5.0" |
910 | 908 | babel-plugin-polyfill-regenerator "^0.3.0" |
|
959 | 957 | "@babel/parser" "^7.16.7" |
960 | 958 | "@babel/types" "^7.16.7" |
961 | 959 |
|
962 | | -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0": |
963 | | - version "7.18.0" |
964 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba" |
965 | | - integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw== |
| 960 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2": |
| 961 | + version "7.18.2" |
| 962 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8" |
| 963 | + integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA== |
966 | 964 | dependencies: |
967 | 965 | "@babel/code-frame" "^7.16.7" |
968 | | - "@babel/generator" "^7.18.0" |
969 | | - "@babel/helper-environment-visitor" "^7.16.7" |
| 966 | + "@babel/generator" "^7.18.2" |
| 967 | + "@babel/helper-environment-visitor" "^7.18.2" |
970 | 968 | "@babel/helper-function-name" "^7.17.9" |
971 | 969 | "@babel/helper-hoist-variables" "^7.16.7" |
972 | 970 | "@babel/helper-split-export-declaration" "^7.16.7" |
973 | 971 | "@babel/parser" "^7.18.0" |
974 | | - "@babel/types" "^7.18.0" |
| 972 | + "@babel/types" "^7.18.2" |
975 | 973 | debug "^4.1.0" |
976 | 974 | globals "^11.1.0" |
977 | 975 |
|
978 | | -"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.4.4": |
979 | | - version "7.18.0" |
980 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553" |
981 | | - integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw== |
| 976 | +"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.4.4": |
| 977 | + version "7.18.2" |
| 978 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.2.tgz#191abfed79ebe6f4242f643a9a5cbaa36b10b091" |
| 979 | + integrity sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q== |
982 | 980 | dependencies: |
983 | 981 | "@babel/helper-validator-identifier" "^7.16.7" |
984 | 982 | to-fast-properties "^2.0.0" |
|
0 commit comments