|
61 | 61 | "@babel/highlight" "^7.25.9" |
62 | 62 | picocolors "^1.0.0" |
63 | 63 |
|
| 64 | +"@babel/code-frame@^7.26.0": |
| 65 | + version "7.26.0" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 67 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 68 | + dependencies: |
| 69 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 70 | + js-tokens "^4.0.0" |
| 71 | + picocolors "^1.0.0" |
| 72 | + |
64 | 73 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": |
65 | 74 | version "7.22.20" |
66 | 75 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" |
|
71 | 80 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8" |
72 | 81 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw== |
73 | 82 |
|
74 | | -"@babel/core@7.25.9": |
75 | | - version "7.25.9" |
76 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
77 | | - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 83 | +"@babel/core@7.26.0": |
| 84 | + version "7.26.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 86 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
78 | 87 | dependencies: |
79 | 88 | "@ampproject/remapping" "^2.2.0" |
80 | | - "@babel/code-frame" "^7.25.9" |
81 | | - "@babel/generator" "^7.25.9" |
| 89 | + "@babel/code-frame" "^7.26.0" |
| 90 | + "@babel/generator" "^7.26.0" |
82 | 91 | "@babel/helper-compilation-targets" "^7.25.9" |
83 | | - "@babel/helper-module-transforms" "^7.25.9" |
84 | | - "@babel/helpers" "^7.25.9" |
85 | | - "@babel/parser" "^7.25.9" |
| 92 | + "@babel/helper-module-transforms" "^7.26.0" |
| 93 | + "@babel/helpers" "^7.26.0" |
| 94 | + "@babel/parser" "^7.26.0" |
86 | 95 | "@babel/template" "^7.25.9" |
87 | 96 | "@babel/traverse" "^7.25.9" |
88 | | - "@babel/types" "^7.25.9" |
| 97 | + "@babel/types" "^7.26.0" |
89 | 98 | convert-source-map "^2.0.0" |
90 | 99 | debug "^4.1.0" |
91 | 100 | gensync "^1.0.0-beta.2" |
|
151 | 160 | "@jridgewell/trace-mapping" "^0.3.25" |
152 | 161 | jsesc "^3.0.2" |
153 | 162 |
|
| 163 | +"@babel/generator@^7.26.0": |
| 164 | + version "7.26.0" |
| 165 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 166 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 167 | + dependencies: |
| 168 | + "@babel/parser" "^7.26.0" |
| 169 | + "@babel/types" "^7.26.0" |
| 170 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 171 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 172 | + jsesc "^3.0.2" |
| 173 | + |
154 | 174 | "@babel/helper-annotate-as-pure@^7.22.5": |
155 | 175 | version "7.22.5" |
156 | 176 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
275 | 295 | "@babel/helper-split-export-declaration" "^7.22.6" |
276 | 296 | "@babel/helper-validator-identifier" "^7.22.20" |
277 | 297 |
|
278 | | -"@babel/helper-module-transforms@^7.25.9": |
279 | | - version "7.25.9" |
280 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz#12e4fb2969197ef6d78ea8a2f24375ce85b425fb" |
281 | | - integrity sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA== |
| 298 | +"@babel/helper-module-transforms@^7.26.0": |
| 299 | + version "7.26.0" |
| 300 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 301 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
282 | 302 | dependencies: |
283 | 303 | "@babel/helper-module-imports" "^7.25.9" |
284 | | - "@babel/helper-simple-access" "^7.25.9" |
285 | 304 | "@babel/helper-validator-identifier" "^7.25.9" |
286 | 305 | "@babel/traverse" "^7.25.9" |
287 | 306 |
|
|
322 | 341 | dependencies: |
323 | 342 | "@babel/types" "^7.22.5" |
324 | 343 |
|
325 | | -"@babel/helper-simple-access@^7.25.9": |
326 | | - version "7.25.9" |
327 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739" |
328 | | - integrity sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q== |
329 | | - dependencies: |
330 | | - "@babel/traverse" "^7.25.9" |
331 | | - "@babel/types" "^7.25.9" |
332 | | - |
333 | 344 | "@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5": |
334 | 345 | version "7.22.5" |
335 | 346 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" |
|
392 | 403 | "@babel/traverse" "^7.23.0" |
393 | 404 | "@babel/types" "^7.23.0" |
394 | 405 |
|
395 | | -"@babel/helpers@^7.25.9": |
396 | | - version "7.25.9" |
397 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
398 | | - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 406 | +"@babel/helpers@^7.26.0": |
| 407 | + version "7.26.0" |
| 408 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 409 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
399 | 410 | dependencies: |
400 | 411 | "@babel/template" "^7.25.9" |
401 | | - "@babel/types" "^7.25.9" |
| 412 | + "@babel/types" "^7.26.0" |
402 | 413 |
|
403 | 414 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13": |
404 | 415 | version "7.22.20" |
|
431 | 442 | dependencies: |
432 | 443 | "@babel/types" "^7.25.9" |
433 | 444 |
|
| 445 | +"@babel/parser@^7.26.0": |
| 446 | + version "7.26.0" |
| 447 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c" |
| 448 | + integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA== |
| 449 | + dependencies: |
| 450 | + "@babel/types" "^7.26.0" |
| 451 | + |
434 | 452 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15": |
435 | 453 | version "7.22.15" |
436 | 454 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962" |
|
1289 | 1307 | "@babel/helper-string-parser" "^7.25.9" |
1290 | 1308 | "@babel/helper-validator-identifier" "^7.25.9" |
1291 | 1309 |
|
| 1310 | +"@babel/types@^7.26.0": |
| 1311 | + version "7.26.0" |
| 1312 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1313 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1314 | + dependencies: |
| 1315 | + "@babel/helper-string-parser" "^7.25.9" |
| 1316 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1317 | + |
1292 | 1318 | "@builder.io/partytown@^0.7.5": |
1293 | 1319 | version "0.7.6" |
1294 | 1320 | resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.7.6.tgz#697acea6b552167a4dd43ddd4827018aa42e0364" |
|
2940 | 2966 | resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.2.tgz#d76fb80d87d0d8abfe334fc6d292e83e5524efc4" |
2941 | 2967 | integrity sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w== |
2942 | 2968 |
|
2943 | | - |
2944 | | - version "20.17.0" |
2945 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.0.tgz#d0620ba0fe4cf2a0f12351c7bdd805fc4e1f036b" |
2946 | | - integrity sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ== |
| 2969 | + |
| 2970 | + version "20.17.1" |
| 2971 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.1.tgz#2b968e060dfb04b7f9550fe3db5f552721c14566" |
| 2972 | + integrity sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q== |
2947 | 2973 | dependencies: |
2948 | 2974 | undici-types "~6.19.2" |
2949 | 2975 |
|
|
0 commit comments