|
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 |
|
|
33 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
|
34 | 34 | integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
|
35 | 35 |
|
36 |
| -"@babel/core@7.17.2": |
37 |
| - version "7.17.2" |
38 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337" |
39 |
| - integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw== |
| 36 | +"@babel/core@7.17.4": |
| 37 | + version "7.17.4" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.4.tgz#a22f1ae8999122873b3d18865e98c7a3936b8c8b" |
| 39 | + integrity sha512-R9x5r4t4+hBqZTmioSnkrW+I6NmbojwjGT8p4G2Gw1thWbXIHGDnmGdLdFw0/7ljucdIrNRp7Npgb4CyBYzzJg== |
40 | 40 | dependencies:
|
41 |
| - "@ampproject/remapping" "^2.0.0" |
| 41 | + "@ampproject/remapping" "^2.1.0" |
42 | 42 | "@babel/code-frame" "^7.16.7"
|
43 |
| - "@babel/generator" "^7.17.0" |
| 43 | + "@babel/generator" "^7.17.3" |
44 | 44 | "@babel/helper-compilation-targets" "^7.16.7"
|
45 | 45 | "@babel/helper-module-transforms" "^7.16.7"
|
46 | 46 | "@babel/helpers" "^7.17.2"
|
47 |
| - "@babel/parser" "^7.17.0" |
| 47 | + "@babel/parser" "^7.17.3" |
48 | 48 | "@babel/template" "^7.16.7"
|
49 |
| - "@babel/traverse" "^7.17.0" |
| 49 | + "@babel/traverse" "^7.17.3" |
50 | 50 | "@babel/types" "^7.17.0"
|
51 | 51 | convert-source-map "^1.7.0"
|
52 | 52 | debug "^4.1.0"
|
|
120 | 120 | jsesc "^2.5.1"
|
121 | 121 | source-map "^0.5.0"
|
122 | 122 |
|
| 123 | +"@babel/generator@^7.17.3": |
| 124 | + version "7.17.3" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
| 126 | + integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
| 127 | + dependencies: |
| 128 | + "@babel/types" "^7.17.0" |
| 129 | + jsesc "^2.5.1" |
| 130 | + source-map "^0.5.0" |
| 131 | + |
123 | 132 | "@babel/helper-annotate-as-pure@^7.16.0":
|
124 | 133 | version "7.16.0"
|
125 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
564 | 573 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c"
|
565 | 574 | integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
|
566 | 575 |
|
| 576 | +"@babel/parser@^7.17.3": |
| 577 | + version "7.17.3" |
| 578 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
| 579 | + integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== |
| 580 | + |
567 | 581 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
|
568 | 582 | version "7.16.2"
|
569 | 583 | 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"
|
|
1811 | 1825 | debug "^4.1.0"
|
1812 | 1826 | globals "^11.1.0"
|
1813 | 1827 |
|
| 1828 | +"@babel/traverse@^7.17.3": |
| 1829 | + version "7.17.3" |
| 1830 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
| 1831 | + integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
| 1832 | + dependencies: |
| 1833 | + "@babel/code-frame" "^7.16.7" |
| 1834 | + "@babel/generator" "^7.17.3" |
| 1835 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1836 | + "@babel/helper-function-name" "^7.16.7" |
| 1837 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1838 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1839 | + "@babel/parser" "^7.17.3" |
| 1840 | + "@babel/types" "^7.17.0" |
| 1841 | + debug "^4.1.0" |
| 1842 | + globals "^11.1.0" |
| 1843 | + |
1814 | 1844 | "@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
1815 | 1845 | version "7.16.0"
|
1816 | 1846 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
|
0 commit comments