|
41 | 41 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
|
42 | 42 | integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
|
43 | 43 |
|
44 |
| - |
45 |
| - version "7.19.3" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
47 |
| - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
| 44 | + |
| 45 | + version "7.19.6" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
| 47 | + integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
48 | 48 | dependencies:
|
49 | 49 | "@ampproject/remapping" "^2.1.0"
|
50 | 50 | "@babel/code-frame" "^7.18.6"
|
51 |
| - "@babel/generator" "^7.19.3" |
| 51 | + "@babel/generator" "^7.19.6" |
52 | 52 | "@babel/helper-compilation-targets" "^7.19.3"
|
53 |
| - "@babel/helper-module-transforms" "^7.19.0" |
54 |
| - "@babel/helpers" "^7.19.0" |
55 |
| - "@babel/parser" "^7.19.3" |
| 53 | + "@babel/helper-module-transforms" "^7.19.6" |
| 54 | + "@babel/helpers" "^7.19.4" |
| 55 | + "@babel/parser" "^7.19.6" |
56 | 56 | "@babel/template" "^7.18.10"
|
57 |
| - "@babel/traverse" "^7.19.3" |
58 |
| - "@babel/types" "^7.19.3" |
| 57 | + "@babel/traverse" "^7.19.6" |
| 58 | + "@babel/types" "^7.19.4" |
59 | 59 | convert-source-map "^1.7.0"
|
60 | 60 | debug "^4.1.0"
|
61 | 61 | gensync "^1.0.0-beta.2"
|
|
101 | 101 | "@jridgewell/gen-mapping" "^0.1.0"
|
102 | 102 | jsesc "^2.5.1"
|
103 | 103 |
|
104 |
| -"@babel/generator@^7.19.3", "@babel/generator@^7.19.4": |
105 |
| - version "7.19.4" |
106 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.4.tgz#60050cf3f0a593d7b2471b4be4f62a56b949237f" |
107 |
| - integrity sha512-5T2lY5vXqS+5UEit/5TwcIUeCnwgCljcF8IQRT6XRQPBrvLeq5V8W+URv+GvwoF3FP8tkhp++evVyDzkDGzNmA== |
| 104 | +"@babel/generator@^7.19.6", "@babel/generator@^7.20.1": |
| 105 | + version "7.20.1" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.1.tgz#ef32ecd426222624cbd94871a7024639cf61a9fa" |
| 107 | + integrity sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg== |
108 | 108 | dependencies:
|
109 |
| - "@babel/types" "^7.19.4" |
| 109 | + "@babel/types" "^7.20.0" |
110 | 110 | "@jridgewell/gen-mapping" "^0.3.2"
|
111 | 111 | jsesc "^2.5.1"
|
112 | 112 |
|
|
264 | 264 | "@babel/traverse" "^7.17.3"
|
265 | 265 | "@babel/types" "^7.17.0"
|
266 | 266 |
|
267 |
| -"@babel/helper-module-transforms@^7.19.0": |
268 |
| - version "7.19.0" |
269 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30" |
270 |
| - integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ== |
| 267 | +"@babel/helper-module-transforms@^7.19.6": |
| 268 | + version "7.19.6" |
| 269 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
| 270 | + integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
271 | 271 | dependencies:
|
272 | 272 | "@babel/helper-environment-visitor" "^7.18.9"
|
273 | 273 | "@babel/helper-module-imports" "^7.18.6"
|
274 |
| - "@babel/helper-simple-access" "^7.18.6" |
| 274 | + "@babel/helper-simple-access" "^7.19.4" |
275 | 275 | "@babel/helper-split-export-declaration" "^7.18.6"
|
276 |
| - "@babel/helper-validator-identifier" "^7.18.6" |
| 276 | + "@babel/helper-validator-identifier" "^7.19.1" |
277 | 277 | "@babel/template" "^7.18.10"
|
278 |
| - "@babel/traverse" "^7.19.0" |
279 |
| - "@babel/types" "^7.19.0" |
| 278 | + "@babel/traverse" "^7.19.6" |
| 279 | + "@babel/types" "^7.19.4" |
280 | 280 |
|
281 | 281 | "@babel/helper-optimise-call-expression@^7.16.7":
|
282 | 282 | version "7.16.7"
|
|
317 | 317 | dependencies:
|
318 | 318 | "@babel/types" "^7.17.0"
|
319 | 319 |
|
320 |
| -"@babel/helper-simple-access@^7.18.6": |
| 320 | +"@babel/helper-simple-access@^7.19.4": |
321 | 321 | version "7.19.4"
|
322 | 322 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
|
323 | 323 | integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
|
|
389 | 389 | "@babel/traverse" "^7.17.9"
|
390 | 390 | "@babel/types" "^7.17.0"
|
391 | 391 |
|
392 |
| -"@babel/helpers@^7.19.0": |
393 |
| - version "7.19.4" |
394 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
395 |
| - integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
| 392 | +"@babel/helpers@^7.19.4": |
| 393 | + version "7.20.1" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" |
| 395 | + integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== |
396 | 396 | dependencies:
|
397 | 397 | "@babel/template" "^7.18.10"
|
398 |
| - "@babel/traverse" "^7.19.4" |
399 |
| - "@babel/types" "^7.19.4" |
| 398 | + "@babel/traverse" "^7.20.1" |
| 399 | + "@babel/types" "^7.20.0" |
400 | 400 |
|
401 | 401 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
|
402 | 402 | version "7.17.9"
|
|
421 | 421 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
|
422 | 422 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
|
423 | 423 |
|
424 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4": |
| 424 | +"@babel/parser@^7.18.10": |
425 | 425 | version "7.19.4"
|
426 | 426 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
|
427 | 427 | integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
|
428 | 428 |
|
| 429 | +"@babel/parser@^7.19.6", "@babel/parser@^7.20.1": |
| 430 | + version "7.20.1" |
| 431 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.1.tgz#3e045a92f7b4623cafc2425eddcb8cf2e54f9cc5" |
| 432 | + integrity sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw== |
| 433 | + |
429 | 434 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
430 | 435 | version "7.16.7"
|
431 | 436 | 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.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1183 | 1188 | debug "^4.1.0"
|
1184 | 1189 | globals "^11.1.0"
|
1185 | 1190 |
|
1186 |
| -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4": |
1187 |
| - version "7.19.4" |
1188 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8" |
1189 |
| - integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g== |
| 1191 | +"@babel/traverse@^7.19.6", "@babel/traverse@^7.20.1": |
| 1192 | + version "7.20.1" |
| 1193 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
| 1194 | + integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
1190 | 1195 | dependencies:
|
1191 | 1196 | "@babel/code-frame" "^7.18.6"
|
1192 |
| - "@babel/generator" "^7.19.4" |
| 1197 | + "@babel/generator" "^7.20.1" |
1193 | 1198 | "@babel/helper-environment-visitor" "^7.18.9"
|
1194 | 1199 | "@babel/helper-function-name" "^7.19.0"
|
1195 | 1200 | "@babel/helper-hoist-variables" "^7.18.6"
|
1196 | 1201 | "@babel/helper-split-export-declaration" "^7.18.6"
|
1197 |
| - "@babel/parser" "^7.19.4" |
1198 |
| - "@babel/types" "^7.19.4" |
| 1202 | + "@babel/parser" "^7.20.1" |
| 1203 | + "@babel/types" "^7.20.0" |
1199 | 1204 | debug "^4.1.0"
|
1200 | 1205 | globals "^11.1.0"
|
1201 | 1206 |
|
|
1207 | 1212 | "@babel/helper-validator-identifier" "^7.16.7"
|
1208 | 1213 | to-fast-properties "^2.0.0"
|
1209 | 1214 |
|
1210 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4": |
| 1215 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4": |
1211 | 1216 | version "7.19.4"
|
1212 | 1217 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
1213 | 1218 | integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
|
|
1216 | 1221 | "@babel/helper-validator-identifier" "^7.19.1"
|
1217 | 1222 | to-fast-properties "^2.0.0"
|
1218 | 1223 |
|
| 1224 | +"@babel/types@^7.20.0": |
| 1225 | + version "7.20.0" |
| 1226 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479" |
| 1227 | + integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg== |
| 1228 | + dependencies: |
| 1229 | + "@babel/helper-string-parser" "^7.19.4" |
| 1230 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1231 | + to-fast-properties "^2.0.0" |
| 1232 | + |
1219 | 1233 | "@builder.io/partytown@^0.5.2":
|
1220 | 1234 | version "0.5.4"
|
1221 | 1235 | resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.5.4.tgz#1a89069978734e132fa4a59414ddb64e4b94fde7"
|
|
0 commit comments