|
446 | 446 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
|
447 | 447 | integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
|
448 | 448 |
|
| 449 | +"@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.24.5": |
| 450 | + version "7.24.5" |
| 451 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a" |
| 452 | + integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ== |
| 453 | + |
449 | 454 | "@babel/helper-remap-async-to-generator@^7.16.8":
|
450 | 455 | version "7.16.8"
|
451 | 456 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
|
|
517 | 522 | dependencies:
|
518 | 523 | "@babel/types" "^7.20.0"
|
519 | 524 |
|
| 525 | +"@babel/helper-skip-transparent-expression-wrappers@^7.22.5": |
| 526 | + version "7.22.5" |
| 527 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" |
| 528 | + integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== |
| 529 | + dependencies: |
| 530 | + "@babel/types" "^7.22.5" |
| 531 | + |
520 | 532 | "@babel/helper-split-export-declaration@^7.16.7", "@babel/helper-split-export-declaration@^7.18.6":
|
521 | 533 | version "7.18.6"
|
522 | 534 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
|
|
529 | 541 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
530 | 542 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
531 | 543 |
|
| 544 | +"@babel/helper-string-parser@^7.24.1": |
| 545 | + version "7.24.1" |
| 546 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 547 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 548 | + |
532 | 549 | "@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
533 | 550 | version "7.19.1"
|
534 | 551 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
535 | 552 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
536 | 553 |
|
| 554 | +"@babel/helper-validator-identifier@^7.24.5": |
| 555 | + version "7.24.5" |
| 556 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" |
| 557 | + integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== |
| 558 | + |
537 | 559 | "@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.21.0":
|
538 | 560 | version "7.21.0"
|
539 | 561 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
1003 | 1025 | dependencies:
|
1004 | 1026 | "@babel/helper-plugin-utils" "^7.16.7"
|
1005 | 1027 |
|
1006 |
| -"@babel/plugin-transform-arrow-functions@^7.0.0": |
1007 |
| - version "7.16.7" |
1008 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154" |
1009 |
| - integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== |
| 1028 | +"@babel/plugin-transform-arrow-functions@^7.0.0", "@babel/plugin-transform-arrow-functions@^7.0.0-0", "@babel/plugin-transform-arrow-functions@^7.21.5": |
| 1029 | + version "7.24.1" |
| 1030 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27" |
| 1031 | + integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw== |
1010 | 1032 | dependencies:
|
1011 |
| - "@babel/helper-plugin-utils" "^7.16.7" |
1012 |
| - |
1013 |
| -"@babel/plugin-transform-arrow-functions@^7.21.5": |
1014 |
| - version "7.21.5" |
1015 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz#9bb42a53de447936a57ba256fbf537fc312b6929" |
1016 |
| - integrity sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA== |
1017 |
| - dependencies: |
1018 |
| - "@babel/helper-plugin-utils" "^7.21.5" |
| 1033 | + "@babel/helper-plugin-utils" "^7.24.0" |
1019 | 1034 |
|
1020 | 1035 | "@babel/plugin-transform-async-to-generator@^7.0.0":
|
1021 | 1036 | version "7.16.8"
|
|
1279 | 1294 | dependencies:
|
1280 | 1295 | "@babel/helper-plugin-utils" "^7.18.6"
|
1281 | 1296 |
|
1282 |
| -"@babel/plugin-transform-object-assign@^7.16.7": |
1283 |
| - version "7.18.6" |
1284 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.18.6.tgz#7830b4b6f83e1374a5afb9f6111bcfaea872cdd2" |
1285 |
| - integrity sha512-mQisZ3JfqWh2gVXvfqYCAAyRs6+7oev+myBsTwW5RnPhYXOTuCEw2oe3YgxlXMViXUS53lG8koulI7mJ+8JE+A== |
| 1297 | +"@babel/plugin-transform-nullish-coalescing-operator@^7.0.0-0": |
| 1298 | + version "7.24.1" |
| 1299 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988" |
| 1300 | + integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw== |
1286 | 1301 | dependencies:
|
1287 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
| 1302 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 1303 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
1288 | 1304 |
|
1289 | 1305 | "@babel/plugin-transform-object-super@^7.0.0":
|
1290 | 1306 | version "7.16.7"
|
|
1302 | 1318 | "@babel/helper-plugin-utils" "^7.18.6"
|
1303 | 1319 | "@babel/helper-replace-supers" "^7.18.6"
|
1304 | 1320 |
|
| 1321 | +"@babel/plugin-transform-optional-chaining@^7.0.0-0": |
| 1322 | + version "7.24.5" |
| 1323 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f" |
| 1324 | + integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg== |
| 1325 | + dependencies: |
| 1326 | + "@babel/helper-plugin-utils" "^7.24.5" |
| 1327 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 1328 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 1329 | + |
1305 | 1330 | "@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.16.7":
|
1306 | 1331 | version "7.16.7"
|
1307 | 1332 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f"
|
|
1407 | 1432 | babel-plugin-polyfill-regenerator "^0.3.0"
|
1408 | 1433 | semver "^6.3.0"
|
1409 | 1434 |
|
1410 |
| -"@babel/plugin-transform-shorthand-properties@^7.0.0": |
1411 |
| - version "7.16.7" |
1412 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" |
1413 |
| - integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== |
1414 |
| - dependencies: |
1415 |
| - "@babel/helper-plugin-utils" "^7.16.7" |
1416 |
| - |
1417 |
| -"@babel/plugin-transform-shorthand-properties@^7.18.6": |
1418 |
| - version "7.18.6" |
1419 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9" |
1420 |
| - integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== |
| 1435 | +"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.0.0-0", "@babel/plugin-transform-shorthand-properties@^7.18.6": |
| 1436 | + version "7.24.1" |
| 1437 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55" |
| 1438 | + integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA== |
1421 | 1439 | dependencies:
|
1422 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
| 1440 | + "@babel/helper-plugin-utils" "^7.24.0" |
1423 | 1441 |
|
1424 | 1442 | "@babel/plugin-transform-spread@^7.0.0":
|
1425 | 1443 | version "7.16.7"
|
|
1451 | 1469 | dependencies:
|
1452 | 1470 | "@babel/helper-plugin-utils" "^7.18.6"
|
1453 | 1471 |
|
1454 |
| -"@babel/plugin-transform-template-literals@^7.0.0": |
1455 |
| - version "7.16.7" |
1456 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab" |
1457 |
| - integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== |
1458 |
| - dependencies: |
1459 |
| - "@babel/helper-plugin-utils" "^7.16.7" |
1460 |
| - |
1461 |
| -"@babel/plugin-transform-template-literals@^7.18.9": |
1462 |
| - version "7.18.9" |
1463 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e" |
1464 |
| - integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== |
| 1472 | +"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.0.0-0", "@babel/plugin-transform-template-literals@^7.18.9": |
| 1473 | + version "7.24.1" |
| 1474 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7" |
| 1475 | + integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g== |
1465 | 1476 | dependencies:
|
1466 |
| - "@babel/helper-plugin-utils" "^7.18.9" |
| 1477 | + "@babel/helper-plugin-utils" "^7.24.0" |
1467 | 1478 |
|
1468 | 1479 | "@babel/plugin-transform-typeof-symbol@^7.18.9":
|
1469 | 1480 | version "7.18.9"
|
|
1472 | 1483 | dependencies:
|
1473 | 1484 | "@babel/helper-plugin-utils" "^7.18.9"
|
1474 | 1485 |
|
1475 |
| -"@babel/plugin-transform-typescript@^7.16.7", "@babel/plugin-transform-typescript@^7.21.3": |
| 1486 | +"@babel/plugin-transform-typescript@^7.21.3": |
1476 | 1487 | version "7.21.3"
|
1477 | 1488 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz#316c5be579856ea890a57ebc5116c5d064658f2b"
|
1478 | 1489 | integrity sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==
|
|
1616 | 1627 | "@babel/types" "^7.4.4"
|
1617 | 1628 | esutils "^2.0.2"
|
1618 | 1629 |
|
1619 |
| -"@babel/preset-typescript@^7.13.0": |
1620 |
| - version "7.16.7" |
1621 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9" |
1622 |
| - integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ== |
1623 |
| - dependencies: |
1624 |
| - "@babel/helper-plugin-utils" "^7.16.7" |
1625 |
| - "@babel/helper-validator-option" "^7.16.7" |
1626 |
| - "@babel/plugin-transform-typescript" "^7.16.7" |
1627 |
| - |
1628 |
| -"@babel/preset-typescript@^7.16.7": |
| 1630 | +"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.16.7": |
1629 | 1631 | version "7.21.5"
|
1630 | 1632 | resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.21.5.tgz#68292c884b0e26070b4d66b202072d391358395f"
|
1631 | 1633 | integrity sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==
|
|
1774 | 1776 | "@babel/helper-validator-identifier" "^7.19.1"
|
1775 | 1777 | to-fast-properties "^2.0.0"
|
1776 | 1778 |
|
| 1779 | +"@babel/types@^7.22.5": |
| 1780 | + version "7.24.5" |
| 1781 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" |
| 1782 | + integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== |
| 1783 | + dependencies: |
| 1784 | + "@babel/helper-string-parser" "^7.24.1" |
| 1785 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 1786 | + to-fast-properties "^2.0.0" |
| 1787 | + |
1777 | 1788 | "@bcoe/v8-coverage@^0.2.3":
|
1778 | 1789 | version "0.2.3"
|
1779 | 1790 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
6231 | 6242 | atoa "1.0.0"
|
6232 | 6243 | ticky "1.0.1"
|
6233 | 6244 |
|
6234 |
| -convert-source-map@^1.5.0, convert-source-map@^1.6.0: |
6235 |
| - version "1.8.0" |
6236 |
| - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" |
6237 |
| - integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== |
6238 |
| - dependencies: |
6239 |
| - safe-buffer "~5.1.1" |
6240 |
| - |
6241 |
| -convert-source-map@^1.7.0: |
| 6245 | +convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
6242 | 6246 | version "1.9.0"
|
6243 | 6247 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
|
6244 | 6248 | integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
|
@@ -10751,11 +10755,6 @@ lodash.isboolean@^3.0.3:
|
10751 | 10755 | resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
|
10752 | 10756 | integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
|
10753 | 10757 |
|
10754 |
| -lodash.isequal@^4.5.0: |
10755 |
| - version "4.5.0" |
10756 |
| - resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" |
10757 |
| - integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ== |
10758 |
| - |
10759 | 10758 | lodash.isinteger@^4.0.4:
|
10760 | 10759 | version "4.0.4"
|
10761 | 10760 | resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
|
@@ -12935,17 +12934,19 @@ react-native-push-notification@^8.1.1:
|
12935 | 12934 | resolved "https://registry.yarnpkg.com/react-native-push-notification/-/react-native-push-notification-8.1.1.tgz#a41d20c70ea5a7709417e96261b225461f8dc73a"
|
12936 | 12935 | integrity sha512-XpBtG/w+a6WXTxu6l1dNYyTiHnbgnvjoc3KxPTxYkaIABRmvuJZkFxqruyGvfCw7ELAlZEAJO+dthdTabCe1XA==
|
12937 | 12936 |
|
12938 |
| -react-native-reanimated@^2.17.0: |
12939 |
| - version "2.17.0" |
12940 |
| - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.17.0.tgz#eae2308235961cdd79810e01dfdd7e88b1ae5b5c" |
12941 |
| - integrity sha512-bVy+FUEaHXq4i+aPPqzGeor1rG4scgVNBbBz21ohvC7iMpB9IIgvGsmy1FAoodZhZ5sa3EPF67Rcec76F1PXlQ== |
12942 |
| - dependencies: |
12943 |
| - "@babel/plugin-transform-object-assign" "^7.16.7" |
| 12937 | +react-native-reanimated@^3.11.0: |
| 12938 | + version "3.11.0" |
| 12939 | + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.11.0.tgz#d4265d4e0232623f5958ed60e1686ca884fc3452" |
| 12940 | + integrity sha512-BNw/XDgUfs8UhfY1X6IniU8kWpnotWGyt8qmQviaHisTi5lvwnaOdXQKfN1KGONx6ekdFRHRP5EFwLi0UajwKA== |
| 12941 | + dependencies: |
| 12942 | + "@babel/plugin-transform-arrow-functions" "^7.0.0-0" |
| 12943 | + "@babel/plugin-transform-nullish-coalescing-operator" "^7.0.0-0" |
| 12944 | + "@babel/plugin-transform-optional-chaining" "^7.0.0-0" |
| 12945 | + "@babel/plugin-transform-shorthand-properties" "^7.0.0-0" |
| 12946 | + "@babel/plugin-transform-template-literals" "^7.0.0-0" |
12944 | 12947 | "@babel/preset-typescript" "^7.16.7"
|
| 12948 | + convert-source-map "^2.0.0" |
12945 | 12949 | invariant "^2.2.4"
|
12946 |
| - lodash.isequal "^4.5.0" |
12947 |
| - setimmediate "^1.0.5" |
12948 |
| - string-hash-64 "^1.0.3" |
12949 | 12950 |
|
12950 | 12951 | react-native-safe-area-context@^4.3.1:
|
12951 | 12952 | version "4.3.1"
|
@@ -13908,11 +13909,6 @@ set-value@^2.0.0, set-value@^2.0.1:
|
13908 | 13909 | is-plain-object "^2.0.3"
|
13909 | 13910 | split-string "^3.0.1"
|
13910 | 13911 |
|
13911 |
| -setimmediate@^1.0.5: |
13912 |
| - version "1.0.5" |
13913 |
| - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" |
13914 |
| - integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== |
13915 |
| - |
13916 | 13912 |
|
13917 | 13913 | version "1.2.0"
|
13918 | 13914 | resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
|
@@ -14401,11 +14397,6 @@ string-argv@^0.3.1:
|
14401 | 14397 | resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
|
14402 | 14398 | integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
|
14403 | 14399 |
|
14404 |
| -string-hash-64@^1.0.3: |
14405 |
| - version "1.0.3" |
14406 |
| - resolved "https://registry.yarnpkg.com/string-hash-64/-/string-hash-64-1.0.3.tgz#0deb56df58678640db5c479ccbbb597aaa0de322" |
14407 |
| - integrity sha512-D5OKWKvDhyVWWn2x5Y9b+37NUllks34q1dCDhk/vYcso9fmhs+Tl3KR/gE4v5UNj2UA35cnX4KdVVGkG1deKqw== |
14408 |
| - |
14409 | 14400 | string-length@^4.0.1:
|
14410 | 14401 | version "4.0.2"
|
14411 | 14402 | resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"
|
|
0 commit comments