|
41 | 41 | semver "7.0.0"
|
42 | 42 | source-map "^0.5.0"
|
43 | 43 |
|
44 |
| -"@babel/core@^7.13.8": |
45 |
| - version "7.13.8" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb" |
47 |
| - integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== |
| 44 | +"@babel/core@^7.13.10": |
| 45 | + version "7.13.10" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559" |
| 47 | + integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== |
48 | 48 | dependencies:
|
49 | 49 | "@babel/code-frame" "^7.12.13"
|
50 |
| - "@babel/generator" "^7.13.0" |
51 |
| - "@babel/helper-compilation-targets" "^7.13.8" |
| 50 | + "@babel/generator" "^7.13.9" |
| 51 | + "@babel/helper-compilation-targets" "^7.13.10" |
52 | 52 | "@babel/helper-module-transforms" "^7.13.0"
|
53 |
| - "@babel/helpers" "^7.13.0" |
54 |
| - "@babel/parser" "^7.13.4" |
| 53 | + "@babel/helpers" "^7.13.10" |
| 54 | + "@babel/parser" "^7.13.10" |
55 | 55 | "@babel/template" "^7.12.13"
|
56 | 56 | "@babel/traverse" "^7.13.0"
|
57 | 57 | "@babel/types" "^7.13.0"
|
|
72 | 72 | jsesc "^2.5.1"
|
73 | 73 | source-map "^0.5.0"
|
74 | 74 |
|
| 75 | +"@babel/generator@^7.13.9": |
| 76 | + version "7.13.9" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
| 78 | + integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
| 79 | + dependencies: |
| 80 | + "@babel/types" "^7.13.0" |
| 81 | + jsesc "^2.5.1" |
| 82 | + source-map "^0.5.0" |
| 83 | + |
75 | 84 | "@babel/helper-annotate-as-pure@^7.12.13":
|
76 | 85 | version "7.12.13"
|
77 | 86 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
97 | 106 | browserslist "^4.14.5"
|
98 | 107 | semver "7.0.0"
|
99 | 108 |
|
| 109 | +"@babel/helper-compilation-targets@^7.13.10": |
| 110 | + version "7.13.10" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c" |
| 112 | + integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== |
| 113 | + dependencies: |
| 114 | + "@babel/compat-data" "^7.13.8" |
| 115 | + "@babel/helper-validator-option" "^7.12.17" |
| 116 | + browserslist "^4.14.5" |
| 117 | + semver "^6.3.0" |
| 118 | + |
100 | 119 | "@babel/helper-compilation-targets@^7.13.8":
|
101 | 120 | version "7.13.8"
|
102 | 121 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
|
|
281 | 300 | "@babel/traverse" "^7.13.0"
|
282 | 301 | "@babel/types" "^7.13.0"
|
283 | 302 |
|
| 303 | +"@babel/helpers@^7.13.10": |
| 304 | + version "7.13.10" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
| 306 | + integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
| 307 | + dependencies: |
| 308 | + "@babel/template" "^7.12.13" |
| 309 | + "@babel/traverse" "^7.13.0" |
| 310 | + "@babel/types" "^7.13.0" |
| 311 | + |
284 | 312 | "@babel/highlight@^7.12.13":
|
285 | 313 | version "7.12.13"
|
286 | 314 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
|
|
290 | 318 | chalk "^2.0.0"
|
291 | 319 | js-tokens "^4.0.0"
|
292 | 320 |
|
293 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4": |
| 321 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0": |
294 | 322 | version "7.13.4"
|
295 | 323 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
|
296 | 324 | integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
|
297 | 325 |
|
298 |
| -"@babel/parser@^7.13.9": |
299 |
| - version "7.13.9" |
300 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99" |
301 |
| - integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw== |
| 326 | +"@babel/parser@^7.13.10": |
| 327 | + version "7.13.10" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409" |
| 329 | + integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ== |
302 | 330 |
|
303 | 331 | "@babel/plugin-proposal-async-generator-functions@^7.13.8":
|
304 | 332 | version "7.13.8"
|
|
704 | 732 | dependencies:
|
705 | 733 | "@babel/helper-plugin-utils" "^7.12.13"
|
706 | 734 |
|
707 |
| -"@babel/plugin-transform-runtime@^7.13.9": |
708 |
| - version "7.13.9" |
709 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.9.tgz#744d3103338a0d6c90dee0497558150b490cee07" |
710 |
| - integrity sha512-XCxkY/wBI6M6Jj2mlWxkmqbKPweRanszWbF3Tyut+hKh+PHcuIH/rSr/7lmmE7C3WW+HSIm2GT+d5jwmheuB0g== |
| 735 | +"@babel/plugin-transform-runtime@^7.13.10": |
| 736 | + version "7.13.10" |
| 737 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.10.tgz#a1e40d22e2bf570c591c9c7e5ab42d6bf1e419e1" |
| 738 | + integrity sha512-Y5k8ipgfvz5d/76tx7JYbKQTcgFSU6VgJ3kKQv4zGTKr+a9T/KBvfRvGtSFgKDQGt/DBykQixV0vNWKIdzWErA== |
711 | 739 | dependencies:
|
712 | 740 | "@babel/helper-module-imports" "^7.12.13"
|
713 | 741 | "@babel/helper-plugin-utils" "^7.13.0"
|
|
767 | 795 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
768 | 796 | "@babel/helper-plugin-utils" "^7.12.13"
|
769 | 797 |
|
770 |
| -"@babel/preset-env@^7.13.9": |
771 |
| - version "7.13.9" |
772 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654" |
773 |
| - integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ== |
| 798 | +"@babel/preset-env@^7.13.10": |
| 799 | + version "7.13.10" |
| 800 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252" |
| 801 | + integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ== |
774 | 802 | dependencies:
|
775 | 803 | "@babel/compat-data" "^7.13.8"
|
776 |
| - "@babel/helper-compilation-targets" "^7.13.8" |
| 804 | + "@babel/helper-compilation-targets" "^7.13.10" |
777 | 805 | "@babel/helper-plugin-utils" "^7.13.0"
|
778 | 806 | "@babel/helper-validator-option" "^7.12.17"
|
779 | 807 | "@babel/plugin-proposal-async-generator-functions" "^7.13.8"
|
|
0 commit comments