|
32 | 32 | "@babel/highlight" "^7.23.4"
|
33 | 33 | chalk "^2.4.2"
|
34 | 34 |
|
35 |
| -"@babel/compat-data@^7.16.4", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5": |
| 35 | +"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5": |
36 | 36 | version "7.23.5"
|
37 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
38 | 38 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
|
122 | 122 | dependencies:
|
123 | 123 | "@babel/types" "^7.22.15"
|
124 | 124 |
|
125 |
| -"@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6": |
| 125 | +"@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6": |
126 | 126 | version "7.23.6"
|
127 | 127 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
|
128 | 128 | integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
|
|
259 | 259 | dependencies:
|
260 | 260 | "@babel/types" "^7.22.5"
|
261 | 261 |
|
262 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 262 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
263 | 263 | version "7.24.0"
|
264 | 264 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
|
265 | 265 | integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
|
|
435 | 435 | "@babel/helper-environment-visitor" "^7.22.20"
|
436 | 436 | "@babel/helper-plugin-utils" "^7.22.5"
|
437 | 437 |
|
438 |
| -"@babel/plugin-proposal-object-rest-spread@^7.16.7": |
439 |
| - version "7.16.7" |
440 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz#94593ef1ddf37021a25bdcb5754c4a8d534b01d8" |
441 |
| - integrity sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA== |
| 438 | +"@babel/plugin-proposal-object-rest-spread@^7.20.7": |
| 439 | + version "7.20.7" |
| 440 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" |
| 441 | + integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== |
442 | 442 | dependencies:
|
443 |
| - "@babel/compat-data" "^7.16.4" |
444 |
| - "@babel/helper-compilation-targets" "^7.16.7" |
445 |
| - "@babel/helper-plugin-utils" "^7.16.7" |
| 443 | + "@babel/compat-data" "^7.20.5" |
| 444 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 445 | + "@babel/helper-plugin-utils" "^7.20.2" |
446 | 446 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
447 |
| - "@babel/plugin-transform-parameters" "^7.16.7" |
| 447 | + "@babel/plugin-transform-parameters" "^7.20.7" |
448 | 448 |
|
449 | 449 | "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
450 | 450 | version "7.21.0-placeholder-for-preset-env.2"
|
|
873 | 873 | "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
874 | 874 | "@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
875 | 875 |
|
876 |
| -"@babel/plugin-transform-parameters@^7.16.7", "@babel/plugin-transform-parameters@^7.23.3": |
| 876 | +"@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.23.3": |
877 | 877 | version "7.23.3"
|
878 | 878 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz#83ef5d1baf4b1072fa6e54b2b0999a7b2527e2af"
|
879 | 879 | integrity sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==
|
|
0 commit comments