|
158 | 158 | dependencies: |
159 | 159 | "@babel/types" "^7.11.0" |
160 | 160 |
|
| 161 | +"@babel/helper-module-imports@^7.0.0-beta.49": |
| 162 | + version "7.18.6" |
| 163 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" |
| 164 | + integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== |
| 165 | + dependencies: |
| 166 | + "@babel/types" "^7.18.6" |
| 167 | + |
161 | 168 | "@babel/helper-module-imports@^7.10.4": |
162 | 169 | version "7.10.4" |
163 | 170 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
|
239 | 246 | dependencies: |
240 | 247 | "@babel/types" "^7.11.0" |
241 | 248 |
|
| 249 | +"@babel/helper-string-parser@^7.18.10": |
| 250 | + version "7.18.10" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" |
| 252 | + integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== |
| 253 | + |
242 | 254 | "@babel/helper-validator-identifier@^7.10.4": |
243 | 255 | version "7.10.4" |
244 | 256 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
245 | 257 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
246 | 258 |
|
| 259 | +"@babel/helper-validator-identifier@^7.18.6": |
| 260 | + version "7.18.6" |
| 261 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
| 262 | + integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== |
| 263 | + |
247 | 264 | "@babel/helper-wrap-function@^7.10.4": |
248 | 265 | version "7.10.4" |
249 | 266 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87" |
|
873 | 890 | lodash "^4.17.19" |
874 | 891 | to-fast-properties "^2.0.0" |
875 | 892 |
|
| 893 | +"@babel/types@^7.0.0-beta.49", "@babel/types@^7.18.6": |
| 894 | + version "7.18.10" |
| 895 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" |
| 896 | + integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== |
| 897 | + dependencies: |
| 898 | + "@babel/helper-string-parser" "^7.18.10" |
| 899 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 900 | + to-fast-properties "^2.0.0" |
| 901 | + |
876 | 902 | "@bcoe/v8-coverage@^0.2.3": |
877 | 903 | version "0.2.3" |
878 | 904 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
@@ -2638,6 +2664,17 @@ babel-plugin-jest-hoist@^26.2.0: |
2638 | 2664 | "@types/babel__core" "^7.0.0" |
2639 | 2665 | "@types/babel__traverse" "^7.0.6" |
2640 | 2666 |
|
| 2667 | +babel-plugin-lodash@^3.3.4: |
| 2668 | + version "3.3.4" |
| 2669 | + resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196" |
| 2670 | + integrity sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg== |
| 2671 | + dependencies: |
| 2672 | + "@babel/helper-module-imports" "^7.0.0-beta.49" |
| 2673 | + "@babel/types" "^7.0.0-beta.49" |
| 2674 | + glob "^7.1.1" |
| 2675 | + lodash "^4.17.10" |
| 2676 | + require-package-name "^2.0.1" |
| 2677 | + |
2641 | 2678 | babel-preset-current-node-syntax@^0.1.3: |
2642 | 2679 | version "0.1.3" |
2643 | 2680 | resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-0.1.3.tgz#b4b547acddbf963cba555ba9f9cbbb70bfd044da" |
@@ -6126,6 +6163,11 @@ lodash@^4, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, l |
6126 | 6163 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" |
6127 | 6164 | integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== |
6128 | 6165 |
|
| 6166 | +lodash@^4.17.10: |
| 6167 | + version "4.17.21" |
| 6168 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
| 6169 | + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
| 6170 | + |
6129 | 6171 | loose-envify@^1.0.0, loose-envify@^1.4.0: |
6130 | 6172 | version "1.4.0" |
6131 | 6173 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" |
@@ -7762,6 +7804,11 @@ require-main-filename@^2.0.0: |
7762 | 7804 | resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" |
7763 | 7805 | integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== |
7764 | 7806 |
|
| 7807 | +require-package-name@^2.0.1: |
| 7808 | + version "2.0.1" |
| 7809 | + resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9" |
| 7810 | + integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q== |
| 7811 | + |
7765 | 7812 | resolve-cwd@^2.0.0: |
7766 | 7813 | version "2.0.0" |
7767 | 7814 | resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" |
|
0 commit comments