|
25 | 25 | "@jridgewell/gen-mapping" "^0.1.0"
|
26 | 26 | "@jridgewell/trace-mapping" "^0.3.9"
|
27 | 27 |
|
28 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6": |
29 |
| - version "7.18.6" |
30 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
31 |
| - integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
32 |
| - dependencies: |
33 |
| - "@babel/highlight" "^7.18.6" |
34 |
| - |
35 |
| -"@babel/code-frame@^7.21.4": |
| 28 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4": |
36 | 29 | version "7.21.4"
|
37 | 30 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
|
38 | 31 | integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
|
|
45 | 38 | integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
|
46 | 39 |
|
47 | 40 | "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5":
|
48 |
| - version "7.21.3" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" |
50 |
| - integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== |
| 41 | + version "7.21.4" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
| 43 | + integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
51 | 44 | dependencies:
|
52 | 45 | "@ampproject/remapping" "^2.2.0"
|
53 |
| - "@babel/code-frame" "^7.18.6" |
54 |
| - "@babel/generator" "^7.21.3" |
55 |
| - "@babel/helper-compilation-targets" "^7.20.7" |
| 46 | + "@babel/code-frame" "^7.21.4" |
| 47 | + "@babel/generator" "^7.21.4" |
| 48 | + "@babel/helper-compilation-targets" "^7.21.4" |
56 | 49 | "@babel/helper-module-transforms" "^7.21.2"
|
57 | 50 | "@babel/helpers" "^7.21.0"
|
58 |
| - "@babel/parser" "^7.21.3" |
| 51 | + "@babel/parser" "^7.21.4" |
59 | 52 | "@babel/template" "^7.20.7"
|
60 |
| - "@babel/traverse" "^7.21.3" |
61 |
| - "@babel/types" "^7.21.3" |
| 53 | + "@babel/traverse" "^7.21.4" |
| 54 | + "@babel/types" "^7.21.4" |
62 | 55 | convert-source-map "^1.7.0"
|
63 | 56 | debug "^4.1.0"
|
64 | 57 | gensync "^1.0.0-beta.2"
|
65 | 58 | json5 "^2.2.2"
|
66 | 59 | semver "^6.3.0"
|
67 | 60 |
|
68 |
| -"@babel/generator@^7.21.3": |
69 |
| - version "7.21.3" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" |
71 |
| - integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== |
72 |
| - dependencies: |
73 |
| - "@babel/types" "^7.21.3" |
74 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
75 |
| - "@jridgewell/trace-mapping" "^0.3.17" |
76 |
| - jsesc "^2.5.1" |
77 |
| - |
78 | 61 | "@babel/generator@^7.21.4":
|
79 | 62 | version "7.21.4"
|
80 | 63 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
|
|
357 | 340 | chalk "^2.0.0"
|
358 | 341 | js-tokens "^4.0.0"
|
359 | 342 |
|
360 |
| -"@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.3": |
361 |
| - version "7.21.3" |
362 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
363 |
| - integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
364 |
| - |
365 |
| -"@babel/parser@^7.21.4": |
| 343 | +"@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4": |
366 | 344 | version "7.21.4"
|
367 | 345 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
368 | 346 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
|
996 | 974 | "@babel/parser" "^7.20.7"
|
997 | 975 | "@babel/types" "^7.20.7"
|
998 | 976 |
|
999 |
| -"@babel/traverse@^7.18.9", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
1000 |
| - version "7.21.3" |
1001 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
1002 |
| - integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
1003 |
| - dependencies: |
1004 |
| - "@babel/code-frame" "^7.18.6" |
1005 |
| - "@babel/generator" "^7.21.3" |
1006 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1007 |
| - "@babel/helper-function-name" "^7.21.0" |
1008 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1009 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1010 |
| - "@babel/parser" "^7.21.3" |
1011 |
| - "@babel/types" "^7.21.3" |
1012 |
| - debug "^4.1.0" |
1013 |
| - globals "^11.1.0" |
1014 |
| - |
1015 |
| -"@babel/traverse@^7.20.7": |
| 977 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
1016 | 978 | version "7.21.4"
|
1017 | 979 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
|
1018 | 980 | integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
|
|
1028 | 990 | debug "^4.1.0"
|
1029 | 991 | globals "^11.1.0"
|
1030 | 992 |
|
1031 |
| -"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.21.4", "@babel/types@^7.4.4": |
| 993 | +"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4": |
1032 | 994 | version "7.21.4"
|
1033 | 995 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
|
1034 | 996 | integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
|
|
0 commit comments