|
44 | 44 | dependencies:
|
45 | 45 | "@babel/highlight" "^7.12.13"
|
46 | 46 |
|
47 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15": |
| 47 | +"@babel/compat-data@^7.13.11": |
48 | 48 | version "7.13.15"
|
49 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
50 | 50 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
|
54 | 54 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
55 | 55 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
56 | 56 |
|
57 |
| -"@babel/compat-data@^7.14.0": |
58 |
| - version "7.14.0" |
59 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
60 |
| - integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q== |
| 57 | +"@babel/compat-data@^7.14.4": |
| 58 | + version "7.14.4" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58" |
| 60 | + integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ== |
61 | 61 |
|
62 | 62 | "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
|
63 | 63 | version "7.9.0"
|
|
159 | 159 | browserslist "^4.14.5"
|
160 | 160 | semver "^6.3.0"
|
161 | 161 |
|
162 |
| -"@babel/helper-compilation-targets@^7.13.16": |
163 |
| - version "7.13.16" |
164 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
165 |
| - integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== |
| 162 | +"@babel/helper-compilation-targets@^7.14.4": |
| 163 | + version "7.14.4" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516" |
| 165 | + integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA== |
166 | 166 | dependencies:
|
167 |
| - "@babel/compat-data" "^7.13.15" |
| 167 | + "@babel/compat-data" "^7.14.4" |
168 | 168 | "@babel/helper-validator-option" "^7.12.17"
|
169 |
| - browserslist "^4.14.5" |
| 169 | + browserslist "^4.16.6" |
170 | 170 | semver "^6.3.0"
|
171 | 171 |
|
172 | 172 | "@babel/helper-create-class-features-plugin@^7.13.0":
|
|
192 | 192 | "@babel/helper-replace-supers" "^7.13.12"
|
193 | 193 | "@babel/helper-split-export-declaration" "^7.12.13"
|
194 | 194 |
|
| 195 | +"@babel/helper-create-class-features-plugin@^7.14.3": |
| 196 | + version "7.14.4" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42" |
| 198 | + integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw== |
| 199 | + dependencies: |
| 200 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 201 | + "@babel/helper-function-name" "^7.14.2" |
| 202 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 203 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 204 | + "@babel/helper-replace-supers" "^7.14.4" |
| 205 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 206 | + |
195 | 207 | "@babel/helper-create-regexp-features-plugin@^7.12.13":
|
196 | 208 | version "7.12.13"
|
197 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz#0996d370a92896c612ae41a4215544bd152579c0"
|
|
464 | 476 | "@babel/traverse" "^7.13.0"
|
465 | 477 | "@babel/types" "^7.13.12"
|
466 | 478 |
|
| 479 | +"@babel/helper-replace-supers@^7.14.4": |
| 480 | + version "7.14.4" |
| 481 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836" |
| 482 | + integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ== |
| 483 | + dependencies: |
| 484 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 485 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 486 | + "@babel/traverse" "^7.14.2" |
| 487 | + "@babel/types" "^7.14.4" |
| 488 | + |
467 | 489 | "@babel/helper-replace-supers@^7.8.6":
|
468 | 490 | version "7.8.6"
|
469 | 491 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
|
|
635 | 657 | "@babel/helper-create-class-features-plugin" "^7.13.0"
|
636 | 658 | "@babel/helper-plugin-utils" "^7.13.0"
|
637 | 659 |
|
638 |
| -"@babel/plugin-proposal-class-static-block@^7.13.11": |
639 |
| - version "7.13.11" |
640 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703" |
641 |
| - integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg== |
| 660 | +"@babel/plugin-proposal-class-static-block@^7.14.3": |
| 661 | + version "7.14.3" |
| 662 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360" |
| 663 | + integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ== |
642 | 664 | dependencies:
|
| 665 | + "@babel/helper-create-class-features-plugin" "^7.14.3" |
643 | 666 | "@babel/helper-plugin-utils" "^7.13.0"
|
644 | 667 | "@babel/plugin-syntax-class-static-block" "^7.12.13"
|
645 | 668 |
|
|
691 | 714 | "@babel/helper-plugin-utils" "^7.13.0"
|
692 | 715 | "@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
693 | 716 |
|
694 |
| -"@babel/plugin-proposal-object-rest-spread@^7.14.2": |
695 |
| - version "7.14.2" |
696 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc" |
697 |
| - integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw== |
| 717 | +"@babel/plugin-proposal-object-rest-spread@^7.14.4": |
| 718 | + version "7.14.4" |
| 719 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4" |
| 720 | + integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA== |
698 | 721 | dependencies:
|
699 |
| - "@babel/compat-data" "^7.14.0" |
700 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 722 | + "@babel/compat-data" "^7.14.4" |
| 723 | + "@babel/helper-compilation-targets" "^7.14.4" |
701 | 724 | "@babel/helper-plugin-utils" "^7.13.0"
|
702 | 725 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
703 | 726 | "@babel/plugin-transform-parameters" "^7.14.2"
|
|
932 | 955 | dependencies:
|
933 | 956 | "@babel/helper-plugin-utils" "^7.12.13"
|
934 | 957 |
|
935 |
| -"@babel/plugin-transform-block-scoping@^7.14.2": |
936 |
| - version "7.14.2" |
937 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c" |
938 |
| - integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg== |
| 958 | +"@babel/plugin-transform-block-scoping@^7.14.4": |
| 959 | + version "7.14.4" |
| 960 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8" |
| 961 | + integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g== |
939 | 962 | dependencies:
|
940 | 963 | "@babel/helper-plugin-utils" "^7.13.0"
|
941 | 964 |
|
942 |
| -"@babel/plugin-transform-classes@^7.14.2": |
943 |
| - version "7.14.2" |
944 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d" |
945 |
| - integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg== |
| 965 | +"@babel/plugin-transform-classes@^7.14.4": |
| 966 | + version "7.14.4" |
| 967 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a" |
| 968 | + integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ== |
946 | 969 | dependencies:
|
947 | 970 | "@babel/helper-annotate-as-pure" "^7.12.13"
|
948 | 971 | "@babel/helper-function-name" "^7.14.2"
|
949 | 972 | "@babel/helper-optimise-call-expression" "^7.12.13"
|
950 | 973 | "@babel/helper-plugin-utils" "^7.13.0"
|
951 |
| - "@babel/helper-replace-supers" "^7.13.12" |
| 974 | + "@babel/helper-replace-supers" "^7.14.4" |
952 | 975 | "@babel/helper-split-export-declaration" "^7.12.13"
|
953 | 976 | globals "^11.1.0"
|
954 | 977 |
|
|
959 | 982 | dependencies:
|
960 | 983 | "@babel/helper-plugin-utils" "^7.13.0"
|
961 | 984 |
|
962 |
| -"@babel/plugin-transform-destructuring@^7.13.17": |
963 |
| - version "7.13.17" |
964 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27" |
965 |
| - integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA== |
| 985 | +"@babel/plugin-transform-destructuring@^7.14.4": |
| 986 | + version "7.14.4" |
| 987 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed" |
| 988 | + integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA== |
966 | 989 | dependencies:
|
967 | 990 | "@babel/helper-plugin-utils" "^7.13.0"
|
968 | 991 |
|
|
1174 | 1197 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
1175 | 1198 | "@babel/helper-plugin-utils" "^7.12.13"
|
1176 | 1199 |
|
1177 |
| -"@babel/preset-env@7.14.2": |
1178 |
| - version "7.14.2" |
1179 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5" |
1180 |
| - integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ== |
| 1200 | +"@babel/preset-env@7.14.4": |
| 1201 | + version "7.14.4" |
| 1202 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d" |
| 1203 | + integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA== |
1181 | 1204 | dependencies:
|
1182 |
| - "@babel/compat-data" "^7.14.0" |
1183 |
| - "@babel/helper-compilation-targets" "^7.13.16" |
| 1205 | + "@babel/compat-data" "^7.14.4" |
| 1206 | + "@babel/helper-compilation-targets" "^7.14.4" |
1184 | 1207 | "@babel/helper-plugin-utils" "^7.13.0"
|
1185 | 1208 | "@babel/helper-validator-option" "^7.12.17"
|
1186 | 1209 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
|
1187 | 1210 | "@babel/plugin-proposal-async-generator-functions" "^7.14.2"
|
1188 | 1211 | "@babel/plugin-proposal-class-properties" "^7.13.0"
|
1189 |
| - "@babel/plugin-proposal-class-static-block" "^7.13.11" |
| 1212 | + "@babel/plugin-proposal-class-static-block" "^7.14.3" |
1190 | 1213 | "@babel/plugin-proposal-dynamic-import" "^7.14.2"
|
1191 | 1214 | "@babel/plugin-proposal-export-namespace-from" "^7.14.2"
|
1192 | 1215 | "@babel/plugin-proposal-json-strings" "^7.14.2"
|
1193 | 1216 | "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
|
1194 | 1217 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
|
1195 | 1218 | "@babel/plugin-proposal-numeric-separator" "^7.14.2"
|
1196 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.14.2" |
| 1219 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.4" |
1197 | 1220 | "@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
|
1198 | 1221 | "@babel/plugin-proposal-optional-chaining" "^7.14.2"
|
1199 | 1222 | "@babel/plugin-proposal-private-methods" "^7.13.0"
|
|
1216 | 1239 | "@babel/plugin-transform-arrow-functions" "^7.13.0"
|
1217 | 1240 | "@babel/plugin-transform-async-to-generator" "^7.13.0"
|
1218 | 1241 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13"
|
1219 |
| - "@babel/plugin-transform-block-scoping" "^7.14.2" |
1220 |
| - "@babel/plugin-transform-classes" "^7.14.2" |
| 1242 | + "@babel/plugin-transform-block-scoping" "^7.14.4" |
| 1243 | + "@babel/plugin-transform-classes" "^7.14.4" |
1221 | 1244 | "@babel/plugin-transform-computed-properties" "^7.13.0"
|
1222 |
| - "@babel/plugin-transform-destructuring" "^7.13.17" |
| 1245 | + "@babel/plugin-transform-destructuring" "^7.14.4" |
1223 | 1246 | "@babel/plugin-transform-dotall-regex" "^7.12.13"
|
1224 | 1247 | "@babel/plugin-transform-duplicate-keys" "^7.12.13"
|
1225 | 1248 | "@babel/plugin-transform-exponentiation-operator" "^7.12.13"
|
|
1246 | 1269 | "@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
1247 | 1270 | "@babel/plugin-transform-unicode-regex" "^7.12.13"
|
1248 | 1271 | "@babel/preset-modules" "^0.1.4"
|
1249 |
| - "@babel/types" "^7.14.2" |
| 1272 | + "@babel/types" "^7.14.4" |
1250 | 1273 | babel-plugin-polyfill-corejs2 "^0.2.0"
|
1251 | 1274 | babel-plugin-polyfill-corejs3 "^0.2.0"
|
1252 | 1275 | babel-plugin-polyfill-regenerator "^0.2.0"
|
|
1442 | 1465 | "@babel/helper-validator-identifier" "^7.14.0"
|
1443 | 1466 | to-fast-properties "^2.0.0"
|
1444 | 1467 |
|
| 1468 | +"@babel/types@^7.14.4": |
| 1469 | + version "7.14.4" |
| 1470 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0" |
| 1471 | + integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw== |
| 1472 | + dependencies: |
| 1473 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1474 | + to-fast-properties "^2.0.0" |
| 1475 | + |
1445 | 1476 | "@babel/types@^7.3.3":
|
1446 | 1477 | version "7.9.6"
|
1447 | 1478 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
|
|
1913 | 1944 | resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c"
|
1914 | 1945 | integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==
|
1915 | 1946 |
|
1916 |
| -"@types/node@14.17.0": |
1917 |
| - version "14.17.0" |
1918 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.0.tgz#3ba770047723b3eeb8dc9fca02cce8a7fb6378da" |
1919 |
| - integrity sha512-w8VZUN/f7SSbvVReb9SWp6cJFevxb4/nkG65yLAya//98WgocKm5PLDAtSs5CtJJJM+kHmJjO/6mmYW4MHShZA== |
| 1947 | +"@types/node@14.17.1": |
| 1948 | + version "14.17.1" |
| 1949 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.1.tgz#5e07e0cb2ff793aa7a1b41deae76221e6166049f" |
| 1950 | + integrity sha512-/tpUyFD7meeooTRwl3sYlihx2BrJE7q9XF71EguPFIySj9B7qgnRtHsHTho+0AUm4m1SvWGm6uSncrR94q6Vtw== |
1920 | 1951 |
|
1921 | 1952 | "@types/normalize-package-data@^2.4.0":
|
1922 | 1953 | version "2.4.0"
|
@@ -2463,6 +2494,17 @@ browserslist@^4.16.3:
|
2463 | 2494 | escalade "^3.1.1"
|
2464 | 2495 | node-releases "^1.1.70"
|
2465 | 2496 |
|
| 2497 | +browserslist@^4.16.6: |
| 2498 | + version "4.16.6" |
| 2499 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2" |
| 2500 | + integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ== |
| 2501 | + dependencies: |
| 2502 | + caniuse-lite "^1.0.30001219" |
| 2503 | + colorette "^1.2.2" |
| 2504 | + electron-to-chromium "^1.3.723" |
| 2505 | + escalade "^3.1.1" |
| 2506 | + node-releases "^1.1.71" |
| 2507 | + |
2466 | 2508 | bser@2.1.1:
|
2467 | 2509 | version "2.1.1"
|
2468 | 2510 | resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
@@ -2515,6 +2557,11 @@ caniuse-lite@^1.0.30001181:
|
2515 | 2557 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001192.tgz#b848ebc0ab230cf313d194a4775a30155d50ae40"
|
2516 | 2558 | integrity sha512-63OrUnwJj5T1rUmoyqYTdRWBqFFxZFlyZnRRjDR8NSUQFB6A+j/uBORU/SyJ5WzDLg4SPiZH40hQCBNdZ/jmAw==
|
2517 | 2559 |
|
| 2560 | +caniuse-lite@^1.0.30001219: |
| 2561 | + version "1.0.30001230" |
| 2562 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71" |
| 2563 | + integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ== |
| 2564 | + |
2518 | 2565 | capture-exit@^2.0.0:
|
2519 | 2566 | version "2.0.0"
|
2520 | 2567 | resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
|
@@ -2689,6 +2736,11 @@ colorette@^1.2.1:
|
2689 | 2736 | resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
|
2690 | 2737 | integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
|
2691 | 2738 |
|
| 2739 | +colorette@^1.2.2: |
| 2740 | + version "1.2.2" |
| 2741 | + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" |
| 2742 | + integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== |
| 2743 | + |
2692 | 2744 | combined-stream@^1.0.6, combined-stream@~1.0.6:
|
2693 | 2745 | version "1.0.8"
|
2694 | 2746 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
|
@@ -3005,6 +3057,11 @@ electron-to-chromium@^1.3.649:
|
3005 | 3057 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.675.tgz#7ad29f98d7b48da581554eb28bb9a71fd5fd4956"
|
3006 | 3058 | integrity sha512-GEQw+6dNWjueXGkGfjgm7dAMtXfEqrfDG3uWcZdeaD4cZ3dKYdPRQVruVXQRXtPLtOr5GNVVlNLRMChOZ611pQ==
|
3007 | 3059 |
|
| 3060 | +electron-to-chromium@^1.3.723: |
| 3061 | + version "1.3.742" |
| 3062 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.742.tgz#7223215acbbd3a5284962ebcb6df85d88b95f200" |
| 3063 | + integrity sha512-ihL14knI9FikJmH2XUIDdZFWJxvr14rPSdOhJ7PpS27xbz8qmaRwCwyg/bmFwjWKmWK9QyamiCZVCvXm5CH//Q== |
| 3064 | + |
3008 | 3065 | emittery@^0.7.1:
|
3009 | 3066 | version "0.7.1"
|
3010 | 3067 | resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.1.tgz#c02375a927a40948c0345cc903072597f5270451"
|
@@ -5245,6 +5302,11 @@ node-releases@^1.1.70:
|
5245 | 5302 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
|
5246 | 5303 | integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
|
5247 | 5304 |
|
| 5305 | +node-releases@^1.1.71: |
| 5306 | + version "1.1.72" |
| 5307 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe" |
| 5308 | + integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw== |
| 5309 | + |
5248 | 5310 | normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
5249 | 5311 | version "2.5.0"
|
5250 | 5312 | resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
|
0 commit comments