|
56 | 56 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4" |
57 | 57 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA== |
58 | 58 |
|
59 | | -"@babel/compat-data@^7.14.0": |
60 | | - version "7.14.0" |
61 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
62 | | - integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
| 59 | +"@babel/compat-data@^7.14.4": |
| 60 | + version "7.14.4" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 62 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
63 | 63 |
|
64 | 64 | |
65 | 65 | version "7.14.3" |
|
201 | 201 | browserslist "^4.14.5" |
202 | 202 | semver "^6.3.0" |
203 | 203 |
|
| 204 | +"@babel/helper-compilation-targets@^7.14.4": |
| 205 | + version "7.14.4" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 207 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
| 208 | + dependencies: |
| 209 | + "@babel/compat-data" "^7.14.4" |
| 210 | + "@babel/helper-validator-option" "^7.12.17" |
| 211 | + browserslist "^4.16.6" |
| 212 | + semver "^6.3.0" |
| 213 | + |
204 | 214 | "@babel/helper-create-class-features-plugin@^7.13.0": |
205 | 215 | version "7.13.0" |
206 | 216 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.0.tgz#28d04ad9cfbd1ed1d8b988c9ea7b945263365846" |
|
224 | 234 | "@babel/helper-replace-supers" "^7.13.12" |
225 | 235 | "@babel/helper-split-export-declaration" "^7.12.13" |
226 | 236 |
|
| 237 | +"@babel/helper-create-class-features-plugin@^7.14.3": |
| 238 | + version "7.14.4" |
| 239 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
| 240 | + integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 241 | + dependencies: |
| 242 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 243 | + "@babel/helper-function-name" "^7.14.2" |
| 244 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 245 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 246 | + "@babel/helper-replace-supers" "^7.14.4" |
| 247 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 248 | + |
227 | 249 | "@babel/helper-create-regexp-features-plugin@^7.12.13": |
228 | 250 | version "7.12.13" |
229 | 251 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz#0996d370a92896c612ae41a4215544bd152579c0" |
|
492 | 514 | "@babel/traverse" "^7.13.0" |
493 | 515 | "@babel/types" "^7.13.12" |
494 | 516 |
|
| 517 | +"@babel/helper-replace-supers@^7.14.4": |
| 518 | + version "7.14.4" |
| 519 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 520 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 521 | + dependencies: |
| 522 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 523 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 524 | + "@babel/traverse" "^7.14.2" |
| 525 | + "@babel/types" "^7.14.4" |
| 526 | + |
495 | 527 | "@babel/helper-replace-supers@^7.8.6": |
496 | 528 | version "7.8.6" |
497 | 529 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
|
686 | 718 | "@babel/helper-create-class-features-plugin" "^7.13.0" |
687 | 719 | "@babel/helper-plugin-utils" "^7.13.0" |
688 | 720 |
|
689 | | -"@babel/plugin-proposal-class-static-block@^7.13.11": |
690 | | - version "7.13.11" |
691 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
692 | | - integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 721 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
| 722 | + version "7.14.3" |
| 723 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" |
| 724 | + integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== |
693 | 725 | dependencies: |
| 726 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
694 | 727 | "@babel/helper-plugin-utils" "^7.13.0" |
695 | 728 | "@babel/plugin-syntax-class-static-block" "^7.12.13" |
696 | 729 |
|
|
742 | 775 | "@babel/helper-plugin-utils" "^7.13.0" |
743 | 776 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
744 | 777 |
|
745 | | -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
746 | | - version "7.14.2" |
747 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
748 | | - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 778 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 779 | + version "7.14.4" |
| 780 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 781 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
749 | 782 | dependencies: |
750 | | - "@babel/compat-data" "^7.14.0" |
751 | | - "@babel/helper-compilation-targets" "^7.13.16" |
| 783 | + "@babel/compat-data" "^7.14.4" |
| 784 | + "@babel/helper-compilation-targets" "^7.14.4" |
752 | 785 | "@babel/helper-plugin-utils" "^7.13.0" |
753 | 786 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
754 | 787 | "@babel/plugin-transform-parameters" "^7.14.2" |
|
942 | 975 | dependencies: |
943 | 976 | "@babel/helper-plugin-utils" "^7.12.13" |
944 | 977 |
|
945 | | -"@babel/plugin-transform-block-scoping@^7.14.2": |
946 | | - version "7.14.2" |
947 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
948 | | - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 978 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 979 | + version "7.14.4" |
| 980 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 981 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
949 | 982 | dependencies: |
950 | 983 | "@babel/helper-plugin-utils" "^7.13.0" |
951 | 984 |
|
952 | | -"@babel/plugin-transform-classes@^7.14.2": |
953 | | - version "7.14.2" |
954 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
955 | | - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 985 | +"@babel/plugin-transform-classes@^7.14.4": |
| 986 | + version "7.14.4" |
| 987 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 988 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
956 | 989 | dependencies: |
957 | 990 | "@babel/helper-annotate-as-pure" "^7.12.13" |
958 | 991 | "@babel/helper-function-name" "^7.14.2" |
959 | 992 | "@babel/helper-optimise-call-expression" "^7.12.13" |
960 | 993 | "@babel/helper-plugin-utils" "^7.13.0" |
961 | | - "@babel/helper-replace-supers" "^7.13.12" |
| 994 | + "@babel/helper-replace-supers" "^7.14.4" |
962 | 995 | "@babel/helper-split-export-declaration" "^7.12.13" |
963 | 996 | globals "^11.1.0" |
964 | 997 |
|
|
969 | 1002 | dependencies: |
970 | 1003 | "@babel/helper-plugin-utils" "^7.13.0" |
971 | 1004 |
|
972 | | -"@babel/plugin-transform-destructuring@^7.13.17": |
973 | | - version "7.13.17" |
974 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
975 | | - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 1005 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 1006 | + version "7.14.4" |
| 1007 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 1008 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
976 | 1009 | dependencies: |
977 | 1010 | "@babel/helper-plugin-utils" "^7.13.0" |
978 | 1011 |
|
|
1209 | 1242 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
1210 | 1243 | "@babel/helper-plugin-utils" "^7.12.13" |
1211 | 1244 |
|
1212 | | - |
1213 | | - version "7.14.2" |
1214 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
1215 | | - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 1245 | + |
| 1246 | + version "7.14.4" |
| 1247 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 1248 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
1216 | 1249 | dependencies: |
1217 | | - "@babel/compat-data" "^7.14.0" |
1218 | | - "@babel/helper-compilation-targets" "^7.13.16" |
| 1250 | + "@babel/compat-data" "^7.14.4" |
| 1251 | + "@babel/helper-compilation-targets" "^7.14.4" |
1219 | 1252 | "@babel/helper-plugin-utils" "^7.13.0" |
1220 | 1253 | "@babel/helper-validator-option" "^7.12.17" |
1221 | 1254 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" |
1222 | 1255 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2" |
1223 | 1256 | "@babel/plugin-proposal-class-properties" "^7.13.0" |
1224 | | - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 1257 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
1225 | 1258 | "@babel/plugin-proposal-dynamic-import" "^7.14.2" |
1226 | 1259 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2" |
1227 | 1260 | "@babel/plugin-proposal-json-strings" "^7.14.2" |
1228 | 1261 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2" |
1229 | 1262 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2" |
1230 | 1263 | "@babel/plugin-proposal-numeric-separator" "^7.14.2" |
1231 | | - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 1264 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
1232 | 1265 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2" |
1233 | 1266 | "@babel/plugin-proposal-optional-chaining" "^7.14.2" |
1234 | 1267 | "@babel/plugin-proposal-private-methods" "^7.13.0" |
|
1251 | 1284 | "@babel/plugin-transform-arrow-functions" "^7.13.0" |
1252 | 1285 | "@babel/plugin-transform-async-to-generator" "^7.13.0" |
1253 | 1286 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
1254 | | - "@babel/plugin-transform-block-scoping" "^7.14.2" |
1255 | | - "@babel/plugin-transform-classes" "^7.14.2" |
| 1287 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1288 | + "@babel/plugin-transform-classes" "^7.14.4" |
1256 | 1289 | "@babel/plugin-transform-computed-properties" "^7.13.0" |
1257 | | - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1290 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
1258 | 1291 | "@babel/plugin-transform-dotall-regex" "^7.12.13" |
1259 | 1292 | "@babel/plugin-transform-duplicate-keys" "^7.12.13" |
1260 | 1293 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13" |
|
1281 | 1314 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
1282 | 1315 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
1283 | 1316 | "@babel/preset-modules" "^0.1.4" |
1284 | | - "@babel/types" "^7.14.2" |
| 1317 | + "@babel/types" "^7.14.4" |
1285 | 1318 | babel-plugin-polyfill-corejs2 "^0.2.0" |
1286 | 1319 | babel-plugin-polyfill-corejs3 "^0.2.0" |
1287 | 1320 | babel-plugin-polyfill-regenerator "^0.2.0" |
|
1470 | 1503 | "@babel/helper-validator-identifier" "^7.14.0" |
1471 | 1504 | to-fast-properties "^2.0.0" |
1472 | 1505 |
|
| 1506 | +"@babel/types@^7.14.4": |
| 1507 | + version "7.14.4" |
| 1508 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1509 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1510 | + dependencies: |
| 1511 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1512 | + to-fast-properties "^2.0.0" |
| 1513 | + |
1473 | 1514 | "@babel/types@^7.4.4": |
1474 | 1515 | version "7.4.4" |
1475 | 1516 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
|
2270 | 2311 | vm-browserify "^1.0.0" |
2271 | 2312 | xtend "^4.0.0" |
2272 | 2313 |
|
2273 | | -browserslist@^4.14.5, browserslist@^4.16.3: |
| 2314 | +browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4.16.6: |
2274 | 2315 | version "4.16.6" |
2275 | 2316 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" |
2276 | 2317 | integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== |
|
0 commit comments