|
37 | 37 | integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg== |
38 | 38 |
|
39 | 39 | "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5": |
40 | | - version "7.19.0" |
41 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3" |
42 | | - integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ== |
| 40 | + version "7.19.1" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b" |
| 42 | + integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw== |
43 | 43 | dependencies: |
44 | 44 | "@ampproject/remapping" "^2.1.0" |
45 | 45 | "@babel/code-frame" "^7.18.6" |
46 | 46 | "@babel/generator" "^7.19.0" |
47 | | - "@babel/helper-compilation-targets" "^7.19.0" |
| 47 | + "@babel/helper-compilation-targets" "^7.19.1" |
48 | 48 | "@babel/helper-module-transforms" "^7.19.0" |
49 | 49 | "@babel/helpers" "^7.19.0" |
50 | | - "@babel/parser" "^7.19.0" |
| 50 | + "@babel/parser" "^7.19.1" |
51 | 51 | "@babel/template" "^7.18.10" |
52 | | - "@babel/traverse" "^7.19.0" |
| 52 | + "@babel/traverse" "^7.19.1" |
53 | 53 | "@babel/types" "^7.19.0" |
54 | 54 | convert-source-map "^1.7.0" |
55 | 55 | debug "^4.1.0" |
|
299 | 299 | chalk "^2.0.0" |
300 | 300 | js-tokens "^4.0.0" |
301 | 301 |
|
302 | | -"@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.0": |
303 | | - version "7.19.0" |
304 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c" |
305 | | - integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw== |
| 302 | +"@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1": |
| 303 | + version "7.19.1" |
| 304 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c" |
| 305 | + integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A== |
306 | 306 |
|
307 | 307 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
308 | 308 | version "7.18.6" |
|
930 | 930 | "@babel/parser" "^7.18.10" |
931 | 931 | "@babel/types" "^7.18.10" |
932 | 932 |
|
933 | | -"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0": |
934 | | - version "7.19.0" |
935 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.0.tgz#eb9c561c7360005c592cc645abafe0c3c4548eed" |
936 | | - integrity sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA== |
| 933 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1": |
| 934 | + version "7.19.1" |
| 935 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347" |
| 936 | + integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA== |
937 | 937 | dependencies: |
938 | 938 | "@babel/code-frame" "^7.18.6" |
939 | 939 | "@babel/generator" "^7.19.0" |
940 | 940 | "@babel/helper-environment-visitor" "^7.18.9" |
941 | 941 | "@babel/helper-function-name" "^7.19.0" |
942 | 942 | "@babel/helper-hoist-variables" "^7.18.6" |
943 | 943 | "@babel/helper-split-export-declaration" "^7.18.6" |
944 | | - "@babel/parser" "^7.19.0" |
| 944 | + "@babel/parser" "^7.19.1" |
945 | 945 | "@babel/types" "^7.19.0" |
946 | 946 | debug "^4.1.0" |
947 | 947 | globals "^11.1.0" |
|
0 commit comments