|
53 | 53 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747" |
54 | 54 | integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw== |
55 | 55 |
|
56 | | -"@babel/core@7.19.3": |
57 | | - version "7.19.3" |
58 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
59 | | - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
| 56 | +"@babel/core@7.19.6": |
| 57 | + version "7.19.6" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
| 59 | + integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
60 | 60 | dependencies: |
61 | 61 | "@ampproject/remapping" "^2.1.0" |
62 | 62 | "@babel/code-frame" "^7.18.6" |
63 | | - "@babel/generator" "^7.19.3" |
| 63 | + "@babel/generator" "^7.19.6" |
64 | 64 | "@babel/helper-compilation-targets" "^7.19.3" |
65 | | - "@babel/helper-module-transforms" "^7.19.0" |
66 | | - "@babel/helpers" "^7.19.0" |
67 | | - "@babel/parser" "^7.19.3" |
| 65 | + "@babel/helper-module-transforms" "^7.19.6" |
| 66 | + "@babel/helpers" "^7.19.4" |
| 67 | + "@babel/parser" "^7.19.6" |
68 | 68 | "@babel/template" "^7.18.10" |
69 | | - "@babel/traverse" "^7.19.3" |
70 | | - "@babel/types" "^7.19.3" |
| 69 | + "@babel/traverse" "^7.19.6" |
| 70 | + "@babel/types" "^7.19.4" |
71 | 71 | convert-source-map "^1.7.0" |
72 | 72 | debug "^4.1.0" |
73 | 73 | gensync "^1.0.0-beta.2" |
|
140 | 140 | "@jridgewell/gen-mapping" "^0.3.2" |
141 | 141 | jsesc "^2.5.1" |
142 | 142 |
|
143 | | -"@babel/generator@^7.19.3": |
144 | | - version "7.19.3" |
145 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59" |
146 | | - integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ== |
| 143 | +"@babel/generator@^7.19.6": |
| 144 | + version "7.19.6" |
| 145 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
| 146 | + integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
147 | 147 | dependencies: |
148 | | - "@babel/types" "^7.19.3" |
| 148 | + "@babel/types" "^7.19.4" |
149 | 149 | "@jridgewell/gen-mapping" "^0.3.2" |
150 | 150 | jsesc "^2.5.1" |
151 | 151 |
|
|
457 | 457 | "@babel/traverse" "^7.19.0" |
458 | 458 | "@babel/types" "^7.19.0" |
459 | 459 |
|
| 460 | +"@babel/helper-module-transforms@^7.19.6": |
| 461 | + version "7.19.6" |
| 462 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
| 463 | + integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
| 464 | + dependencies: |
| 465 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 466 | + "@babel/helper-module-imports" "^7.18.6" |
| 467 | + "@babel/helper-simple-access" "^7.19.4" |
| 468 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 469 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 470 | + "@babel/template" "^7.18.10" |
| 471 | + "@babel/traverse" "^7.19.6" |
| 472 | + "@babel/types" "^7.19.4" |
| 473 | + |
460 | 474 | "@babel/helper-optimise-call-expression@^7.16.0": |
461 | 475 | version "7.16.0" |
462 | 476 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338" |
|
567 | 581 | dependencies: |
568 | 582 | "@babel/types" "^7.18.6" |
569 | 583 |
|
| 584 | +"@babel/helper-simple-access@^7.19.4": |
| 585 | + version "7.19.4" |
| 586 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" |
| 587 | + integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== |
| 588 | + dependencies: |
| 589 | + "@babel/types" "^7.19.4" |
| 590 | + |
570 | 591 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0": |
571 | 592 | version "7.16.0" |
572 | 593 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" |
|
669 | 690 | "@babel/traverse" "^7.16.5" |
670 | 691 | "@babel/types" "^7.16.0" |
671 | 692 |
|
672 | | -"@babel/helpers@^7.19.0": |
673 | | - version "7.19.0" |
674 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18" |
675 | | - integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg== |
| 693 | +"@babel/helpers@^7.19.4": |
| 694 | + version "7.19.4" |
| 695 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
| 696 | + integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
676 | 697 | dependencies: |
677 | 698 | "@babel/template" "^7.18.10" |
678 | | - "@babel/traverse" "^7.19.0" |
679 | | - "@babel/types" "^7.19.0" |
| 699 | + "@babel/traverse" "^7.19.4" |
| 700 | + "@babel/types" "^7.19.4" |
680 | 701 |
|
681 | 702 | "@babel/highlight@^7.16.0": |
682 | 703 | version "7.16.0" |
|
721 | 742 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c" |
722 | 743 | integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw== |
723 | 744 |
|
724 | | -"@babel/parser@^7.19.3": |
725 | | - version "7.19.3" |
726 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a" |
727 | | - integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ== |
| 745 | +"@babel/parser@^7.19.6": |
| 746 | + version "7.19.6" |
| 747 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
| 748 | + integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
728 | 749 |
|
729 | 750 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
730 | 751 | version "7.16.2" |
|
2010 | 2031 | debug "^4.1.0" |
2011 | 2032 | globals "^11.1.0" |
2012 | 2033 |
|
2013 | | -"@babel/traverse@^7.19.3": |
2014 | | - version "7.19.3" |
2015 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
2016 | | - integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
| 2034 | +"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
| 2035 | + version "7.19.6" |
| 2036 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
| 2037 | + integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
2017 | 2038 | dependencies: |
2018 | 2039 | "@babel/code-frame" "^7.18.6" |
2019 | | - "@babel/generator" "^7.19.3" |
| 2040 | + "@babel/generator" "^7.19.6" |
2020 | 2041 | "@babel/helper-environment-visitor" "^7.18.9" |
2021 | 2042 | "@babel/helper-function-name" "^7.19.0" |
2022 | 2043 | "@babel/helper-hoist-variables" "^7.18.6" |
2023 | 2044 | "@babel/helper-split-export-declaration" "^7.18.6" |
2024 | | - "@babel/parser" "^7.19.3" |
2025 | | - "@babel/types" "^7.19.3" |
| 2045 | + "@babel/parser" "^7.19.6" |
| 2046 | + "@babel/types" "^7.19.4" |
2026 | 2047 | debug "^4.1.0" |
2027 | 2048 | globals "^11.1.0" |
2028 | 2049 |
|
|
2068 | 2089 | "@babel/helper-validator-identifier" "^7.18.6" |
2069 | 2090 | to-fast-properties "^2.0.0" |
2070 | 2091 |
|
2071 | | -"@babel/types@^7.19.3": |
2072 | | - version "7.19.3" |
2073 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
2074 | | - integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw== |
2075 | | - dependencies: |
2076 | | - "@babel/helper-string-parser" "^7.18.10" |
2077 | | - "@babel/helper-validator-identifier" "^7.19.1" |
2078 | | - to-fast-properties "^2.0.0" |
2079 | | - |
2080 | 2092 | "@babel/types@^7.19.4": |
2081 | 2093 | version "7.19.4" |
2082 | 2094 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
|
0 commit comments