|
46 | 46 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
|
47 | 47 | integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
|
48 | 48 |
|
49 |
| -"@babel/[email protected].0", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
50 |
| - version "7.14.0" |
51 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88" |
52 |
| - integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw== |
| 49 | +"@babel/[email protected].2", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 50 | + version "7.14.2" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417" |
| 52 | + integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ== |
53 | 53 | dependencies:
|
54 | 54 | "@babel/code-frame" "^7.12.13"
|
55 |
| - "@babel/generator" "^7.14.0" |
| 55 | + "@babel/generator" "^7.14.2" |
56 | 56 | "@babel/helper-compilation-targets" "^7.13.16"
|
57 |
| - "@babel/helper-module-transforms" "^7.14.0" |
| 57 | + "@babel/helper-module-transforms" "^7.14.2" |
58 | 58 | "@babel/helpers" "^7.14.0"
|
59 |
| - "@babel/parser" "^7.14.0" |
| 59 | + "@babel/parser" "^7.14.2" |
60 | 60 | "@babel/template" "^7.12.13"
|
61 |
| - "@babel/traverse" "^7.14.0" |
62 |
| - "@babel/types" "^7.14.0" |
| 61 | + "@babel/traverse" "^7.14.2" |
| 62 | + "@babel/types" "^7.14.2" |
63 | 63 | convert-source-map "^1.7.0"
|
64 | 64 | debug "^4.1.0"
|
65 | 65 | gensync "^1.0.0-beta.2"
|
66 | 66 | json5 "^2.1.2"
|
67 | 67 | semver "^6.3.0"
|
68 | 68 | source-map "^0.5.0"
|
69 | 69 |
|
70 |
| -"@babel/generator@^7.14.0": |
71 |
| - version "7.14.0" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be" |
73 |
| - integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg== |
| 70 | +"@babel/generator@^7.14.2": |
| 71 | + version "7.14.2" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.2.tgz#d5773e8b557d421fd6ce0d5efa5fd7fc22567c30" |
| 73 | + integrity sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ== |
74 | 74 | dependencies:
|
75 |
| - "@babel/types" "^7.14.0" |
| 75 | + "@babel/types" "^7.14.2" |
76 | 76 | jsesc "^2.5.1"
|
77 | 77 | source-map "^0.5.0"
|
78 | 78 |
|
|
162 | 162 | "@babel/template" "^7.12.13"
|
163 | 163 | "@babel/types" "^7.12.13"
|
164 | 164 |
|
| 165 | +"@babel/helper-function-name@^7.14.2": |
| 166 | + version "7.14.2" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" |
| 168 | + integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== |
| 169 | + dependencies: |
| 170 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 171 | + "@babel/template" "^7.12.13" |
| 172 | + "@babel/types" "^7.14.2" |
| 173 | + |
165 | 174 | "@babel/helper-get-function-arity@^7.12.13":
|
166 | 175 | version "7.12.13"
|
167 | 176 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
|
|
191 | 200 | dependencies:
|
192 | 201 | "@babel/types" "^7.13.12"
|
193 | 202 |
|
194 |
| -"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0": |
195 |
| - version "7.14.0" |
196 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad" |
197 |
| - integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw== |
| 203 | +"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2": |
| 204 | + version "7.14.2" |
| 205 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5" |
| 206 | + integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA== |
198 | 207 | dependencies:
|
199 | 208 | "@babel/helper-module-imports" "^7.13.12"
|
200 | 209 | "@babel/helper-replace-supers" "^7.13.12"
|
201 | 210 | "@babel/helper-simple-access" "^7.13.12"
|
202 | 211 | "@babel/helper-split-export-declaration" "^7.12.13"
|
203 | 212 | "@babel/helper-validator-identifier" "^7.14.0"
|
204 | 213 | "@babel/template" "^7.12.13"
|
205 |
| - "@babel/traverse" "^7.14.0" |
206 |
| - "@babel/types" "^7.14.0" |
| 214 | + "@babel/traverse" "^7.14.2" |
| 215 | + "@babel/types" "^7.14.2" |
207 | 216 |
|
208 | 217 | "@babel/helper-optimise-call-expression@^7.12.13":
|
209 | 218 | version "7.12.13"
|
|
300 | 309 | chalk "^2.0.0"
|
301 | 310 | js-tokens "^4.0.0"
|
302 | 311 |
|
303 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0": |
304 |
| - version "7.14.0" |
305 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380" |
306 |
| - integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q== |
| 312 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2": |
| 313 | + version "7.14.2" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746" |
| 315 | + integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ== |
307 | 316 |
|
308 | 317 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
309 | 318 | version "7.13.12"
|
|
932 | 941 | "@babel/parser" "^7.12.13"
|
933 | 942 | "@babel/types" "^7.12.13"
|
934 | 943 |
|
935 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0": |
936 |
| - version "7.14.0" |
937 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef" |
938 |
| - integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA== |
| 944 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2": |
| 945 | + version "7.14.2" |
| 946 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
| 947 | + integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== |
939 | 948 | dependencies:
|
940 | 949 | "@babel/code-frame" "^7.12.13"
|
941 |
| - "@babel/generator" "^7.14.0" |
942 |
| - "@babel/helper-function-name" "^7.12.13" |
| 950 | + "@babel/generator" "^7.14.2" |
| 951 | + "@babel/helper-function-name" "^7.14.2" |
943 | 952 | "@babel/helper-split-export-declaration" "^7.12.13"
|
944 |
| - "@babel/parser" "^7.14.0" |
945 |
| - "@babel/types" "^7.14.0" |
| 953 | + "@babel/parser" "^7.14.2" |
| 954 | + "@babel/types" "^7.14.2" |
946 | 955 | debug "^4.1.0"
|
947 | 956 | globals "^11.1.0"
|
948 | 957 |
|
949 |
| -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
950 |
| - version "7.14.1" |
951 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db" |
952 |
| - integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA== |
| 958 | +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 959 | + version "7.14.2" |
| 960 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3" |
| 961 | + integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw== |
953 | 962 | dependencies:
|
954 | 963 | "@babel/helper-validator-identifier" "^7.14.0"
|
955 | 964 | to-fast-properties "^2.0.0"
|
|
0 commit comments