|
42 | 42 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
43 | 43 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
44 | 44 |
|
45 |
| -"@babel/compat-data@^7.24.8": |
46 |
| - version "7.24.8" |
47 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3" |
48 |
| - integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg== |
| 45 | +"@babel/compat-data@^7.25.2": |
| 46 | + version "7.25.2" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
| 48 | + integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ== |
49 | 49 |
|
50 | 50 | "@babel/core@^7.0.0", "@babel/core@^7.12.0", "@babel/core@^7.13.10", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.23.7", "@babel/core@^7.24.4", "@babel/core@^7.3.4":
|
51 |
| - version "7.24.9" |
52 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
53 |
| - integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
| 51 | + version "7.25.2" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
| 53 | + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
54 | 54 | dependencies:
|
55 | 55 | "@ampproject/remapping" "^2.2.0"
|
56 | 56 | "@babel/code-frame" "^7.24.7"
|
57 |
| - "@babel/generator" "^7.24.9" |
58 |
| - "@babel/helper-compilation-targets" "^7.24.8" |
59 |
| - "@babel/helper-module-transforms" "^7.24.9" |
60 |
| - "@babel/helpers" "^7.24.8" |
61 |
| - "@babel/parser" "^7.24.8" |
62 |
| - "@babel/template" "^7.24.7" |
63 |
| - "@babel/traverse" "^7.24.8" |
64 |
| - "@babel/types" "^7.24.9" |
| 57 | + "@babel/generator" "^7.25.0" |
| 58 | + "@babel/helper-compilation-targets" "^7.25.2" |
| 59 | + "@babel/helper-module-transforms" "^7.25.2" |
| 60 | + "@babel/helpers" "^7.25.0" |
| 61 | + "@babel/parser" "^7.25.0" |
| 62 | + "@babel/template" "^7.25.0" |
| 63 | + "@babel/traverse" "^7.25.2" |
| 64 | + "@babel/types" "^7.25.2" |
65 | 65 | convert-source-map "^2.0.0"
|
66 | 66 | debug "^4.1.0"
|
67 | 67 | gensync "^1.0.0-beta.2"
|
|
96 | 96 | "@jridgewell/trace-mapping" "^0.3.17"
|
97 | 97 | jsesc "^2.5.1"
|
98 | 98 |
|
99 |
| -"@babel/generator@^7.23.0", "@babel/generator@^7.24.8", "@babel/generator@^7.24.9": |
100 |
| - version "7.24.9" |
101 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
102 |
| - integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 99 | +"@babel/generator@^7.23.0", "@babel/generator@^7.25.0": |
| 100 | + version "7.25.0" |
| 101 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" |
| 102 | + integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== |
103 | 103 | dependencies:
|
104 |
| - "@babel/types" "^7.24.9" |
| 104 | + "@babel/types" "^7.25.0" |
105 | 105 | "@jridgewell/gen-mapping" "^0.3.5"
|
106 | 106 | "@jridgewell/trace-mapping" "^0.3.25"
|
107 | 107 | jsesc "^2.5.1"
|
|
134 | 134 | dependencies:
|
135 | 135 | "@babel/types" "^7.22.10"
|
136 | 136 |
|
137 |
| -"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.10", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.8": |
138 |
| - version "7.24.8" |
139 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" |
140 |
| - integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== |
| 137 | +"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.10", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.2": |
| 138 | + version "7.25.2" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c" |
| 140 | + integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw== |
141 | 141 | dependencies:
|
142 |
| - "@babel/compat-data" "^7.24.8" |
| 142 | + "@babel/compat-data" "^7.25.2" |
143 | 143 | "@babel/helper-validator-option" "^7.24.8"
|
144 | 144 | browserslist "^4.23.1"
|
145 | 145 | lru-cache "^5.1.1"
|
|
248 | 248 | dependencies:
|
249 | 249 | "@babel/types" "^7.22.5"
|
250 | 250 |
|
251 |
| -"@babel/helper-hoist-variables@^7.24.7": |
252 |
| - version "7.24.7" |
253 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" |
254 |
| - integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== |
255 |
| - dependencies: |
256 |
| - "@babel/types" "^7.24.7" |
257 |
| - |
258 | 251 | "@babel/helper-member-expression-to-functions@^7.22.15":
|
259 | 252 | version "7.22.15"
|
260 | 253 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz#b95a144896f6d491ca7863576f820f3628818621"
|
|
285 | 278 | "@babel/traverse" "^7.24.7"
|
286 | 279 | "@babel/types" "^7.24.7"
|
287 | 280 |
|
288 |
| -"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.24.9": |
289 |
| - version "7.24.9" |
290 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
291 |
| - integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 281 | +"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.25.2": |
| 282 | + version "7.25.2" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" |
| 284 | + integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== |
292 | 285 | dependencies:
|
293 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
294 | 286 | "@babel/helper-module-imports" "^7.24.7"
|
295 | 287 | "@babel/helper-simple-access" "^7.24.7"
|
296 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
297 | 288 | "@babel/helper-validator-identifier" "^7.24.7"
|
| 289 | + "@babel/traverse" "^7.25.2" |
298 | 290 |
|
299 | 291 | "@babel/helper-optimise-call-expression@^7.22.5":
|
300 | 292 | version "7.22.5"
|
|
430 | 422 | "@babel/template" "^7.22.5"
|
431 | 423 | "@babel/types" "^7.22.10"
|
432 | 424 |
|
433 |
| -"@babel/helpers@^7.24.8": |
434 |
| - version "7.24.8" |
435 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
436 |
| - integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
| 425 | +"@babel/helpers@^7.25.0": |
| 426 | + version "7.25.0" |
| 427 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
| 428 | + integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
437 | 429 | dependencies:
|
438 |
| - "@babel/template" "^7.24.7" |
439 |
| - "@babel/types" "^7.24.8" |
| 430 | + "@babel/template" "^7.25.0" |
| 431 | + "@babel/types" "^7.25.0" |
440 | 432 |
|
441 | 433 | "@babel/highlight@^7.24.7":
|
442 | 434 | version "7.24.7"
|
|
448 | 440 | js-tokens "^4.0.0"
|
449 | 441 | picocolors "^1.0.0"
|
450 | 442 |
|
451 |
| -"@babel/parser@^7.23.0", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8", "@babel/parser@^7.4.5": |
452 |
| - version "7.24.8" |
453 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
454 |
| - integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
| 443 | +"@babel/parser@^7.23.0", "@babel/parser@^7.25.0", "@babel/parser@^7.4.5": |
| 444 | + version "7.25.0" |
| 445 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad" |
| 446 | + integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA== |
455 | 447 |
|
456 | 448 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
|
457 | 449 | version "7.22.5"
|
|
1206 | 1198 | dependencies:
|
1207 | 1199 | regenerator-runtime "^0.13.11"
|
1208 | 1200 |
|
1209 |
| -"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.24.7": |
1210 |
| - version "7.24.7" |
1211 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" |
1212 |
| - integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== |
| 1201 | +"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.24.7", "@babel/template@^7.25.0": |
| 1202 | + version "7.25.0" |
| 1203 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
| 1204 | + integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== |
1213 | 1205 | dependencies:
|
1214 | 1206 | "@babel/code-frame" "^7.24.7"
|
1215 |
| - "@babel/parser" "^7.24.7" |
1216 |
| - "@babel/types" "^7.24.7" |
| 1207 | + "@babel/parser" "^7.25.0" |
| 1208 | + "@babel/types" "^7.25.0" |
1217 | 1209 |
|
1218 | 1210 |
|
1219 | 1211 | version "7.23.0"
|
|
1231 | 1223 | debug "^4.1.0"
|
1232 | 1224 | globals "^11.1.0"
|
1233 | 1225 |
|
1234 |
| -"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.4.5": |
1235 |
| - version "7.24.8" |
1236 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
1237 |
| - integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
| 1226 | +"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2", "@babel/traverse@^7.4.5": |
| 1227 | + version "7.25.2" |
| 1228 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae" |
| 1229 | + integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ== |
1238 | 1230 | dependencies:
|
1239 | 1231 | "@babel/code-frame" "^7.24.7"
|
1240 |
| - "@babel/generator" "^7.24.8" |
1241 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
1242 |
| - "@babel/helper-function-name" "^7.24.7" |
1243 |
| - "@babel/helper-hoist-variables" "^7.24.7" |
1244 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
1245 |
| - "@babel/parser" "^7.24.8" |
1246 |
| - "@babel/types" "^7.24.8" |
| 1232 | + "@babel/generator" "^7.25.0" |
| 1233 | + "@babel/parser" "^7.25.0" |
| 1234 | + "@babel/template" "^7.25.0" |
| 1235 | + "@babel/types" "^7.25.2" |
1247 | 1236 | debug "^4.3.1"
|
1248 | 1237 | globals "^11.1.0"
|
1249 | 1238 |
|
|
1256 | 1245 | "@babel/helper-validator-identifier" "^7.22.20"
|
1257 | 1246 | to-fast-properties "^2.0.0"
|
1258 | 1247 |
|
1259 |
| -"@babel/types@^7.12.13", "@babel/types@^7.18.6", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.4.4": |
1260 |
| - version "7.24.9" |
1261 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
1262 |
| - integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1248 | +"@babel/types@^7.12.13", "@babel/types@^7.18.6", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.4.4": |
| 1249 | + version "7.25.2" |
| 1250 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
| 1251 | + integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
1263 | 1252 | dependencies:
|
1264 | 1253 | "@babel/helper-string-parser" "^7.24.8"
|
1265 | 1254 | "@babel/helper-validator-identifier" "^7.24.7"
|
|
0 commit comments