|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
|
39 | 39 | integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
|
40 | 40 |
|
41 |
| -"@babel/core@^7.1.0", "@babel/core@^7.13.10", "@babel/core@^7.7.5": |
42 |
| - version "7.13.10" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559" |
44 |
| - integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== |
| 41 | +"@babel/core@^7.1.0", "@babel/core@^7.13.15", "@babel/core@^7.7.5": |
| 42 | + version "7.13.15" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0" |
| 44 | + integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ== |
45 | 45 | dependencies:
|
46 | 46 | "@babel/code-frame" "^7.12.13"
|
47 | 47 | "@babel/generator" "^7.13.9"
|
48 |
| - "@babel/helper-compilation-targets" "^7.13.10" |
49 |
| - "@babel/helper-module-transforms" "^7.13.0" |
| 48 | + "@babel/helper-compilation-targets" "^7.13.13" |
| 49 | + "@babel/helper-module-transforms" "^7.13.14" |
50 | 50 | "@babel/helpers" "^7.13.10"
|
51 |
| - "@babel/parser" "^7.13.10" |
| 51 | + "@babel/parser" "^7.13.15" |
52 | 52 | "@babel/template" "^7.12.13"
|
53 |
| - "@babel/traverse" "^7.13.0" |
54 |
| - "@babel/types" "^7.13.0" |
| 53 | + "@babel/traverse" "^7.13.15" |
| 54 | + "@babel/types" "^7.13.14" |
55 | 55 | convert-source-map "^1.7.0"
|
56 | 56 | debug "^4.1.0"
|
57 | 57 | gensync "^1.0.0-beta.2"
|
58 | 58 | json5 "^2.1.2"
|
59 |
| - lodash "^4.17.19" |
60 | 59 | semver "^6.3.0"
|
61 | 60 | source-map "^0.5.0"
|
62 | 61 |
|
63 |
| -"@babel/generator@^7.13.0", "@babel/generator@^7.13.9": |
| 62 | +"@babel/generator@^7.13.9": |
64 | 63 | version "7.13.9"
|
65 | 64 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
|
66 | 65 | integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
|
|
84 | 83 | "@babel/helper-explode-assignable-expression" "^7.12.13"
|
85 | 84 | "@babel/types" "^7.12.13"
|
86 | 85 |
|
87 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8": |
88 |
| - version "7.13.10" |
89 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c" |
90 |
| - integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== |
| 86 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8": |
| 87 | + version "7.13.13" |
| 88 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5" |
| 89 | + integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== |
91 | 90 | dependencies:
|
92 |
| - "@babel/compat-data" "^7.13.8" |
| 91 | + "@babel/compat-data" "^7.13.12" |
93 | 92 | "@babel/helper-validator-option" "^7.12.17"
|
94 | 93 | browserslist "^4.14.5"
|
95 | 94 | semver "^6.3.0"
|
|
172 | 171 | dependencies:
|
173 | 172 | "@babel/types" "^7.13.0"
|
174 | 173 |
|
| 174 | +"@babel/helper-member-expression-to-functions@^7.13.12": |
| 175 | + version "7.13.12" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
| 177 | + integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== |
| 178 | + dependencies: |
| 179 | + "@babel/types" "^7.13.12" |
| 180 | + |
175 | 181 | "@babel/helper-module-imports@^7.12.13":
|
176 | 182 | version "7.12.13"
|
177 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
|
178 | 184 | integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
|
179 | 185 | dependencies:
|
180 | 186 | "@babel/types" "^7.12.13"
|
181 | 187 |
|
182 |
| -"@babel/helper-module-transforms@^7.13.0": |
183 |
| - version "7.13.0" |
184 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
185 |
| - integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== |
| 188 | +"@babel/helper-module-imports@^7.13.12": |
| 189 | + version "7.13.12" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" |
| 191 | + integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== |
186 | 192 | dependencies:
|
187 |
| - "@babel/helper-module-imports" "^7.12.13" |
188 |
| - "@babel/helper-replace-supers" "^7.13.0" |
189 |
| - "@babel/helper-simple-access" "^7.12.13" |
| 193 | + "@babel/types" "^7.13.12" |
| 194 | + |
| 195 | +"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.14": |
| 196 | + version "7.13.14" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef" |
| 198 | + integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== |
| 199 | + dependencies: |
| 200 | + "@babel/helper-module-imports" "^7.13.12" |
| 201 | + "@babel/helper-replace-supers" "^7.13.12" |
| 202 | + "@babel/helper-simple-access" "^7.13.12" |
190 | 203 | "@babel/helper-split-export-declaration" "^7.12.13"
|
191 | 204 | "@babel/helper-validator-identifier" "^7.12.11"
|
192 | 205 | "@babel/template" "^7.12.13"
|
193 |
| - "@babel/traverse" "^7.13.0" |
194 |
| - "@babel/types" "^7.13.0" |
195 |
| - lodash "^4.17.19" |
| 206 | + "@babel/traverse" "^7.13.13" |
| 207 | + "@babel/types" "^7.13.14" |
196 | 208 |
|
197 | 209 | "@babel/helper-optimise-call-expression@^7.12.13":
|
198 | 210 | version "7.12.13"
|
|
235 | 247 | "@babel/traverse" "^7.13.0"
|
236 | 248 | "@babel/types" "^7.13.0"
|
237 | 249 |
|
| 250 | +"@babel/helper-replace-supers@^7.13.12": |
| 251 | + version "7.13.12" |
| 252 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804" |
| 253 | + integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== |
| 254 | + dependencies: |
| 255 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 256 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 257 | + "@babel/traverse" "^7.13.0" |
| 258 | + "@babel/types" "^7.13.12" |
| 259 | + |
238 | 260 | "@babel/helper-simple-access@^7.12.13":
|
239 | 261 | version "7.12.13"
|
240 | 262 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
|
241 | 263 | integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
|
242 | 264 | dependencies:
|
243 | 265 | "@babel/types" "^7.12.13"
|
244 | 266 |
|
| 267 | +"@babel/helper-simple-access@^7.13.12": |
| 268 | + version "7.13.12" |
| 269 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" |
| 270 | + integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== |
| 271 | + dependencies: |
| 272 | + "@babel/types" "^7.13.12" |
| 273 | + |
245 | 274 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
246 | 275 | version "7.12.1"
|
247 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
|
|
303 | 332 | chalk "^2.0.0"
|
304 | 333 | js-tokens "^4.0.0"
|
305 | 334 |
|
306 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10", "@babel/parser@^7.7.0": |
307 |
| - version "7.13.11" |
308 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88" |
309 |
| - integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== |
| 335 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.15", "@babel/parser@^7.7.0": |
| 336 | + version "7.13.15" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8" |
| 338 | + integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ== |
310 | 339 |
|
311 | 340 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
312 | 341 | version "7.13.12"
|
|
889 | 918 | "@babel/parser" "^7.12.13"
|
890 | 919 | "@babel/types" "^7.12.13"
|
891 | 920 |
|
892 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.0": |
893 |
| - version "7.13.0" |
894 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
895 |
| - integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
| 921 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.7.0": |
| 922 | + version "7.13.15" |
| 923 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7" |
| 924 | + integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ== |
896 | 925 | dependencies:
|
897 | 926 | "@babel/code-frame" "^7.12.13"
|
898 |
| - "@babel/generator" "^7.13.0" |
| 927 | + "@babel/generator" "^7.13.9" |
899 | 928 | "@babel/helper-function-name" "^7.12.13"
|
900 | 929 | "@babel/helper-split-export-declaration" "^7.12.13"
|
901 |
| - "@babel/parser" "^7.13.0" |
902 |
| - "@babel/types" "^7.13.0" |
| 930 | + "@babel/parser" "^7.13.15" |
| 931 | + "@babel/types" "^7.13.14" |
903 | 932 | debug "^4.1.0"
|
904 | 933 | globals "^11.1.0"
|
905 |
| - lodash "^4.17.19" |
906 | 934 |
|
907 |
| -"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
908 |
| - version "7.13.12" |
909 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd" |
910 |
| - integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== |
| 935 | +"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 936 | + version "7.13.14" |
| 937 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
| 938 | + integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
911 | 939 | dependencies:
|
912 | 940 | "@babel/helper-validator-identifier" "^7.12.11"
|
913 | 941 | lodash "^4.17.19"
|
|
0 commit comments