|
62 | 62 | resolved "https://registry.yarnpkg.com/@aureooms/js-sort/-/js-sort-7.0.0.tgz#db3c8b93acd93ee0500462b2cec29239c3deb34d" |
63 | 63 | integrity sha1-2zyLk6zZPuBQBGKyzsKSOcPes00= |
64 | 64 |
|
65 | | -"@babel/cli@7.12.16": |
66 | | - version "7.12.16" |
67 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.16.tgz#bde5bc5118d90e539603abcd37938c5f0fd6c87a" |
68 | | - integrity sha512-cKWkNCxbpjSuYLbdeJs4kOnyW1E2D65pu7SodXDOkzahIN/wSgT8geIqf6+pJTgCo47zrOMGcJTmjSFe5WKYwQ== |
| 65 | +"@babel/cli@7.12.17": |
| 66 | + version "7.12.17" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.17.tgz#2db13a0f2ba9c05bed78b8aad9669b473dd7f267" |
| 68 | + integrity sha512-R9dQbDshWvAp3x5XjANsfthqka+ToEdDUonKgtALNgzQxgiUg2Xa4ZwKIcE84wnoiobIJFXF+TCM4ylJvUuW5w== |
69 | 69 | dependencies: |
70 | 70 | commander "^4.0.1" |
71 | 71 | convert-source-map "^1.1.0" |
|
98 | 98 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8" |
99 | 99 | integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg== |
100 | 100 |
|
101 | | -"@babel/core@7.12.16": |
102 | | - version "7.12.16" |
103 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" |
104 | | - integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== |
| 101 | +"@babel/core@7.12.17": |
| 102 | + version "7.12.17" |
| 103 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2" |
| 104 | + integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== |
105 | 105 | dependencies: |
106 | 106 | "@babel/code-frame" "^7.12.13" |
107 | | - "@babel/generator" "^7.12.15" |
108 | | - "@babel/helper-module-transforms" "^7.12.13" |
109 | | - "@babel/helpers" "^7.12.13" |
110 | | - "@babel/parser" "^7.12.16" |
| 107 | + "@babel/generator" "^7.12.17" |
| 108 | + "@babel/helper-module-transforms" "^7.12.17" |
| 109 | + "@babel/helpers" "^7.12.17" |
| 110 | + "@babel/parser" "^7.12.17" |
111 | 111 | "@babel/template" "^7.12.13" |
112 | | - "@babel/traverse" "^7.12.13" |
113 | | - "@babel/types" "^7.12.13" |
| 112 | + "@babel/traverse" "^7.12.17" |
| 113 | + "@babel/types" "^7.12.17" |
114 | 114 | convert-source-map "^1.7.0" |
115 | 115 | debug "^4.1.0" |
116 | 116 | gensync "^1.0.0-beta.1" |
|
159 | 159 | jsesc "^2.5.1" |
160 | 160 | source-map "^0.5.0" |
161 | 161 |
|
162 | | -"@babel/generator@^7.12.15": |
163 | | - version "7.12.15" |
164 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" |
165 | | - integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== |
| 162 | +"@babel/generator@^7.12.17": |
| 163 | + version "7.12.17" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" |
| 165 | + integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== |
166 | 166 | dependencies: |
167 | | - "@babel/types" "^7.12.13" |
| 167 | + "@babel/types" "^7.12.17" |
168 | 168 | jsesc "^2.5.1" |
169 | 169 | source-map "^0.5.0" |
170 | 170 |
|
|
190 | 190 | "@babel/helper-explode-assignable-expression" "^7.12.13" |
191 | 191 | "@babel/types" "^7.12.13" |
192 | 192 |
|
193 | | -"@babel/helper-compilation-targets@^7.12.16": |
194 | | - version "7.12.16" |
195 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b" |
196 | | - integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg== |
| 193 | +"@babel/helper-compilation-targets@^7.12.17": |
| 194 | + version "7.12.17" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7" |
| 196 | + integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA== |
197 | 197 | dependencies: |
198 | 198 | "@babel/compat-data" "^7.12.13" |
199 | | - "@babel/helper-validator-option" "^7.12.16" |
| 199 | + "@babel/helper-validator-option" "^7.12.17" |
200 | 200 | browserslist "^4.14.5" |
201 | 201 | semver "^5.5.0" |
202 | 202 |
|
|
332 | 332 | "@babel/types" "^7.12.13" |
333 | 333 | lodash "^4.17.19" |
334 | 334 |
|
| 335 | +"@babel/helper-module-transforms@^7.12.17": |
| 336 | + version "7.12.17" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509" |
| 338 | + integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== |
| 339 | + dependencies: |
| 340 | + "@babel/helper-module-imports" "^7.12.13" |
| 341 | + "@babel/helper-replace-supers" "^7.12.13" |
| 342 | + "@babel/helper-simple-access" "^7.12.13" |
| 343 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 344 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 345 | + "@babel/template" "^7.12.13" |
| 346 | + "@babel/traverse" "^7.12.17" |
| 347 | + "@babel/types" "^7.12.17" |
| 348 | + lodash "^4.17.19" |
| 349 | + |
335 | 350 | "@babel/helper-optimise-call-expression@^7.10.4": |
336 | 351 | version "7.10.4" |
337 | 352 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
|
437 | 452 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
438 | 453 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
439 | 454 |
|
440 | | -"@babel/helper-validator-option@^7.12.16": |
441 | | - version "7.12.16" |
442 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051" |
443 | | - integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== |
| 455 | +"@babel/helper-validator-option@^7.12.17": |
| 456 | + version "7.12.17" |
| 457 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
| 458 | + integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== |
444 | 459 |
|
445 | 460 | "@babel/helper-wrap-function@^7.12.13": |
446 | 461 | version "7.12.13" |
|
461 | 476 | "@babel/traverse" "^7.12.5" |
462 | 477 | "@babel/types" "^7.12.5" |
463 | 478 |
|
464 | | -"@babel/helpers@^7.12.13": |
465 | | - version "7.12.13" |
466 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" |
467 | | - integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== |
| 479 | +"@babel/helpers@^7.12.17": |
| 480 | + version "7.12.17" |
| 481 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc" |
| 482 | + integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== |
468 | 483 | dependencies: |
469 | 484 | "@babel/template" "^7.12.13" |
470 | | - "@babel/traverse" "^7.12.13" |
471 | | - "@babel/types" "^7.12.13" |
| 485 | + "@babel/traverse" "^7.12.17" |
| 486 | + "@babel/types" "^7.12.17" |
472 | 487 |
|
473 | 488 | "@babel/highlight@^7.10.4": |
474 | 489 | version "7.10.4" |
|
498 | 513 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9" |
499 | 514 | integrity sha512-z7n7ybOUzaRc3wwqLpAX8UFIXsrVXUJhtNGBwAnLz6d1KUapqyq7ad2La8gZ6CXhHmGAIL32cop8Tst4/PNWLw== |
500 | 515 |
|
501 | | -"@babel/parser@^7.12.16": |
502 | | - version "7.12.16" |
503 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" |
504 | | - integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== |
| 516 | +"@babel/parser@^7.12.17": |
| 517 | + version "7.12.17" |
| 518 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848" |
| 519 | + integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== |
505 | 520 |
|
506 | 521 | "@babel/plugin-proposal-async-generator-functions@^7.12.13": |
507 | 522 | version "7.12.13" |
|
520 | 535 | "@babel/helper-create-class-features-plugin" "^7.12.13" |
521 | 536 | "@babel/helper-plugin-utils" "^7.12.13" |
522 | 537 |
|
523 | | -"@babel/plugin-proposal-dynamic-import@^7.12.16": |
524 | | - version "7.12.16" |
525 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473" |
526 | | - integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w== |
| 538 | +"@babel/plugin-proposal-dynamic-import@^7.12.17": |
| 539 | + version "7.12.17" |
| 540 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512" |
| 541 | + integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q== |
527 | 542 | dependencies: |
528 | 543 | "@babel/helper-plugin-utils" "^7.12.13" |
529 | 544 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
|
585 | 600 | "@babel/helper-plugin-utils" "^7.12.13" |
586 | 601 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
587 | 602 |
|
588 | | -"@babel/plugin-proposal-optional-chaining@^7.12.16": |
589 | | - version "7.12.16" |
590 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139" |
591 | | - integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg== |
| 603 | +"@babel/plugin-proposal-optional-chaining@^7.12.17": |
| 604 | + version "7.12.17" |
| 605 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c" |
| 606 | + integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA== |
592 | 607 | dependencies: |
593 | 608 | "@babel/helper-plugin-utils" "^7.12.13" |
594 | 609 | "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
|
966 | 981 | core-js "^2.6.5" |
967 | 982 | regenerator-runtime "^0.13.4" |
968 | 983 |
|
969 | | -"@babel/preset-env@7.12.16": |
970 | | - version "7.12.16" |
971 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082" |
972 | | - integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg== |
| 984 | +"@babel/preset-env@7.12.17": |
| 985 | + version "7.12.17" |
| 986 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa" |
| 987 | + integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg== |
973 | 988 | dependencies: |
974 | 989 | "@babel/compat-data" "^7.12.13" |
975 | | - "@babel/helper-compilation-targets" "^7.12.16" |
| 990 | + "@babel/helper-compilation-targets" "^7.12.17" |
976 | 991 | "@babel/helper-module-imports" "^7.12.13" |
977 | 992 | "@babel/helper-plugin-utils" "^7.12.13" |
978 | | - "@babel/helper-validator-option" "^7.12.16" |
| 993 | + "@babel/helper-validator-option" "^7.12.17" |
979 | 994 | "@babel/plugin-proposal-async-generator-functions" "^7.12.13" |
980 | 995 | "@babel/plugin-proposal-class-properties" "^7.12.13" |
981 | | - "@babel/plugin-proposal-dynamic-import" "^7.12.16" |
| 996 | + "@babel/plugin-proposal-dynamic-import" "^7.12.17" |
982 | 997 | "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
983 | 998 | "@babel/plugin-proposal-json-strings" "^7.12.13" |
984 | 999 | "@babel/plugin-proposal-logical-assignment-operators" "^7.12.13" |
985 | 1000 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13" |
986 | 1001 | "@babel/plugin-proposal-numeric-separator" "^7.12.13" |
987 | 1002 | "@babel/plugin-proposal-object-rest-spread" "^7.12.13" |
988 | 1003 | "@babel/plugin-proposal-optional-catch-binding" "^7.12.13" |
989 | | - "@babel/plugin-proposal-optional-chaining" "^7.12.16" |
| 1004 | + "@babel/plugin-proposal-optional-chaining" "^7.12.17" |
990 | 1005 | "@babel/plugin-proposal-private-methods" "^7.12.13" |
991 | 1006 | "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
992 | 1007 | "@babel/plugin-syntax-async-generators" "^7.8.0" |
|
1034 | 1049 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
1035 | 1050 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
1036 | 1051 | "@babel/preset-modules" "^0.1.3" |
1037 | | - "@babel/types" "^7.12.13" |
| 1052 | + "@babel/types" "^7.12.17" |
1038 | 1053 | core-js-compat "^3.8.0" |
1039 | 1054 | semver "^5.5.0" |
1040 | 1055 |
|
|
1115 | 1130 | globals "^11.1.0" |
1116 | 1131 | lodash "^4.17.19" |
1117 | 1132 |
|
| 1133 | +"@babel/traverse@^7.12.17": |
| 1134 | + version "7.12.17" |
| 1135 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" |
| 1136 | + integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== |
| 1137 | + dependencies: |
| 1138 | + "@babel/code-frame" "^7.12.13" |
| 1139 | + "@babel/generator" "^7.12.17" |
| 1140 | + "@babel/helper-function-name" "^7.12.13" |
| 1141 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1142 | + "@babel/parser" "^7.12.17" |
| 1143 | + "@babel/types" "^7.12.17" |
| 1144 | + debug "^4.1.0" |
| 1145 | + globals "^11.1.0" |
| 1146 | + lodash "^4.17.19" |
| 1147 | + |
1118 | 1148 | "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.4.4": |
1119 | 1149 | version "7.12.6" |
1120 | 1150 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96" |
|
1133 | 1163 | lodash "^4.17.19" |
1134 | 1164 | to-fast-properties "^2.0.0" |
1135 | 1165 |
|
| 1166 | +"@babel/types@^7.12.17": |
| 1167 | + version "7.12.17" |
| 1168 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963" |
| 1169 | + integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== |
| 1170 | + dependencies: |
| 1171 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1172 | + lodash "^4.17.19" |
| 1173 | + to-fast-properties "^2.0.0" |
| 1174 | + |
1136 | 1175 | "@concordance/react@^2.0.0": |
1137 | 1176 | version "2.0.0" |
1138 | 1177 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde" |
|
0 commit comments