|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@ampproject/remapping@^2.0.0": |
6 | | - version "2.1.0" |
7 | | - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.0.tgz#72becdf17ee44b2d1ac5651fb12f1952c336fe23" |
8 | | - integrity sha512-d5RysTlJ7hmw5Tw4UxgxcY3lkMe92n8sXCcuLPAyIAHK6j8DefDwtGnVVDgOnv+RnEosulDJ9NPKQL27bDId0g== |
| 5 | +"@ampproject/remapping@^2.1.0": |
| 6 | + version "2.1.1" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.1.tgz#7922fb0817bf3166d8d9e258c57477e3fd1c3610" |
| 8 | + integrity sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA== |
9 | 9 | dependencies: |
10 | 10 | "@jridgewell/trace-mapping" "^0.3.0" |
11 | 11 |
|
|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60" |
39 | 39 | integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q== |
40 | 40 |
|
41 | | -"@babel/core@7.17.2": |
42 | | - version "7.17.2" |
43 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337" |
44 | | - integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw== |
| 41 | +"@babel/core@7.17.4": |
| 42 | + version "7.17.4" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.4.tgz#a22f1ae8999122873b3d18865e98c7a3936b8c8b" |
| 44 | + integrity sha512-R9x5r4t4+hBqZTmioSnkrW+I6NmbojwjGT8p4G2Gw1thWbXIHGDnmGdLdFw0/7ljucdIrNRp7Npgb4CyBYzzJg== |
45 | 45 | dependencies: |
46 | | - "@ampproject/remapping" "^2.0.0" |
| 46 | + "@ampproject/remapping" "^2.1.0" |
47 | 47 | "@babel/code-frame" "^7.16.7" |
48 | | - "@babel/generator" "^7.17.0" |
| 48 | + "@babel/generator" "^7.17.3" |
49 | 49 | "@babel/helper-compilation-targets" "^7.16.7" |
50 | 50 | "@babel/helper-module-transforms" "^7.16.7" |
51 | 51 | "@babel/helpers" "^7.17.2" |
52 | | - "@babel/parser" "^7.17.0" |
| 52 | + "@babel/parser" "^7.17.3" |
53 | 53 | "@babel/template" "^7.16.7" |
54 | | - "@babel/traverse" "^7.17.0" |
| 54 | + "@babel/traverse" "^7.17.3" |
55 | 55 | "@babel/types" "^7.17.0" |
56 | 56 | convert-source-map "^1.7.0" |
57 | 57 | debug "^4.1.0" |
|
116 | 116 | jsesc "^2.5.1" |
117 | 117 | source-map "^0.5.0" |
118 | 118 |
|
| 119 | +"@babel/generator@^7.17.3": |
| 120 | + version "7.17.3" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
| 122 | + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
| 123 | + dependencies: |
| 124 | + "@babel/types" "^7.17.0" |
| 125 | + jsesc "^2.5.1" |
| 126 | + source-map "^0.5.0" |
| 127 | + |
119 | 128 | "@babel/helper-annotate-as-pure@^7.16.0": |
120 | 129 | version "7.16.0" |
121 | 130 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
560 | 569 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
561 | 570 | integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
562 | 571 |
|
| 572 | +"@babel/parser@^7.17.3": |
| 573 | + version "7.17.3" |
| 574 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
| 575 | + integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== |
| 576 | + |
563 | 577 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
564 | 578 | version "7.16.2" |
565 | 579 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183" |
|
1807 | 1821 | debug "^4.1.0" |
1808 | 1822 | globals "^11.1.0" |
1809 | 1823 |
|
| 1824 | +"@babel/traverse@^7.17.3": |
| 1825 | + version "7.17.3" |
| 1826 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
| 1827 | + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
| 1828 | + dependencies: |
| 1829 | + "@babel/code-frame" "^7.16.7" |
| 1830 | + "@babel/generator" "^7.17.3" |
| 1831 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1832 | + "@babel/helper-function-name" "^7.16.7" |
| 1833 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1834 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1835 | + "@babel/parser" "^7.17.3" |
| 1836 | + "@babel/types" "^7.17.0" |
| 1837 | + debug "^4.1.0" |
| 1838 | + globals "^11.1.0" |
| 1839 | + |
1810 | 1840 | "@babel/types@^7.16.0", "@babel/types@^7.4.4": |
1811 | 1841 | version "7.16.0" |
1812 | 1842 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
|
0 commit comments