simplecov-material 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["Christopher Pezza"]
11
11
  spec.email = ["chiefpansancolt@gmail.com"]
12
12
  spec.summary = "HTML Material Design View for Simplecov formatter"
13
- spec.description = %q(HTML Material Design View of Simplecov as a formatter
14
- that is clean, easy to read.)
13
+ spec.description = "HTML Material Design View of Simplecov as a formatter"\
14
+ "that is clean, easy to read."
15
15
  spec.homepage = "https://github.com/chiefpansancolt/simplecov-material"
16
16
  spec.license = "MIT"
17
17
 
@@ -1,7 +1,7 @@
1
1
  <div class="tab-groups" name="<%= title_id %>" style="<%= hide_show(title_id) %>">
2
2
  <div class="mdc-layout-grid">
3
3
  <div class="mdc-layout-grid__inner">
4
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2">
4
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2-desktop mdc-layout-grid__cell--span-4-tablet">
5
5
  <div class="mdc-card card-tile">
6
6
  <p class="card-title">Covered</p>
7
7
  <h4 class="card-data mdc-typography--headline4 <%= coverage_class(files.covered_percent) %>">
@@ -9,7 +9,7 @@
9
9
  </h4>
10
10
  </div>
11
11
  </div>
12
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2">
12
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2-desktop mdc-layout-grid__cell--span-4-tablet">
13
13
  <div class="mdc-card card-tile">
14
14
  <p class="card-title">Hits/Line</p>
15
15
  <h4 class="card-data mdc-typography--headline4 <%= strength_class(files.covered_strength) %>">
@@ -17,7 +17,7 @@
17
17
  </h4>
18
18
  </div>
19
19
  </div>
20
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2">
20
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2-desktop mdc-layout-grid__cell--span-4-tablet">
21
21
  <div class="mdc-card card-tile">
22
22
  <p class="card-title"># of Files</p>
23
23
  <h4 class="card-data mdc-typography--headline4">
@@ -25,7 +25,7 @@
25
25
  </h4>
26
26
  </div>
27
27
  </div>
28
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2">
28
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2-desktop mdc-layout-grid__cell--span-4-tablet">
29
29
  <div class="mdc-card card-tile">
30
30
  <p class="card-title">Relevent Lines</p>
31
31
  <h4 class="card-data mdc-typography--headline4">
@@ -33,7 +33,7 @@
33
33
  </h4>
34
34
  </div>
35
35
  </div>
36
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2">
36
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2-desktop mdc-layout-grid__cell--span-4-tablet">
37
37
  <div class="mdc-card card-tile">
38
38
  <p class="card-title">Lines Covered</p>
39
39
  <h4 class="card-data mdc-typography--headline4 green">
@@ -41,7 +41,7 @@
41
41
  </h4>
42
42
  </div>
43
43
  </div>
44
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2">
44
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2-desktop mdc-layout-grid__cell--span-4-tablet">
45
45
  <div class="mdc-card card-tile">
46
46
  <p class="card-title">Lines Missed</p>
47
47
  <h4 class="card-data mdc-typography--headline4 red">
@@ -75,37 +75,37 @@
75
75
  <table class="mdc-data-table__table" id="<%= title_id %>-table">
76
76
  <thead>
77
77
  <tr class="mdc-data-table__header-row">
78
- <th class="mdc-data-table__header-cell width-50" role="columnheader" scope="col">
78
+ <th class="mdc-data-table__header-cell width-32" role="columnheader" scope="col">
79
79
  <i class="material-icons hide">arrow_upward</i>
80
80
  <i class="material-icons hide">arrow_downward</i>
81
81
  File
82
82
  </th>
83
- <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-9" role="columnheader" scope="col">
83
+ <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-12" role="columnheader" scope="col">
84
84
  <i class="material-icons hide">arrow_upward</i>
85
85
  <i class="material-icons hide">arrow_downward</i>
86
86
  % Covered
87
87
  </th>
88
- <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-5" role="columnheader" scope="col">
88
+ <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-8" role="columnheader" scope="col">
89
89
  <i class="material-icons hide">arrow_upward</i>
90
90
  <i class="material-icons hide">arrow_downward</i>
91
91
  Lines
92
92
  </th>
93
- <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-9" role="columnheader" scope="col">
93
+ <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-12" role="columnheader" scope="col">
94
94
  <i class="material-icons hide">arrow_upward</i>
95
95
  <i class="material-icons hide">arrow_downward</i>
96
96
  Relevant Lines
97
97
  </th>
98
- <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-9" role="columnheader" scope="col">
98
+ <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-12" role="columnheader" scope="col">
99
99
  <i class="material-icons hide">arrow_upward</i>
100
100
  <i class="material-icons hide">arrow_downward</i>
101
101
  Lines Covered
102
102
  </th>
103
- <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-9" role="columnheader" scope="col">
103
+ <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-12" role="columnheader" scope="col">
104
104
  <i class="material-icons hide">arrow_upward</i>
105
105
  <i class="material-icons hide">arrow_downward</i>
106
106
  Lines Missed
107
107
  </th>
108
- <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-9" role="columnheader" scope="col">
108
+ <th class="mdc-data-table__header-cell mdc-data-table__header-cell--numeric width-12" role="columnheader" scope="col">
109
109
  <i class="material-icons hide">arrow_upward</i>
110
110
  <i class="material-icons hide">arrow_downward</i>
111
111
  Avg Hits/Line
@@ -116,27 +116,27 @@
116
116
  <% files.each do |source_file| %>
117
117
  <tr class="mdc-data-table__row clickable" name="<%= shortened_filename(source_file) %>"
118
118
  onclick="openModal(this.attributes.name.value)">
119
- <td class="width-50" title="<%= shortened_filename(source_file) %>">
119
+ <td class="width-32" title="<%= shortened_filename(source_file) %>" data-sort-val="<%= shortened_filename(source_file) %>">
120
120
  <div class="overflow">
121
121
  <%= shortened_filename(source_file) %>
122
122
  </div>
123
123
  </td>
124
- <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-9 <%= coverage_class(source_file.covered_percent) %>">
124
+ <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-12 <%= coverage_class(source_file.covered_percent) %>" data-sort-val="<%= source_file.covered_percent.round(2).to_s %>">
125
125
  <%= source_file.covered_percent.round(2).to_s %>%
126
126
  </td>
127
- <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-5">
127
+ <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-8" data-sort-val="<%= source_file.lines.count %>">
128
128
  <%= format_number(source_file.lines.count) %>
129
129
  </td>
130
- <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-9">
130
+ <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-12" data-sort-val="<%= source_file.covered_lines.count + source_file.missed_lines.count %>">
131
131
  <%= format_number(source_file.covered_lines.count + source_file.missed_lines.count) %>
132
132
  </td>
133
- <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-9">
133
+ <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-12" data-sort-val="<%= source_file.covered_lines.count %>">
134
134
  <%= format_number(source_file.covered_lines.count) %>
135
135
  </td>
136
- <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-9">
136
+ <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-12" data-sort-val="<%= source_file.missed_lines.count %>">
137
137
  <%= format_number(source_file.missed_lines.count) %>
138
138
  </td>
139
- <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-9">
139
+ <td class="mdc-data-table__cell mdc-data-table__cell--numeric width-12" data-sort-val="<%= source_file.covered_strength %>">
140
140
  <%= format_number(source_file.covered_strength) %>
141
141
  </td>
142
142
  </tr>
@@ -8,7 +8,7 @@
8
8
  </head>
9
9
 
10
10
  <body class="mdc-typography">
11
- <aside class="mdc-drawer">
11
+ <aside class="mdc-drawer mdc-drawer--dismissible mdc-drawer--open">
12
12
  <div class="mdc-drawer__header">
13
13
  <h3 class="mdc-drawer__title">Code Coverage</h3>
14
14
  <h6 class="mdc-drawer__subtitle">
@@ -48,6 +48,7 @@
48
48
  <header class="mdc-top-app-bar mdc-top-app-bar--fixed app-bar" id="app-bar">
49
49
  <div class="mdc-top-app-bar__row">
50
50
  <section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
51
+ <a href="#" class="demo-menu material-icons mdc-top-app-bar__navigation-icon">menu</a>
51
52
  <span class="mdc-top-app-bar__title">
52
53
  <%= SimpleCov.project_name.split('-').map(&:capitalize).join(' ') %>
53
54
  </span>
data/yarn.lock CHANGED
@@ -10,17 +10,17 @@
10
10
  "@babel/highlight" "^7.0.0"
11
11
 
12
12
  "@babel/core@>=7.2.2", "@babel/core@^7.4.5":
13
- version "7.7.2"
14
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
15
- integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==
13
+ version "7.7.5"
14
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
15
+ integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
16
16
  dependencies:
17
17
  "@babel/code-frame" "^7.5.5"
18
- "@babel/generator" "^7.7.2"
19
- "@babel/helpers" "^7.7.0"
20
- "@babel/parser" "^7.7.2"
21
- "@babel/template" "^7.7.0"
22
- "@babel/traverse" "^7.7.2"
23
- "@babel/types" "^7.7.2"
18
+ "@babel/generator" "^7.7.4"
19
+ "@babel/helpers" "^7.7.4"
20
+ "@babel/parser" "^7.7.5"
21
+ "@babel/template" "^7.7.4"
22
+ "@babel/traverse" "^7.7.4"
23
+ "@babel/types" "^7.7.4"
24
24
  convert-source-map "^1.7.0"
25
25
  debug "^4.1.0"
26
26
  json5 "^2.1.0"
@@ -29,120 +29,120 @@
29
29
  semver "^5.4.1"
30
30
  source-map "^0.5.0"
31
31
 
32
- "@babel/generator@^7.7.2":
33
- version "7.7.2"
34
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.2.tgz#2f4852d04131a5e17ea4f6645488b5da66ebf3af"
35
- integrity sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==
32
+ "@babel/generator@^7.7.4":
33
+ version "7.7.4"
34
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
35
+ integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg==
36
36
  dependencies:
37
- "@babel/types" "^7.7.2"
37
+ "@babel/types" "^7.7.4"
38
38
  jsesc "^2.5.1"
39
39
  lodash "^4.17.13"
40
40
  source-map "^0.5.0"
41
41
 
42
- "@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.7.0":
43
- version "7.7.0"
44
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.0.tgz#efc54032d43891fe267679e63f6860aa7dbf4a5e"
45
- integrity sha512-k50CQxMlYTYo+GGyUGFwpxKVtxVJi9yh61sXZji3zYHccK9RYliZGSTOgci85T+r+0VFN2nWbGM04PIqwfrpMg==
42
+ "@babel/helper-annotate-as-pure@^7.7.4":
43
+ version "7.7.4"
44
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
45
+ integrity sha512-2BQmQgECKzYKFPpiycoF9tlb5HA4lrVyAmLLVK177EcQAqjVLciUb2/R+n1boQ9y5ENV3uz2ZqiNw7QMBBw1Og==
46
46
  dependencies:
47
- "@babel/types" "^7.7.0"
47
+ "@babel/types" "^7.7.4"
48
48
 
49
- "@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
50
- version "7.7.0"
51
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.7.0.tgz#32dd9551d6ed3a5fc2edc50d6912852aa18274d9"
52
- integrity sha512-Cd8r8zs4RKDwMG/92lpZcnn5WPQ3LAMQbCw42oqUh4s7vsSN5ANUZjMel0OOnxDLq57hoDDbai+ryygYfCTOsw==
49
+ "@babel/helper-builder-binary-assignment-operator-visitor@^7.7.4":
50
+ version "7.7.4"
51
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.7.4.tgz#5f73f2b28580e224b5b9bd03146a4015d6217f5f"
52
+ integrity sha512-Biq/d/WtvfftWZ9Uf39hbPBYDUo986m5Bb4zhkeYDGUllF43D+nUe5M6Vuo6/8JDK/0YX/uBdeoQpyaNhNugZQ==
53
53
  dependencies:
54
- "@babel/helper-explode-assignable-expression" "^7.7.0"
55
- "@babel/types" "^7.7.0"
54
+ "@babel/helper-explode-assignable-expression" "^7.7.4"
55
+ "@babel/types" "^7.7.4"
56
56
 
57
- "@babel/helper-call-delegate@^7.4.4":
58
- version "7.7.0"
59
- resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.7.0.tgz#df8942452c2c1a217335ca7e393b9afc67f668dc"
60
- integrity sha512-Su0Mdq7uSSWGZayGMMQ+z6lnL00mMCnGAbO/R0ZO9odIdB/WNU/VfQKqMQU0fdIsxQYbRjDM4BixIa93SQIpvw==
57
+ "@babel/helper-call-delegate@^7.7.4":
58
+ version "7.7.4"
59
+ resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.7.4.tgz#621b83e596722b50c0066f9dc37d3232e461b801"
60
+ integrity sha512-8JH9/B7J7tCYJ2PpWVpw9JhPuEVHztagNVuQAFBVFYluRMlpG7F1CgKEgGeL6KFqcsIa92ZYVj6DSc0XwmN1ZA==
61
61
  dependencies:
62
- "@babel/helper-hoist-variables" "^7.7.0"
63
- "@babel/traverse" "^7.7.0"
64
- "@babel/types" "^7.7.0"
62
+ "@babel/helper-hoist-variables" "^7.7.4"
63
+ "@babel/traverse" "^7.7.4"
64
+ "@babel/types" "^7.7.4"
65
65
 
66
- "@babel/helper-create-regexp-features-plugin@^7.7.0":
67
- version "7.7.2"
68
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.2.tgz#6f20443778c8fce2af2ff4206284afc0ced65db6"
69
- integrity sha512-pAil/ZixjTlrzNpjx+l/C/wJk002Wo7XbbZ8oujH/AoJ3Juv0iN/UTcPUHXKMFLqsfS0Hy6Aow8M31brUYBlQQ==
66
+ "@babel/helper-create-regexp-features-plugin@^7.7.4":
67
+ version "7.7.4"
68
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.4.tgz#6d5762359fd34f4da1500e4cff9955b5299aaf59"
69
+ integrity sha512-Mt+jBKaxL0zfOIWrfQpnfYCN7/rS6GKx6CCCfuoqVVd+17R8zNDlzVYmIi9qyb2wOk002NsmSTDymkIygDUH7A==
70
70
  dependencies:
71
71
  "@babel/helper-regex" "^7.4.4"
72
72
  regexpu-core "^4.6.0"
73
73
 
74
- "@babel/helper-define-map@^7.7.0":
75
- version "7.7.0"
76
- resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.7.0.tgz#60b0e9fd60def9de5054c38afde8c8ee409c7529"
77
- integrity sha512-kPKWPb0dMpZi+ov1hJiwse9dWweZsz3V9rP4KdytnX1E7z3cTNmFGglwklzFPuqIcHLIY3bgKSs4vkwXXdflQA==
74
+ "@babel/helper-define-map@^7.7.4":
75
+ version "7.7.4"
76
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.7.4.tgz#2841bf92eb8bd9c906851546fe6b9d45e162f176"
77
+ integrity sha512-v5LorqOa0nVQUvAUTUF3KPastvUt/HzByXNamKQ6RdJRTV7j8rLL+WB5C/MzzWAwOomxDhYFb1wLLxHqox86lg==
78
78
  dependencies:
79
- "@babel/helper-function-name" "^7.7.0"
80
- "@babel/types" "^7.7.0"
79
+ "@babel/helper-function-name" "^7.7.4"
80
+ "@babel/types" "^7.7.4"
81
81
  lodash "^4.17.13"
82
82
 
83
- "@babel/helper-explode-assignable-expression@^7.7.0":
84
- version "7.7.0"
85
- resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.7.0.tgz#db2a6705555ae1f9f33b4b8212a546bc7f9dc3ef"
86
- integrity sha512-CDs26w2shdD1urNUAji2RJXyBFCaR+iBEGnFz3l7maizMkQe3saVw9WtjG1tz8CwbjvlFnaSLVhgnu1SWaherg==
83
+ "@babel/helper-explode-assignable-expression@^7.7.4":
84
+ version "7.7.4"
85
+ resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.7.4.tgz#fa700878e008d85dc51ba43e9fb835cddfe05c84"
86
+ integrity sha512-2/SicuFrNSXsZNBxe5UGdLr+HZg+raWBLE9vC98bdYOKX/U6PY0mdGlYUJdtTDPSU0Lw0PNbKKDpwYHJLn2jLg==
87
87
  dependencies:
88
- "@babel/traverse" "^7.7.0"
89
- "@babel/types" "^7.7.0"
88
+ "@babel/traverse" "^7.7.4"
89
+ "@babel/types" "^7.7.4"
90
90
 
91
- "@babel/helper-function-name@^7.7.0":
92
- version "7.7.0"
93
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
94
- integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==
91
+ "@babel/helper-function-name@^7.7.4":
92
+ version "7.7.4"
93
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
94
+ integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==
95
95
  dependencies:
96
- "@babel/helper-get-function-arity" "^7.7.0"
97
- "@babel/template" "^7.7.0"
98
- "@babel/types" "^7.7.0"
96
+ "@babel/helper-get-function-arity" "^7.7.4"
97
+ "@babel/template" "^7.7.4"
98
+ "@babel/types" "^7.7.4"
99
99
 
100
- "@babel/helper-get-function-arity@^7.0.0", "@babel/helper-get-function-arity@^7.7.0":
101
- version "7.7.0"
102
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
103
- integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==
100
+ "@babel/helper-get-function-arity@^7.7.4":
101
+ version "7.7.4"
102
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
103
+ integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==
104
104
  dependencies:
105
- "@babel/types" "^7.7.0"
105
+ "@babel/types" "^7.7.4"
106
106
 
107
- "@babel/helper-hoist-variables@^7.7.0":
108
- version "7.7.0"
109
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.0.tgz#b4552e4cfe5577d7de7b183e193e84e4ec538c81"
110
- integrity sha512-LUe/92NqsDAkJjjCEWkNe+/PcpnisvnqdlRe19FahVapa4jndeuJ+FBiTX1rcAKWKcJGE+C3Q3tuEuxkSmCEiQ==
107
+ "@babel/helper-hoist-variables@^7.7.4":
108
+ version "7.7.4"
109
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.4.tgz#612384e3d823fdfaaf9fce31550fe5d4db0f3d12"
110
+ integrity sha512-wQC4xyvc1Jo/FnLirL6CEgPgPCa8M74tOdjWpRhQYapz5JC7u3NYU1zCVoVAGCE3EaIP9T1A3iW0WLJ+reZlpQ==
111
111
  dependencies:
112
- "@babel/types" "^7.7.0"
112
+ "@babel/types" "^7.7.4"
113
113
 
114
- "@babel/helper-member-expression-to-functions@^7.7.0":
115
- version "7.7.0"
116
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.0.tgz#472b93003a57071f95a541ea6c2b098398bcad8a"
117
- integrity sha512-QaCZLO2RtBcmvO/ekOLp8p7R5X2JriKRizeDpm5ChATAFWrrYDcDxPuCIBXKyBjY+i1vYSdcUTMIb8psfxHDPA==
114
+ "@babel/helper-member-expression-to-functions@^7.7.4":
115
+ version "7.7.4"
116
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz#356438e2569df7321a8326644d4b790d2122cb74"
117
+ integrity sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw==
118
118
  dependencies:
119
- "@babel/types" "^7.7.0"
119
+ "@babel/types" "^7.7.4"
120
120
 
121
- "@babel/helper-module-imports@^7.7.0":
122
- version "7.7.0"
123
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.0.tgz#99c095889466e5f7b6d66d98dffc58baaf42654d"
124
- integrity sha512-Dv3hLKIC1jyfTkClvyEkYP2OlkzNvWs5+Q8WgPbxM5LMeorons7iPP91JM+DU7tRbhqA1ZeooPaMFvQrn23RHw==
121
+ "@babel/helper-module-imports@^7.7.4":
122
+ version "7.7.4"
123
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91"
124
+ integrity sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ==
125
125
  dependencies:
126
- "@babel/types" "^7.7.0"
126
+ "@babel/types" "^7.7.4"
127
127
 
128
- "@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.7.0":
129
- version "7.7.0"
130
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.0.tgz#154a69f0c5b8fd4d39e49750ff7ac4faa3f36786"
131
- integrity sha512-rXEefBuheUYQyX4WjV19tuknrJFwyKw0HgzRwbkyTbB+Dshlq7eqkWbyjzToLrMZk/5wKVKdWFluiAsVkHXvuQ==
128
+ "@babel/helper-module-transforms@^7.7.4", "@babel/helper-module-transforms@^7.7.5":
129
+ version "7.7.5"
130
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz#d044da7ffd91ec967db25cd6748f704b6b244835"
131
+ integrity sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw==
132
132
  dependencies:
133
- "@babel/helper-module-imports" "^7.7.0"
134
- "@babel/helper-simple-access" "^7.7.0"
135
- "@babel/helper-split-export-declaration" "^7.7.0"
136
- "@babel/template" "^7.7.0"
137
- "@babel/types" "^7.7.0"
133
+ "@babel/helper-module-imports" "^7.7.4"
134
+ "@babel/helper-simple-access" "^7.7.4"
135
+ "@babel/helper-split-export-declaration" "^7.7.4"
136
+ "@babel/template" "^7.7.4"
137
+ "@babel/types" "^7.7.4"
138
138
  lodash "^4.17.13"
139
139
 
140
- "@babel/helper-optimise-call-expression@^7.7.0":
141
- version "7.7.0"
142
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.0.tgz#4f66a216116a66164135dc618c5d8b7a959f9365"
143
- integrity sha512-48TeqmbazjNU/65niiiJIJRc5JozB8acui1OS7bSd6PgxfuovWsvjfWSzlgx+gPFdVveNzUdpdIg5l56Pl5jqg==
140
+ "@babel/helper-optimise-call-expression@^7.7.4":
141
+ version "7.7.4"
142
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2"
143
+ integrity sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg==
144
144
  dependencies:
145
- "@babel/types" "^7.7.0"
145
+ "@babel/types" "^7.7.4"
146
146
 
147
147
  "@babel/helper-plugin-utils@^7.0.0":
148
148
  version "7.0.0"
@@ -156,60 +156,60 @@
156
156
  dependencies:
157
157
  lodash "^4.17.13"
158
158
 
159
- "@babel/helper-remap-async-to-generator@^7.7.0":
160
- version "7.7.0"
161
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.0.tgz#4d69ec653e8bff5bce62f5d33fc1508f223c75a7"
162
- integrity sha512-pHx7RN8X0UNHPB/fnuDnRXVZ316ZigkO8y8D835JlZ2SSdFKb6yH9MIYRU4fy/KPe5sPHDFOPvf8QLdbAGGiyw==
163
- dependencies:
164
- "@babel/helper-annotate-as-pure" "^7.7.0"
165
- "@babel/helper-wrap-function" "^7.7.0"
166
- "@babel/template" "^7.7.0"
167
- "@babel/traverse" "^7.7.0"
168
- "@babel/types" "^7.7.0"
169
-
170
- "@babel/helper-replace-supers@^7.5.5", "@babel/helper-replace-supers@^7.7.0":
171
- version "7.7.0"
172
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.0.tgz#d5365c8667fe7cbd13b8ddddceb9bd7f2b387512"
173
- integrity sha512-5ALYEul5V8xNdxEeWvRsBzLMxQksT7MaStpxjJf9KsnLxpAKBtfw5NeMKZJSYDa0lKdOcy0g+JT/f5mPSulUgg==
174
- dependencies:
175
- "@babel/helper-member-expression-to-functions" "^7.7.0"
176
- "@babel/helper-optimise-call-expression" "^7.7.0"
177
- "@babel/traverse" "^7.7.0"
178
- "@babel/types" "^7.7.0"
179
-
180
- "@babel/helper-simple-access@^7.7.0":
181
- version "7.7.0"
182
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.0.tgz#97a8b6c52105d76031b86237dc1852b44837243d"
183
- integrity sha512-AJ7IZD7Eem3zZRuj5JtzFAptBw7pMlS3y8Qv09vaBWoFsle0d1kAn5Wq6Q9MyBXITPOKnxwkZKoAm4bopmv26g==
184
- dependencies:
185
- "@babel/template" "^7.7.0"
186
- "@babel/types" "^7.7.0"
187
-
188
- "@babel/helper-split-export-declaration@^7.7.0":
189
- version "7.7.0"
190
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
191
- integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==
192
- dependencies:
193
- "@babel/types" "^7.7.0"
194
-
195
- "@babel/helper-wrap-function@^7.7.0":
196
- version "7.7.0"
197
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74"
198
- integrity sha512-sd4QjeMgQqzshSjecZjOp8uKfUtnpmCyQhKQrVJBBgeHAB/0FPi33h3AbVlVp07qQtMD4QgYSzaMI7VwncNK/w==
199
- dependencies:
200
- "@babel/helper-function-name" "^7.7.0"
201
- "@babel/template" "^7.7.0"
202
- "@babel/traverse" "^7.7.0"
203
- "@babel/types" "^7.7.0"
204
-
205
- "@babel/helpers@^7.7.0":
206
- version "7.7.0"
207
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b"
208
- integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==
209
- dependencies:
210
- "@babel/template" "^7.7.0"
211
- "@babel/traverse" "^7.7.0"
212
- "@babel/types" "^7.7.0"
159
+ "@babel/helper-remap-async-to-generator@^7.7.4":
160
+ version "7.7.4"
161
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.4.tgz#c68c2407350d9af0e061ed6726afb4fff16d0234"
162
+ integrity sha512-Sk4xmtVdM9sA/jCI80f+KS+Md+ZHIpjuqmYPk1M7F/upHou5e4ReYmExAiu6PVe65BhJPZA2CY9x9k4BqE5klw==
163
+ dependencies:
164
+ "@babel/helper-annotate-as-pure" "^7.7.4"
165
+ "@babel/helper-wrap-function" "^7.7.4"
166
+ "@babel/template" "^7.7.4"
167
+ "@babel/traverse" "^7.7.4"
168
+ "@babel/types" "^7.7.4"
169
+
170
+ "@babel/helper-replace-supers@^7.7.4":
171
+ version "7.7.4"
172
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz#3c881a6a6a7571275a72d82e6107126ec9e2cdd2"
173
+ integrity sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg==
174
+ dependencies:
175
+ "@babel/helper-member-expression-to-functions" "^7.7.4"
176
+ "@babel/helper-optimise-call-expression" "^7.7.4"
177
+ "@babel/traverse" "^7.7.4"
178
+ "@babel/types" "^7.7.4"
179
+
180
+ "@babel/helper-simple-access@^7.7.4":
181
+ version "7.7.4"
182
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294"
183
+ integrity sha512-zK7THeEXfan7UlWsG2A6CI/L9jVnI5+xxKZOdej39Y0YtDYKx9raHk5F2EtK9K8DHRTihYwg20ADt9S36GR78A==
184
+ dependencies:
185
+ "@babel/template" "^7.7.4"
186
+ "@babel/types" "^7.7.4"
187
+
188
+ "@babel/helper-split-export-declaration@^7.7.4":
189
+ version "7.7.4"
190
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8"
191
+ integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==
192
+ dependencies:
193
+ "@babel/types" "^7.7.4"
194
+
195
+ "@babel/helper-wrap-function@^7.7.4":
196
+ version "7.7.4"
197
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
198
+ integrity sha512-VsfzZt6wmsocOaVU0OokwrIytHND55yvyT4BPB9AIIgwr8+x7617hetdJTsuGwygN5RC6mxA9EJztTjuwm2ofg==
199
+ dependencies:
200
+ "@babel/helper-function-name" "^7.7.4"
201
+ "@babel/template" "^7.7.4"
202
+ "@babel/traverse" "^7.7.4"
203
+ "@babel/types" "^7.7.4"
204
+
205
+ "@babel/helpers@^7.7.4":
206
+ version "7.7.4"
207
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302"
208
+ integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==
209
+ dependencies:
210
+ "@babel/template" "^7.7.4"
211
+ "@babel/traverse" "^7.7.4"
212
+ "@babel/types" "^7.7.4"
213
213
 
214
214
  "@babel/highlight@^7.0.0":
215
215
  version "7.5.0"
@@ -220,431 +220,431 @@
220
220
  esutils "^2.0.2"
221
221
  js-tokens "^4.0.0"
222
222
 
223
- "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
224
- version "7.7.3"
225
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.3.tgz#5fad457c2529de476a248f75b0f090b3060af043"
226
- integrity sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A==
223
+ "@babel/parser@^7.7.4", "@babel/parser@^7.7.5":
224
+ version "7.7.5"
225
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
226
+ integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
227
227
 
228
- "@babel/plugin-proposal-async-generator-functions@^7.7.0":
229
- version "7.7.0"
230
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.0.tgz#83ef2d6044496b4c15d8b4904e2219e6dccc6971"
231
- integrity sha512-ot/EZVvf3mXtZq0Pd0+tSOfGWMizqmOohXmNZg6LNFjHOV+wOPv7BvVYh8oPR8LhpIP3ye8nNooKL50YRWxpYA==
228
+ "@babel/plugin-proposal-async-generator-functions@^7.7.4":
229
+ version "7.7.4"
230
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
231
+ integrity sha512-1ypyZvGRXriY/QP668+s8sFr2mqinhkRDMPSQLNghCQE+GAkFtp+wkHVvg2+Hdki8gwP+NFzJBJ/N1BfzCCDEw==
232
232
  dependencies:
233
233
  "@babel/helper-plugin-utils" "^7.0.0"
234
- "@babel/helper-remap-async-to-generator" "^7.7.0"
235
- "@babel/plugin-syntax-async-generators" "^7.2.0"
234
+ "@babel/helper-remap-async-to-generator" "^7.7.4"
235
+ "@babel/plugin-syntax-async-generators" "^7.7.4"
236
236
 
237
- "@babel/plugin-proposal-dynamic-import@^7.7.0":
238
- version "7.7.0"
239
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.0.tgz#dc02a8bad8d653fb59daf085516fa416edd2aa7f"
240
- integrity sha512-7poL3Xi+QFPC7sGAzEIbXUyYzGJwbc2+gSD0AkiC5k52kH2cqHdqxm5hNFfLW3cRSTcx9bN0Fl7/6zWcLLnKAQ==
237
+ "@babel/plugin-proposal-dynamic-import@^7.7.4":
238
+ version "7.7.4"
239
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.4.tgz#dde64a7f127691758cbfed6cf70de0fa5879d52d"
240
+ integrity sha512-StH+nGAdO6qDB1l8sZ5UBV8AC3F2VW2I8Vfld73TMKyptMU9DY5YsJAS8U81+vEtxcH3Y/La0wG0btDrhpnhjQ==
241
241
  dependencies:
242
242
  "@babel/helper-plugin-utils" "^7.0.0"
243
- "@babel/plugin-syntax-dynamic-import" "^7.2.0"
243
+ "@babel/plugin-syntax-dynamic-import" "^7.7.4"
244
244
 
245
- "@babel/plugin-proposal-json-strings@^7.2.0":
246
- version "7.2.0"
247
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
248
- integrity sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==
245
+ "@babel/plugin-proposal-json-strings@^7.7.4":
246
+ version "7.7.4"
247
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.7.4.tgz#7700a6bfda771d8dc81973249eac416c6b4c697d"
248
+ integrity sha512-wQvt3akcBTfLU/wYoqm/ws7YOAQKu8EVJEvHip/mzkNtjaclQoCCIqKXFP5/eyfnfbQCDV3OLRIK3mIVyXuZlw==
249
249
  dependencies:
250
250
  "@babel/helper-plugin-utils" "^7.0.0"
251
- "@babel/plugin-syntax-json-strings" "^7.2.0"
251
+ "@babel/plugin-syntax-json-strings" "^7.7.4"
252
252
 
253
- "@babel/plugin-proposal-object-rest-spread@^7.6.2":
254
- version "7.6.2"
255
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
256
- integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
253
+ "@babel/plugin-proposal-object-rest-spread@^7.7.4":
254
+ version "7.7.4"
255
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
256
+ integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
257
257
  dependencies:
258
258
  "@babel/helper-plugin-utils" "^7.0.0"
259
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
259
+ "@babel/plugin-syntax-object-rest-spread" "^7.7.4"
260
260
 
261
- "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
262
- version "7.2.0"
263
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
264
- integrity sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==
261
+ "@babel/plugin-proposal-optional-catch-binding@^7.7.4":
262
+ version "7.7.4"
263
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.7.4.tgz#ec21e8aeb09ec6711bc0a39ca49520abee1de379"
264
+ integrity sha512-DyM7U2bnsQerCQ+sejcTNZh8KQEUuC3ufzdnVnSiUv/qoGJp2Z3hanKL18KDhsBT5Wj6a7CMT5mdyCNJsEaA9w==
265
265
  dependencies:
266
266
  "@babel/helper-plugin-utils" "^7.0.0"
267
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
267
+ "@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
268
268
 
269
- "@babel/plugin-proposal-unicode-property-regex@^7.7.0":
270
- version "7.7.0"
271
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.0.tgz#549fe1717a1bd0a2a7e63163841cb37e78179d5d"
272
- integrity sha512-mk34H+hp7kRBWJOOAR0ZMGCydgKMD4iN9TpDRp3IIcbunltxEY89XSimc6WbtSLCDrwcdy/EEw7h5CFCzxTchw==
269
+ "@babel/plugin-proposal-unicode-property-regex@^7.7.4":
270
+ version "7.7.4"
271
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb"
272
+ integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==
273
273
  dependencies:
274
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
274
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
275
275
  "@babel/helper-plugin-utils" "^7.0.0"
276
276
 
277
- "@babel/plugin-syntax-async-generators@^7.2.0":
278
- version "7.2.0"
279
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
280
- integrity sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==
277
+ "@babel/plugin-syntax-async-generators@^7.7.4":
278
+ version "7.7.4"
279
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.7.4.tgz#331aaf310a10c80c44a66b238b6e49132bd3c889"
280
+ integrity sha512-Li4+EjSpBgxcsmeEF8IFcfV/+yJGxHXDirDkEoyFjumuwbmfCVHUt0HuowD/iGM7OhIRyXJH9YXxqiH6N815+g==
281
281
  dependencies:
282
282
  "@babel/helper-plugin-utils" "^7.0.0"
283
283
 
284
- "@babel/plugin-syntax-dynamic-import@^7.2.0":
285
- version "7.2.0"
286
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
287
- integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==
284
+ "@babel/plugin-syntax-dynamic-import@^7.7.4":
285
+ version "7.7.4"
286
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.7.4.tgz#29ca3b4415abfe4a5ec381e903862ad1a54c3aec"
287
+ integrity sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg==
288
288
  dependencies:
289
289
  "@babel/helper-plugin-utils" "^7.0.0"
290
290
 
291
- "@babel/plugin-syntax-json-strings@^7.2.0":
292
- version "7.2.0"
293
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470"
294
- integrity sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==
291
+ "@babel/plugin-syntax-json-strings@^7.7.4":
292
+ version "7.7.4"
293
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.7.4.tgz#86e63f7d2e22f9e27129ac4e83ea989a382e86cc"
294
+ integrity sha512-QpGupahTQW1mHRXddMG5srgpHWqRLwJnJZKXTigB9RPFCCGbDGCgBeM/iC82ICXp414WeYx/tD54w7M2qRqTMg==
295
295
  dependencies:
296
296
  "@babel/helper-plugin-utils" "^7.0.0"
297
297
 
298
- "@babel/plugin-syntax-object-rest-spread@^7.2.0":
299
- version "7.2.0"
300
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
301
- integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==
298
+ "@babel/plugin-syntax-object-rest-spread@^7.7.4":
299
+ version "7.7.4"
300
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46"
301
+ integrity sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==
302
302
  dependencies:
303
303
  "@babel/helper-plugin-utils" "^7.0.0"
304
304
 
305
- "@babel/plugin-syntax-optional-catch-binding@^7.2.0":
306
- version "7.2.0"
307
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
308
- integrity sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==
305
+ "@babel/plugin-syntax-optional-catch-binding@^7.7.4":
306
+ version "7.7.4"
307
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.7.4.tgz#a3e38f59f4b6233867b4a92dcb0ee05b2c334aa6"
308
+ integrity sha512-4ZSuzWgFxqHRE31Glu+fEr/MirNZOMYmD/0BhBWyLyOOQz/gTAl7QmWm2hX1QxEIXsr2vkdlwxIzTyiYRC4xcQ==
309
309
  dependencies:
310
310
  "@babel/helper-plugin-utils" "^7.0.0"
311
311
 
312
- "@babel/plugin-syntax-top-level-await@^7.7.0":
313
- version "7.7.0"
314
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.0.tgz#f5699549f50bbe8d12b1843a4e82f0a37bb65f4d"
315
- integrity sha512-hi8FUNiFIY1fnUI2n1ViB1DR0R4QeK4iHcTlW6aJkrPoTdb8Rf1EMQ6GT3f67DDkYyWgew9DFoOZ6gOoEsdzTA==
312
+ "@babel/plugin-syntax-top-level-await@^7.7.4":
313
+ version "7.7.4"
314
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.4.tgz#bd7d8fa7b9fee793a36e4027fd6dd1aa32f946da"
315
+ integrity sha512-wdsOw0MvkL1UIgiQ/IFr3ETcfv1xb8RMM0H9wbiDyLaJFyiDg5oZvDLCXosIXmFeIlweML5iOBXAkqddkYNizg==
316
316
  dependencies:
317
317
  "@babel/helper-plugin-utils" "^7.0.0"
318
318
 
319
- "@babel/plugin-transform-arrow-functions@^7.2.0":
320
- version "7.2.0"
321
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
322
- integrity sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==
319
+ "@babel/plugin-transform-arrow-functions@^7.7.4":
320
+ version "7.7.4"
321
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.7.4.tgz#76309bd578addd8aee3b379d809c802305a98a12"
322
+ integrity sha512-zUXy3e8jBNPiffmqkHRNDdZM2r8DWhCB7HhcoyZjiK1TxYEluLHAvQuYnTT+ARqRpabWqy/NHkO6e3MsYB5YfA==
323
323
  dependencies:
324
324
  "@babel/helper-plugin-utils" "^7.0.0"
325
325
 
326
- "@babel/plugin-transform-async-to-generator@^7.7.0":
327
- version "7.7.0"
328
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.0.tgz#e2b84f11952cf5913fe3438b7d2585042772f492"
329
- integrity sha512-vLI2EFLVvRBL3d8roAMqtVY0Bm9C1QzLkdS57hiKrjUBSqsQYrBsMCeOg/0KK7B0eK9V71J5mWcha9yyoI2tZw==
326
+ "@babel/plugin-transform-async-to-generator@^7.7.4":
327
+ version "7.7.4"
328
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.4.tgz#694cbeae6d613a34ef0292713fa42fb45c4470ba"
329
+ integrity sha512-zpUTZphp5nHokuy8yLlyafxCJ0rSlFoSHypTUWgpdwoDXWQcseaect7cJ8Ppk6nunOM6+5rPMkod4OYKPR5MUg==
330
330
  dependencies:
331
- "@babel/helper-module-imports" "^7.7.0"
331
+ "@babel/helper-module-imports" "^7.7.4"
332
332
  "@babel/helper-plugin-utils" "^7.0.0"
333
- "@babel/helper-remap-async-to-generator" "^7.7.0"
333
+ "@babel/helper-remap-async-to-generator" "^7.7.4"
334
334
 
335
- "@babel/plugin-transform-block-scoped-functions@^7.2.0":
336
- version "7.2.0"
337
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
338
- integrity sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==
335
+ "@babel/plugin-transform-block-scoped-functions@^7.7.4":
336
+ version "7.7.4"
337
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.7.4.tgz#d0d9d5c269c78eaea76227ace214b8d01e4d837b"
338
+ integrity sha512-kqtQzwtKcpPclHYjLK//3lH8OFsCDuDJBaFhVwf8kqdnF6MN4l618UDlcA7TfRs3FayrHj+svYnSX8MC9zmUyQ==
339
339
  dependencies:
340
340
  "@babel/helper-plugin-utils" "^7.0.0"
341
341
 
342
- "@babel/plugin-transform-block-scoping@^7.6.3":
343
- version "7.6.3"
344
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
345
- integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==
342
+ "@babel/plugin-transform-block-scoping@^7.7.4":
343
+ version "7.7.4"
344
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.7.4.tgz#200aad0dcd6bb80372f94d9e628ea062c58bf224"
345
+ integrity sha512-2VBe9u0G+fDt9B5OV5DQH4KBf5DoiNkwFKOz0TCvBWvdAN2rOykCTkrL+jTLxfCAm76l9Qo5OqL7HBOx2dWggg==
346
346
  dependencies:
347
347
  "@babel/helper-plugin-utils" "^7.0.0"
348
348
  lodash "^4.17.13"
349
349
 
350
- "@babel/plugin-transform-classes@^7.7.0":
351
- version "7.7.0"
352
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.0.tgz#b411ecc1b8822d24b81e5d184f24149136eddd4a"
353
- integrity sha512-/b3cKIZwGeUesZheU9jNYcwrEA7f/Bo4IdPmvp7oHgvks2majB5BoT5byAql44fiNQYOPzhk2w8DbgfuafkMoA==
350
+ "@babel/plugin-transform-classes@^7.7.4":
351
+ version "7.7.4"
352
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.4.tgz#c92c14be0a1399e15df72667067a8f510c9400ec"
353
+ integrity sha512-sK1mjWat7K+buWRuImEzjNf68qrKcrddtpQo3swi9j7dUcG6y6R6+Di039QN2bD1dykeswlagupEmpOatFHHUg==
354
354
  dependencies:
355
- "@babel/helper-annotate-as-pure" "^7.7.0"
356
- "@babel/helper-define-map" "^7.7.0"
357
- "@babel/helper-function-name" "^7.7.0"
358
- "@babel/helper-optimise-call-expression" "^7.7.0"
355
+ "@babel/helper-annotate-as-pure" "^7.7.4"
356
+ "@babel/helper-define-map" "^7.7.4"
357
+ "@babel/helper-function-name" "^7.7.4"
358
+ "@babel/helper-optimise-call-expression" "^7.7.4"
359
359
  "@babel/helper-plugin-utils" "^7.0.0"
360
- "@babel/helper-replace-supers" "^7.7.0"
361
- "@babel/helper-split-export-declaration" "^7.7.0"
360
+ "@babel/helper-replace-supers" "^7.7.4"
361
+ "@babel/helper-split-export-declaration" "^7.7.4"
362
362
  globals "^11.1.0"
363
363
 
364
- "@babel/plugin-transform-computed-properties@^7.2.0":
365
- version "7.2.0"
366
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
367
- integrity sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==
364
+ "@babel/plugin-transform-computed-properties@^7.7.4":
365
+ version "7.7.4"
366
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.7.4.tgz#e856c1628d3238ffe12d668eb42559f79a81910d"
367
+ integrity sha512-bSNsOsZnlpLLyQew35rl4Fma3yKWqK3ImWMSC/Nc+6nGjC9s5NFWAer1YQ899/6s9HxO2zQC1WoFNfkOqRkqRQ==
368
368
  dependencies:
369
369
  "@babel/helper-plugin-utils" "^7.0.0"
370
370
 
371
- "@babel/plugin-transform-destructuring@^7.6.0":
372
- version "7.6.0"
373
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6"
374
- integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==
371
+ "@babel/plugin-transform-destructuring@^7.7.4":
372
+ version "7.7.4"
373
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.7.4.tgz#2b713729e5054a1135097b6a67da1b6fe8789267"
374
+ integrity sha512-4jFMXI1Cu2aXbcXXl8Lr6YubCn6Oc7k9lLsu8v61TZh+1jny2BWmdtvY9zSUlLdGUvcy9DMAWyZEOqjsbeg/wA==
375
375
  dependencies:
376
376
  "@babel/helper-plugin-utils" "^7.0.0"
377
377
 
378
- "@babel/plugin-transform-dotall-regex@^7.7.0":
379
- version "7.7.0"
380
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.0.tgz#c5c9ecacab3a5e0c11db6981610f0c32fd698b3b"
381
- integrity sha512-3QQlF7hSBnSuM1hQ0pS3pmAbWLax/uGNCbPBND9y+oJ4Y776jsyujG2k0Sn2Aj2a0QwVOiOFL5QVPA7spjvzSA==
378
+ "@babel/plugin-transform-dotall-regex@^7.7.4":
379
+ version "7.7.4"
380
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96"
381
+ integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw==
382
382
  dependencies:
383
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
383
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
384
384
  "@babel/helper-plugin-utils" "^7.0.0"
385
385
 
386
- "@babel/plugin-transform-duplicate-keys@^7.5.0":
387
- version "7.5.0"
388
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
389
- integrity sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==
386
+ "@babel/plugin-transform-duplicate-keys@^7.7.4":
387
+ version "7.7.4"
388
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.7.4.tgz#3d21731a42e3f598a73835299dd0169c3b90ac91"
389
+ integrity sha512-g1y4/G6xGWMD85Tlft5XedGaZBCIVN+/P0bs6eabmcPP9egFleMAo65OOjlhcz1njpwagyY3t0nsQC9oTFegJA==
390
390
  dependencies:
391
391
  "@babel/helper-plugin-utils" "^7.0.0"
392
392
 
393
- "@babel/plugin-transform-exponentiation-operator@^7.2.0":
394
- version "7.2.0"
395
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
396
- integrity sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==
393
+ "@babel/plugin-transform-exponentiation-operator@^7.7.4":
394
+ version "7.7.4"
395
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.7.4.tgz#dd30c0191e3a1ba19bcc7e389bdfddc0729d5db9"
396
+ integrity sha512-MCqiLfCKm6KEA1dglf6Uqq1ElDIZwFuzz1WH5mTf8k2uQSxEJMbOIEh7IZv7uichr7PMfi5YVSrr1vz+ipp7AQ==
397
397
  dependencies:
398
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
398
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.7.4"
399
399
  "@babel/helper-plugin-utils" "^7.0.0"
400
400
 
401
- "@babel/plugin-transform-for-of@^7.4.4":
402
- version "7.4.4"
403
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556"
404
- integrity sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==
401
+ "@babel/plugin-transform-for-of@^7.7.4":
402
+ version "7.7.4"
403
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.7.4.tgz#248800e3a5e507b1f103d8b4ca998e77c63932bc"
404
+ integrity sha512-zZ1fD1B8keYtEcKF+M1TROfeHTKnijcVQm0yO/Yu1f7qoDoxEIc/+GX6Go430Bg84eM/xwPFp0+h4EbZg7epAA==
405
405
  dependencies:
406
406
  "@babel/helper-plugin-utils" "^7.0.0"
407
407
 
408
- "@babel/plugin-transform-function-name@^7.7.0":
409
- version "7.7.0"
410
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.0.tgz#0fa786f1eef52e3b7d4fc02e54b2129de8a04c2a"
411
- integrity sha512-P5HKu0d9+CzZxP5jcrWdpe7ZlFDe24bmqP6a6X8BHEBl/eizAsY8K6LX8LASZL0Jxdjm5eEfzp+FIrxCm/p8bA==
408
+ "@babel/plugin-transform-function-name@^7.7.4":
409
+ version "7.7.4"
410
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.4.tgz#75a6d3303d50db638ff8b5385d12451c865025b1"
411
+ integrity sha512-E/x09TvjHNhsULs2IusN+aJNRV5zKwxu1cpirZyRPw+FyyIKEHPXTsadj48bVpc1R5Qq1B5ZkzumuFLytnbT6g==
412
412
  dependencies:
413
- "@babel/helper-function-name" "^7.7.0"
413
+ "@babel/helper-function-name" "^7.7.4"
414
414
  "@babel/helper-plugin-utils" "^7.0.0"
415
415
 
416
- "@babel/plugin-transform-literals@^7.2.0":
417
- version "7.2.0"
418
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1"
419
- integrity sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==
416
+ "@babel/plugin-transform-literals@^7.7.4":
417
+ version "7.7.4"
418
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.7.4.tgz#27fe87d2b5017a2a5a34d1c41a6b9f6a6262643e"
419
+ integrity sha512-X2MSV7LfJFm4aZfxd0yLVFrEXAgPqYoDG53Br/tCKiKYfX0MjVjQeWPIhPHHsCqzwQANq+FLN786fF5rgLS+gw==
420
420
  dependencies:
421
421
  "@babel/helper-plugin-utils" "^7.0.0"
422
422
 
423
- "@babel/plugin-transform-member-expression-literals@^7.2.0":
424
- version "7.2.0"
425
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz#fa10aa5c58a2cb6afcf2c9ffa8cb4d8b3d489a2d"
426
- integrity sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==
423
+ "@babel/plugin-transform-member-expression-literals@^7.7.4":
424
+ version "7.7.4"
425
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.7.4.tgz#aee127f2f3339fc34ce5e3055d7ffbf7aa26f19a"
426
+ integrity sha512-9VMwMO7i69LHTesL0RdGy93JU6a+qOPuvB4F4d0kR0zyVjJRVJRaoaGjhtki6SzQUu8yen/vxPKN6CWnCUw6bA==
427
427
  dependencies:
428
428
  "@babel/helper-plugin-utils" "^7.0.0"
429
429
 
430
- "@babel/plugin-transform-modules-amd@^7.5.0":
431
- version "7.5.0"
432
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91"
433
- integrity sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==
430
+ "@babel/plugin-transform-modules-amd@^7.7.5":
431
+ version "7.7.5"
432
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.5.tgz#39e0fb717224b59475b306402bb8eedab01e729c"
433
+ integrity sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ==
434
434
  dependencies:
435
- "@babel/helper-module-transforms" "^7.1.0"
435
+ "@babel/helper-module-transforms" "^7.7.5"
436
436
  "@babel/helper-plugin-utils" "^7.0.0"
437
437
  babel-plugin-dynamic-import-node "^2.3.0"
438
438
 
439
- "@babel/plugin-transform-modules-commonjs@^7.7.0":
440
- version "7.7.0"
441
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.0.tgz#3e5ffb4fd8c947feede69cbe24c9554ab4113fe3"
442
- integrity sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg==
439
+ "@babel/plugin-transform-modules-commonjs@^7.7.5":
440
+ version "7.7.5"
441
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.5.tgz#1d27f5eb0bcf7543e774950e5b2fa782e637b345"
442
+ integrity sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q==
443
443
  dependencies:
444
- "@babel/helper-module-transforms" "^7.7.0"
444
+ "@babel/helper-module-transforms" "^7.7.5"
445
445
  "@babel/helper-plugin-utils" "^7.0.0"
446
- "@babel/helper-simple-access" "^7.7.0"
446
+ "@babel/helper-simple-access" "^7.7.4"
447
447
  babel-plugin-dynamic-import-node "^2.3.0"
448
448
 
449
- "@babel/plugin-transform-modules-systemjs@^7.7.0":
450
- version "7.7.0"
451
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.0.tgz#9baf471213af9761c1617bb12fd278e629041417"
452
- integrity sha512-ZAuFgYjJzDNv77AjXRqzQGlQl4HdUM6j296ee4fwKVZfhDR9LAGxfvXjBkb06gNETPnN0sLqRm9Gxg4wZH6dXg==
449
+ "@babel/plugin-transform-modules-systemjs@^7.7.4":
450
+ version "7.7.4"
451
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.4.tgz#cd98152339d3e763dfe838b7d4273edaf520bb30"
452
+ integrity sha512-y2c96hmcsUi6LrMqvmNDPBBiGCiQu0aYqpHatVVu6kD4mFEXKjyNxd/drc18XXAf9dv7UXjrZwBVmTTGaGP8iw==
453
453
  dependencies:
454
- "@babel/helper-hoist-variables" "^7.7.0"
454
+ "@babel/helper-hoist-variables" "^7.7.4"
455
455
  "@babel/helper-plugin-utils" "^7.0.0"
456
456
  babel-plugin-dynamic-import-node "^2.3.0"
457
457
 
458
- "@babel/plugin-transform-modules-umd@^7.7.0":
459
- version "7.7.0"
460
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.0.tgz#d62c7da16670908e1d8c68ca0b5d4c0097b69966"
461
- integrity sha512-u7eBA03zmUswQ9LQ7Qw0/ieC1pcAkbp5OQatbWUzY1PaBccvuJXUkYzoN1g7cqp7dbTu6Dp9bXyalBvD04AANA==
458
+ "@babel/plugin-transform-modules-umd@^7.7.4":
459
+ version "7.7.4"
460
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.4.tgz#1027c355a118de0aae9fee00ad7813c584d9061f"
461
+ integrity sha512-u2B8TIi0qZI4j8q4C51ktfO7E3cQ0qnaXFI1/OXITordD40tt17g/sXqgNNCcMTcBFKrUPcGDx+TBJuZxLx7tw==
462
462
  dependencies:
463
- "@babel/helper-module-transforms" "^7.7.0"
463
+ "@babel/helper-module-transforms" "^7.7.4"
464
464
  "@babel/helper-plugin-utils" "^7.0.0"
465
465
 
466
- "@babel/plugin-transform-named-capturing-groups-regex@^7.7.0":
467
- version "7.7.0"
468
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.0.tgz#358e6fd869b9a4d8f5cbc79e4ed4fc340e60dcaf"
469
- integrity sha512-+SicSJoKouPctL+j1pqktRVCgy+xAch1hWWTMy13j0IflnyNjaoskj+DwRQFimHbLqO3sq2oN2CXMvXq3Bgapg==
466
+ "@babel/plugin-transform-named-capturing-groups-regex@^7.7.4":
467
+ version "7.7.4"
468
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.4.tgz#fb3bcc4ee4198e7385805007373d6b6f42c98220"
469
+ integrity sha512-jBUkiqLKvUWpv9GLSuHUFYdmHg0ujC1JEYoZUfeOOfNydZXp1sXObgyPatpcwjWgsdBGsagWW0cdJpX/DO2jMw==
470
470
  dependencies:
471
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
471
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
472
472
 
473
- "@babel/plugin-transform-new-target@^7.4.4":
474
- version "7.4.4"
475
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
476
- integrity sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==
473
+ "@babel/plugin-transform-new-target@^7.7.4":
474
+ version "7.7.4"
475
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.7.4.tgz#4a0753d2d60639437be07b592a9e58ee00720167"
476
+ integrity sha512-CnPRiNtOG1vRodnsyGX37bHQleHE14B9dnnlgSeEs3ek3fHN1A1SScglTCg1sfbe7sRQ2BUcpgpTpWSfMKz3gg==
477
477
  dependencies:
478
478
  "@babel/helper-plugin-utils" "^7.0.0"
479
479
 
480
- "@babel/plugin-transform-object-super@^7.5.5":
481
- version "7.5.5"
482
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9"
483
- integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==
480
+ "@babel/plugin-transform-object-super@^7.7.4":
481
+ version "7.7.4"
482
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.7.4.tgz#48488937a2d586c0148451bf51af9d7dda567262"
483
+ integrity sha512-ho+dAEhC2aRnff2JCA0SAK7V2R62zJd/7dmtoe7MHcso4C2mS+vZjn1Pb1pCVZvJs1mgsvv5+7sT+m3Bysb6eg==
484
484
  dependencies:
485
485
  "@babel/helper-plugin-utils" "^7.0.0"
486
- "@babel/helper-replace-supers" "^7.5.5"
486
+ "@babel/helper-replace-supers" "^7.7.4"
487
487
 
488
- "@babel/plugin-transform-parameters@^7.4.4":
489
- version "7.4.4"
490
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16"
491
- integrity sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==
488
+ "@babel/plugin-transform-parameters@^7.7.4":
489
+ version "7.7.4"
490
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce"
491
+ integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw==
492
492
  dependencies:
493
- "@babel/helper-call-delegate" "^7.4.4"
494
- "@babel/helper-get-function-arity" "^7.0.0"
493
+ "@babel/helper-call-delegate" "^7.7.4"
494
+ "@babel/helper-get-function-arity" "^7.7.4"
495
495
  "@babel/helper-plugin-utils" "^7.0.0"
496
496
 
497
- "@babel/plugin-transform-property-literals@^7.2.0":
498
- version "7.2.0"
499
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz#03e33f653f5b25c4eb572c98b9485055b389e905"
500
- integrity sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==
497
+ "@babel/plugin-transform-property-literals@^7.7.4":
498
+ version "7.7.4"
499
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.7.4.tgz#2388d6505ef89b266103f450f9167e6bd73f98c2"
500
+ integrity sha512-MatJhlC4iHsIskWYyawl53KuHrt+kALSADLQQ/HkhTjX954fkxIEh4q5slL4oRAnsm/eDoZ4q0CIZpcqBuxhJQ==
501
501
  dependencies:
502
502
  "@babel/helper-plugin-utils" "^7.0.0"
503
503
 
504
- "@babel/plugin-transform-regenerator@^7.7.0":
505
- version "7.7.0"
506
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.0.tgz#f1b20b535e7716b622c99e989259d7dd942dd9cc"
507
- integrity sha512-AXmvnC+0wuj/cFkkS/HFHIojxH3ffSXE+ttulrqWjZZRaUOonfJc60e1wSNT4rV8tIunvu/R3wCp71/tLAa9xg==
504
+ "@babel/plugin-transform-regenerator@^7.7.5":
505
+ version "7.7.5"
506
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz#3a8757ee1a2780f390e89f246065ecf59c26fce9"
507
+ integrity sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw==
508
508
  dependencies:
509
509
  regenerator-transform "^0.14.0"
510
510
 
511
- "@babel/plugin-transform-reserved-words@^7.2.0":
512
- version "7.2.0"
513
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz#4792af87c998a49367597d07fedf02636d2e1634"
514
- integrity sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==
511
+ "@babel/plugin-transform-reserved-words@^7.7.4":
512
+ version "7.7.4"
513
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.7.4.tgz#6a7cf123ad175bb5c69aec8f6f0770387ed3f1eb"
514
+ integrity sha512-OrPiUB5s5XvkCO1lS7D8ZtHcswIC57j62acAnJZKqGGnHP+TIc/ljQSrgdX/QyOTdEK5COAhuc820Hi1q2UgLQ==
515
515
  dependencies:
516
516
  "@babel/helper-plugin-utils" "^7.0.0"
517
517
 
518
- "@babel/plugin-transform-shorthand-properties@^7.2.0":
519
- version "7.2.0"
520
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
521
- integrity sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==
518
+ "@babel/plugin-transform-shorthand-properties@^7.7.4":
519
+ version "7.7.4"
520
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.7.4.tgz#74a0a9b2f6d67a684c6fbfd5f0458eb7ba99891e"
521
+ integrity sha512-q+suddWRfIcnyG5YiDP58sT65AJDZSUhXQDZE3r04AuqD6d/XLaQPPXSBzP2zGerkgBivqtQm9XKGLuHqBID6Q==
522
522
  dependencies:
523
523
  "@babel/helper-plugin-utils" "^7.0.0"
524
524
 
525
- "@babel/plugin-transform-spread@^7.6.2":
526
- version "7.6.2"
527
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
528
- integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==
525
+ "@babel/plugin-transform-spread@^7.7.4":
526
+ version "7.7.4"
527
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.7.4.tgz#aa673b356fe6b7e70d69b6e33a17fef641008578"
528
+ integrity sha512-8OSs0FLe5/80cndziPlg4R0K6HcWSM0zyNhHhLsmw/Nc5MaA49cAsnoJ/t/YZf8qkG7fD+UjTRaApVDB526d7Q==
529
529
  dependencies:
530
530
  "@babel/helper-plugin-utils" "^7.0.0"
531
531
 
532
- "@babel/plugin-transform-sticky-regex@^7.2.0":
533
- version "7.2.0"
534
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
535
- integrity sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==
532
+ "@babel/plugin-transform-sticky-regex@^7.7.4":
533
+ version "7.7.4"
534
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.7.4.tgz#ffb68c05090c30732076b1285dc1401b404a123c"
535
+ integrity sha512-Ls2NASyL6qtVe1H1hXts9yuEeONV2TJZmplLONkMPUG158CtmnrzW5Q5teibM5UVOFjG0D3IC5mzXR6pPpUY7A==
536
536
  dependencies:
537
537
  "@babel/helper-plugin-utils" "^7.0.0"
538
538
  "@babel/helper-regex" "^7.0.0"
539
539
 
540
- "@babel/plugin-transform-template-literals@^7.4.4":
541
- version "7.4.4"
542
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz#9d28fea7bbce637fb7612a0750989d8321d4bcb0"
543
- integrity sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==
540
+ "@babel/plugin-transform-template-literals@^7.7.4":
541
+ version "7.7.4"
542
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.7.4.tgz#1eb6411736dd3fe87dbd20cc6668e5121c17d604"
543
+ integrity sha512-sA+KxLwF3QwGj5abMHkHgshp9+rRz+oY9uoRil4CyLtgEuE/88dpkeWgNk5qKVsJE9iSfly3nvHapdRiIS2wnQ==
544
544
  dependencies:
545
- "@babel/helper-annotate-as-pure" "^7.0.0"
545
+ "@babel/helper-annotate-as-pure" "^7.7.4"
546
546
  "@babel/helper-plugin-utils" "^7.0.0"
547
547
 
548
- "@babel/plugin-transform-typeof-symbol@^7.2.0":
549
- version "7.2.0"
550
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
551
- integrity sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==
548
+ "@babel/plugin-transform-typeof-symbol@^7.7.4":
549
+ version "7.7.4"
550
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.7.4.tgz#3174626214f2d6de322882e498a38e8371b2140e"
551
+ integrity sha512-KQPUQ/7mqe2m0B8VecdyaW5XcQYaePyl9R7IsKd+irzj6jvbhoGnRE+M0aNkyAzI07VfUQ9266L5xMARitV3wg==
552
552
  dependencies:
553
553
  "@babel/helper-plugin-utils" "^7.0.0"
554
554
 
555
- "@babel/plugin-transform-unicode-regex@^7.7.0":
556
- version "7.7.0"
557
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.0.tgz#743d9bcc44080e3cc7d49259a066efa30f9187a3"
558
- integrity sha512-RrThb0gdrNwFAqEAAx9OWgtx6ICK69x7i9tCnMdVrxQwSDp/Abu9DXFU5Hh16VP33Rmxh04+NGW28NsIkFvFKA==
555
+ "@babel/plugin-transform-unicode-regex@^7.7.4":
556
+ version "7.7.4"
557
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.4.tgz#a3c0f65b117c4c81c5b6484f2a5e7b95346b83ae"
558
+ integrity sha512-N77UUIV+WCvE+5yHw+oks3m18/umd7y392Zv7mYTpFqHtkpcc+QUz+gLJNTWVlWROIWeLqY0f3OjZxV5TcXnRw==
559
559
  dependencies:
560
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
560
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
561
561
  "@babel/helper-plugin-utils" "^7.0.0"
562
562
 
563
563
  "@babel/preset-env@^7.4.5":
564
- version "7.7.1"
565
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.1.tgz#04a2ff53552c5885cf1083e291c8dd5490f744bb"
566
- integrity sha512-/93SWhi3PxcVTDpSqC+Dp4YxUu3qZ4m7I76k0w73wYfn7bGVuRIO4QUz95aJksbS+AD1/mT1Ie7rbkT0wSplaA==
564
+ version "7.7.5"
565
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.5.tgz#f28573ed493edb4ba763b37fb4fbb85601469370"
566
+ integrity sha512-wDPbiaZdGzsJuTWlpLHJxmwslwHGLZ8F5v69zX3oAWeTOFWdy4OJHoTKg26oAnFg052v+/LAPY5os9KB0LrOEA==
567
567
  dependencies:
568
- "@babel/helper-module-imports" "^7.7.0"
568
+ "@babel/helper-module-imports" "^7.7.4"
569
569
  "@babel/helper-plugin-utils" "^7.0.0"
570
- "@babel/plugin-proposal-async-generator-functions" "^7.7.0"
571
- "@babel/plugin-proposal-dynamic-import" "^7.7.0"
572
- "@babel/plugin-proposal-json-strings" "^7.2.0"
573
- "@babel/plugin-proposal-object-rest-spread" "^7.6.2"
574
- "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
575
- "@babel/plugin-proposal-unicode-property-regex" "^7.7.0"
576
- "@babel/plugin-syntax-async-generators" "^7.2.0"
577
- "@babel/plugin-syntax-dynamic-import" "^7.2.0"
578
- "@babel/plugin-syntax-json-strings" "^7.2.0"
579
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
580
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
581
- "@babel/plugin-syntax-top-level-await" "^7.7.0"
582
- "@babel/plugin-transform-arrow-functions" "^7.2.0"
583
- "@babel/plugin-transform-async-to-generator" "^7.7.0"
584
- "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
585
- "@babel/plugin-transform-block-scoping" "^7.6.3"
586
- "@babel/plugin-transform-classes" "^7.7.0"
587
- "@babel/plugin-transform-computed-properties" "^7.2.0"
588
- "@babel/plugin-transform-destructuring" "^7.6.0"
589
- "@babel/plugin-transform-dotall-regex" "^7.7.0"
590
- "@babel/plugin-transform-duplicate-keys" "^7.5.0"
591
- "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
592
- "@babel/plugin-transform-for-of" "^7.4.4"
593
- "@babel/plugin-transform-function-name" "^7.7.0"
594
- "@babel/plugin-transform-literals" "^7.2.0"
595
- "@babel/plugin-transform-member-expression-literals" "^7.2.0"
596
- "@babel/plugin-transform-modules-amd" "^7.5.0"
597
- "@babel/plugin-transform-modules-commonjs" "^7.7.0"
598
- "@babel/plugin-transform-modules-systemjs" "^7.7.0"
599
- "@babel/plugin-transform-modules-umd" "^7.7.0"
600
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.0"
601
- "@babel/plugin-transform-new-target" "^7.4.4"
602
- "@babel/plugin-transform-object-super" "^7.5.5"
603
- "@babel/plugin-transform-parameters" "^7.4.4"
604
- "@babel/plugin-transform-property-literals" "^7.2.0"
605
- "@babel/plugin-transform-regenerator" "^7.7.0"
606
- "@babel/plugin-transform-reserved-words" "^7.2.0"
607
- "@babel/plugin-transform-shorthand-properties" "^7.2.0"
608
- "@babel/plugin-transform-spread" "^7.6.2"
609
- "@babel/plugin-transform-sticky-regex" "^7.2.0"
610
- "@babel/plugin-transform-template-literals" "^7.4.4"
611
- "@babel/plugin-transform-typeof-symbol" "^7.2.0"
612
- "@babel/plugin-transform-unicode-regex" "^7.7.0"
613
- "@babel/types" "^7.7.1"
570
+ "@babel/plugin-proposal-async-generator-functions" "^7.7.4"
571
+ "@babel/plugin-proposal-dynamic-import" "^7.7.4"
572
+ "@babel/plugin-proposal-json-strings" "^7.7.4"
573
+ "@babel/plugin-proposal-object-rest-spread" "^7.7.4"
574
+ "@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
575
+ "@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
576
+ "@babel/plugin-syntax-async-generators" "^7.7.4"
577
+ "@babel/plugin-syntax-dynamic-import" "^7.7.4"
578
+ "@babel/plugin-syntax-json-strings" "^7.7.4"
579
+ "@babel/plugin-syntax-object-rest-spread" "^7.7.4"
580
+ "@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
581
+ "@babel/plugin-syntax-top-level-await" "^7.7.4"
582
+ "@babel/plugin-transform-arrow-functions" "^7.7.4"
583
+ "@babel/plugin-transform-async-to-generator" "^7.7.4"
584
+ "@babel/plugin-transform-block-scoped-functions" "^7.7.4"
585
+ "@babel/plugin-transform-block-scoping" "^7.7.4"
586
+ "@babel/plugin-transform-classes" "^7.7.4"
587
+ "@babel/plugin-transform-computed-properties" "^7.7.4"
588
+ "@babel/plugin-transform-destructuring" "^7.7.4"
589
+ "@babel/plugin-transform-dotall-regex" "^7.7.4"
590
+ "@babel/plugin-transform-duplicate-keys" "^7.7.4"
591
+ "@babel/plugin-transform-exponentiation-operator" "^7.7.4"
592
+ "@babel/plugin-transform-for-of" "^7.7.4"
593
+ "@babel/plugin-transform-function-name" "^7.7.4"
594
+ "@babel/plugin-transform-literals" "^7.7.4"
595
+ "@babel/plugin-transform-member-expression-literals" "^7.7.4"
596
+ "@babel/plugin-transform-modules-amd" "^7.7.5"
597
+ "@babel/plugin-transform-modules-commonjs" "^7.7.5"
598
+ "@babel/plugin-transform-modules-systemjs" "^7.7.4"
599
+ "@babel/plugin-transform-modules-umd" "^7.7.4"
600
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
601
+ "@babel/plugin-transform-new-target" "^7.7.4"
602
+ "@babel/plugin-transform-object-super" "^7.7.4"
603
+ "@babel/plugin-transform-parameters" "^7.7.4"
604
+ "@babel/plugin-transform-property-literals" "^7.7.4"
605
+ "@babel/plugin-transform-regenerator" "^7.7.5"
606
+ "@babel/plugin-transform-reserved-words" "^7.7.4"
607
+ "@babel/plugin-transform-shorthand-properties" "^7.7.4"
608
+ "@babel/plugin-transform-spread" "^7.7.4"
609
+ "@babel/plugin-transform-sticky-regex" "^7.7.4"
610
+ "@babel/plugin-transform-template-literals" "^7.7.4"
611
+ "@babel/plugin-transform-typeof-symbol" "^7.7.4"
612
+ "@babel/plugin-transform-unicode-regex" "^7.7.4"
613
+ "@babel/types" "^7.7.4"
614
614
  browserslist "^4.6.0"
615
- core-js-compat "^3.1.1"
615
+ core-js-compat "^3.4.7"
616
616
  invariant "^2.2.2"
617
617
  js-levenshtein "^1.1.3"
618
618
  semver "^5.5.0"
619
619
 
620
- "@babel/template@^7.7.0":
621
- version "7.7.0"
622
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
623
- integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==
620
+ "@babel/template@^7.7.4":
621
+ version "7.7.4"
622
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
623
+ integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==
624
624
  dependencies:
625
625
  "@babel/code-frame" "^7.0.0"
626
- "@babel/parser" "^7.7.0"
627
- "@babel/types" "^7.7.0"
626
+ "@babel/parser" "^7.7.4"
627
+ "@babel/types" "^7.7.4"
628
628
 
629
- "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
630
- version "7.7.2"
631
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
632
- integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==
629
+ "@babel/traverse@^7.7.4":
630
+ version "7.7.4"
631
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
632
+ integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
633
633
  dependencies:
634
634
  "@babel/code-frame" "^7.5.5"
635
- "@babel/generator" "^7.7.2"
636
- "@babel/helper-function-name" "^7.7.0"
637
- "@babel/helper-split-export-declaration" "^7.7.0"
638
- "@babel/parser" "^7.7.2"
639
- "@babel/types" "^7.7.2"
635
+ "@babel/generator" "^7.7.4"
636
+ "@babel/helper-function-name" "^7.7.4"
637
+ "@babel/helper-split-export-declaration" "^7.7.4"
638
+ "@babel/parser" "^7.7.4"
639
+ "@babel/types" "^7.7.4"
640
640
  debug "^4.1.0"
641
641
  globals "^11.1.0"
642
642
  lodash "^4.17.13"
643
643
 
644
- "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2":
645
- version "7.7.2"
646
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
647
- integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==
644
+ "@babel/types@^7.7.4":
645
+ version "7.7.4"
646
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
647
+ integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
648
648
  dependencies:
649
649
  esutils "^2.0.2"
650
650
  lodash "^4.17.13"
@@ -1189,9 +1189,9 @@
1189
1189
  integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
1190
1190
 
1191
1191
  "@types/node@*":
1192
- version "12.12.11"
1193
- resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.11.tgz#bec2961975888d964196bf0016a2f984d793d3ce"
1194
- integrity sha512-O+x6uIpa6oMNTkPuHDa9MhMMehlxLAd5QcOvKRjAFsBVpeFWTOPnXbDvILvFgFFZfQ1xh1EZi1FbXxUix+zpsQ==
1192
+ version "12.12.14"
1193
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.14.tgz#1c1d6e3c75dba466e0326948d56e8bd72a1903d2"
1194
+ integrity sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==
1195
1195
 
1196
1196
  "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
1197
1197
  version "2.0.3"
@@ -1381,9 +1381,9 @@ acorn-jsx@^5.1.0:
1381
1381
  integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
1382
1382
 
1383
1383
  acorn@^6.2.1:
1384
- version "6.3.0"
1385
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
1386
- integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
1384
+ version "6.4.0"
1385
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz#b659d2ffbafa24baf5db1cdbb2c94a983ecd2784"
1386
+ integrity sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==
1387
1387
 
1388
1388
  acorn@^7.1.0:
1389
1389
  version "7.1.0"
@@ -1584,12 +1584,12 @@ atob@^2.1.1:
1584
1584
  integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
1585
1585
 
1586
1586
  autoprefixer@^9.5.1, autoprefixer@^9.6.0:
1587
- version "9.7.2"
1588
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.2.tgz#26cf729fbb709323b40171a874304884dcceffed"
1589
- integrity sha512-LCAfcdej1182uVvPOZnytbq61AhnOZ/4JelDaJGDeNwewyU1AMaNthcHsyz1NRjTmd2FkurMckLWfkHg3Z//KA==
1587
+ version "9.7.3"
1588
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.3.tgz#fd42ed03f53de9beb4ca0d61fb4f7268a9bb50b4"
1589
+ integrity sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q==
1590
1590
  dependencies:
1591
- browserslist "^4.7.3"
1592
- caniuse-lite "^1.0.30001010"
1591
+ browserslist "^4.8.0"
1592
+ caniuse-lite "^1.0.30001012"
1593
1593
  chalk "^2.4.2"
1594
1594
  normalize-range "^0.1.2"
1595
1595
  num2fraction "^1.2.2"
@@ -1602,9 +1602,9 @@ aws-sign2@~0.7.0:
1602
1602
  integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
1603
1603
 
1604
1604
  aws4@^1.8.0:
1605
- version "1.8.0"
1606
- resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
1607
- integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
1605
+ version "1.9.0"
1606
+ resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.0.tgz#24390e6ad61386b0a747265754d2a17219de862c"
1607
+ integrity sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==
1608
1608
 
1609
1609
  babel-loader@^8.0.6:
1610
1610
  version "8.0.6"
@@ -1684,9 +1684,9 @@ block-stream@*:
1684
1684
  inherits "~2.0.0"
1685
1685
 
1686
1686
  bluebird@^3.5.5:
1687
- version "3.7.1"
1688
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
1689
- integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
1687
+ version "3.7.2"
1688
+ resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
1689
+ integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
1690
1690
 
1691
1691
  bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
1692
1692
  version "4.11.8"
@@ -1788,14 +1788,14 @@ browserify-zlib@^0.2.0:
1788
1788
  dependencies:
1789
1789
  pako "~1.0.5"
1790
1790
 
1791
- browserslist@^4.6.0, browserslist@^4.7.3:
1792
- version "4.7.3"
1793
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.3.tgz#02341f162b6bcc1e1028e30624815d4924442dc3"
1794
- integrity sha512-jWvmhqYpx+9EZm/FxcZSbUZyDEvDTLDi3nSAKbzEkyWvtI0mNSmUosey+5awDW1RUlrgXbQb5A6qY1xQH9U6MQ==
1791
+ browserslist@^4.6.0, browserslist@^4.8.0:
1792
+ version "4.8.2"
1793
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289"
1794
+ integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA==
1795
1795
  dependencies:
1796
- caniuse-lite "^1.0.30001010"
1797
- electron-to-chromium "^1.3.306"
1798
- node-releases "^1.1.40"
1796
+ caniuse-lite "^1.0.30001015"
1797
+ electron-to-chromium "^1.3.322"
1798
+ node-releases "^1.1.42"
1799
1799
 
1800
1800
  btoa@^1.2.1:
1801
1801
  version "1.2.1"
@@ -1928,10 +1928,10 @@ camelcase@^5.0.0, camelcase@^5.3.1:
1928
1928
  resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
1929
1929
  integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
1930
1930
 
1931
- caniuse-lite@^1.0.30001010:
1932
- version "1.0.30001011"
1933
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001011.tgz#0d6c4549c78c4a800bb043a83ca0cbe0aee6c6e1"
1934
- integrity sha512-h+Eqyn/YA6o6ZTqpS86PyRmNWOs1r54EBDcd2NTwwfsXQ8re1B38SnB+p2RKF8OUsyEIjeDU8XGec1RGO/wYCg==
1931
+ caniuse-lite@^1.0.30001012, caniuse-lite@^1.0.30001015:
1932
+ version "1.0.30001015"
1933
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001015.tgz#15a7ddf66aba786a71d99626bc8f2b91c6f0f5f0"
1934
+ integrity sha512-/xL2AbW/XWHNu1gnIrO8UitBGoFthcsDgU9VLK1/dpsoxbaD5LscHozKze05R6WLsBvLhqv78dAPozMFQBYLbQ==
1935
1935
 
1936
1936
  caseless@~0.12.0:
1937
1937
  version "0.12.0"
@@ -2189,12 +2189,12 @@ copy-descriptor@^0.1.0:
2189
2189
  resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
2190
2190
  integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
2191
2191
 
2192
- core-js-compat@^3.1.1:
2193
- version "3.4.2"
2194
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.4.2.tgz#652fa7c54652b7f6586a893e37001df55ea2ac37"
2195
- integrity sha512-W0Aj+LM3EAxxjD0Kp2o4be8UlnxIZHNupBv2znqrheR4aY2nOn91794k/xoSp+SxqqriiZpTsSwBtZr60cbkwQ==
2192
+ core-js-compat@^3.4.7:
2193
+ version "3.4.7"
2194
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.4.7.tgz#39f8080b1d92a524d6d90505c42b9c5c1eb90611"
2195
+ integrity sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw==
2196
2196
  dependencies:
2197
- browserslist "^4.7.3"
2197
+ browserslist "^4.8.0"
2198
2198
  semver "^6.3.0"
2199
2199
 
2200
2200
  core-js@^2.4.0:
@@ -2285,22 +2285,22 @@ crypto-browserify@^3.11.0:
2285
2285
  randomfill "^1.0.3"
2286
2286
 
2287
2287
  css-loader@^3.0.0:
2288
- version "3.2.0"
2289
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.2.0.tgz#bb570d89c194f763627fcf1f80059c6832d009b2"
2290
- integrity sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ==
2288
+ version "3.2.1"
2289
+ resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.2.1.tgz#62849b45a414b7bde0bfba17325a026471040eae"
2290
+ integrity sha512-q40kYdcBNzMvkIImCL2O+wk8dh+RGwPPV9Dfz3n7XtOYPXqe2Z6VgtvoxjkLHz02gmhepG9sOAJOUlx+3hHsBg==
2291
2291
  dependencies:
2292
2292
  camelcase "^5.3.1"
2293
2293
  cssesc "^3.0.0"
2294
2294
  icss-utils "^4.1.1"
2295
2295
  loader-utils "^1.2.3"
2296
2296
  normalize-path "^3.0.0"
2297
- postcss "^7.0.17"
2297
+ postcss "^7.0.23"
2298
2298
  postcss-modules-extract-imports "^2.0.0"
2299
2299
  postcss-modules-local-by-default "^3.0.2"
2300
- postcss-modules-scope "^2.1.0"
2300
+ postcss-modules-scope "^2.1.1"
2301
2301
  postcss-modules-values "^3.0.0"
2302
- postcss-value-parser "^4.0.0"
2303
- schema-utils "^2.0.0"
2302
+ postcss-value-parser "^4.0.2"
2303
+ schema-utils "^2.6.0"
2304
2304
 
2305
2305
  cssesc@^3.0.0:
2306
2306
  version "3.0.0"
@@ -2518,15 +2518,15 @@ ecc-jsbn@~0.1.1:
2518
2518
  jsbn "~0.1.0"
2519
2519
  safer-buffer "^2.1.0"
2520
2520
 
2521
- electron-to-chromium@^1.3.306:
2522
- version "1.3.310"
2523
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.310.tgz#a6c0c194d93ff54fcdc6dc3843689abb5c4dec0c"
2524
- integrity sha512-ixvxy46JrDv5c8k1+th66Z+xDZD8zShNs6oh7hgyMpNZUgaoRBisXgFZKAyyhQTAj7oU2Y/uZ0AAsj/TY4N0tA==
2521
+ electron-to-chromium@^1.3.322:
2522
+ version "1.3.322"
2523
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
2524
+ integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA==
2525
2525
 
2526
2526
  elliptic@^6.0.0:
2527
- version "6.5.1"
2528
- resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.1.tgz#c380f5f909bf1b9b4428d028cd18d3b0efd6b52b"
2529
- integrity sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg==
2527
+ version "6.5.2"
2528
+ resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
2529
+ integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
2530
2530
  dependencies:
2531
2531
  bn.js "^4.4.0"
2532
2532
  brorand "^1.0.1"
@@ -2601,22 +2601,22 @@ error-ex@^1.2.0, error-ex@^1.3.1:
2601
2601
  is-arrayish "^0.2.1"
2602
2602
 
2603
2603
  es-abstract@^1.4.3:
2604
- version "1.16.0"
2605
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.0.tgz#d3a26dc9c3283ac9750dca569586e976d9dcc06d"
2606
- integrity sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==
2604
+ version "1.16.3"
2605
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161"
2606
+ integrity sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==
2607
2607
  dependencies:
2608
- es-to-primitive "^1.2.0"
2608
+ es-to-primitive "^1.2.1"
2609
2609
  function-bind "^1.1.1"
2610
2610
  has "^1.0.3"
2611
- has-symbols "^1.0.0"
2611
+ has-symbols "^1.0.1"
2612
2612
  is-callable "^1.1.4"
2613
2613
  is-regex "^1.0.4"
2614
- object-inspect "^1.6.0"
2614
+ object-inspect "^1.7.0"
2615
2615
  object-keys "^1.1.1"
2616
2616
  string.prototype.trimleft "^2.1.0"
2617
2617
  string.prototype.trimright "^2.1.0"
2618
2618
 
2619
- es-to-primitive@^1.2.0:
2619
+ es-to-primitive@^1.2.1:
2620
2620
  version "1.2.1"
2621
2621
  resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
2622
2622
  integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
@@ -2664,9 +2664,9 @@ eslint-visitor-keys@^1.1.0:
2664
2664
  integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
2665
2665
 
2666
2666
  eslint@^6.0.1:
2667
- version "6.6.0"
2668
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.6.0.tgz#4a01a2fb48d32aacef5530ee9c5a78f11a8afd04"
2669
- integrity sha512-PpEBq7b6qY/qrOmpYQ/jTMDYfuQMELR4g4WI1M/NaSDDD/bdcMb+dj4Hgks7p41kW2caXsPsEZAEAyAgjVVC0g==
2667
+ version "6.7.2"
2668
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
2669
+ integrity sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==
2670
2670
  dependencies:
2671
2671
  "@babel/code-frame" "^7.0.0"
2672
2672
  ajv "^6.10.0"
@@ -2683,7 +2683,7 @@ eslint@^6.0.1:
2683
2683
  file-entry-cache "^5.0.1"
2684
2684
  functional-red-black-tree "^1.0.1"
2685
2685
  glob-parent "^5.0.0"
2686
- globals "^11.7.0"
2686
+ globals "^12.1.0"
2687
2687
  ignore "^4.0.6"
2688
2688
  import-fresh "^3.0.0"
2689
2689
  imurmurhash "^0.1.4"
@@ -2696,7 +2696,7 @@ eslint@^6.0.1:
2696
2696
  minimatch "^3.0.4"
2697
2697
  mkdirp "^0.5.1"
2698
2698
  natural-compare "^1.4.0"
2699
- optionator "^0.8.2"
2699
+ optionator "^0.8.3"
2700
2700
  progress "^2.0.0"
2701
2701
  regexpp "^2.0.1"
2702
2702
  semver "^6.1.2"
@@ -3214,11 +3214,18 @@ global-prefix@^3.0.0:
3214
3214
  kind-of "^6.0.2"
3215
3215
  which "^1.3.1"
3216
3216
 
3217
- globals@^11.1.0, globals@^11.7.0:
3217
+ globals@^11.1.0:
3218
3218
  version "11.12.0"
3219
3219
  resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
3220
3220
  integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
3221
3221
 
3222
+ globals@^12.1.0:
3223
+ version "12.3.0"
3224
+ resolved "https://registry.yarnpkg.com/globals/-/globals-12.3.0.tgz#1e564ee5c4dded2ab098b0f88f24702a3c56be13"
3225
+ integrity sha512-wAfjdLgFsPZsklLJvOBUBmzYE8/CwhEqSBEMRXA3qxIiNtyqvjYurAtIfDh6chlEPUfmTY3MnZh5Hfh4q0UlIw==
3226
+ dependencies:
3227
+ type-fest "^0.8.1"
3228
+
3222
3229
  globby@^9.2.0:
3223
3230
  version "9.2.0"
3224
3231
  resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
@@ -4595,10 +4602,10 @@ node-pre-gyp@^0.12.0:
4595
4602
  semver "^5.3.0"
4596
4603
  tar "^4"
4597
4604
 
4598
- node-releases@^1.1.40:
4599
- version "1.1.41"
4600
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.41.tgz#57674a82a37f812d18e3b26118aefaf53a00afed"
4601
- integrity sha512-+IctMa7wIs8Cfsa8iYzeaLTFwv5Y4r5jZud+4AnfymzeEXKBCavFX0KBgzVaPVqf0ywa6PrO8/b+bPqdwjGBSg==
4605
+ node-releases@^1.1.42:
4606
+ version "1.1.42"
4607
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.42.tgz#a999f6a62f8746981f6da90627a8d2fc090bbad7"
4608
+ integrity sha512-OQ/ESmUqGawI2PRX+XIRao44qWYBBfN54ImQYdWVTQqUckuejOg76ysSqDBK8NG3zwySRVnX36JwDQ6x+9GxzA==
4602
4609
  dependencies:
4603
4610
  semver "^6.3.0"
4604
4611
 
@@ -4746,7 +4753,7 @@ object-copy@^0.1.0:
4746
4753
  define-property "^0.2.5"
4747
4754
  kind-of "^3.0.3"
4748
4755
 
4749
- object-inspect@^1.6.0:
4756
+ object-inspect@^1.7.0:
4750
4757
  version "1.7.0"
4751
4758
  resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
4752
4759
  integrity sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==
@@ -4794,7 +4801,7 @@ onetime@^5.1.0:
4794
4801
  dependencies:
4795
4802
  mimic-fn "^2.1.0"
4796
4803
 
4797
- optionator@^0.8.2:
4804
+ optionator@^0.8.3:
4798
4805
  version "0.8.3"
4799
4806
  resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
4800
4807
  integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
@@ -5155,10 +5162,10 @@ postcss-modules-local-by-default@^3.0.2:
5155
5162
  postcss-selector-parser "^6.0.2"
5156
5163
  postcss-value-parser "^4.0.0"
5157
5164
 
5158
- postcss-modules-scope@^2.1.0:
5159
- version "2.1.0"
5160
- resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.0.tgz#ad3f5bf7856114f6fcab901b0502e2a2bc39d4eb"
5161
- integrity sha512-91Rjps0JnmtUB0cujlc8KIKCsJXWjzuxGeT/+Q2i2HXKZ7nBUeF9YQTZZTNvHVoNYj1AthsjnGLtqDUE0Op79A==
5165
+ postcss-modules-scope@^2.1.1:
5166
+ version "2.1.1"
5167
+ resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz#33d4fc946602eb5e9355c4165d68a10727689dba"
5168
+ integrity sha512-OXRUPecnHCg8b9xWvldG/jUpRIGPNRka0r4D4j0ESUU2/5IOnpsjfPPmDprM3Ih8CgZ8FXjWqaniK5v4rWt3oQ==
5162
5169
  dependencies:
5163
5170
  postcss "^7.0.6"
5164
5171
  postcss-selector-parser "^6.0.0"
@@ -5250,9 +5257,9 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2:
5250
5257
  integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==
5251
5258
 
5252
5259
  postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.23, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7:
5253
- version "7.0.23"
5254
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1"
5255
- integrity sha512-hOlMf3ouRIFXD+j2VJecwssTwbvsPGJVMzupptg+85WA+i7MwyrydmQAgY3R+m0Bc0exunhbJmijy8u8+vufuQ==
5260
+ version "7.0.24"
5261
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.24.tgz#972c3c5be431b32e40caefe6c81b5a19117704c2"
5262
+ integrity sha512-Xl0XvdNWg+CblAXzNvbSOUvgJXwSjmbAKORqyw9V2AlHrm1js2gFw9y3jibBAhpKZi8b5JzJCVh/FyzPsTtgTA==
5256
5263
  dependencies:
5257
5264
  chalk "^2.4.2"
5258
5265
  source-map "^0.6.1"
@@ -5299,9 +5306,9 @@ pseudomap@^1.0.2:
5299
5306
  integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
5300
5307
 
5301
5308
  psl@^1.1.24:
5302
- version "1.4.0"
5303
- resolved "https://registry.yarnpkg.com/psl/-/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2"
5304
- integrity sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==
5309
+ version "1.6.0"
5310
+ resolved "https://registry.yarnpkg.com/psl/-/psl-1.6.0.tgz#60557582ee23b6c43719d9890fb4170ecd91e110"
5311
+ integrity sha512-SYKKmVel98NCOYXpkwUqZqh0ahZeeKfmisiLIcEZdsb+WbLv02g/dI5BUmZnIyOe7RzZtLax81nnb2HbvC2tzA==
5305
5312
 
5306
5313
  public-encrypt@^4.0.0:
5307
5314
  version "4.0.3"
@@ -5696,9 +5703,9 @@ resolve-url@^0.2.1:
5696
5703
  integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
5697
5704
 
5698
5705
  resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1:
5699
- version "1.12.0"
5700
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
5701
- integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
5706
+ version "1.13.1"
5707
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
5708
+ integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==
5702
5709
  dependencies:
5703
5710
  path-parse "^1.0.6"
5704
5711
 
@@ -5815,10 +5822,10 @@ schema-utils@^1.0.0:
5815
5822
  ajv-errors "^1.0.0"
5816
5823
  ajv-keywords "^3.1.0"
5817
5824
 
5818
- schema-utils@^2.0.0, schema-utils@^2.5.0:
5819
- version "2.5.0"
5820
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.5.0.tgz#8f254f618d402cc80257486213c8970edfd7c22f"
5821
- integrity sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ==
5825
+ schema-utils@^2.5.0, schema-utils@^2.6.0:
5826
+ version "2.6.1"
5827
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f"
5828
+ integrity sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg==
5822
5829
  dependencies:
5823
5830
  ajv "^6.10.2"
5824
5831
  ajv-keywords "^3.4.1"
@@ -5846,10 +5853,10 @@ semver@~5.3.0:
5846
5853
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
5847
5854
  integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8=
5848
5855
 
5849
- serialize-javascript@^1.7.0:
5850
- version "1.9.1"
5851
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb"
5852
- integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==
5856
+ serialize-javascript@^2.1.1:
5857
+ version "2.1.1"
5858
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.1.tgz#952907a04a3e3a75af7f73d92d15e233862048b2"
5859
+ integrity sha512-MPLPRpD4FNqWq9tTIjYG5LesFouDhdyH0EPY3gVK4DRD5+g4aDqdNSzLIwceulo3Yj+PL1bPh6laE5+H6LTcrQ==
5853
5860
 
5854
5861
  set-blocking@^2.0.0, set-blocking@~2.0.0:
5855
5862
  version "2.0.0"
@@ -6438,24 +6445,24 @@ tar@^4:
6438
6445
  yallist "^3.0.3"
6439
6446
 
6440
6447
  terser-webpack-plugin@^1.4.1:
6441
- version "1.4.1"
6442
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.1.tgz#61b18e40eaee5be97e771cdbb10ed1280888c2b4"
6443
- integrity sha512-ZXmmfiwtCLfz8WKZyYUuuHf3dMYEjg8NrjHMb0JqHVHVOSkzp3cW2/XG1fP3tRhqEqSzMwzzRQGtAPbs4Cncxg==
6448
+ version "1.4.2"
6449
+ resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.2.tgz#e23c0d554587d1f473bd0cf68627720e733890a4"
6450
+ integrity sha512-fdEb91kR2l+BVgES77N/NTXWZlpX6vX+pYPjnX5grcDYBF2CMnzJiXX4NNlna4l04lvCW39lZ+O/jSvUhHH/ew==
6444
6451
  dependencies:
6445
6452
  cacache "^12.0.2"
6446
6453
  find-cache-dir "^2.1.0"
6447
6454
  is-wsl "^1.1.0"
6448
6455
  schema-utils "^1.0.0"
6449
- serialize-javascript "^1.7.0"
6456
+ serialize-javascript "^2.1.1"
6450
6457
  source-map "^0.6.1"
6451
6458
  terser "^4.1.2"
6452
6459
  webpack-sources "^1.4.0"
6453
6460
  worker-farm "^1.7.0"
6454
6461
 
6455
6462
  terser@^4.1.2:
6456
- version "4.4.0"
6457
- resolved "https://registry.yarnpkg.com/terser/-/terser-4.4.0.tgz#22c46b4817cf4c9565434bfe6ad47336af259ac3"
6458
- integrity sha512-oDG16n2WKm27JO8h4y/w3iqBGAOSCtq7k8dRmrn4Wf9NouL0b2WpMHGChFGZq4nFAQy1FsNJrVQHfurXOSTmOA==
6463
+ version "4.4.2"
6464
+ resolved "https://registry.yarnpkg.com/terser/-/terser-4.4.2.tgz#448fffad0245f4c8a277ce89788b458bfd7706e8"
6465
+ integrity sha512-Uufrsvhj9O1ikwgITGsZ5EZS6qPokUOkCegS7fYOdGTv+OA90vndUbU6PEjr5ePqHfNUbGyMO7xyIZv2MhsALQ==
6459
6466
  dependencies:
6460
6467
  commander "^2.20.0"
6461
6468
  source-map "~0.6.1"