|
52 | 52 | resolved "https://registry.yarnpkg.com/@aureooms/js-string/-/js-string-0.2.0.tgz#ed5f9216c256ccb43b4c895424239d4c891d87d8"
|
53 | 53 | integrity sha1-7V+SFsJWzLQ7TIlUJCOdTIkdh9g=
|
54 | 54 |
|
55 |
| -"@babel/cli@7.10.5": |
56 |
| - version "7.10.5" |
57 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" |
58 |
| - integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA== |
| 55 | +"@babel/cli@7.11.5": |
| 56 | + version "7.11.5" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.5.tgz#4f51663f393d950b41f4c7ba41f3f7c2a595a295" |
| 58 | + integrity sha512-0umMDxxdEZ98EMZtS9Wgnaf4NdgqBcQHaGYaMfAmP+ZicVglZ2+QZwoHNacfnUq4hCmC1V7Ap5Phq7FInpWrWg== |
59 | 59 | dependencies:
|
60 | 60 | commander "^4.0.1"
|
61 | 61 | convert-source-map "^1.1.0"
|
|
64 | 64 | lodash "^4.17.19"
|
65 | 65 | make-dir "^2.1.0"
|
66 | 66 | slash "^2.0.0"
|
67 |
| - source-map "^0.5.0" |
| 67 | + source-map "^0.6.1" |
68 | 68 | optionalDependencies:
|
69 | 69 | chokidar "^2.1.8"
|
70 | 70 |
|
|
93 | 93 | invariant "^2.2.4"
|
94 | 94 | semver "^5.5.0"
|
95 | 95 |
|
96 |
| -"@babel/core@7.11.4": |
97 |
| - version "7.11.4" |
98 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" |
99 |
| - integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== |
| 96 | +"@babel/core@7.11.5": |
| 97 | + version "7.11.5" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d" |
| 99 | + integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q== |
100 | 100 | dependencies:
|
101 | 101 | "@babel/code-frame" "^7.10.4"
|
102 |
| - "@babel/generator" "^7.11.4" |
| 102 | + "@babel/generator" "^7.11.5" |
103 | 103 | "@babel/helper-module-transforms" "^7.11.0"
|
104 | 104 | "@babel/helpers" "^7.10.4"
|
105 |
| - "@babel/parser" "^7.11.4" |
| 105 | + "@babel/parser" "^7.11.5" |
106 | 106 | "@babel/template" "^7.10.4"
|
107 |
| - "@babel/traverse" "^7.11.0" |
108 |
| - "@babel/types" "^7.11.0" |
| 107 | + "@babel/traverse" "^7.11.5" |
| 108 | + "@babel/types" "^7.11.5" |
109 | 109 | convert-source-map "^1.7.0"
|
110 | 110 | debug "^4.1.0"
|
111 | 111 | gensync "^1.0.0-beta.1"
|
112 | 112 | json5 "^2.1.2"
|
113 | 113 | lodash "^4.17.19"
|
114 | 114 | resolve "^1.3.2"
|
115 | 115 | semver "^5.4.1"
|
116 |
| - source-map "^0.5.0" |
| 116 | + source-map "^0.6.1" |
117 | 117 |
|
118 | 118 | "@babel/core@^7.7.5":
|
119 | 119 | version "7.10.5"
|
|
146 | 146 | jsesc "^2.5.1"
|
147 | 147 | source-map "^0.5.0"
|
148 | 148 |
|
149 |
| -"@babel/generator@^7.11.0": |
150 |
| - version "7.11.0" |
151 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
152 |
| - integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
153 |
| - dependencies: |
154 |
| - "@babel/types" "^7.11.0" |
155 |
| - jsesc "^2.5.1" |
156 |
| - source-map "^0.5.0" |
157 |
| - |
158 |
| -"@babel/generator@^7.11.4": |
159 |
| - version "7.11.4" |
160 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" |
161 |
| - integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== |
| 149 | +"@babel/generator@^7.11.5": |
| 150 | + version "7.11.5" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82" |
| 152 | + integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g== |
162 | 153 | dependencies:
|
163 |
| - "@babel/types" "^7.11.0" |
| 154 | + "@babel/types" "^7.11.5" |
164 | 155 | jsesc "^2.5.1"
|
165 |
| - source-map "^0.5.0" |
| 156 | + source-map "^0.6.1" |
166 | 157 |
|
167 | 158 | "@babel/helper-annotate-as-pure@^7.10.4":
|
168 | 159 | version "7.10.4"
|
|
398 | 389 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
|
399 | 390 | integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
|
400 | 391 |
|
401 |
| -"@babel/parser@^7.11.0": |
402 |
| - version "7.11.0" |
403 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" |
404 |
| - integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== |
405 |
| - |
406 |
| -"@babel/parser@^7.11.4": |
407 |
| - version "7.11.4" |
408 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
409 |
| - integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
| 392 | +"@babel/parser@^7.11.5": |
| 393 | + version "7.11.5" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
| 395 | + integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
410 | 396 |
|
411 | 397 | "@babel/plugin-proposal-async-generator-functions@^7.10.4":
|
412 | 398 | version "7.10.5"
|
|
850 | 836 | "@babel/helper-create-regexp-features-plugin" "^7.10.4"
|
851 | 837 | "@babel/helper-plugin-utils" "^7.10.4"
|
852 | 838 |
|
853 |
| -"@babel/polyfill@7.10.4": |
854 |
| - version "7.10.4" |
855 |
| - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.10.4.tgz#915e5bfe61490ac0199008e35ca9d7d151a8e45a" |
856 |
| - integrity sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg== |
| 839 | +"@babel/polyfill@7.11.5": |
| 840 | + version "7.11.5" |
| 841 | + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.11.5.tgz#df550b2ec53abbc2ed599367ec59e64c7a707bb5" |
| 842 | + integrity sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g== |
857 | 843 | dependencies:
|
858 | 844 | core-js "^2.6.5"
|
859 | 845 | regenerator-runtime "^0.13.4"
|
860 | 846 |
|
861 |
| -"@babel/preset-env@7.11.0": |
862 |
| - version "7.11.0" |
863 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
864 |
| - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
| 847 | +"@babel/preset-env@7.11.5": |
| 848 | + version "7.11.5" |
| 849 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" |
| 850 | + integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== |
865 | 851 | dependencies:
|
866 | 852 | "@babel/compat-data" "^7.11.0"
|
867 | 853 | "@babel/helper-compilation-targets" "^7.10.4"
|
|
925 | 911 | "@babel/plugin-transform-unicode-escapes" "^7.10.4"
|
926 | 912 | "@babel/plugin-transform-unicode-regex" "^7.10.4"
|
927 | 913 | "@babel/preset-modules" "^0.1.3"
|
928 |
| - "@babel/types" "^7.11.0" |
| 914 | + "@babel/types" "^7.11.5" |
929 | 915 | browserslist "^4.12.0"
|
930 | 916 | core-js-compat "^3.6.2"
|
931 | 917 | invariant "^2.2.2"
|
|
943 | 929 | "@babel/types" "^7.4.4"
|
944 | 930 | esutils "^2.0.2"
|
945 | 931 |
|
946 |
| -"@babel/register@7.10.5": |
947 |
| - version "7.10.5" |
948 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89" |
949 |
| - integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== |
| 932 | +"@babel/register@7.11.5": |
| 933 | + version "7.11.5" |
| 934 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.11.5.tgz#79becf89e0ddd0fba8b92bc279bc0f5d2d7ce2ea" |
| 935 | + integrity sha512-CAml0ioKX+kOAvBQDHa/+t1fgOt3qkTIz0TrRtRAT6XY0m5qYZXR85k6/sLCNPMGhYDlCFHCYuU0ybTJbvlC6w== |
950 | 936 | dependencies:
|
951 | 937 | find-cache-dir "^2.0.0"
|
952 | 938 | lodash "^4.17.19"
|
|
985 | 971 | globals "^11.1.0"
|
986 | 972 | lodash "^4.17.19"
|
987 | 973 |
|
988 |
| -"@babel/traverse@^7.11.0": |
989 |
| - version "7.11.0" |
990 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
991 |
| - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 974 | +"@babel/traverse@^7.11.5": |
| 975 | + version "7.11.5" |
| 976 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
| 977 | + integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
992 | 978 | dependencies:
|
993 | 979 | "@babel/code-frame" "^7.10.4"
|
994 |
| - "@babel/generator" "^7.11.0" |
| 980 | + "@babel/generator" "^7.11.5" |
995 | 981 | "@babel/helper-function-name" "^7.10.4"
|
996 | 982 | "@babel/helper-split-export-declaration" "^7.11.0"
|
997 |
| - "@babel/parser" "^7.11.0" |
998 |
| - "@babel/types" "^7.11.0" |
| 983 | + "@babel/parser" "^7.11.5" |
| 984 | + "@babel/types" "^7.11.5" |
999 | 985 | debug "^4.1.0"
|
1000 | 986 | globals "^11.1.0"
|
1001 | 987 | lodash "^4.17.19"
|
|
1018 | 1004 | lodash "^4.17.19"
|
1019 | 1005 | to-fast-properties "^2.0.0"
|
1020 | 1006 |
|
| 1007 | +"@babel/types@^7.11.5": |
| 1008 | + version "7.11.5" |
| 1009 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
| 1010 | + integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
| 1011 | + dependencies: |
| 1012 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1013 | + lodash "^4.17.19" |
| 1014 | + to-fast-properties "^2.0.0" |
| 1015 | + |
1021 | 1016 | "@concordance/react@^2.0.0":
|
1022 | 1017 | version "2.0.0"
|
1023 | 1018 | resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
|
|
0 commit comments