|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.12.13": |
| 13 | + version "7.12.13" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
| 15 | + integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.12.13" |
| 18 | + |
12 | 19 | "@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
|
13 | 20 | version "7.12.7"
|
14 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
|
44 | 51 | jsesc "^2.5.1"
|
45 | 52 | source-map "^0.5.0"
|
46 | 53 |
|
| 54 | +"@babel/generator@^7.13.0": |
| 55 | + version "7.13.9" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
| 57 | + integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
| 58 | + dependencies: |
| 59 | + "@babel/types" "^7.13.0" |
| 60 | + jsesc "^2.5.1" |
| 61 | + source-map "^0.5.0" |
| 62 | + |
47 | 63 | "@babel/helper-annotate-as-pure@^7.10.4":
|
48 | 64 | version "7.12.10"
|
49 | 65 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
|
|
69 | 85 | browserslist "^4.14.5"
|
70 | 86 | semver "^5.5.0"
|
71 | 87 |
|
72 |
| -"@babel/helper-create-class-features-plugin@^7.12.1": |
73 |
| - version "7.12.1" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e" |
75 |
| - integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== |
| 88 | +"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0": |
| 89 | + version "7.13.11" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6" |
| 91 | + integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw== |
76 | 92 | dependencies:
|
77 |
| - "@babel/helper-function-name" "^7.10.4" |
78 |
| - "@babel/helper-member-expression-to-functions" "^7.12.1" |
79 |
| - "@babel/helper-optimise-call-expression" "^7.10.4" |
80 |
| - "@babel/helper-replace-supers" "^7.12.1" |
81 |
| - "@babel/helper-split-export-declaration" "^7.10.4" |
| 93 | + "@babel/helper-function-name" "^7.12.13" |
| 94 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
| 95 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 96 | + "@babel/helper-replace-supers" "^7.13.0" |
| 97 | + "@babel/helper-split-export-declaration" "^7.12.13" |
82 | 98 |
|
83 | 99 | "@babel/helper-create-regexp-features-plugin@^7.12.1":
|
84 | 100 | version "7.12.7"
|
|
113 | 129 | "@babel/template" "^7.12.7"
|
114 | 130 | "@babel/types" "^7.12.11"
|
115 | 131 |
|
| 132 | +"@babel/helper-function-name@^7.12.13": |
| 133 | + version "7.12.13" |
| 134 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" |
| 135 | + integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== |
| 136 | + dependencies: |
| 137 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 138 | + "@babel/template" "^7.12.13" |
| 139 | + "@babel/types" "^7.12.13" |
| 140 | + |
116 | 141 | "@babel/helper-get-function-arity@^7.12.10":
|
117 | 142 | version "7.12.10"
|
118 | 143 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
|
119 | 144 | integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
|
120 | 145 | dependencies:
|
121 | 146 | "@babel/types" "^7.12.10"
|
122 | 147 |
|
| 148 | +"@babel/helper-get-function-arity@^7.12.13": |
| 149 | + version "7.12.13" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
| 151 | + integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
| 152 | + dependencies: |
| 153 | + "@babel/types" "^7.12.13" |
| 154 | + |
123 | 155 | "@babel/helper-hoist-variables@^7.10.4":
|
124 | 156 | version "7.10.4"
|
125 | 157 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
|
126 | 158 | integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==
|
127 | 159 | dependencies:
|
128 | 160 | "@babel/types" "^7.10.4"
|
129 | 161 |
|
130 |
| -"@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7": |
| 162 | +"@babel/helper-member-expression-to-functions@^7.12.7": |
131 | 163 | version "7.12.7"
|
132 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
|
133 | 165 | integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
|
134 | 166 | dependencies:
|
135 | 167 | "@babel/types" "^7.12.7"
|
136 | 168 |
|
| 169 | +"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12": |
| 170 | + version "7.13.12" |
| 171 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
| 172 | + integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== |
| 173 | + dependencies: |
| 174 | + "@babel/types" "^7.13.12" |
| 175 | + |
137 | 176 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
|
138 | 177 | version "7.12.5"
|
139 | 178 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
|
|
163 | 202 | dependencies:
|
164 | 203 | "@babel/types" "^7.12.10"
|
165 | 204 |
|
166 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
167 |
| - version "7.10.4" |
168 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
169 |
| - integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
| 205 | +"@babel/helper-optimise-call-expression@^7.12.13": |
| 206 | + version "7.12.13" |
| 207 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
| 208 | + integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== |
| 209 | + dependencies: |
| 210 | + "@babel/types" "^7.12.13" |
| 211 | + |
| 212 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 213 | + version "7.13.0" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" |
| 215 | + integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== |
170 | 216 |
|
171 | 217 | "@babel/helper-remap-async-to-generator@^7.12.1":
|
172 | 218 | version "7.12.1"
|
|
187 | 233 | "@babel/traverse" "^7.12.10"
|
188 | 234 | "@babel/types" "^7.12.11"
|
189 | 235 |
|
| 236 | +"@babel/helper-replace-supers@^7.13.0": |
| 237 | + version "7.13.12" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804" |
| 239 | + integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== |
| 240 | + dependencies: |
| 241 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 242 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 243 | + "@babel/traverse" "^7.13.0" |
| 244 | + "@babel/types" "^7.13.12" |
| 245 | + |
190 | 246 | "@babel/helper-simple-access@^7.12.1":
|
191 | 247 | version "7.12.1"
|
192 | 248 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
|
|
208 | 264 | dependencies:
|
209 | 265 | "@babel/types" "^7.12.11"
|
210 | 266 |
|
| 267 | +"@babel/helper-split-export-declaration@^7.12.13": |
| 268 | + version "7.12.13" |
| 269 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
| 270 | + integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
| 271 | + dependencies: |
| 272 | + "@babel/types" "^7.12.13" |
| 273 | + |
211 | 274 | "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
|
212 | 275 | version "7.12.11"
|
213 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
|
|
246 | 309 | chalk "^2.0.0"
|
247 | 310 | js-tokens "^4.0.0"
|
248 | 311 |
|
| 312 | +"@babel/highlight@^7.12.13": |
| 313 | + version "7.13.10" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1" |
| 315 | + integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== |
| 316 | + dependencies: |
| 317 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 318 | + chalk "^2.0.0" |
| 319 | + js-tokens "^4.0.0" |
| 320 | + |
249 | 321 | "@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7":
|
250 | 322 | version "7.12.11"
|
251 | 323 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
|
252 | 324 | integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
|
253 | 325 |
|
| 326 | +"@babel/parser@^7.12.13", "@babel/parser@^7.13.0": |
| 327 | + version "7.13.12" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.12.tgz#ba320059420774394d3b0c0233ba40e4250b81d1" |
| 329 | + integrity sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== |
| 330 | + |
254 | 331 | "@babel/plugin-proposal-async-generator-functions@^7.12.1":
|
255 | 332 | version "7.12.12"
|
256 | 333 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz#04b8f24fd4532008ab4e79f788468fd5a8476566"
|
|
261 | 338 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
262 | 339 |
|
263 | 340 | "@babel/plugin-proposal-class-properties@^7.12.1":
|
264 |
| - version "7.12.1" |
265 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de" |
266 |
| - integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w== |
| 341 | + version "7.13.0" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37" |
| 343 | + integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== |
267 | 344 | dependencies:
|
268 |
| - "@babel/helper-create-class-features-plugin" "^7.12.1" |
269 |
| - "@babel/helper-plugin-utils" "^7.10.4" |
| 345 | + "@babel/helper-create-class-features-plugin" "^7.13.0" |
| 346 | + "@babel/helper-plugin-utils" "^7.13.0" |
270 | 347 |
|
271 | 348 | "@babel/plugin-proposal-dynamic-import@^7.12.1":
|
272 | 349 | version "7.12.1"
|
|
837 | 914 | "@babel/parser" "^7.12.7"
|
838 | 915 | "@babel/types" "^7.12.7"
|
839 | 916 |
|
| 917 | +"@babel/template@^7.12.13": |
| 918 | + version "7.12.13" |
| 919 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
| 920 | + integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
| 921 | + dependencies: |
| 922 | + "@babel/code-frame" "^7.12.13" |
| 923 | + "@babel/parser" "^7.12.13" |
| 924 | + "@babel/types" "^7.12.13" |
| 925 | + |
840 | 926 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5":
|
841 | 927 | version "7.12.12"
|
842 | 928 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
|
|
852 | 938 | globals "^11.1.0"
|
853 | 939 | lodash "^4.17.19"
|
854 | 940 |
|
| 941 | +"@babel/traverse@^7.13.0": |
| 942 | + version "7.13.0" |
| 943 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
| 944 | + integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
| 945 | + dependencies: |
| 946 | + "@babel/code-frame" "^7.12.13" |
| 947 | + "@babel/generator" "^7.13.0" |
| 948 | + "@babel/helper-function-name" "^7.12.13" |
| 949 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 950 | + "@babel/parser" "^7.13.0" |
| 951 | + "@babel/types" "^7.13.0" |
| 952 | + debug "^4.1.0" |
| 953 | + globals "^11.1.0" |
| 954 | + lodash "^4.17.19" |
| 955 | + |
855 | 956 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
856 | 957 | version "7.12.12"
|
857 | 958 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
|
|
861 | 962 | lodash "^4.17.19"
|
862 | 963 | to-fast-properties "^2.0.0"
|
863 | 964 |
|
| 965 | +"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12": |
| 966 | + version "7.13.12" |
| 967 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd" |
| 968 | + integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== |
| 969 | + dependencies: |
| 970 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 971 | + lodash "^4.17.19" |
| 972 | + to-fast-properties "^2.0.0" |
| 973 | + |
864 | 974 | "@bcoe/v8-coverage@^0.2.3":
|
865 | 975 | version "0.2.3"
|
866 | 976 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments