|
33 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab" |
34 | 34 | integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw== |
35 | 35 |
|
36 | | -"@babel/core@7.18.2": |
37 | | - version "7.18.2" |
38 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876" |
39 | | - integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ== |
| 36 | +"@babel/core@7.18.5": |
| 37 | + version "7.18.5" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000" |
| 39 | + integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ== |
40 | 40 | dependencies: |
41 | 41 | "@ampproject/remapping" "^2.1.0" |
42 | 42 | "@babel/code-frame" "^7.16.7" |
43 | 43 | "@babel/generator" "^7.18.2" |
44 | 44 | "@babel/helper-compilation-targets" "^7.18.2" |
45 | 45 | "@babel/helper-module-transforms" "^7.18.0" |
46 | 46 | "@babel/helpers" "^7.18.2" |
47 | | - "@babel/parser" "^7.18.0" |
| 47 | + "@babel/parser" "^7.18.5" |
48 | 48 | "@babel/template" "^7.16.7" |
49 | | - "@babel/traverse" "^7.18.2" |
50 | | - "@babel/types" "^7.18.2" |
| 49 | + "@babel/traverse" "^7.18.5" |
| 50 | + "@babel/types" "^7.18.4" |
51 | 51 | convert-source-map "^1.7.0" |
52 | 52 | debug "^4.1.0" |
53 | 53 | gensync "^1.0.0-beta.2" |
|
624 | 624 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112" |
625 | 625 | integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg== |
626 | 626 |
|
| 627 | +"@babel/parser@^7.18.5": |
| 628 | + version "7.18.5" |
| 629 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c" |
| 630 | + integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw== |
| 631 | + |
627 | 632 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
628 | 633 | version "7.16.2" |
629 | 634 | 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" |
|
1897 | 1902 | debug "^4.1.0" |
1898 | 1903 | globals "^11.1.0" |
1899 | 1904 |
|
| 1905 | +"@babel/traverse@^7.18.5": |
| 1906 | + version "7.18.5" |
| 1907 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd" |
| 1908 | + integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA== |
| 1909 | + dependencies: |
| 1910 | + "@babel/code-frame" "^7.16.7" |
| 1911 | + "@babel/generator" "^7.18.2" |
| 1912 | + "@babel/helper-environment-visitor" "^7.18.2" |
| 1913 | + "@babel/helper-function-name" "^7.17.9" |
| 1914 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1915 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1916 | + "@babel/parser" "^7.18.5" |
| 1917 | + "@babel/types" "^7.18.4" |
| 1918 | + debug "^4.1.0" |
| 1919 | + globals "^11.1.0" |
| 1920 | + |
1900 | 1921 | "@babel/types@^7.16.0", "@babel/types@^7.4.4": |
1901 | 1922 | version "7.16.0" |
1902 | 1923 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
|
1945 | 1966 | "@babel/helper-validator-identifier" "^7.16.7" |
1946 | 1967 | to-fast-properties "^2.0.0" |
1947 | 1968 |
|
| 1969 | +"@babel/types@^7.18.4": |
| 1970 | + version "7.18.4" |
| 1971 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354" |
| 1972 | + integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw== |
| 1973 | + dependencies: |
| 1974 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1975 | + to-fast-properties "^2.0.0" |
| 1976 | + |
1948 | 1977 | "@bcoe/v8-coverage@^0.2.3": |
1949 | 1978 | version "0.2.3" |
1950 | 1979 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments