|
47 | 47 | resolved "https://registry.yarnpkg.com/@aureooms/js-type/-/js-type-1.0.4.tgz#7f9de5f5f8506ff9c8958731744b7427b62e92b7"
|
48 | 48 | integrity sha1-f53l9fhQb/nIlYcxdEt0J7Yukrc=
|
49 | 49 |
|
50 |
| -"@babel/cli@7.10.5": |
51 |
| - version "7.10.5" |
52 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" |
53 |
| - integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA== |
| 50 | +"@babel/cli@7.11.5": |
| 51 | + version "7.11.5" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.5.tgz#4f51663f393d950b41f4c7ba41f3f7c2a595a295" |
| 53 | + integrity sha512-0umMDxxdEZ98EMZtS9Wgnaf4NdgqBcQHaGYaMfAmP+ZicVglZ2+QZwoHNacfnUq4hCmC1V7Ap5Phq7FInpWrWg== |
54 | 54 | dependencies:
|
55 | 55 | commander "^4.0.1"
|
56 | 56 | convert-source-map "^1.1.0"
|
|
59 | 59 | lodash "^4.17.19"
|
60 | 60 | make-dir "^2.1.0"
|
61 | 61 | slash "^2.0.0"
|
62 |
| - source-map "^0.5.0" |
| 62 | + source-map "^0.6.1" |
63 | 63 | optionalDependencies:
|
64 | 64 | chokidar "^2.1.8"
|
65 | 65 |
|
|
95 | 95 | invariant "^2.2.4"
|
96 | 96 | semver "^5.5.0"
|
97 | 97 |
|
98 |
| -"@babel/core@7.11.4": |
99 |
| - version "7.11.4" |
100 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" |
101 |
| - integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== |
| 98 | +"@babel/core@7.11.5": |
| 99 | + version "7.11.5" |
| 100 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d" |
| 101 | + integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q== |
102 | 102 | dependencies:
|
103 | 103 | "@babel/code-frame" "^7.10.4"
|
104 |
| - "@babel/generator" "^7.11.4" |
| 104 | + "@babel/generator" "^7.11.5" |
105 | 105 | "@babel/helper-module-transforms" "^7.11.0"
|
106 | 106 | "@babel/helpers" "^7.10.4"
|
107 |
| - "@babel/parser" "^7.11.4" |
| 107 | + "@babel/parser" "^7.11.5" |
108 | 108 | "@babel/template" "^7.10.4"
|
109 |
| - "@babel/traverse" "^7.11.0" |
110 |
| - "@babel/types" "^7.11.0" |
| 109 | + "@babel/traverse" "^7.11.5" |
| 110 | + "@babel/types" "^7.11.5" |
111 | 111 | convert-source-map "^1.7.0"
|
112 | 112 | debug "^4.1.0"
|
113 | 113 | gensync "^1.0.0-beta.1"
|
114 | 114 | json5 "^2.1.2"
|
115 | 115 | lodash "^4.17.19"
|
116 | 116 | resolve "^1.3.2"
|
117 | 117 | semver "^5.4.1"
|
118 |
| - source-map "^0.5.0" |
| 118 | + source-map "^0.6.1" |
119 | 119 |
|
120 | 120 | "@babel/core@^7.7.5":
|
121 | 121 | version "7.9.0"
|
|
148 | 148 | jsesc "^2.5.1"
|
149 | 149 | source-map "^0.5.0"
|
150 | 150 |
|
151 |
| -"@babel/generator@^7.11.0": |
152 |
| - version "7.11.0" |
153 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
154 |
| - integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
155 |
| - dependencies: |
156 |
| - "@babel/types" "^7.11.0" |
157 |
| - jsesc "^2.5.1" |
158 |
| - source-map "^0.5.0" |
159 |
| - |
160 |
| -"@babel/generator@^7.11.4": |
161 |
| - version "7.11.4" |
162 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" |
163 |
| - integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== |
| 151 | +"@babel/generator@^7.11.5": |
| 152 | + version "7.11.5" |
| 153 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82" |
| 154 | + integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g== |
164 | 155 | dependencies:
|
165 |
| - "@babel/types" "^7.11.0" |
| 156 | + "@babel/types" "^7.11.5" |
166 | 157 | jsesc "^2.5.1"
|
167 |
| - source-map "^0.5.0" |
| 158 | + source-map "^0.6.1" |
168 | 159 |
|
169 | 160 | "@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
|
170 | 161 | version "7.9.5"
|
|
536 | 527 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
|
537 | 528 | integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
|
538 | 529 |
|
539 |
| -"@babel/parser@^7.11.0": |
540 |
| - version "7.11.0" |
541 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" |
542 |
| - integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== |
543 |
| - |
544 |
| -"@babel/parser@^7.11.4": |
545 |
| - version "7.11.4" |
546 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
547 |
| - integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
| 530 | +"@babel/parser@^7.11.5": |
| 531 | + version "7.11.5" |
| 532 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
| 533 | + integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
548 | 534 |
|
549 | 535 | "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
|
550 | 536 | version "7.9.4"
|
|
1009 | 995 | "@babel/helper-create-regexp-features-plugin" "^7.10.4"
|
1010 | 996 | "@babel/helper-plugin-utils" "^7.10.4"
|
1011 | 997 |
|
1012 |
| -"@babel/polyfill@7.10.4": |
1013 |
| - version "7.10.4" |
1014 |
| - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.10.4.tgz#915e5bfe61490ac0199008e35ca9d7d151a8e45a" |
1015 |
| - integrity sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg== |
| 998 | +"@babel/polyfill@7.11.5": |
| 999 | + version "7.11.5" |
| 1000 | + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.11.5.tgz#df550b2ec53abbc2ed599367ec59e64c7a707bb5" |
| 1001 | + integrity sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g== |
1016 | 1002 | dependencies:
|
1017 | 1003 | core-js "^2.6.5"
|
1018 | 1004 | regenerator-runtime "^0.13.4"
|
1019 | 1005 |
|
1020 |
| -"@babel/preset-env@7.11.0": |
1021 |
| - version "7.11.0" |
1022 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
1023 |
| - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
| 1006 | +"@babel/preset-env@7.11.5": |
| 1007 | + version "7.11.5" |
| 1008 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" |
| 1009 | + integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== |
1024 | 1010 | dependencies:
|
1025 | 1011 | "@babel/compat-data" "^7.11.0"
|
1026 | 1012 | "@babel/helper-compilation-targets" "^7.10.4"
|
|
1084 | 1070 | "@babel/plugin-transform-unicode-escapes" "^7.10.4"
|
1085 | 1071 | "@babel/plugin-transform-unicode-regex" "^7.10.4"
|
1086 | 1072 | "@babel/preset-modules" "^0.1.3"
|
1087 |
| - "@babel/types" "^7.11.0" |
| 1073 | + "@babel/types" "^7.11.5" |
1088 | 1074 | browserslist "^4.12.0"
|
1089 | 1075 | core-js-compat "^3.6.2"
|
1090 | 1076 | invariant "^2.2.2"
|
|
1102 | 1088 | "@babel/types" "^7.4.4"
|
1103 | 1089 | esutils "^2.0.2"
|
1104 | 1090 |
|
1105 |
| -"@babel/register@7.10.5": |
1106 |
| - version "7.10.5" |
1107 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89" |
1108 |
| - integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== |
| 1091 | +"@babel/register@7.11.5": |
| 1092 | + version "7.11.5" |
| 1093 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.11.5.tgz#79becf89e0ddd0fba8b92bc279bc0f5d2d7ce2ea" |
| 1094 | + integrity sha512-CAml0ioKX+kOAvBQDHa/+t1fgOt3qkTIz0TrRtRAT6XY0m5qYZXR85k6/sLCNPMGhYDlCFHCYuU0ybTJbvlC6w== |
1109 | 1095 | dependencies:
|
1110 | 1096 | find-cache-dir "^2.0.0"
|
1111 | 1097 | lodash "^4.17.19"
|
|
1153 | 1139 | globals "^11.1.0"
|
1154 | 1140 | lodash "^4.17.19"
|
1155 | 1141 |
|
1156 |
| -"@babel/traverse@^7.11.0": |
1157 |
| - version "7.11.0" |
1158 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
1159 |
| - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 1142 | +"@babel/traverse@^7.11.5": |
| 1143 | + version "7.11.5" |
| 1144 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
| 1145 | + integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
1160 | 1146 | dependencies:
|
1161 | 1147 | "@babel/code-frame" "^7.10.4"
|
1162 |
| - "@babel/generator" "^7.11.0" |
| 1148 | + "@babel/generator" "^7.11.5" |
1163 | 1149 | "@babel/helper-function-name" "^7.10.4"
|
1164 | 1150 | "@babel/helper-split-export-declaration" "^7.11.0"
|
1165 |
| - "@babel/parser" "^7.11.0" |
1166 |
| - "@babel/types" "^7.11.0" |
| 1151 | + "@babel/parser" "^7.11.5" |
| 1152 | + "@babel/types" "^7.11.5" |
1167 | 1153 | debug "^4.1.0"
|
1168 | 1154 | globals "^11.1.0"
|
1169 | 1155 | lodash "^4.17.19"
|
|
1201 | 1187 | lodash "^4.17.19"
|
1202 | 1188 | to-fast-properties "^2.0.0"
|
1203 | 1189 |
|
| 1190 | +"@babel/types@^7.11.5": |
| 1191 | + version "7.11.5" |
| 1192 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
| 1193 | + integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
| 1194 | + dependencies: |
| 1195 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1196 | + lodash "^4.17.19" |
| 1197 | + to-fast-properties "^2.0.0" |
| 1198 | + |
1204 | 1199 | "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
1205 | 1200 | version "7.9.5"
|
1206 | 1201 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
|
0 commit comments