|
145 | 145 | dependencies: |
146 | 146 | "@algolia/client-common" "5.21.0" |
147 | 147 |
|
148 | | -"@ampproject/remapping@^2.2.0": |
149 | | - version "2.3.0" |
150 | | - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" |
151 | | - integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== |
152 | | - dependencies: |
153 | | - "@jridgewell/gen-mapping" "^0.3.5" |
154 | | - "@jridgewell/trace-mapping" "^0.3.24" |
155 | | - |
156 | 148 | "@antfu/install-pkg@^1.0.0": |
157 | 149 | version "1.0.0" |
158 | 150 | resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-1.0.0.tgz#2912a150fc8b35ec912f583f90074ee98f64d66a" |
|
215 | 207 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
216 | 208 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
217 | 209 |
|
218 | | -"@babel/core@^7.14.0", "@babel/core@^7.20.12", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.3": |
219 | | - version "7.28.3" |
220 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
221 | | - integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
| 210 | +"@babel/core@^7.14.0", "@babel/core@^7.20.12", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.4": |
| 211 | + version "7.28.4" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
| 213 | + integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
222 | 214 | dependencies: |
223 | | - "@ampproject/remapping" "^2.2.0" |
224 | 215 | "@babel/code-frame" "^7.27.1" |
225 | 216 | "@babel/generator" "^7.28.3" |
226 | 217 | "@babel/helper-compilation-targets" "^7.27.2" |
227 | 218 | "@babel/helper-module-transforms" "^7.28.3" |
228 | | - "@babel/helpers" "^7.28.3" |
229 | | - "@babel/parser" "^7.28.3" |
| 219 | + "@babel/helpers" "^7.28.4" |
| 220 | + "@babel/parser" "^7.28.4" |
230 | 221 | "@babel/template" "^7.27.2" |
231 | | - "@babel/traverse" "^7.28.3" |
232 | | - "@babel/types" "^7.28.2" |
| 222 | + "@babel/traverse" "^7.28.4" |
| 223 | + "@babel/types" "^7.28.4" |
| 224 | + "@jridgewell/remapping" "^2.3.5" |
233 | 225 | convert-source-map "^2.0.0" |
234 | 226 | debug "^4.1.0" |
235 | 227 | gensync "^1.0.0-beta.2" |
|
459 | 451 | "@babel/traverse" "^7.25.9" |
460 | 452 | "@babel/types" "^7.25.9" |
461 | 453 |
|
462 | | -"@babel/helpers@^7.28.3": |
463 | | - version "7.28.3" |
464 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
465 | | - integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
| 454 | +"@babel/helpers@^7.28.4": |
| 455 | + version "7.28.4" |
| 456 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 457 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
466 | 458 | dependencies: |
467 | 459 | "@babel/template" "^7.27.2" |
468 | | - "@babel/types" "^7.28.2" |
| 460 | + "@babel/types" "^7.28.4" |
469 | 461 |
|
470 | 462 | "@babel/highlight@^7.10.4": |
471 | 463 | version "7.25.9" |
|
477 | 469 | js-tokens "^4.0.0" |
478 | 470 | picocolors "^1.0.0" |
479 | 471 |
|
480 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3": |
481 | | - version "7.28.3" |
482 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
483 | | - integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
| 472 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": |
| 473 | + version "7.28.4" |
| 474 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
| 475 | + integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
484 | 476 | dependencies: |
485 | | - "@babel/types" "^7.28.2" |
| 477 | + "@babel/types" "^7.28.4" |
486 | 478 |
|
487 | 479 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
488 | 480 | version "7.25.9" |
|
1330 | 1322 | "@babel/parser" "^7.27.2" |
1331 | 1323 | "@babel/types" "^7.27.1" |
1332 | 1324 |
|
1333 | | -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3": |
1334 | | - version "7.28.3" |
1335 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
1336 | | - integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
| 1325 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.13", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
| 1326 | + version "7.28.4" |
| 1327 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
| 1328 | + integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
1337 | 1329 | dependencies: |
1338 | 1330 | "@babel/code-frame" "^7.27.1" |
1339 | 1331 | "@babel/generator" "^7.28.3" |
1340 | 1332 | "@babel/helper-globals" "^7.28.0" |
1341 | | - "@babel/parser" "^7.28.3" |
| 1333 | + "@babel/parser" "^7.28.4" |
1342 | 1334 | "@babel/template" "^7.27.2" |
1343 | | - "@babel/types" "^7.28.2" |
| 1335 | + "@babel/types" "^7.28.4" |
1344 | 1336 | debug "^4.3.1" |
1345 | 1337 |
|
1346 | | -"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.4.4": |
1347 | | - version "7.28.2" |
1348 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
1349 | | - integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
| 1338 | +"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.4.4": |
| 1339 | + version "7.28.4" |
| 1340 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
| 1341 | + integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
1350 | 1342 | dependencies: |
1351 | 1343 | "@babel/helper-string-parser" "^7.27.1" |
1352 | 1344 | "@babel/helper-validator-identifier" "^7.27.1" |
|
2244 | 2236 | "@jridgewell/sourcemap-codec" "^1.4.10" |
2245 | 2237 | "@jridgewell/trace-mapping" "^0.3.24" |
2246 | 2238 |
|
| 2239 | +"@jridgewell/remapping@^2.3.5": |
| 2240 | + version "2.3.5" |
| 2241 | + resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" |
| 2242 | + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== |
| 2243 | + dependencies: |
| 2244 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 2245 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 2246 | + |
2247 | 2247 | "@jridgewell/resolve-uri@^3.1.0": |
2248 | 2248 | version "3.1.2" |
2249 | 2249 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
|
0 commit comments