|
89 | 89 | "@opentelemetry/instrumentation" "^0.41.2"
|
90 | 90 | tslib "^2.2.0"
|
91 | 91 |
|
92 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.22.13": |
93 |
| - version "7.22.13" |
94 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
95 |
| - integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 92 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.4": |
| 93 | + version "7.23.4" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.4.tgz#03ae5af150be94392cb5c7ccd97db5a19a5da6aa" |
| 95 | + integrity sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA== |
96 | 96 | dependencies:
|
97 |
| - "@babel/highlight" "^7.22.13" |
| 97 | + "@babel/highlight" "^7.23.4" |
98 | 98 | chalk "^2.4.2"
|
99 | 99 |
|
100 | 100 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.3":
|
|
132 | 132 | eslint-visitor-keys "^2.1.0"
|
133 | 133 | semver "^6.3.1"
|
134 | 134 |
|
135 |
| -"@babel/generator@^7.20.0", "@babel/generator@^7.23.3", "@babel/generator@^7.7.2": |
136 |
| - version "7.23.3" |
137 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e" |
138 |
| - integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg== |
| 135 | +"@babel/generator@^7.20.0", "@babel/generator@^7.23.3", "@babel/generator@^7.23.4", "@babel/generator@^7.7.2": |
| 136 | + version "7.23.4" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.4.tgz#4a41377d8566ec18f807f42962a7f3551de83d1c" |
| 138 | + integrity sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ== |
139 | 139 | dependencies:
|
140 |
| - "@babel/types" "^7.23.3" |
| 140 | + "@babel/types" "^7.23.4" |
141 | 141 | "@jridgewell/gen-mapping" "^0.3.2"
|
142 | 142 | "@jridgewell/trace-mapping" "^0.3.17"
|
143 | 143 | jsesc "^2.5.1"
|
|
167 | 167 | lru-cache "^5.1.1"
|
168 | 168 | semver "^6.3.1"
|
169 | 169 |
|
170 |
| -"@babel/helper-create-class-features-plugin@^7.18.6": |
171 |
| - version "7.22.5" |
172 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz#2192a1970ece4685fbff85b48da2c32fcb130b7c" |
173 |
| - integrity sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q== |
174 |
| - dependencies: |
175 |
| - "@babel/helper-annotate-as-pure" "^7.22.5" |
176 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
177 |
| - "@babel/helper-function-name" "^7.22.5" |
178 |
| - "@babel/helper-member-expression-to-functions" "^7.22.5" |
179 |
| - "@babel/helper-optimise-call-expression" "^7.22.5" |
180 |
| - "@babel/helper-replace-supers" "^7.22.5" |
181 |
| - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
182 |
| - "@babel/helper-split-export-declaration" "^7.22.5" |
183 |
| - semver "^6.3.0" |
184 |
| - |
185 |
| -"@babel/helper-create-class-features-plugin@^7.22.15": |
| 170 | +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.22.15": |
186 | 171 | version "7.22.15"
|
187 | 172 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz#97a61b385e57fe458496fad19f8e63b63c867de4"
|
188 | 173 | integrity sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==
|
|
371 | 356 | "@babel/helper-member-expression-to-functions" "^7.22.15"
|
372 | 357 | "@babel/helper-optimise-call-expression" "^7.22.5"
|
373 | 358 |
|
374 |
| -"@babel/helper-replace-supers@^7.22.5": |
375 |
| - version "7.22.5" |
376 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz#71bc5fb348856dea9fdc4eafd7e2e49f585145dc" |
377 |
| - integrity sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg== |
378 |
| - dependencies: |
379 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
380 |
| - "@babel/helper-member-expression-to-functions" "^7.22.5" |
381 |
| - "@babel/helper-optimise-call-expression" "^7.22.5" |
382 |
| - "@babel/template" "^7.22.5" |
383 |
| - "@babel/traverse" "^7.22.5" |
384 |
| - "@babel/types" "^7.22.5" |
385 |
| - |
386 | 359 | "@babel/helper-replace-supers@^7.22.9":
|
387 | 360 | version "7.22.9"
|
388 | 361 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779"
|
|
413 | 386 | dependencies:
|
414 | 387 | "@babel/types" "^7.22.5"
|
415 | 388 |
|
416 |
| -"@babel/helper-split-export-declaration@^7.22.5", "@babel/helper-split-export-declaration@^7.22.6": |
| 389 | +"@babel/helper-split-export-declaration@^7.22.6": |
417 | 390 | version "7.22.6"
|
418 | 391 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
|
419 | 392 | integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
|
420 | 393 | dependencies:
|
421 | 394 | "@babel/types" "^7.22.5"
|
422 | 395 |
|
423 |
| -"@babel/helper-string-parser@^7.22.5": |
424 |
| - version "7.22.5" |
425 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
426 |
| - integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 396 | +"@babel/helper-string-parser@^7.23.4": |
| 397 | + version "7.23.4" |
| 398 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 399 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
427 | 400 |
|
428 | 401 | "@babel/helper-validator-identifier@^7.22.20":
|
429 | 402 | version "7.22.20"
|
|
463 | 436 | "@babel/traverse" "^7.23.2"
|
464 | 437 | "@babel/types" "^7.23.0"
|
465 | 438 |
|
466 |
| -"@babel/highlight@^7.22.13": |
467 |
| - version "7.22.20" |
468 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
469 |
| - integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 439 | +"@babel/highlight@^7.23.4": |
| 440 | + version "7.23.4" |
| 441 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 442 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
470 | 443 | dependencies:
|
471 | 444 | "@babel/helper-validator-identifier" "^7.22.20"
|
472 | 445 | chalk "^2.4.2"
|
473 | 446 | js-tokens "^4.0.0"
|
474 | 447 |
|
475 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.23.3": |
476 |
| - version "7.23.3" |
477 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9" |
478 |
| - integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw== |
| 448 | +"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.23.3", "@babel/parser@^7.23.4": |
| 449 | + version "7.23.4" |
| 450 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.4.tgz#409fbe690c333bb70187e2de4021e1e47a026661" |
| 451 | + integrity sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ== |
479 | 452 |
|
480 | 453 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
481 | 454 | version "7.23.3"
|
|
1050 | 1023 | "@babel/helper-plugin-utils" "^7.22.5"
|
1051 | 1024 |
|
1052 | 1025 | "@babel/plugin-transform-private-property-in-object@^7.22.0", "@babel/plugin-transform-private-property-in-object@^7.22.11", "@babel/plugin-transform-private-property-in-object@^7.23.3":
|
1053 |
| - version "7.23.3" |
1054 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.3.tgz#5cd34a2ce6f2d008cc8f91d8dcc29e2c41466da6" |
1055 |
| - integrity sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA== |
| 1026 | + version "7.23.4" |
| 1027 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz#3ec711d05d6608fd173d9b8de39872d8dbf68bf5" |
| 1028 | + integrity sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A== |
1056 | 1029 | dependencies:
|
1057 | 1030 | "@babel/helper-annotate-as-pure" "^7.22.5"
|
1058 | 1031 | "@babel/helper-create-class-features-plugin" "^7.22.15"
|
|
1334 | 1307 | integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
1335 | 1308 |
|
1336 | 1309 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.20.7", "@babel/runtime@^7.8.4":
|
1337 |
| - version "7.23.2" |
1338 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885" |
1339 |
| - integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg== |
| 1310 | + version "7.23.4" |
| 1311 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.4.tgz#36fa1d2b36db873d25ec631dcc4923fdc1cf2e2e" |
| 1312 | + integrity sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg== |
1340 | 1313 | dependencies:
|
1341 | 1314 | regenerator-runtime "^0.14.0"
|
1342 | 1315 |
|
1343 |
| -"@babel/template@^7.0.0", "@babel/template@^7.18.6", "@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3": |
| 1316 | +"@babel/template@^7.0.0", "@babel/template@^7.18.6", "@babel/template@^7.22.15", "@babel/template@^7.3.3": |
1344 | 1317 | version "7.22.15"
|
1345 | 1318 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
1346 | 1319 | integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
|
|
1349 | 1322 | "@babel/parser" "^7.22.15"
|
1350 | 1323 | "@babel/types" "^7.22.15"
|
1351 | 1324 |
|
1352 |
| -"@babel/traverse@^7.11.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.20.0", "@babel/traverse@^7.22.5", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.3", "@babel/traverse@^7.7.4": |
1353 |
| - version "7.23.3" |
1354 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b" |
1355 |
| - integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ== |
| 1325 | +"@babel/traverse@^7.11.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.20.0", "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.3", "@babel/traverse@^7.7.4": |
| 1326 | + version "7.23.4" |
| 1327 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.4.tgz#c2790f7edf106d059a0098770fe70801417f3f85" |
| 1328 | + integrity sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg== |
1356 | 1329 | dependencies:
|
1357 |
| - "@babel/code-frame" "^7.22.13" |
1358 |
| - "@babel/generator" "^7.23.3" |
| 1330 | + "@babel/code-frame" "^7.23.4" |
| 1331 | + "@babel/generator" "^7.23.4" |
1359 | 1332 | "@babel/helper-environment-visitor" "^7.22.20"
|
1360 | 1333 | "@babel/helper-function-name" "^7.23.0"
|
1361 | 1334 | "@babel/helper-hoist-variables" "^7.22.5"
|
1362 | 1335 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1363 |
| - "@babel/parser" "^7.23.3" |
1364 |
| - "@babel/types" "^7.23.3" |
| 1336 | + "@babel/parser" "^7.23.4" |
| 1337 | + "@babel/types" "^7.23.4" |
1365 | 1338 | debug "^4.1.0"
|
1366 | 1339 | globals "^11.1.0"
|
1367 | 1340 |
|
1368 |
| -"@babel/types@^7.0.0", "@babel/types@^7.11.5", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1369 |
| - version "7.23.3" |
1370 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598" |
1371 |
| - integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw== |
| 1341 | +"@babel/types@^7.0.0", "@babel/types@^7.11.5", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3", "@babel/types@^7.23.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1342 | + version "7.23.4" |
| 1343 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e" |
| 1344 | + integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ== |
1372 | 1345 | dependencies:
|
1373 |
| - "@babel/helper-string-parser" "^7.22.5" |
| 1346 | + "@babel/helper-string-parser" "^7.23.4" |
1374 | 1347 | "@babel/helper-validator-identifier" "^7.22.20"
|
1375 | 1348 | to-fast-properties "^2.0.0"
|
1376 | 1349 |
|
|
0 commit comments