|
104 | 104 | semver "^5.4.1"
|
105 | 105 | source-map "^0.5.0"
|
106 | 106 |
|
107 |
| -"@babel/core@^7.10.4": |
108 |
| - version "7.10.4" |
109 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
110 |
| - integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
| 107 | +"@babel/core@^7.10.5": |
| 108 | + version "7.10.5" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
| 110 | + integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
111 | 111 | dependencies:
|
112 | 112 | "@babel/code-frame" "^7.10.4"
|
113 |
| - "@babel/generator" "^7.10.4" |
114 |
| - "@babel/helper-module-transforms" "^7.10.4" |
| 113 | + "@babel/generator" "^7.10.5" |
| 114 | + "@babel/helper-module-transforms" "^7.10.5" |
115 | 115 | "@babel/helpers" "^7.10.4"
|
116 |
| - "@babel/parser" "^7.10.4" |
| 116 | + "@babel/parser" "^7.10.5" |
117 | 117 | "@babel/template" "^7.10.4"
|
118 |
| - "@babel/traverse" "^7.10.4" |
119 |
| - "@babel/types" "^7.10.4" |
| 118 | + "@babel/traverse" "^7.10.5" |
| 119 | + "@babel/types" "^7.10.5" |
120 | 120 | convert-source-map "^1.7.0"
|
121 | 121 | debug "^4.1.0"
|
122 | 122 | gensync "^1.0.0-beta.1"
|
123 | 123 | json5 "^2.1.2"
|
124 |
| - lodash "^4.17.13" |
| 124 | + lodash "^4.17.19" |
125 | 125 | resolve "^1.3.2"
|
126 | 126 | semver "^5.4.1"
|
127 | 127 | source-map "^0.5.0"
|
|
136 | 136 | lodash "^4.17.13"
|
137 | 137 | source-map "^0.5.0"
|
138 | 138 |
|
| 139 | +"@babel/generator@^7.10.5": |
| 140 | + version "7.10.5" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
| 142 | + integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
| 143 | + dependencies: |
| 144 | + "@babel/types" "^7.10.5" |
| 145 | + jsesc "^2.5.1" |
| 146 | + source-map "^0.5.0" |
| 147 | + |
139 | 148 | "@babel/generator@^7.4.0", "@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
|
140 | 149 | version "7.9.5"
|
141 | 150 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
|
|
294 | 303 | dependencies:
|
295 | 304 | "@babel/types" "^7.10.4"
|
296 | 305 |
|
297 |
| -"@babel/helper-module-transforms@^7.10.4": |
298 |
| - version "7.10.4" |
299 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" |
300 |
| - integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== |
| 306 | +"@babel/helper-module-transforms@^7.10.5": |
| 307 | + version "7.10.5" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
| 309 | + integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
301 | 310 | dependencies:
|
302 | 311 | "@babel/helper-module-imports" "^7.10.4"
|
303 | 312 | "@babel/helper-replace-supers" "^7.10.4"
|
304 | 313 | "@babel/helper-simple-access" "^7.10.4"
|
305 | 314 | "@babel/helper-split-export-declaration" "^7.10.4"
|
306 | 315 | "@babel/template" "^7.10.4"
|
307 |
| - "@babel/types" "^7.10.4" |
308 |
| - lodash "^4.17.13" |
| 316 | + "@babel/types" "^7.10.5" |
| 317 | + lodash "^4.17.19" |
309 | 318 |
|
310 | 319 | "@babel/helper-module-transforms@^7.9.0":
|
311 | 320 | version "7.9.0"
|
|
473 | 482 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
474 | 483 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
475 | 484 |
|
| 485 | +"@babel/parser@^7.10.5": |
| 486 | + version "7.10.5" |
| 487 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
| 488 | + integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
| 489 | + |
476 | 490 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
477 | 491 | version "7.8.3"
|
478 | 492 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
1228 | 1242 | globals "^11.1.0"
|
1229 | 1243 | lodash "^4.17.13"
|
1230 | 1244 |
|
| 1245 | +"@babel/traverse@^7.10.5": |
| 1246 | + version "7.10.5" |
| 1247 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
| 1248 | + integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
| 1249 | + dependencies: |
| 1250 | + "@babel/code-frame" "^7.10.4" |
| 1251 | + "@babel/generator" "^7.10.5" |
| 1252 | + "@babel/helper-function-name" "^7.10.4" |
| 1253 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 1254 | + "@babel/parser" "^7.10.5" |
| 1255 | + "@babel/types" "^7.10.5" |
| 1256 | + debug "^4.1.0" |
| 1257 | + globals "^11.1.0" |
| 1258 | + lodash "^4.17.19" |
| 1259 | + |
1231 | 1260 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
1232 | 1261 | version "7.9.5"
|
1233 | 1262 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
1246 | 1275 | lodash "^4.17.13"
|
1247 | 1276 | to-fast-properties "^2.0.0"
|
1248 | 1277 |
|
| 1278 | +"@babel/types@^7.10.5": |
| 1279 | + version "7.10.5" |
| 1280 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
| 1281 | + integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 1282 | + dependencies: |
| 1283 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1284 | + lodash "^4.17.19" |
| 1285 | + to-fast-properties "^2.0.0" |
| 1286 | + |
1249 | 1287 | "@cnakazawa/watch@^1.0.3":
|
1250 | 1288 | version "1.0.4"
|
1251 | 1289 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
|
|
1601 | 1639 | prop-types "^15.6.1"
|
1602 | 1640 | react-lifecycles-compat "^3.0.4"
|
1603 | 1641 |
|
1604 |
| -"@sentry/browser@^5.19.1": |
1605 |
| - version "5.19.1" |
1606 |
| - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.19.1.tgz#b22f36fc71f36719ad352a54e6b31722622128c0" |
1607 |
| - integrity sha512-Aon5Nc2n8sIXKg6Xbr4RM3/Xs7vFpXksL56z3yIuGrmpCM8ToQ25/tQv8h+anYi72x5bn1npzaXB/NwU1Qwfhg== |
| 1642 | +"@sentry/browser@^5.19.2": |
| 1643 | + version "5.19.2" |
| 1644 | + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.19.2.tgz#8bad445b8d1efd50e6510bb43b3018b941f6e5cb" |
| 1645 | + integrity sha512-o6Z532n+0N5ANDzgR9GN+Q6CU7zVlIJvBEW234rBiB+ZZj6XwTLS1dD+JexGr8lCo8PeXI2rypKcj1jUGLVW8w== |
1608 | 1646 | dependencies:
|
1609 |
| - "@sentry/core" "5.19.1" |
1610 |
| - "@sentry/types" "5.19.1" |
1611 |
| - "@sentry/utils" "5.19.1" |
| 1647 | + "@sentry/core" "5.19.2" |
| 1648 | + "@sentry/types" "5.19.2" |
| 1649 | + "@sentry/utils" "5.19.2" |
1612 | 1650 | tslib "^1.9.3"
|
1613 | 1651 |
|
1614 |
| -"@sentry/core@5.19.1": |
1615 |
| - version "5.19.1" |
1616 |
| - resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.19.1.tgz#f5ff7feb1118035f75f1d0bc2a76e2b040d2aa8e" |
1617 |
| - integrity sha512-BGGxjeT95Og/hloBhQXAVcndVXPmIU6drtF3oKRT12cBpiG965xEDEUwiJVvyb5MAvojdVEZBK2LURUFY/d7Zw== |
| 1652 | +"@sentry/core@5.19.2": |
| 1653 | + version "5.19.2" |
| 1654 | + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.19.2.tgz#99a64ef0e55230fc02a083c48fa07ada85de4929" |
| 1655 | + integrity sha512-sfbBsVXpA0WYJUichz5IhvqKD8xJUfQvsszrTsUKa7PQAMAboOmuh6bo8KquaVQnAZyZWZU08UduvlSV3tA7tw== |
1618 | 1656 | dependencies:
|
1619 |
| - "@sentry/hub" "5.19.1" |
1620 |
| - "@sentry/minimal" "5.19.1" |
1621 |
| - "@sentry/types" "5.19.1" |
1622 |
| - "@sentry/utils" "5.19.1" |
| 1657 | + "@sentry/hub" "5.19.2" |
| 1658 | + "@sentry/minimal" "5.19.2" |
| 1659 | + "@sentry/types" "5.19.2" |
| 1660 | + "@sentry/utils" "5.19.2" |
1623 | 1661 | tslib "^1.9.3"
|
1624 | 1662 |
|
1625 |
| -"@sentry/hub@5.19.1": |
1626 |
| - version "5.19.1" |
1627 |
| - resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.19.1.tgz#f3bc8500680974ce43c1eedcd8e90696cc18b306" |
1628 |
| - integrity sha512-XjfbNGWVeDsP38alm5Cm08YPIw5Hu6HbPkw7a3y1piViTrg4HdtsE+ZJqq0YcURo2RTpg6Ks6coCS/zJxIPygQ== |
| 1663 | +"@sentry/hub@5.19.2": |
| 1664 | + version "5.19.2" |
| 1665 | + resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.19.2.tgz#ab7f3d2d253c3441b2833a530b17c6de2418b2c7" |
| 1666 | + integrity sha512-2KkEYX4q9TDCOiaVEo2kQ1W0IXyZxJxZtIjDdFQyes9T4ubYlKHAbvCjTxHSQv37lDO4t7sOIApWG9rlkHzlEA== |
1629 | 1667 | dependencies:
|
1630 |
| - "@sentry/types" "5.19.1" |
1631 |
| - "@sentry/utils" "5.19.1" |
| 1668 | + "@sentry/types" "5.19.2" |
| 1669 | + "@sentry/utils" "5.19.2" |
1632 | 1670 | tslib "^1.9.3"
|
1633 | 1671 |
|
1634 |
| -"@sentry/minimal@5.19.1": |
1635 |
| - version "5.19.1" |
1636 |
| - resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.19.1.tgz#04043d93a7dc90cbed1a31d80f6bf59688ea3100" |
1637 |
| - integrity sha512-pgNfsaCroEsC8gv+NqmPTIkj4wyK6ZgYLV12IT4k2oJLkGyg45TSAKabyB7oEP5jsj8sRzm8tDomu8M4HpaCHg== |
| 1672 | +"@sentry/minimal@5.19.2": |
| 1673 | + version "5.19.2" |
| 1674 | + resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.19.2.tgz#0fc2fdf9911a0cb31b52f7ccad061b74785724a3" |
| 1675 | + integrity sha512-rApEOkjy+ZmkeqEItgFvUFxe5l+dht9AumuUzq74pWp+HJqxxv9IVTusKppBsE1adjtmyhwK4O3Wr8qyc75xlw== |
1638 | 1676 | dependencies:
|
1639 |
| - "@sentry/hub" "5.19.1" |
1640 |
| - "@sentry/types" "5.19.1" |
| 1677 | + "@sentry/hub" "5.19.2" |
| 1678 | + "@sentry/types" "5.19.2" |
1641 | 1679 | tslib "^1.9.3"
|
1642 | 1680 |
|
1643 |
| -"@sentry/types@5.19.1": |
1644 |
| - version "5.19.1" |
1645 |
| - resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.19.1.tgz#8762f668d3fc2416fbde31d15d13009544caeb54" |
1646 |
| - integrity sha512-M5MhTLnjqYFwxMwcFPBpBgYQqI9hCvtVuj/A+NvcBHpe7VWOXdn/Sys+zD6C76DWGFYQdw3OWCsZimP24dL8mA== |
| 1681 | +"@sentry/types@5.19.2": |
| 1682 | + version "5.19.2" |
| 1683 | + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.19.2.tgz#ead586f0b64b91c396d3521b938ca25f7b59d655" |
| 1684 | + integrity sha512-O6zkW8oM1qK5Uma9+B/UMlmlm9/gkw9MooqycWuEhIaKfDBj/yVbwb/UTiJmNkGc5VJQo0v1uXUZZQt6/Xq1GA== |
1647 | 1685 |
|
1648 |
| -"@sentry/utils@5.19.1": |
1649 |
| - version "5.19.1" |
1650 |
| - resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.19.1.tgz#e1134db40e4bb9732251e515721cec7ee94d4d9c" |
1651 |
| - integrity sha512-neUiNBnZSHjWTZWy2QV02EHTx1C2L3DBPzRXlh0ca5xrI7LMBLmhkHlhebn1E5ky3PW1teqZTgmh0jZoL99TEA== |
| 1686 | +"@sentry/utils@5.19.2": |
| 1687 | + version "5.19.2" |
| 1688 | + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.19.2.tgz#f2819d9de5abc33173019e81955904247e4a8246" |
| 1689 | + integrity sha512-gEPkC0CJwvIWqcTcPSdIzqJkJa9N5vZzUZyBvdu1oiyJu7MfazpJEvj3whfJMysSfXJQxoJ+a1IPrA73VY23VA== |
1652 | 1690 | dependencies:
|
1653 |
| - "@sentry/types" "5.19.1" |
| 1691 | + "@sentry/types" "5.19.2" |
1654 | 1692 | tslib "^1.9.3"
|
1655 | 1693 |
|
1656 | 1694 | "@storybook/addon-actions@^5.3.19":
|
|
2313 | 2351 | resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.0.tgz#30d2d09f623fe32cde9cb582c7a6eda2788ce4a8"
|
2314 | 2352 | integrity sha512-WE4IOAC6r/yBZss1oQGM5zs2D7RuKR6Q+w+X2SouPofnWn+LbCqClRyhO3ZE7Ix8nmFgo/oVuuE01cJT2XB13A==
|
2315 | 2353 |
|
2316 |
| -"@types/node@^14.0.22": |
2317 |
| - version "14.0.22" |
2318 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.22.tgz#23ea4d88189cec7d58f9e6b66f786b215eb61bdc" |
2319 |
| - integrity sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g== |
| 2354 | +"@types/node@^14.0.23": |
| 2355 | + version "14.0.23" |
| 2356 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806" |
| 2357 | + integrity sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw== |
2320 | 2358 |
|
2321 | 2359 | "@types/npmlog@^4.1.2":
|
2322 | 2360 | version "4.1.2"
|
@@ -8685,6 +8723,11 @@ lodash.uniq@^4.5.0:
|
8685 | 8723 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
8686 | 8724 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
8687 | 8725 |
|
| 8726 | +lodash@^4.17.19: |
| 8727 | + version "4.17.19" |
| 8728 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
| 8729 | + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
| 8730 | + |
8688 | 8731 | log-symbols@^2.1.0:
|
8689 | 8732 | version "2.2.0"
|
8690 | 8733 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
|
@@ -13289,10 +13332,10 @@ typedarray@^0.0.6:
|
13289 | 13332 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
13290 | 13333 | integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
13291 | 13334 |
|
13292 |
| -typescript@^3.9.6: |
13293 |
| - version "3.9.6" |
13294 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a" |
13295 |
| - integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw== |
| 13335 | +typescript@^3.9.7: |
| 13336 | + version "3.9.7" |
| 13337 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" |
| 13338 | + integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== |
13296 | 13339 |
|
13297 | 13340 | uc.micro@^1.0.1, uc.micro@^1.0.5:
|
13298 | 13341 | version "1.0.6"
|
|
0 commit comments