|
41 | 41 | dependencies:
|
42 | 42 | "@babel/highlight" "^7.12.13"
|
43 | 43 |
|
44 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.12", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8": |
| 44 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8": |
45 | 45 | version "7.13.15"
|
46 | 46 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
47 | 47 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
48 | 48 |
|
49 |
| -"@babel/[email protected].15", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
50 |
| - version "7.13.15" |
51 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0" |
52 |
| - integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ== |
| 49 | +"@babel/[email protected].16", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 50 | + version "7.13.16" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a" |
| 52 | + integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q== |
53 | 53 | dependencies:
|
54 | 54 | "@babel/code-frame" "^7.12.13"
|
55 |
| - "@babel/generator" "^7.13.9" |
56 |
| - "@babel/helper-compilation-targets" "^7.13.13" |
| 55 | + "@babel/generator" "^7.13.16" |
| 56 | + "@babel/helper-compilation-targets" "^7.13.16" |
57 | 57 | "@babel/helper-module-transforms" "^7.13.14"
|
58 |
| - "@babel/helpers" "^7.13.10" |
59 |
| - "@babel/parser" "^7.13.15" |
| 58 | + "@babel/helpers" "^7.13.16" |
| 59 | + "@babel/parser" "^7.13.16" |
60 | 60 | "@babel/template" "^7.12.13"
|
61 | 61 | "@babel/traverse" "^7.13.15"
|
62 |
| - "@babel/types" "^7.13.14" |
| 62 | + "@babel/types" "^7.13.16" |
63 | 63 | convert-source-map "^1.7.0"
|
64 | 64 | debug "^4.1.0"
|
65 | 65 | gensync "^1.0.0-beta.2"
|
66 | 66 | json5 "^2.1.2"
|
67 | 67 | semver "^6.3.0"
|
68 | 68 | source-map "^0.5.0"
|
69 | 69 |
|
70 |
| -"@babel/generator@^7.13.9": |
71 |
| - version "7.13.9" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
73 |
| - integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
| 70 | +"@babel/generator@^7.13.16": |
| 71 | + version "7.13.16" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14" |
| 73 | + integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg== |
74 | 74 | dependencies:
|
75 |
| - "@babel/types" "^7.13.0" |
| 75 | + "@babel/types" "^7.13.16" |
76 | 76 | jsesc "^2.5.1"
|
77 | 77 | source-map "^0.5.0"
|
78 | 78 |
|
|
91 | 91 | "@babel/helper-explode-assignable-expression" "^7.12.13"
|
92 | 92 | "@babel/types" "^7.12.13"
|
93 | 93 |
|
94 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8": |
95 |
| - version "7.13.13" |
96 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5" |
97 |
| - integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== |
| 94 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8": |
| 95 | + version "7.13.16" |
| 96 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c" |
| 97 | + integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA== |
98 | 98 | dependencies:
|
99 |
| - "@babel/compat-data" "^7.13.12" |
| 99 | + "@babel/compat-data" "^7.13.15" |
100 | 100 | "@babel/helper-validator-option" "^7.12.17"
|
101 | 101 | browserslist "^4.14.5"
|
102 | 102 | semver "^6.3.0"
|
|
265 | 265 | "@babel/traverse" "^7.13.0"
|
266 | 266 | "@babel/types" "^7.13.0"
|
267 | 267 |
|
268 |
| -"@babel/helpers@^7.13.10": |
269 |
| - version "7.13.10" |
270 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
271 |
| - integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
| 268 | +"@babel/helpers@^7.13.16": |
| 269 | + version "7.13.17" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6" |
| 271 | + integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg== |
272 | 272 | dependencies:
|
273 | 273 | "@babel/template" "^7.12.13"
|
274 |
| - "@babel/traverse" "^7.13.0" |
275 |
| - "@babel/types" "^7.13.0" |
| 274 | + "@babel/traverse" "^7.13.17" |
| 275 | + "@babel/types" "^7.13.17" |
276 | 276 |
|
277 | 277 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
278 | 278 | version "7.13.10"
|
|
283 | 283 | chalk "^2.0.0"
|
284 | 284 | js-tokens "^4.0.0"
|
285 | 285 |
|
286 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.15": |
287 |
| - version "7.13.15" |
288 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8" |
289 |
| - integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ== |
| 286 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.16": |
| 287 | + version "7.13.16" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37" |
| 289 | + integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw== |
290 | 290 |
|
291 | 291 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
292 | 292 | version "7.13.12"
|
|
879 | 879 | "@babel/parser" "^7.12.13"
|
880 | 880 | "@babel/types" "^7.12.13"
|
881 | 881 |
|
882 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15": |
883 |
| - version "7.13.15" |
884 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7" |
885 |
| - integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ== |
| 882 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17": |
| 883 | + version "7.13.17" |
| 884 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3" |
| 885 | + integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg== |
886 | 886 | dependencies:
|
887 | 887 | "@babel/code-frame" "^7.12.13"
|
888 |
| - "@babel/generator" "^7.13.9" |
| 888 | + "@babel/generator" "^7.13.16" |
889 | 889 | "@babel/helper-function-name" "^7.12.13"
|
890 | 890 | "@babel/helper-split-export-declaration" "^7.12.13"
|
891 |
| - "@babel/parser" "^7.13.15" |
892 |
| - "@babel/types" "^7.13.14" |
| 891 | + "@babel/parser" "^7.13.16" |
| 892 | + "@babel/types" "^7.13.17" |
893 | 893 | debug "^4.1.0"
|
894 | 894 | globals "^11.1.0"
|
895 | 895 |
|
896 |
| -"@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": |
897 |
| - version "7.13.14" |
898 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d" |
899 |
| - integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== |
| 896 | +"@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.13.16", "@babel/types@^7.13.17", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 897 | + version "7.13.17" |
| 898 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4" |
| 899 | + integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA== |
900 | 900 | dependencies:
|
901 | 901 | "@babel/helper-validator-identifier" "^7.12.11"
|
902 |
| - lodash "^4.17.19" |
903 | 902 | to-fast-properties "^2.0.0"
|
904 | 903 |
|
905 | 904 | "@bcoe/v8-coverage@^0.2.3":
|
|
0 commit comments