goodcheck 2.4.4 → 2.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d2b83dcf223a54127f51e3f463c78a54ef510fa059e4d6ccf506fff94370d97
4
- data.tar.gz: 18899f7fa4d04b5b163fec52cd731e0c806c99f685f595370bd425a973848bb4
3
+ metadata.gz: 9112f395f19ed190d651178c74d7e5a49e0bb09b70c5b0b754ce9c4224b27cb1
4
+ data.tar.gz: 60afd73194185eb2d77941c77197ce183c3436029a8cab753a42587f0f31c93e
5
5
  SHA512:
6
- metadata.gz: ad8c59656bdf1f55c2d0b3aeaf5156a837c790381564c73564689231023a577fe6988ddbc0ae503e7b1be8dce5d95603128337498806ff765d6e2bfa7f899f37
7
- data.tar.gz: '0683f2d36ab5f4eef7328512b488a95383f3ac0d73549cf1f7f724bf84cc70b041882ee3875137b3328aab1aa4ae45066b45d8a82ac21a9b195aebade2736a2d'
6
+ metadata.gz: f494d6b438ff9bb0109ace4d77ab4837a98352ca041863b7dfab8a14fc8f1bed91e7c84fe7f7909658acabe491a769116b3e2454321a3ded7e319b31bff88139
7
+ data.tar.gz: 187123adb62619086ca25ca9ee3ccf14f3f571fb4f78d0794216ad8e4da50de7873ecdcc2f02fc2f3825a83c7e09ccf57a5b18342e8dd8a451ed4d1531f2265b
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master
4
4
 
5
+ ## 2.4.5 (2019-12-13)
6
+
7
+ * Replace ActiveSupport's `Regexp#multiline?` extension [#97](https://github.com/sider/goodcheck/pull/97) (thanks to [@issei126](https://github.com/issei126))
8
+
5
9
  ## 2.4.4 (2019-11-19)
6
10
 
7
11
  * Check dot files (except for `.git`, `.svn`, `.hg`) [#91](https://github.com/sider/goodcheck/pull/91)
@@ -9,6 +9,6 @@
9
9
  "rename-version": "docusaurus-rename-version"
10
10
  },
11
11
  "devDependencies": {
12
- "docusaurus": "^1.14.0"
12
+ "docusaurus": "^1.14.2"
13
13
  }
14
14
  }
@@ -1,4 +1,5 @@
1
1
  [
2
+ "2.4.5",
2
3
  "2.4.4",
3
4
  "2.4.3",
4
5
  "2.4.0",
@@ -9,18 +9,18 @@
9
9
  dependencies:
10
10
  "@babel/highlight" "^7.0.0"
11
11
 
12
- "@babel/core@^7.6.2":
13
- version "7.7.2"
14
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.2.tgz#ea5b99693bcfc058116f42fa1dd54da412b29d91"
15
- integrity sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==
12
+ "@babel/core@^7.7.2":
13
+ version "7.7.4"
14
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
15
+ integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==
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.4"
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,203 +29,140 @@
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":
43
- version "7.0.0"
44
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
45
- integrity sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==
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.0.0"
47
+ "@babel/types" "^7.7.4"
48
48
 
49
- "@babel/helper-annotate-as-pure@^7.7.0":
50
- version "7.7.0"
51
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.0.tgz#efc54032d43891fe267679e63f6860aa7dbf4a5e"
52
- integrity sha512-k50CQxMlYTYo+GGyUGFwpxKVtxVJi9yh61sXZji3zYHccK9RYliZGSTOgci85T+r+0VFN2nWbGM04PIqwfrpMg==
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/types" "^7.7.0"
54
+ "@babel/helper-explode-assignable-expression" "^7.7.4"
55
+ "@babel/types" "^7.7.4"
55
56
 
56
- "@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
57
- version "7.1.0"
58
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
59
- integrity sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==
57
+ "@babel/helper-builder-react-jsx@^7.7.4":
58
+ version "7.7.4"
59
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.7.4.tgz#da188d247508b65375b2c30cf59de187be6b0c66"
60
+ integrity sha512-kvbfHJNN9dg4rkEM4xn1s8d1/h6TYNvajy9L1wx4qLn9HFg0IkTsQi4rfBe92nxrPUFcMsHoMV+8rU7MJb3fCA==
60
61
  dependencies:
61
- "@babel/helper-explode-assignable-expression" "^7.1.0"
62
- "@babel/types" "^7.0.0"
63
-
64
- "@babel/helper-builder-react-jsx@^7.3.0":
65
- version "7.3.0"
66
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4"
67
- integrity sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw==
68
- dependencies:
69
- "@babel/types" "^7.3.0"
62
+ "@babel/types" "^7.7.4"
70
63
  esutils "^2.0.0"
71
64
 
72
- "@babel/helper-call-delegate@^7.4.4":
73
- version "7.4.4"
74
- resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43"
75
- integrity sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==
65
+ "@babel/helper-call-delegate@^7.7.4":
66
+ version "7.7.4"
67
+ resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.7.4.tgz#621b83e596722b50c0066f9dc37d3232e461b801"
68
+ integrity sha512-8JH9/B7J7tCYJ2PpWVpw9JhPuEVHztagNVuQAFBVFYluRMlpG7F1CgKEgGeL6KFqcsIa92ZYVj6DSc0XwmN1ZA==
76
69
  dependencies:
77
- "@babel/helper-hoist-variables" "^7.4.4"
78
- "@babel/traverse" "^7.4.4"
79
- "@babel/types" "^7.4.4"
70
+ "@babel/helper-hoist-variables" "^7.7.4"
71
+ "@babel/traverse" "^7.7.4"
72
+ "@babel/types" "^7.7.4"
80
73
 
81
- "@babel/helper-create-class-features-plugin@^7.5.5":
82
- version "7.6.0"
83
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
84
- integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
74
+ "@babel/helper-create-class-features-plugin@^7.7.4":
75
+ version "7.7.4"
76
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d"
77
+ integrity sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==
85
78
  dependencies:
86
- "@babel/helper-function-name" "^7.1.0"
87
- "@babel/helper-member-expression-to-functions" "^7.5.5"
88
- "@babel/helper-optimise-call-expression" "^7.0.0"
79
+ "@babel/helper-function-name" "^7.7.4"
80
+ "@babel/helper-member-expression-to-functions" "^7.7.4"
81
+ "@babel/helper-optimise-call-expression" "^7.7.4"
89
82
  "@babel/helper-plugin-utils" "^7.0.0"
90
- "@babel/helper-replace-supers" "^7.5.5"
91
- "@babel/helper-split-export-declaration" "^7.4.4"
83
+ "@babel/helper-replace-supers" "^7.7.4"
84
+ "@babel/helper-split-export-declaration" "^7.7.4"
92
85
 
93
- "@babel/helper-create-regexp-features-plugin@^7.7.0":
94
- version "7.7.2"
95
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.2.tgz#6f20443778c8fce2af2ff4206284afc0ced65db6"
96
- integrity sha512-pAil/ZixjTlrzNpjx+l/C/wJk002Wo7XbbZ8oujH/AoJ3Juv0iN/UTcPUHXKMFLqsfS0Hy6Aow8M31brUYBlQQ==
86
+ "@babel/helper-create-regexp-features-plugin@^7.7.4":
87
+ version "7.7.4"
88
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.4.tgz#6d5762359fd34f4da1500e4cff9955b5299aaf59"
89
+ integrity sha512-Mt+jBKaxL0zfOIWrfQpnfYCN7/rS6GKx6CCCfuoqVVd+17R8zNDlzVYmIi9qyb2wOk002NsmSTDymkIygDUH7A==
97
90
  dependencies:
98
91
  "@babel/helper-regex" "^7.4.4"
99
92
  regexpu-core "^4.6.0"
100
93
 
101
- "@babel/helper-define-map@^7.7.0":
102
- version "7.7.0"
103
- resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.7.0.tgz#60b0e9fd60def9de5054c38afde8c8ee409c7529"
104
- integrity sha512-kPKWPb0dMpZi+ov1hJiwse9dWweZsz3V9rP4KdytnX1E7z3cTNmFGglwklzFPuqIcHLIY3bgKSs4vkwXXdflQA==
94
+ "@babel/helper-define-map@^7.7.4":
95
+ version "7.7.4"
96
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.7.4.tgz#2841bf92eb8bd9c906851546fe6b9d45e162f176"
97
+ integrity sha512-v5LorqOa0nVQUvAUTUF3KPastvUt/HzByXNamKQ6RdJRTV7j8rLL+WB5C/MzzWAwOomxDhYFb1wLLxHqox86lg==
105
98
  dependencies:
106
- "@babel/helper-function-name" "^7.7.0"
107
- "@babel/types" "^7.7.0"
99
+ "@babel/helper-function-name" "^7.7.4"
100
+ "@babel/types" "^7.7.4"
108
101
  lodash "^4.17.13"
109
102
 
110
- "@babel/helper-explode-assignable-expression@^7.1.0":
111
- version "7.1.0"
112
- resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
113
- integrity sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==
114
- dependencies:
115
- "@babel/traverse" "^7.1.0"
116
- "@babel/types" "^7.0.0"
117
-
118
- "@babel/helper-function-name@^7.1.0":
119
- version "7.1.0"
120
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
121
- integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
122
- dependencies:
123
- "@babel/helper-get-function-arity" "^7.0.0"
124
- "@babel/template" "^7.1.0"
125
- "@babel/types" "^7.0.0"
126
-
127
- "@babel/helper-function-name@^7.7.0":
128
- version "7.7.0"
129
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
130
- integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==
103
+ "@babel/helper-explode-assignable-expression@^7.7.4":
104
+ version "7.7.4"
105
+ resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.7.4.tgz#fa700878e008d85dc51ba43e9fb835cddfe05c84"
106
+ integrity sha512-2/SicuFrNSXsZNBxe5UGdLr+HZg+raWBLE9vC98bdYOKX/U6PY0mdGlYUJdtTDPSU0Lw0PNbKKDpwYHJLn2jLg==
131
107
  dependencies:
132
- "@babel/helper-get-function-arity" "^7.7.0"
133
- "@babel/template" "^7.7.0"
134
- "@babel/types" "^7.7.0"
108
+ "@babel/traverse" "^7.7.4"
109
+ "@babel/types" "^7.7.4"
135
110
 
136
- "@babel/helper-get-function-arity@^7.0.0":
137
- version "7.0.0"
138
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
139
- integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
111
+ "@babel/helper-function-name@^7.7.4":
112
+ version "7.7.4"
113
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
114
+ integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==
140
115
  dependencies:
141
- "@babel/types" "^7.0.0"
116
+ "@babel/helper-get-function-arity" "^7.7.4"
117
+ "@babel/template" "^7.7.4"
118
+ "@babel/types" "^7.7.4"
142
119
 
143
- "@babel/helper-get-function-arity@^7.7.0":
144
- version "7.7.0"
145
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
146
- integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==
120
+ "@babel/helper-get-function-arity@^7.7.4":
121
+ version "7.7.4"
122
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
123
+ integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==
147
124
  dependencies:
148
- "@babel/types" "^7.7.0"
125
+ "@babel/types" "^7.7.4"
149
126
 
150
- "@babel/helper-hoist-variables@^7.4.4":
151
- version "7.4.4"
152
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
153
- integrity sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==
127
+ "@babel/helper-hoist-variables@^7.7.4":
128
+ version "7.7.4"
129
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.4.tgz#612384e3d823fdfaaf9fce31550fe5d4db0f3d12"
130
+ integrity sha512-wQC4xyvc1Jo/FnLirL6CEgPgPCa8M74tOdjWpRhQYapz5JC7u3NYU1zCVoVAGCE3EaIP9T1A3iW0WLJ+reZlpQ==
154
131
  dependencies:
155
- "@babel/types" "^7.4.4"
132
+ "@babel/types" "^7.7.4"
156
133
 
157
- "@babel/helper-hoist-variables@^7.7.0":
158
- version "7.7.0"
159
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.0.tgz#b4552e4cfe5577d7de7b183e193e84e4ec538c81"
160
- integrity sha512-LUe/92NqsDAkJjjCEWkNe+/PcpnisvnqdlRe19FahVapa4jndeuJ+FBiTX1rcAKWKcJGE+C3Q3tuEuxkSmCEiQ==
134
+ "@babel/helper-member-expression-to-functions@^7.7.4":
135
+ version "7.7.4"
136
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz#356438e2569df7321a8326644d4b790d2122cb74"
137
+ integrity sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw==
161
138
  dependencies:
162
- "@babel/types" "^7.7.0"
139
+ "@babel/types" "^7.7.4"
163
140
 
164
- "@babel/helper-member-expression-to-functions@^7.5.5":
165
- version "7.5.5"
166
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590"
167
- integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==
141
+ "@babel/helper-module-imports@^7.7.4":
142
+ version "7.7.4"
143
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91"
144
+ integrity sha512-dGcrX6K9l8258WFjyDLJwuVKxR4XZfU0/vTUgOQYWEnRD8mgr+p4d6fCUMq/ys0h4CCt/S5JhbvtyErjWouAUQ==
168
145
  dependencies:
169
- "@babel/types" "^7.5.5"
146
+ "@babel/types" "^7.7.4"
170
147
 
171
- "@babel/helper-member-expression-to-functions@^7.7.0":
172
- version "7.7.0"
173
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.0.tgz#472b93003a57071f95a541ea6c2b098398bcad8a"
174
- integrity sha512-QaCZLO2RtBcmvO/ekOLp8p7R5X2JriKRizeDpm5ChATAFWrrYDcDxPuCIBXKyBjY+i1vYSdcUTMIb8psfxHDPA==
175
- dependencies:
176
- "@babel/types" "^7.7.0"
177
-
178
- "@babel/helper-module-imports@^7.0.0":
179
- version "7.0.0"
180
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
181
- integrity sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==
148
+ "@babel/helper-module-transforms@^7.7.4":
149
+ version "7.7.4"
150
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.4.tgz#8d7cdb1e1f8ea3d8c38b067345924ac4f8e0879a"
151
+ integrity sha512-ehGBu4mXrhs0FxAqN8tWkzF8GSIGAiEumu4ONZ/hD9M88uHcD+Yu2ttKfOCgwzoesJOJrtQh7trI5YPbRtMmnA==
182
152
  dependencies:
183
- "@babel/types" "^7.0.0"
184
-
185
- "@babel/helper-module-imports@^7.7.0":
186
- version "7.7.0"
187
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.0.tgz#99c095889466e5f7b6d66d98dffc58baaf42654d"
188
- integrity sha512-Dv3hLKIC1jyfTkClvyEkYP2OlkzNvWs5+Q8WgPbxM5LMeorons7iPP91JM+DU7tRbhqA1ZeooPaMFvQrn23RHw==
189
- dependencies:
190
- "@babel/types" "^7.7.0"
191
-
192
- "@babel/helper-module-transforms@^7.1.0":
193
- version "7.5.5"
194
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a"
195
- integrity sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==
196
- dependencies:
197
- "@babel/helper-module-imports" "^7.0.0"
198
- "@babel/helper-simple-access" "^7.1.0"
199
- "@babel/helper-split-export-declaration" "^7.4.4"
200
- "@babel/template" "^7.4.4"
201
- "@babel/types" "^7.5.5"
153
+ "@babel/helper-module-imports" "^7.7.4"
154
+ "@babel/helper-simple-access" "^7.7.4"
155
+ "@babel/helper-split-export-declaration" "^7.7.4"
156
+ "@babel/template" "^7.7.4"
157
+ "@babel/types" "^7.7.4"
202
158
  lodash "^4.17.13"
203
159
 
204
- "@babel/helper-module-transforms@^7.7.0":
205
- version "7.7.0"
206
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.0.tgz#154a69f0c5b8fd4d39e49750ff7ac4faa3f36786"
207
- integrity sha512-rXEefBuheUYQyX4WjV19tuknrJFwyKw0HgzRwbkyTbB+Dshlq7eqkWbyjzToLrMZk/5wKVKdWFluiAsVkHXvuQ==
208
- dependencies:
209
- "@babel/helper-module-imports" "^7.7.0"
210
- "@babel/helper-simple-access" "^7.7.0"
211
- "@babel/helper-split-export-declaration" "^7.7.0"
212
- "@babel/template" "^7.7.0"
213
- "@babel/types" "^7.7.0"
214
- lodash "^4.17.13"
215
-
216
- "@babel/helper-optimise-call-expression@^7.0.0":
217
- version "7.0.0"
218
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
219
- integrity sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==
160
+ "@babel/helper-optimise-call-expression@^7.7.4":
161
+ version "7.7.4"
162
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2"
163
+ integrity sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg==
220
164
  dependencies:
221
- "@babel/types" "^7.0.0"
222
-
223
- "@babel/helper-optimise-call-expression@^7.7.0":
224
- version "7.7.0"
225
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.0.tgz#4f66a216116a66164135dc618c5d8b7a959f9365"
226
- integrity sha512-48TeqmbazjNU/65niiiJIJRc5JozB8acui1OS7bSd6PgxfuovWsvjfWSzlgx+gPFdVveNzUdpdIg5l56Pl5jqg==
227
- dependencies:
228
- "@babel/types" "^7.7.0"
165
+ "@babel/types" "^7.7.4"
229
166
 
230
167
  "@babel/helper-plugin-utils@^7.0.0":
231
168
  version "7.0.0"
@@ -239,85 +176,60 @@
239
176
  dependencies:
240
177
  lodash "^4.17.13"
241
178
 
242
- "@babel/helper-remap-async-to-generator@^7.7.0":
243
- version "7.7.0"
244
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.0.tgz#4d69ec653e8bff5bce62f5d33fc1508f223c75a7"
245
- integrity sha512-pHx7RN8X0UNHPB/fnuDnRXVZ316ZigkO8y8D835JlZ2SSdFKb6yH9MIYRU4fy/KPe5sPHDFOPvf8QLdbAGGiyw==
246
- dependencies:
247
- "@babel/helper-annotate-as-pure" "^7.7.0"
248
- "@babel/helper-wrap-function" "^7.7.0"
249
- "@babel/template" "^7.7.0"
250
- "@babel/traverse" "^7.7.0"
251
- "@babel/types" "^7.7.0"
252
-
253
- "@babel/helper-replace-supers@^7.5.5":
254
- version "7.5.5"
255
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
256
- integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==
257
- dependencies:
258
- "@babel/helper-member-expression-to-functions" "^7.5.5"
259
- "@babel/helper-optimise-call-expression" "^7.0.0"
260
- "@babel/traverse" "^7.5.5"
261
- "@babel/types" "^7.5.5"
262
-
263
- "@babel/helper-replace-supers@^7.7.0":
264
- version "7.7.0"
265
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.0.tgz#d5365c8667fe7cbd13b8ddddceb9bd7f2b387512"
266
- integrity sha512-5ALYEul5V8xNdxEeWvRsBzLMxQksT7MaStpxjJf9KsnLxpAKBtfw5NeMKZJSYDa0lKdOcy0g+JT/f5mPSulUgg==
267
- dependencies:
268
- "@babel/helper-member-expression-to-functions" "^7.7.0"
269
- "@babel/helper-optimise-call-expression" "^7.7.0"
270
- "@babel/traverse" "^7.7.0"
271
- "@babel/types" "^7.7.0"
272
-
273
- "@babel/helper-simple-access@^7.1.0":
274
- version "7.1.0"
275
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
276
- integrity sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==
277
- dependencies:
278
- "@babel/template" "^7.1.0"
279
- "@babel/types" "^7.0.0"
280
-
281
- "@babel/helper-simple-access@^7.7.0":
282
- version "7.7.0"
283
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.0.tgz#97a8b6c52105d76031b86237dc1852b44837243d"
284
- integrity sha512-AJ7IZD7Eem3zZRuj5JtzFAptBw7pMlS3y8Qv09vaBWoFsle0d1kAn5Wq6Q9MyBXITPOKnxwkZKoAm4bopmv26g==
285
- dependencies:
286
- "@babel/template" "^7.7.0"
287
- "@babel/types" "^7.7.0"
288
-
289
- "@babel/helper-split-export-declaration@^7.4.4":
290
- version "7.4.4"
291
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
292
- integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
293
- dependencies:
294
- "@babel/types" "^7.4.4"
295
-
296
- "@babel/helper-split-export-declaration@^7.7.0":
297
- version "7.7.0"
298
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
299
- integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==
300
- dependencies:
301
- "@babel/types" "^7.7.0"
302
-
303
- "@babel/helper-wrap-function@^7.7.0":
304
- version "7.7.0"
305
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz#15af3d3e98f8417a60554acbb6c14e75e0b33b74"
306
- integrity sha512-sd4QjeMgQqzshSjecZjOp8uKfUtnpmCyQhKQrVJBBgeHAB/0FPi33h3AbVlVp07qQtMD4QgYSzaMI7VwncNK/w==
307
- dependencies:
308
- "@babel/helper-function-name" "^7.7.0"
309
- "@babel/template" "^7.7.0"
310
- "@babel/traverse" "^7.7.0"
311
- "@babel/types" "^7.7.0"
312
-
313
- "@babel/helpers@^7.7.0":
314
- version "7.7.0"
315
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.0.tgz#359bb5ac3b4726f7c1fde0ec75f64b3f4275d60b"
316
- integrity sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==
317
- dependencies:
318
- "@babel/template" "^7.7.0"
319
- "@babel/traverse" "^7.7.0"
320
- "@babel/types" "^7.7.0"
179
+ "@babel/helper-remap-async-to-generator@^7.7.4":
180
+ version "7.7.4"
181
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.4.tgz#c68c2407350d9af0e061ed6726afb4fff16d0234"
182
+ integrity sha512-Sk4xmtVdM9sA/jCI80f+KS+Md+ZHIpjuqmYPk1M7F/upHou5e4ReYmExAiu6PVe65BhJPZA2CY9x9k4BqE5klw==
183
+ dependencies:
184
+ "@babel/helper-annotate-as-pure" "^7.7.4"
185
+ "@babel/helper-wrap-function" "^7.7.4"
186
+ "@babel/template" "^7.7.4"
187
+ "@babel/traverse" "^7.7.4"
188
+ "@babel/types" "^7.7.4"
189
+
190
+ "@babel/helper-replace-supers@^7.7.4":
191
+ version "7.7.4"
192
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz#3c881a6a6a7571275a72d82e6107126ec9e2cdd2"
193
+ integrity sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg==
194
+ dependencies:
195
+ "@babel/helper-member-expression-to-functions" "^7.7.4"
196
+ "@babel/helper-optimise-call-expression" "^7.7.4"
197
+ "@babel/traverse" "^7.7.4"
198
+ "@babel/types" "^7.7.4"
199
+
200
+ "@babel/helper-simple-access@^7.7.4":
201
+ version "7.7.4"
202
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294"
203
+ integrity sha512-zK7THeEXfan7UlWsG2A6CI/L9jVnI5+xxKZOdej39Y0YtDYKx9raHk5F2EtK9K8DHRTihYwg20ADt9S36GR78A==
204
+ dependencies:
205
+ "@babel/template" "^7.7.4"
206
+ "@babel/types" "^7.7.4"
207
+
208
+ "@babel/helper-split-export-declaration@^7.7.4":
209
+ version "7.7.4"
210
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8"
211
+ integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==
212
+ dependencies:
213
+ "@babel/types" "^7.7.4"
214
+
215
+ "@babel/helper-wrap-function@^7.7.4":
216
+ version "7.7.4"
217
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
218
+ integrity sha512-VsfzZt6wmsocOaVU0OokwrIytHND55yvyT4BPB9AIIgwr8+x7617hetdJTsuGwygN5RC6mxA9EJztTjuwm2ofg==
219
+ dependencies:
220
+ "@babel/helper-function-name" "^7.7.4"
221
+ "@babel/template" "^7.7.4"
222
+ "@babel/traverse" "^7.7.4"
223
+ "@babel/types" "^7.7.4"
224
+
225
+ "@babel/helpers@^7.7.4":
226
+ version "7.7.4"
227
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302"
228
+ integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==
229
+ dependencies:
230
+ "@babel/template" "^7.7.4"
231
+ "@babel/traverse" "^7.7.4"
232
+ "@babel/types" "^7.7.4"
321
233
 
322
234
  "@babel/highlight@^7.0.0":
323
235
  version "7.5.0"
@@ -328,478 +240,473 @@
328
240
  esutils "^2.0.2"
329
241
  js-tokens "^4.0.0"
330
242
 
331
- "@babel/parser@^7.6.0":
332
- version "7.6.0"
333
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
334
- integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
243
+ "@babel/parser@^7.7.4":
244
+ version "7.7.4"
245
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
246
+ integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
335
247
 
336
- "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
337
- version "7.7.2"
338
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.2.tgz#ea8334dc77416bfd9473eb470fd00d8245b3943b"
339
- integrity sha512-DDaR5e0g4ZTb9aP7cpSZLkACEBdoLGwJDWgHtBhrGX7Q1RjhdoMOfexICj5cqTAtpowjGQWfcvfnQG7G2kAB5w==
340
-
341
- "@babel/plugin-proposal-async-generator-functions@^7.7.0":
342
- version "7.7.0"
343
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.0.tgz#83ef2d6044496b4c15d8b4904e2219e6dccc6971"
344
- integrity sha512-ot/EZVvf3mXtZq0Pd0+tSOfGWMizqmOohXmNZg6LNFjHOV+wOPv7BvVYh8oPR8LhpIP3ye8nNooKL50YRWxpYA==
248
+ "@babel/plugin-proposal-async-generator-functions@^7.7.4":
249
+ version "7.7.4"
250
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
251
+ integrity sha512-1ypyZvGRXriY/QP668+s8sFr2mqinhkRDMPSQLNghCQE+GAkFtp+wkHVvg2+Hdki8gwP+NFzJBJ/N1BfzCCDEw==
345
252
  dependencies:
346
253
  "@babel/helper-plugin-utils" "^7.0.0"
347
- "@babel/helper-remap-async-to-generator" "^7.7.0"
348
- "@babel/plugin-syntax-async-generators" "^7.2.0"
254
+ "@babel/helper-remap-async-to-generator" "^7.7.4"
255
+ "@babel/plugin-syntax-async-generators" "^7.7.4"
349
256
 
350
- "@babel/plugin-proposal-class-properties@^7.5.5":
351
- version "7.5.5"
352
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
353
- integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
257
+ "@babel/plugin-proposal-class-properties@^7.7.0":
258
+ version "7.7.4"
259
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba"
260
+ integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==
354
261
  dependencies:
355
- "@babel/helper-create-class-features-plugin" "^7.5.5"
262
+ "@babel/helper-create-class-features-plugin" "^7.7.4"
356
263
  "@babel/helper-plugin-utils" "^7.0.0"
357
264
 
358
- "@babel/plugin-proposal-dynamic-import@^7.7.0":
359
- version "7.7.0"
360
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.0.tgz#dc02a8bad8d653fb59daf085516fa416edd2aa7f"
361
- integrity sha512-7poL3Xi+QFPC7sGAzEIbXUyYzGJwbc2+gSD0AkiC5k52kH2cqHdqxm5hNFfLW3cRSTcx9bN0Fl7/6zWcLLnKAQ==
265
+ "@babel/plugin-proposal-dynamic-import@^7.7.4":
266
+ version "7.7.4"
267
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.7.4.tgz#dde64a7f127691758cbfed6cf70de0fa5879d52d"
268
+ integrity sha512-StH+nGAdO6qDB1l8sZ5UBV8AC3F2VW2I8Vfld73TMKyptMU9DY5YsJAS8U81+vEtxcH3Y/La0wG0btDrhpnhjQ==
362
269
  dependencies:
363
270
  "@babel/helper-plugin-utils" "^7.0.0"
364
- "@babel/plugin-syntax-dynamic-import" "^7.2.0"
271
+ "@babel/plugin-syntax-dynamic-import" "^7.7.4"
365
272
 
366
- "@babel/plugin-proposal-json-strings@^7.2.0":
367
- version "7.2.0"
368
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
369
- integrity sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==
273
+ "@babel/plugin-proposal-json-strings@^7.7.4":
274
+ version "7.7.4"
275
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.7.4.tgz#7700a6bfda771d8dc81973249eac416c6b4c697d"
276
+ integrity sha512-wQvt3akcBTfLU/wYoqm/ws7YOAQKu8EVJEvHip/mzkNtjaclQoCCIqKXFP5/eyfnfbQCDV3OLRIK3mIVyXuZlw==
370
277
  dependencies:
371
278
  "@babel/helper-plugin-utils" "^7.0.0"
372
- "@babel/plugin-syntax-json-strings" "^7.2.0"
279
+ "@babel/plugin-syntax-json-strings" "^7.7.4"
373
280
 
374
- "@babel/plugin-proposal-object-rest-spread@^7.6.2":
375
- version "7.6.2"
376
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
377
- integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
281
+ "@babel/plugin-proposal-object-rest-spread@^7.6.2", "@babel/plugin-proposal-object-rest-spread@^7.7.4":
282
+ version "7.7.4"
283
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
284
+ integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
378
285
  dependencies:
379
286
  "@babel/helper-plugin-utils" "^7.0.0"
380
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
287
+ "@babel/plugin-syntax-object-rest-spread" "^7.7.4"
381
288
 
382
- "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
383
- version "7.2.0"
384
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
385
- integrity sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==
289
+ "@babel/plugin-proposal-optional-catch-binding@^7.7.4":
290
+ version "7.7.4"
291
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.7.4.tgz#ec21e8aeb09ec6711bc0a39ca49520abee1de379"
292
+ integrity sha512-DyM7U2bnsQerCQ+sejcTNZh8KQEUuC3ufzdnVnSiUv/qoGJp2Z3hanKL18KDhsBT5Wj6a7CMT5mdyCNJsEaA9w==
386
293
  dependencies:
387
294
  "@babel/helper-plugin-utils" "^7.0.0"
388
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
295
+ "@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
389
296
 
390
- "@babel/plugin-proposal-unicode-property-regex@^7.7.0":
391
- version "7.7.0"
392
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.0.tgz#549fe1717a1bd0a2a7e63163841cb37e78179d5d"
393
- integrity sha512-mk34H+hp7kRBWJOOAR0ZMGCydgKMD4iN9TpDRp3IIcbunltxEY89XSimc6WbtSLCDrwcdy/EEw7h5CFCzxTchw==
297
+ "@babel/plugin-proposal-unicode-property-regex@^7.7.4":
298
+ version "7.7.4"
299
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb"
300
+ integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==
394
301
  dependencies:
395
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
302
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
396
303
  "@babel/helper-plugin-utils" "^7.0.0"
397
304
 
398
- "@babel/plugin-syntax-async-generators@^7.2.0":
399
- version "7.2.0"
400
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
401
- integrity sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==
305
+ "@babel/plugin-syntax-async-generators@^7.7.4":
306
+ version "7.7.4"
307
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.7.4.tgz#331aaf310a10c80c44a66b238b6e49132bd3c889"
308
+ integrity sha512-Li4+EjSpBgxcsmeEF8IFcfV/+yJGxHXDirDkEoyFjumuwbmfCVHUt0HuowD/iGM7OhIRyXJH9YXxqiH6N815+g==
402
309
  dependencies:
403
310
  "@babel/helper-plugin-utils" "^7.0.0"
404
311
 
405
- "@babel/plugin-syntax-dynamic-import@^7.2.0":
406
- version "7.2.0"
407
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
408
- integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==
312
+ "@babel/plugin-syntax-dynamic-import@^7.7.4":
313
+ version "7.7.4"
314
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.7.4.tgz#29ca3b4415abfe4a5ec381e903862ad1a54c3aec"
315
+ integrity sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg==
409
316
  dependencies:
410
317
  "@babel/helper-plugin-utils" "^7.0.0"
411
318
 
412
- "@babel/plugin-syntax-json-strings@^7.2.0":
413
- version "7.2.0"
414
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470"
415
- integrity sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==
319
+ "@babel/plugin-syntax-json-strings@^7.7.4":
320
+ version "7.7.4"
321
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.7.4.tgz#86e63f7d2e22f9e27129ac4e83ea989a382e86cc"
322
+ integrity sha512-QpGupahTQW1mHRXddMG5srgpHWqRLwJnJZKXTigB9RPFCCGbDGCgBeM/iC82ICXp414WeYx/tD54w7M2qRqTMg==
416
323
  dependencies:
417
324
  "@babel/helper-plugin-utils" "^7.0.0"
418
325
 
419
- "@babel/plugin-syntax-jsx@^7.2.0":
420
- version "7.2.0"
421
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
422
- integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==
326
+ "@babel/plugin-syntax-jsx@^7.7.4":
327
+ version "7.7.4"
328
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.7.4.tgz#dab2b56a36fb6c3c222a1fbc71f7bf97f327a9ec"
329
+ integrity sha512-wuy6fiMe9y7HeZBWXYCGt2RGxZOj0BImZ9EyXJVnVGBKO/Br592rbR3rtIQn0eQhAk9vqaKP5n8tVqEFBQMfLg==
423
330
  dependencies:
424
331
  "@babel/helper-plugin-utils" "^7.0.0"
425
332
 
426
- "@babel/plugin-syntax-object-rest-spread@^7.2.0":
427
- version "7.2.0"
428
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
429
- integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==
333
+ "@babel/plugin-syntax-object-rest-spread@^7.7.4":
334
+ version "7.7.4"
335
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46"
336
+ integrity sha512-mObR+r+KZq0XhRVS2BrBKBpr5jqrqzlPvS9C9vuOf5ilSwzloAl7RPWLrgKdWS6IreaVrjHxTjtyqFiOisaCwg==
430
337
  dependencies:
431
338
  "@babel/helper-plugin-utils" "^7.0.0"
432
339
 
433
- "@babel/plugin-syntax-optional-catch-binding@^7.2.0":
434
- version "7.2.0"
435
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
436
- integrity sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==
340
+ "@babel/plugin-syntax-optional-catch-binding@^7.7.4":
341
+ version "7.7.4"
342
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.7.4.tgz#a3e38f59f4b6233867b4a92dcb0ee05b2c334aa6"
343
+ integrity sha512-4ZSuzWgFxqHRE31Glu+fEr/MirNZOMYmD/0BhBWyLyOOQz/gTAl7QmWm2hX1QxEIXsr2vkdlwxIzTyiYRC4xcQ==
437
344
  dependencies:
438
345
  "@babel/helper-plugin-utils" "^7.0.0"
439
346
 
440
- "@babel/plugin-syntax-top-level-await@^7.7.0":
441
- version "7.7.0"
442
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.0.tgz#f5699549f50bbe8d12b1843a4e82f0a37bb65f4d"
443
- integrity sha512-hi8FUNiFIY1fnUI2n1ViB1DR0R4QeK4iHcTlW6aJkrPoTdb8Rf1EMQ6GT3f67DDkYyWgew9DFoOZ6gOoEsdzTA==
347
+ "@babel/plugin-syntax-top-level-await@^7.7.4":
348
+ version "7.7.4"
349
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.7.4.tgz#bd7d8fa7b9fee793a36e4027fd6dd1aa32f946da"
350
+ integrity sha512-wdsOw0MvkL1UIgiQ/IFr3ETcfv1xb8RMM0H9wbiDyLaJFyiDg5oZvDLCXosIXmFeIlweML5iOBXAkqddkYNizg==
444
351
  dependencies:
445
352
  "@babel/helper-plugin-utils" "^7.0.0"
446
353
 
447
- "@babel/plugin-transform-arrow-functions@^7.2.0":
448
- version "7.2.0"
449
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
450
- integrity sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==
354
+ "@babel/plugin-transform-arrow-functions@^7.7.4":
355
+ version "7.7.4"
356
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.7.4.tgz#76309bd578addd8aee3b379d809c802305a98a12"
357
+ integrity sha512-zUXy3e8jBNPiffmqkHRNDdZM2r8DWhCB7HhcoyZjiK1TxYEluLHAvQuYnTT+ARqRpabWqy/NHkO6e3MsYB5YfA==
451
358
  dependencies:
452
359
  "@babel/helper-plugin-utils" "^7.0.0"
453
360
 
454
- "@babel/plugin-transform-async-to-generator@^7.7.0":
455
- version "7.7.0"
456
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.0.tgz#e2b84f11952cf5913fe3438b7d2585042772f492"
457
- integrity sha512-vLI2EFLVvRBL3d8roAMqtVY0Bm9C1QzLkdS57hiKrjUBSqsQYrBsMCeOg/0KK7B0eK9V71J5mWcha9yyoI2tZw==
361
+ "@babel/plugin-transform-async-to-generator@^7.7.4":
362
+ version "7.7.4"
363
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.7.4.tgz#694cbeae6d613a34ef0292713fa42fb45c4470ba"
364
+ integrity sha512-zpUTZphp5nHokuy8yLlyafxCJ0rSlFoSHypTUWgpdwoDXWQcseaect7cJ8Ppk6nunOM6+5rPMkod4OYKPR5MUg==
458
365
  dependencies:
459
- "@babel/helper-module-imports" "^7.7.0"
366
+ "@babel/helper-module-imports" "^7.7.4"
460
367
  "@babel/helper-plugin-utils" "^7.0.0"
461
- "@babel/helper-remap-async-to-generator" "^7.7.0"
368
+ "@babel/helper-remap-async-to-generator" "^7.7.4"
462
369
 
463
- "@babel/plugin-transform-block-scoped-functions@^7.2.0":
464
- version "7.2.0"
465
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
466
- integrity sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==
370
+ "@babel/plugin-transform-block-scoped-functions@^7.7.4":
371
+ version "7.7.4"
372
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.7.4.tgz#d0d9d5c269c78eaea76227ace214b8d01e4d837b"
373
+ integrity sha512-kqtQzwtKcpPclHYjLK//3lH8OFsCDuDJBaFhVwf8kqdnF6MN4l618UDlcA7TfRs3FayrHj+svYnSX8MC9zmUyQ==
467
374
  dependencies:
468
375
  "@babel/helper-plugin-utils" "^7.0.0"
469
376
 
470
- "@babel/plugin-transform-block-scoping@^7.6.3":
471
- version "7.6.3"
472
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
473
- integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==
377
+ "@babel/plugin-transform-block-scoping@^7.7.4":
378
+ version "7.7.4"
379
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.7.4.tgz#200aad0dcd6bb80372f94d9e628ea062c58bf224"
380
+ integrity sha512-2VBe9u0G+fDt9B5OV5DQH4KBf5DoiNkwFKOz0TCvBWvdAN2rOykCTkrL+jTLxfCAm76l9Qo5OqL7HBOx2dWggg==
474
381
  dependencies:
475
382
  "@babel/helper-plugin-utils" "^7.0.0"
476
383
  lodash "^4.17.13"
477
384
 
478
- "@babel/plugin-transform-classes@^7.7.0":
479
- version "7.7.0"
480
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.0.tgz#b411ecc1b8822d24b81e5d184f24149136eddd4a"
481
- integrity sha512-/b3cKIZwGeUesZheU9jNYcwrEA7f/Bo4IdPmvp7oHgvks2majB5BoT5byAql44fiNQYOPzhk2w8DbgfuafkMoA==
385
+ "@babel/plugin-transform-classes@^7.7.4":
386
+ version "7.7.4"
387
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.4.tgz#c92c14be0a1399e15df72667067a8f510c9400ec"
388
+ integrity sha512-sK1mjWat7K+buWRuImEzjNf68qrKcrddtpQo3swi9j7dUcG6y6R6+Di039QN2bD1dykeswlagupEmpOatFHHUg==
482
389
  dependencies:
483
- "@babel/helper-annotate-as-pure" "^7.7.0"
484
- "@babel/helper-define-map" "^7.7.0"
485
- "@babel/helper-function-name" "^7.7.0"
486
- "@babel/helper-optimise-call-expression" "^7.7.0"
390
+ "@babel/helper-annotate-as-pure" "^7.7.4"
391
+ "@babel/helper-define-map" "^7.7.4"
392
+ "@babel/helper-function-name" "^7.7.4"
393
+ "@babel/helper-optimise-call-expression" "^7.7.4"
487
394
  "@babel/helper-plugin-utils" "^7.0.0"
488
- "@babel/helper-replace-supers" "^7.7.0"
489
- "@babel/helper-split-export-declaration" "^7.7.0"
395
+ "@babel/helper-replace-supers" "^7.7.4"
396
+ "@babel/helper-split-export-declaration" "^7.7.4"
490
397
  globals "^11.1.0"
491
398
 
492
- "@babel/plugin-transform-computed-properties@^7.2.0":
493
- version "7.2.0"
494
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
495
- integrity sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==
399
+ "@babel/plugin-transform-computed-properties@^7.7.4":
400
+ version "7.7.4"
401
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.7.4.tgz#e856c1628d3238ffe12d668eb42559f79a81910d"
402
+ integrity sha512-bSNsOsZnlpLLyQew35rl4Fma3yKWqK3ImWMSC/Nc+6nGjC9s5NFWAer1YQ899/6s9HxO2zQC1WoFNfkOqRkqRQ==
496
403
  dependencies:
497
404
  "@babel/helper-plugin-utils" "^7.0.0"
498
405
 
499
- "@babel/plugin-transform-destructuring@^7.6.0":
500
- version "7.6.0"
501
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6"
502
- integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==
406
+ "@babel/plugin-transform-destructuring@^7.7.4":
407
+ version "7.7.4"
408
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.7.4.tgz#2b713729e5054a1135097b6a67da1b6fe8789267"
409
+ integrity sha512-4jFMXI1Cu2aXbcXXl8Lr6YubCn6Oc7k9lLsu8v61TZh+1jny2BWmdtvY9zSUlLdGUvcy9DMAWyZEOqjsbeg/wA==
503
410
  dependencies:
504
411
  "@babel/helper-plugin-utils" "^7.0.0"
505
412
 
506
- "@babel/plugin-transform-dotall-regex@^7.7.0":
507
- version "7.7.0"
508
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.0.tgz#c5c9ecacab3a5e0c11db6981610f0c32fd698b3b"
509
- integrity sha512-3QQlF7hSBnSuM1hQ0pS3pmAbWLax/uGNCbPBND9y+oJ4Y776jsyujG2k0Sn2Aj2a0QwVOiOFL5QVPA7spjvzSA==
413
+ "@babel/plugin-transform-dotall-regex@^7.7.4":
414
+ version "7.7.4"
415
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96"
416
+ integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw==
510
417
  dependencies:
511
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
418
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
512
419
  "@babel/helper-plugin-utils" "^7.0.0"
513
420
 
514
- "@babel/plugin-transform-duplicate-keys@^7.5.0":
515
- version "7.5.0"
516
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
517
- integrity sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==
421
+ "@babel/plugin-transform-duplicate-keys@^7.7.4":
422
+ version "7.7.4"
423
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.7.4.tgz#3d21731a42e3f598a73835299dd0169c3b90ac91"
424
+ integrity sha512-g1y4/G6xGWMD85Tlft5XedGaZBCIVN+/P0bs6eabmcPP9egFleMAo65OOjlhcz1njpwagyY3t0nsQC9oTFegJA==
518
425
  dependencies:
519
426
  "@babel/helper-plugin-utils" "^7.0.0"
520
427
 
521
- "@babel/plugin-transform-exponentiation-operator@^7.2.0":
522
- version "7.2.0"
523
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
524
- integrity sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==
428
+ "@babel/plugin-transform-exponentiation-operator@^7.7.4":
429
+ version "7.7.4"
430
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.7.4.tgz#dd30c0191e3a1ba19bcc7e389bdfddc0729d5db9"
431
+ integrity sha512-MCqiLfCKm6KEA1dglf6Uqq1ElDIZwFuzz1WH5mTf8k2uQSxEJMbOIEh7IZv7uichr7PMfi5YVSrr1vz+ipp7AQ==
525
432
  dependencies:
526
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
433
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.7.4"
527
434
  "@babel/helper-plugin-utils" "^7.0.0"
528
435
 
529
- "@babel/plugin-transform-for-of@^7.4.4":
530
- version "7.4.4"
531
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556"
532
- integrity sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==
436
+ "@babel/plugin-transform-for-of@^7.7.4":
437
+ version "7.7.4"
438
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.7.4.tgz#248800e3a5e507b1f103d8b4ca998e77c63932bc"
439
+ integrity sha512-zZ1fD1B8keYtEcKF+M1TROfeHTKnijcVQm0yO/Yu1f7qoDoxEIc/+GX6Go430Bg84eM/xwPFp0+h4EbZg7epAA==
533
440
  dependencies:
534
441
  "@babel/helper-plugin-utils" "^7.0.0"
535
442
 
536
- "@babel/plugin-transform-function-name@^7.7.0":
537
- version "7.7.0"
538
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.0.tgz#0fa786f1eef52e3b7d4fc02e54b2129de8a04c2a"
539
- integrity sha512-P5HKu0d9+CzZxP5jcrWdpe7ZlFDe24bmqP6a6X8BHEBl/eizAsY8K6LX8LASZL0Jxdjm5eEfzp+FIrxCm/p8bA==
443
+ "@babel/plugin-transform-function-name@^7.7.4":
444
+ version "7.7.4"
445
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.7.4.tgz#75a6d3303d50db638ff8b5385d12451c865025b1"
446
+ integrity sha512-E/x09TvjHNhsULs2IusN+aJNRV5zKwxu1cpirZyRPw+FyyIKEHPXTsadj48bVpc1R5Qq1B5ZkzumuFLytnbT6g==
540
447
  dependencies:
541
- "@babel/helper-function-name" "^7.7.0"
448
+ "@babel/helper-function-name" "^7.7.4"
542
449
  "@babel/helper-plugin-utils" "^7.0.0"
543
450
 
544
- "@babel/plugin-transform-literals@^7.2.0":
545
- version "7.2.0"
546
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1"
547
- integrity sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==
451
+ "@babel/plugin-transform-literals@^7.7.4":
452
+ version "7.7.4"
453
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.7.4.tgz#27fe87d2b5017a2a5a34d1c41a6b9f6a6262643e"
454
+ integrity sha512-X2MSV7LfJFm4aZfxd0yLVFrEXAgPqYoDG53Br/tCKiKYfX0MjVjQeWPIhPHHsCqzwQANq+FLN786fF5rgLS+gw==
548
455
  dependencies:
549
456
  "@babel/helper-plugin-utils" "^7.0.0"
550
457
 
551
- "@babel/plugin-transform-member-expression-literals@^7.2.0":
552
- version "7.2.0"
553
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz#fa10aa5c58a2cb6afcf2c9ffa8cb4d8b3d489a2d"
554
- integrity sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==
458
+ "@babel/plugin-transform-member-expression-literals@^7.7.4":
459
+ version "7.7.4"
460
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.7.4.tgz#aee127f2f3339fc34ce5e3055d7ffbf7aa26f19a"
461
+ integrity sha512-9VMwMO7i69LHTesL0RdGy93JU6a+qOPuvB4F4d0kR0zyVjJRVJRaoaGjhtki6SzQUu8yen/vxPKN6CWnCUw6bA==
555
462
  dependencies:
556
463
  "@babel/helper-plugin-utils" "^7.0.0"
557
464
 
558
- "@babel/plugin-transform-modules-amd@^7.5.0":
559
- version "7.5.0"
560
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91"
561
- integrity sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==
465
+ "@babel/plugin-transform-modules-amd@^7.7.4":
466
+ version "7.7.4"
467
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.4.tgz#276b3845ca2b228f2995e453adc2e6f54d72fb71"
468
+ integrity sha512-/542/5LNA18YDtg1F+QHvvUSlxdvjZoD/aldQwkq+E3WCkbEjNSN9zdrOXaSlfg3IfGi22ijzecklF/A7kVZFQ==
562
469
  dependencies:
563
- "@babel/helper-module-transforms" "^7.1.0"
470
+ "@babel/helper-module-transforms" "^7.7.4"
564
471
  "@babel/helper-plugin-utils" "^7.0.0"
565
472
  babel-plugin-dynamic-import-node "^2.3.0"
566
473
 
567
- "@babel/plugin-transform-modules-commonjs@^7.7.0":
568
- version "7.7.0"
569
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.0.tgz#3e5ffb4fd8c947feede69cbe24c9554ab4113fe3"
570
- integrity sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg==
474
+ "@babel/plugin-transform-modules-commonjs@^7.7.4":
475
+ version "7.7.4"
476
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.4.tgz#bee4386e550446343dd52a571eda47851ff857a3"
477
+ integrity sha512-k8iVS7Jhc367IcNF53KCwIXtKAH7czev866ThsTgy8CwlXjnKZna2VHwChglzLleYrcHz1eQEIJlGRQxB53nqA==
571
478
  dependencies:
572
- "@babel/helper-module-transforms" "^7.7.0"
479
+ "@babel/helper-module-transforms" "^7.7.4"
573
480
  "@babel/helper-plugin-utils" "^7.0.0"
574
- "@babel/helper-simple-access" "^7.7.0"
481
+ "@babel/helper-simple-access" "^7.7.4"
575
482
  babel-plugin-dynamic-import-node "^2.3.0"
576
483
 
577
- "@babel/plugin-transform-modules-systemjs@^7.7.0":
578
- version "7.7.0"
579
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.0.tgz#9baf471213af9761c1617bb12fd278e629041417"
580
- integrity sha512-ZAuFgYjJzDNv77AjXRqzQGlQl4HdUM6j296ee4fwKVZfhDR9LAGxfvXjBkb06gNETPnN0sLqRm9Gxg4wZH6dXg==
484
+ "@babel/plugin-transform-modules-systemjs@^7.7.4":
485
+ version "7.7.4"
486
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.4.tgz#cd98152339d3e763dfe838b7d4273edaf520bb30"
487
+ integrity sha512-y2c96hmcsUi6LrMqvmNDPBBiGCiQu0aYqpHatVVu6kD4mFEXKjyNxd/drc18XXAf9dv7UXjrZwBVmTTGaGP8iw==
581
488
  dependencies:
582
- "@babel/helper-hoist-variables" "^7.7.0"
489
+ "@babel/helper-hoist-variables" "^7.7.4"
583
490
  "@babel/helper-plugin-utils" "^7.0.0"
584
491
  babel-plugin-dynamic-import-node "^2.3.0"
585
492
 
586
- "@babel/plugin-transform-modules-umd@^7.7.0":
587
- version "7.7.0"
588
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.0.tgz#d62c7da16670908e1d8c68ca0b5d4c0097b69966"
589
- integrity sha512-u7eBA03zmUswQ9LQ7Qw0/ieC1pcAkbp5OQatbWUzY1PaBccvuJXUkYzoN1g7cqp7dbTu6Dp9bXyalBvD04AANA==
493
+ "@babel/plugin-transform-modules-umd@^7.7.4":
494
+ version "7.7.4"
495
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.7.4.tgz#1027c355a118de0aae9fee00ad7813c584d9061f"
496
+ integrity sha512-u2B8TIi0qZI4j8q4C51ktfO7E3cQ0qnaXFI1/OXITordD40tt17g/sXqgNNCcMTcBFKrUPcGDx+TBJuZxLx7tw==
590
497
  dependencies:
591
- "@babel/helper-module-transforms" "^7.7.0"
498
+ "@babel/helper-module-transforms" "^7.7.4"
592
499
  "@babel/helper-plugin-utils" "^7.0.0"
593
500
 
594
- "@babel/plugin-transform-named-capturing-groups-regex@^7.7.0":
595
- version "7.7.0"
596
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.0.tgz#358e6fd869b9a4d8f5cbc79e4ed4fc340e60dcaf"
597
- integrity sha512-+SicSJoKouPctL+j1pqktRVCgy+xAch1hWWTMy13j0IflnyNjaoskj+DwRQFimHbLqO3sq2oN2CXMvXq3Bgapg==
501
+ "@babel/plugin-transform-named-capturing-groups-regex@^7.7.4":
502
+ version "7.7.4"
503
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.7.4.tgz#fb3bcc4ee4198e7385805007373d6b6f42c98220"
504
+ integrity sha512-jBUkiqLKvUWpv9GLSuHUFYdmHg0ujC1JEYoZUfeOOfNydZXp1sXObgyPatpcwjWgsdBGsagWW0cdJpX/DO2jMw==
598
505
  dependencies:
599
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
506
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
600
507
 
601
- "@babel/plugin-transform-new-target@^7.4.4":
602
- version "7.4.4"
603
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
604
- integrity sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==
508
+ "@babel/plugin-transform-new-target@^7.7.4":
509
+ version "7.7.4"
510
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.7.4.tgz#4a0753d2d60639437be07b592a9e58ee00720167"
511
+ integrity sha512-CnPRiNtOG1vRodnsyGX37bHQleHE14B9dnnlgSeEs3ek3fHN1A1SScglTCg1sfbe7sRQ2BUcpgpTpWSfMKz3gg==
605
512
  dependencies:
606
513
  "@babel/helper-plugin-utils" "^7.0.0"
607
514
 
608
- "@babel/plugin-transform-object-super@^7.5.5":
609
- version "7.5.5"
610
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9"
611
- integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==
515
+ "@babel/plugin-transform-object-super@^7.7.4":
516
+ version "7.7.4"
517
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.7.4.tgz#48488937a2d586c0148451bf51af9d7dda567262"
518
+ integrity sha512-ho+dAEhC2aRnff2JCA0SAK7V2R62zJd/7dmtoe7MHcso4C2mS+vZjn1Pb1pCVZvJs1mgsvv5+7sT+m3Bysb6eg==
612
519
  dependencies:
613
520
  "@babel/helper-plugin-utils" "^7.0.0"
614
- "@babel/helper-replace-supers" "^7.5.5"
521
+ "@babel/helper-replace-supers" "^7.7.4"
615
522
 
616
- "@babel/plugin-transform-parameters@^7.4.4":
617
- version "7.4.4"
618
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16"
619
- integrity sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==
523
+ "@babel/plugin-transform-parameters@^7.7.4":
524
+ version "7.7.4"
525
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce"
526
+ integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw==
620
527
  dependencies:
621
- "@babel/helper-call-delegate" "^7.4.4"
622
- "@babel/helper-get-function-arity" "^7.0.0"
528
+ "@babel/helper-call-delegate" "^7.7.4"
529
+ "@babel/helper-get-function-arity" "^7.7.4"
623
530
  "@babel/helper-plugin-utils" "^7.0.0"
624
531
 
625
- "@babel/plugin-transform-property-literals@^7.2.0":
626
- version "7.2.0"
627
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz#03e33f653f5b25c4eb572c98b9485055b389e905"
628
- integrity sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==
532
+ "@babel/plugin-transform-property-literals@^7.7.4":
533
+ version "7.7.4"
534
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.7.4.tgz#2388d6505ef89b266103f450f9167e6bd73f98c2"
535
+ integrity sha512-MatJhlC4iHsIskWYyawl53KuHrt+kALSADLQQ/HkhTjX954fkxIEh4q5slL4oRAnsm/eDoZ4q0CIZpcqBuxhJQ==
629
536
  dependencies:
630
537
  "@babel/helper-plugin-utils" "^7.0.0"
631
538
 
632
- "@babel/plugin-transform-react-display-name@^7.0.0":
633
- version "7.2.0"
634
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0"
635
- integrity sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A==
539
+ "@babel/plugin-transform-react-display-name@^7.7.4":
540
+ version "7.7.4"
541
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.7.4.tgz#9f2b80b14ebc97eef4a9b29b612c58ed9c0d10dd"
542
+ integrity sha512-sBbIvqYkthai0X0vkD2xsAwluBp+LtNHH+/V4a5ydifmTtb8KOVOlrMIk/MYmIc4uTYDnjZUHQildYNo36SRJw==
636
543
  dependencies:
637
544
  "@babel/helper-plugin-utils" "^7.0.0"
638
545
 
639
- "@babel/plugin-transform-react-jsx-self@^7.0.0":
640
- version "7.2.0"
641
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz#461e21ad9478f1031dd5e276108d027f1b5240ba"
642
- integrity sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg==
546
+ "@babel/plugin-transform-react-jsx-self@^7.7.4":
547
+ version "7.7.4"
548
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.7.4.tgz#81b8fbfd14b2215e8f1c2c3adfba266127b0231c"
549
+ integrity sha512-PWYjSfqrO273mc1pKCRTIJXyqfc9vWYBax88yIhQb+bpw3XChVC7VWS4VwRVs63wFHKxizvGSd00XEr+YB9Q2A==
643
550
  dependencies:
644
551
  "@babel/helper-plugin-utils" "^7.0.0"
645
- "@babel/plugin-syntax-jsx" "^7.2.0"
552
+ "@babel/plugin-syntax-jsx" "^7.7.4"
646
553
 
647
- "@babel/plugin-transform-react-jsx-source@^7.0.0":
648
- version "7.5.0"
649
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
650
- integrity sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg==
554
+ "@babel/plugin-transform-react-jsx-source@^7.7.4":
555
+ version "7.7.4"
556
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.7.4.tgz#8994b1bf6014b133f5a46d3b7d1ee5f5e3e72c10"
557
+ integrity sha512-5ZU9FnPhqtHsOXxutRtXZAzoEJwDaP32QcobbMP1/qt7NYcsCNK8XgzJcJfoEr/ZnzVvUNInNjIW22Z6I8p9mg==
651
558
  dependencies:
652
559
  "@babel/helper-plugin-utils" "^7.0.0"
653
- "@babel/plugin-syntax-jsx" "^7.2.0"
560
+ "@babel/plugin-syntax-jsx" "^7.7.4"
654
561
 
655
- "@babel/plugin-transform-react-jsx@^7.0.0":
656
- version "7.3.0"
657
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290"
658
- integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg==
562
+ "@babel/plugin-transform-react-jsx@^7.7.4":
563
+ version "7.7.4"
564
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.7.4.tgz#d91205717fae4e2f84d020cd3057ec02a10f11da"
565
+ integrity sha512-LixU4BS95ZTEAZdPaIuyg/k8FiiqN9laQ0dMHB4MlpydHY53uQdWCUrwjLr5o6ilS6fAgZey4Q14XBjl5tL6xw==
659
566
  dependencies:
660
- "@babel/helper-builder-react-jsx" "^7.3.0"
567
+ "@babel/helper-builder-react-jsx" "^7.7.4"
661
568
  "@babel/helper-plugin-utils" "^7.0.0"
662
- "@babel/plugin-syntax-jsx" "^7.2.0"
569
+ "@babel/plugin-syntax-jsx" "^7.7.4"
663
570
 
664
- "@babel/plugin-transform-regenerator@^7.7.0":
665
- version "7.7.0"
666
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.0.tgz#f1b20b535e7716b622c99e989259d7dd942dd9cc"
667
- integrity sha512-AXmvnC+0wuj/cFkkS/HFHIojxH3ffSXE+ttulrqWjZZRaUOonfJc60e1wSNT4rV8tIunvu/R3wCp71/tLAa9xg==
571
+ "@babel/plugin-transform-regenerator@^7.7.4":
572
+ version "7.7.4"
573
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.4.tgz#d18eac0312a70152d7d914cbed2dc3999601cfc0"
574
+ integrity sha512-e7MWl5UJvmPEwFJTwkBlPmqixCtr9yAASBqff4ggXTNicZiwbF8Eefzm6NVgfiBp7JdAGItecnctKTgH44q2Jw==
668
575
  dependencies:
669
576
  regenerator-transform "^0.14.0"
670
577
 
671
- "@babel/plugin-transform-reserved-words@^7.2.0":
672
- version "7.2.0"
673
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz#4792af87c998a49367597d07fedf02636d2e1634"
674
- integrity sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==
578
+ "@babel/plugin-transform-reserved-words@^7.7.4":
579
+ version "7.7.4"
580
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.7.4.tgz#6a7cf123ad175bb5c69aec8f6f0770387ed3f1eb"
581
+ integrity sha512-OrPiUB5s5XvkCO1lS7D8ZtHcswIC57j62acAnJZKqGGnHP+TIc/ljQSrgdX/QyOTdEK5COAhuc820Hi1q2UgLQ==
675
582
  dependencies:
676
583
  "@babel/helper-plugin-utils" "^7.0.0"
677
584
 
678
- "@babel/plugin-transform-shorthand-properties@^7.2.0":
679
- version "7.2.0"
680
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
681
- integrity sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==
585
+ "@babel/plugin-transform-shorthand-properties@^7.7.4":
586
+ version "7.7.4"
587
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.7.4.tgz#74a0a9b2f6d67a684c6fbfd5f0458eb7ba99891e"
588
+ integrity sha512-q+suddWRfIcnyG5YiDP58sT65AJDZSUhXQDZE3r04AuqD6d/XLaQPPXSBzP2zGerkgBivqtQm9XKGLuHqBID6Q==
682
589
  dependencies:
683
590
  "@babel/helper-plugin-utils" "^7.0.0"
684
591
 
685
- "@babel/plugin-transform-spread@^7.6.2":
686
- version "7.6.2"
687
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
688
- integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==
592
+ "@babel/plugin-transform-spread@^7.7.4":
593
+ version "7.7.4"
594
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.7.4.tgz#aa673b356fe6b7e70d69b6e33a17fef641008578"
595
+ integrity sha512-8OSs0FLe5/80cndziPlg4R0K6HcWSM0zyNhHhLsmw/Nc5MaA49cAsnoJ/t/YZf8qkG7fD+UjTRaApVDB526d7Q==
689
596
  dependencies:
690
597
  "@babel/helper-plugin-utils" "^7.0.0"
691
598
 
692
- "@babel/plugin-transform-sticky-regex@^7.2.0":
693
- version "7.2.0"
694
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
695
- integrity sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==
599
+ "@babel/plugin-transform-sticky-regex@^7.7.4":
600
+ version "7.7.4"
601
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.7.4.tgz#ffb68c05090c30732076b1285dc1401b404a123c"
602
+ integrity sha512-Ls2NASyL6qtVe1H1hXts9yuEeONV2TJZmplLONkMPUG158CtmnrzW5Q5teibM5UVOFjG0D3IC5mzXR6pPpUY7A==
696
603
  dependencies:
697
604
  "@babel/helper-plugin-utils" "^7.0.0"
698
605
  "@babel/helper-regex" "^7.0.0"
699
606
 
700
- "@babel/plugin-transform-template-literals@^7.4.4":
701
- version "7.4.4"
702
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz#9d28fea7bbce637fb7612a0750989d8321d4bcb0"
703
- integrity sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==
607
+ "@babel/plugin-transform-template-literals@^7.7.4":
608
+ version "7.7.4"
609
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.7.4.tgz#1eb6411736dd3fe87dbd20cc6668e5121c17d604"
610
+ integrity sha512-sA+KxLwF3QwGj5abMHkHgshp9+rRz+oY9uoRil4CyLtgEuE/88dpkeWgNk5qKVsJE9iSfly3nvHapdRiIS2wnQ==
704
611
  dependencies:
705
- "@babel/helper-annotate-as-pure" "^7.0.0"
612
+ "@babel/helper-annotate-as-pure" "^7.7.4"
706
613
  "@babel/helper-plugin-utils" "^7.0.0"
707
614
 
708
- "@babel/plugin-transform-typeof-symbol@^7.2.0":
709
- version "7.2.0"
710
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
711
- integrity sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==
615
+ "@babel/plugin-transform-typeof-symbol@^7.7.4":
616
+ version "7.7.4"
617
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.7.4.tgz#3174626214f2d6de322882e498a38e8371b2140e"
618
+ integrity sha512-KQPUQ/7mqe2m0B8VecdyaW5XcQYaePyl9R7IsKd+irzj6jvbhoGnRE+M0aNkyAzI07VfUQ9266L5xMARitV3wg==
712
619
  dependencies:
713
620
  "@babel/helper-plugin-utils" "^7.0.0"
714
621
 
715
- "@babel/plugin-transform-unicode-regex@^7.7.0":
716
- version "7.7.0"
717
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.0.tgz#743d9bcc44080e3cc7d49259a066efa30f9187a3"
718
- integrity sha512-RrThb0gdrNwFAqEAAx9OWgtx6ICK69x7i9tCnMdVrxQwSDp/Abu9DXFU5Hh16VP33Rmxh04+NGW28NsIkFvFKA==
622
+ "@babel/plugin-transform-unicode-regex@^7.7.4":
623
+ version "7.7.4"
624
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.7.4.tgz#a3c0f65b117c4c81c5b6484f2a5e7b95346b83ae"
625
+ integrity sha512-N77UUIV+WCvE+5yHw+oks3m18/umd7y392Zv7mYTpFqHtkpcc+QUz+gLJNTWVlWROIWeLqY0f3OjZxV5TcXnRw==
719
626
  dependencies:
720
- "@babel/helper-create-regexp-features-plugin" "^7.7.0"
627
+ "@babel/helper-create-regexp-features-plugin" "^7.7.4"
721
628
  "@babel/helper-plugin-utils" "^7.0.0"
722
629
 
723
- "@babel/polyfill@^7.4.4":
724
- version "7.6.0"
725
- resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.6.0.tgz#6d89203f8b6cd323e8d946e47774ea35dc0619cc"
726
- integrity sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==
630
+ "@babel/polyfill@^7.6.0":
631
+ version "7.7.0"
632
+ resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3"
633
+ integrity sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==
727
634
  dependencies:
728
635
  core-js "^2.6.5"
729
636
  regenerator-runtime "^0.13.2"
730
637
 
731
- "@babel/preset-env@^7.6.2":
732
- version "7.7.1"
733
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.1.tgz#04a2ff53552c5885cf1083e291c8dd5490f744bb"
734
- integrity sha512-/93SWhi3PxcVTDpSqC+Dp4YxUu3qZ4m7I76k0w73wYfn7bGVuRIO4QUz95aJksbS+AD1/mT1Ie7rbkT0wSplaA==
638
+ "@babel/preset-env@^7.7.1":
639
+ version "7.7.4"
640
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.4.tgz#ccaf309ae8d1ee2409c85a4e2b5e280ceee830f8"
641
+ integrity sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g==
735
642
  dependencies:
736
- "@babel/helper-module-imports" "^7.7.0"
643
+ "@babel/helper-module-imports" "^7.7.4"
737
644
  "@babel/helper-plugin-utils" "^7.0.0"
738
- "@babel/plugin-proposal-async-generator-functions" "^7.7.0"
739
- "@babel/plugin-proposal-dynamic-import" "^7.7.0"
740
- "@babel/plugin-proposal-json-strings" "^7.2.0"
741
- "@babel/plugin-proposal-object-rest-spread" "^7.6.2"
742
- "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
743
- "@babel/plugin-proposal-unicode-property-regex" "^7.7.0"
744
- "@babel/plugin-syntax-async-generators" "^7.2.0"
745
- "@babel/plugin-syntax-dynamic-import" "^7.2.0"
746
- "@babel/plugin-syntax-json-strings" "^7.2.0"
747
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
748
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
749
- "@babel/plugin-syntax-top-level-await" "^7.7.0"
750
- "@babel/plugin-transform-arrow-functions" "^7.2.0"
751
- "@babel/plugin-transform-async-to-generator" "^7.7.0"
752
- "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
753
- "@babel/plugin-transform-block-scoping" "^7.6.3"
754
- "@babel/plugin-transform-classes" "^7.7.0"
755
- "@babel/plugin-transform-computed-properties" "^7.2.0"
756
- "@babel/plugin-transform-destructuring" "^7.6.0"
757
- "@babel/plugin-transform-dotall-regex" "^7.7.0"
758
- "@babel/plugin-transform-duplicate-keys" "^7.5.0"
759
- "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
760
- "@babel/plugin-transform-for-of" "^7.4.4"
761
- "@babel/plugin-transform-function-name" "^7.7.0"
762
- "@babel/plugin-transform-literals" "^7.2.0"
763
- "@babel/plugin-transform-member-expression-literals" "^7.2.0"
764
- "@babel/plugin-transform-modules-amd" "^7.5.0"
765
- "@babel/plugin-transform-modules-commonjs" "^7.7.0"
766
- "@babel/plugin-transform-modules-systemjs" "^7.7.0"
767
- "@babel/plugin-transform-modules-umd" "^7.7.0"
768
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.0"
769
- "@babel/plugin-transform-new-target" "^7.4.4"
770
- "@babel/plugin-transform-object-super" "^7.5.5"
771
- "@babel/plugin-transform-parameters" "^7.4.4"
772
- "@babel/plugin-transform-property-literals" "^7.2.0"
773
- "@babel/plugin-transform-regenerator" "^7.7.0"
774
- "@babel/plugin-transform-reserved-words" "^7.2.0"
775
- "@babel/plugin-transform-shorthand-properties" "^7.2.0"
776
- "@babel/plugin-transform-spread" "^7.6.2"
777
- "@babel/plugin-transform-sticky-regex" "^7.2.0"
778
- "@babel/plugin-transform-template-literals" "^7.4.4"
779
- "@babel/plugin-transform-typeof-symbol" "^7.2.0"
780
- "@babel/plugin-transform-unicode-regex" "^7.7.0"
781
- "@babel/types" "^7.7.1"
645
+ "@babel/plugin-proposal-async-generator-functions" "^7.7.4"
646
+ "@babel/plugin-proposal-dynamic-import" "^7.7.4"
647
+ "@babel/plugin-proposal-json-strings" "^7.7.4"
648
+ "@babel/plugin-proposal-object-rest-spread" "^7.7.4"
649
+ "@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
650
+ "@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
651
+ "@babel/plugin-syntax-async-generators" "^7.7.4"
652
+ "@babel/plugin-syntax-dynamic-import" "^7.7.4"
653
+ "@babel/plugin-syntax-json-strings" "^7.7.4"
654
+ "@babel/plugin-syntax-object-rest-spread" "^7.7.4"
655
+ "@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
656
+ "@babel/plugin-syntax-top-level-await" "^7.7.4"
657
+ "@babel/plugin-transform-arrow-functions" "^7.7.4"
658
+ "@babel/plugin-transform-async-to-generator" "^7.7.4"
659
+ "@babel/plugin-transform-block-scoped-functions" "^7.7.4"
660
+ "@babel/plugin-transform-block-scoping" "^7.7.4"
661
+ "@babel/plugin-transform-classes" "^7.7.4"
662
+ "@babel/plugin-transform-computed-properties" "^7.7.4"
663
+ "@babel/plugin-transform-destructuring" "^7.7.4"
664
+ "@babel/plugin-transform-dotall-regex" "^7.7.4"
665
+ "@babel/plugin-transform-duplicate-keys" "^7.7.4"
666
+ "@babel/plugin-transform-exponentiation-operator" "^7.7.4"
667
+ "@babel/plugin-transform-for-of" "^7.7.4"
668
+ "@babel/plugin-transform-function-name" "^7.7.4"
669
+ "@babel/plugin-transform-literals" "^7.7.4"
670
+ "@babel/plugin-transform-member-expression-literals" "^7.7.4"
671
+ "@babel/plugin-transform-modules-amd" "^7.7.4"
672
+ "@babel/plugin-transform-modules-commonjs" "^7.7.4"
673
+ "@babel/plugin-transform-modules-systemjs" "^7.7.4"
674
+ "@babel/plugin-transform-modules-umd" "^7.7.4"
675
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
676
+ "@babel/plugin-transform-new-target" "^7.7.4"
677
+ "@babel/plugin-transform-object-super" "^7.7.4"
678
+ "@babel/plugin-transform-parameters" "^7.7.4"
679
+ "@babel/plugin-transform-property-literals" "^7.7.4"
680
+ "@babel/plugin-transform-regenerator" "^7.7.4"
681
+ "@babel/plugin-transform-reserved-words" "^7.7.4"
682
+ "@babel/plugin-transform-shorthand-properties" "^7.7.4"
683
+ "@babel/plugin-transform-spread" "^7.7.4"
684
+ "@babel/plugin-transform-sticky-regex" "^7.7.4"
685
+ "@babel/plugin-transform-template-literals" "^7.7.4"
686
+ "@babel/plugin-transform-typeof-symbol" "^7.7.4"
687
+ "@babel/plugin-transform-unicode-regex" "^7.7.4"
688
+ "@babel/types" "^7.7.4"
782
689
  browserslist "^4.6.0"
783
690
  core-js-compat "^3.1.1"
784
691
  invariant "^2.2.2"
785
692
  js-levenshtein "^1.1.3"
786
693
  semver "^5.5.0"
787
694
 
788
- "@babel/preset-react@^7.0.0":
789
- version "7.0.0"
790
- resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
791
- integrity sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==
695
+ "@babel/preset-react@^7.7.0":
696
+ version "7.7.4"
697
+ resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.4.tgz#3fe2ea698d8fb536d8e7881a592c3c1ee8bf5707"
698
+ integrity sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g==
792
699
  dependencies:
793
700
  "@babel/helper-plugin-utils" "^7.0.0"
794
- "@babel/plugin-transform-react-display-name" "^7.0.0"
795
- "@babel/plugin-transform-react-jsx" "^7.0.0"
796
- "@babel/plugin-transform-react-jsx-self" "^7.0.0"
797
- "@babel/plugin-transform-react-jsx-source" "^7.0.0"
701
+ "@babel/plugin-transform-react-display-name" "^7.7.4"
702
+ "@babel/plugin-transform-react-jsx" "^7.7.4"
703
+ "@babel/plugin-transform-react-jsx-self" "^7.7.4"
704
+ "@babel/plugin-transform-react-jsx-source" "^7.7.4"
798
705
 
799
- "@babel/register@^7.6.2":
800
- version "7.7.0"
801
- resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.0.tgz#4e23ecf840296ef79c605baaa5c89e1a2426314b"
802
- integrity sha512-HV3GJzTvSoyOMWGYn2TAh6uL6g+gqKTgEZ99Q3+X9UURT1VPT/WcU46R61XftIc5rXytcOHZ4Z0doDlsjPomIg==
706
+ "@babel/register@^7.7.0":
707
+ version "7.7.4"
708
+ resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.4.tgz#45a4956471a9df3b012b747f5781cc084ee8f128"
709
+ integrity sha512-/fmONZqL6ZMl9KJUYajetCrID6m0xmL4odX7v+Xvoxcv0DdbP/oO0TWIeLUCHqczQ6L6njDMqmqHFy2cp3FFsA==
803
710
  dependencies:
804
711
  find-cache-dir "^2.0.0"
805
712
  lodash "^4.17.13"
@@ -807,43 +714,34 @@
807
714
  pirates "^4.0.0"
808
715
  source-map-support "^0.5.16"
809
716
 
810
- "@babel/template@^7.1.0", "@babel/template@^7.4.4":
811
- version "7.6.0"
812
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
813
- integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==
717
+ "@babel/template@^7.7.4":
718
+ version "7.7.4"
719
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
720
+ integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==
814
721
  dependencies:
815
722
  "@babel/code-frame" "^7.0.0"
816
- "@babel/parser" "^7.6.0"
817
- "@babel/types" "^7.6.0"
723
+ "@babel/parser" "^7.7.4"
724
+ "@babel/types" "^7.7.4"
818
725
 
819
- "@babel/template@^7.7.0":
820
- version "7.7.0"
821
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
822
- integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==
823
- dependencies:
824
- "@babel/code-frame" "^7.0.0"
825
- "@babel/parser" "^7.7.0"
826
- "@babel/types" "^7.7.0"
827
-
828
- "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
829
- version "7.7.2"
830
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.2.tgz#ef0a65e07a2f3c550967366b3d9b62a2dcbeae09"
831
- integrity sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==
726
+ "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
727
+ version "7.7.4"
728
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
729
+ integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
832
730
  dependencies:
833
731
  "@babel/code-frame" "^7.5.5"
834
- "@babel/generator" "^7.7.2"
835
- "@babel/helper-function-name" "^7.7.0"
836
- "@babel/helper-split-export-declaration" "^7.7.0"
837
- "@babel/parser" "^7.7.2"
838
- "@babel/types" "^7.7.2"
732
+ "@babel/generator" "^7.7.4"
733
+ "@babel/helper-function-name" "^7.7.4"
734
+ "@babel/helper-split-export-declaration" "^7.7.4"
735
+ "@babel/parser" "^7.7.4"
736
+ "@babel/types" "^7.7.4"
839
737
  debug "^4.1.0"
840
738
  globals "^11.1.0"
841
739
  lodash "^4.17.13"
842
740
 
843
- "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.1", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2":
844
- version "7.7.2"
845
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7"
846
- integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==
741
+ "@babel/types@^7.7.2", "@babel/types@^7.7.4":
742
+ version "7.7.4"
743
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
744
+ integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
847
745
  dependencies:
848
746
  esutils "^2.0.2"
849
747
  lodash "^4.17.13"
@@ -874,6 +772,11 @@
874
772
  dependencies:
875
773
  "@types/node" "*"
876
774
 
775
+ "@types/color-name@^1.1.1":
776
+ version "1.1.1"
777
+ resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
778
+ integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
779
+
877
780
  "@types/node@*":
878
781
  version "12.7.5"
879
782
  resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
@@ -897,12 +800,7 @@ accepts@~1.3.7:
897
800
  mime-types "~2.1.24"
898
801
  negotiator "0.6.2"
899
802
 
900
- address@1.1.0:
901
- version "1.1.0"
902
- resolved "https://registry.yarnpkg.com/address/-/address-1.1.0.tgz#ef8e047847fcd2c5b6f50c16965f924fd99fe709"
903
- integrity sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ==
904
-
905
- address@^1.0.1:
803
+ address@1.1.2, address@^1.0.1:
906
804
  version "1.1.2"
907
805
  resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
908
806
  integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
@@ -961,6 +859,14 @@ ansi-styles@^3.2.1:
961
859
  dependencies:
962
860
  color-convert "^1.9.0"
963
861
 
862
+ ansi-styles@^4.1.0:
863
+ version "4.2.0"
864
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.0.tgz#5681f0dcf7ae5880a7841d8831c4724ed9cc0172"
865
+ integrity sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg==
866
+ dependencies:
867
+ "@types/color-name" "^1.1.1"
868
+ color-convert "^2.0.1"
869
+
964
870
  ansi-wrap@0.1.0:
965
871
  version "0.1.0"
966
872
  resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf"
@@ -974,14 +880,6 @@ anymatch@^2.0.0:
974
880
  micromatch "^3.1.4"
975
881
  normalize-path "^2.1.1"
976
882
 
977
- anymatch@^3.1.0:
978
- version "3.1.0"
979
- resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
980
- integrity sha512-Ozz7l4ixzI7Oxj2+cw+p0tVUt27BpaJ+1+q1TCeANWxHpvyn2+Un+YamBdfKu0uh8xLodGhoa1v7595NhKDAuA==
981
- dependencies:
982
- normalize-path "^3.0.0"
983
- picomatch "^2.0.4"
984
-
985
883
  aproba@^1.0.3:
986
884
  version "1.2.0"
987
885
  resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -1029,11 +927,6 @@ arr-union@^3.1.0:
1029
927
  resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
1030
928
  integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
1031
929
 
1032
- array-filter@~0.0.0:
1033
- version "0.0.1"
1034
- resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
1035
- integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw=
1036
-
1037
930
  array-find-index@^1.0.1:
1038
931
  version "1.0.2"
1039
932
  resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
@@ -1044,16 +937,6 @@ array-flatten@1.1.1:
1044
937
  resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
1045
938
  integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
1046
939
 
1047
- array-map@~0.0.0:
1048
- version "0.0.0"
1049
- resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
1050
- integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=
1051
-
1052
- array-reduce@~0.0.0:
1053
- version "0.0.0"
1054
- resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b"
1055
- integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=
1056
-
1057
940
  array-union@^1.0.1:
1058
941
  version "1.0.2"
1059
942
  resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1103,10 +986,12 @@ async-each@^1.0.1:
1103
986
  resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
1104
987
  integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
1105
988
 
1106
- async@^1.5.2:
1107
- version "1.5.2"
1108
- resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
1109
- integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
989
+ async@^2.6.2:
990
+ version "2.6.3"
991
+ resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
992
+ integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
993
+ dependencies:
994
+ lodash "^4.17.14"
1110
995
 
1111
996
  asynckit@^0.4.0:
1112
997
  version "0.4.0"
@@ -1118,6 +1003,13 @@ atob@^2.1.1:
1118
1003
  resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
1119
1004
  integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
1120
1005
 
1006
+ autolinker@^3.11.0:
1007
+ version "3.11.1"
1008
+ resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-3.11.1.tgz#aa4f910371df091b0d714d8d6e700d53f357ce95"
1009
+ integrity sha512-6sAmetStorjXvwmV8MBxI5DGICHKD1B5EjdkIrq34X6YBDN6jj54EUHnoHgNqmNCclcf8c409zuVMNy449u80g==
1010
+ dependencies:
1011
+ tslib "^1.9.3"
1012
+
1121
1013
  autolinker@~0.28.0:
1122
1014
  version "0.28.1"
1123
1015
  resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-0.28.1.tgz#0652b491881879f0775dace0cdca3233942a4e47"
@@ -1125,18 +1017,18 @@ autolinker@~0.28.0:
1125
1017
  dependencies:
1126
1018
  gulp-header "^1.7.1"
1127
1019
 
1128
- autoprefixer@^9.6.1:
1129
- version "9.6.1"
1130
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.1.tgz#51967a02d2d2300bb01866c1611ec8348d355a47"
1131
- integrity sha512-aVo5WxR3VyvyJxcJC3h4FKfwCQvQWb1tSI5VHNibddCVWrcD1NvlxEweg3TSgiPztMnWfjpy2FURKA2kvDE+Tw==
1020
+ autoprefixer@^9.7.0:
1021
+ version "9.7.3"
1022
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.3.tgz#fd42ed03f53de9beb4ca0d61fb4f7268a9bb50b4"
1023
+ integrity sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q==
1132
1024
  dependencies:
1133
- browserslist "^4.6.3"
1134
- caniuse-lite "^1.0.30000980"
1025
+ browserslist "^4.8.0"
1026
+ caniuse-lite "^1.0.30001012"
1135
1027
  chalk "^2.4.2"
1136
1028
  normalize-range "^0.1.2"
1137
1029
  num2fraction "^1.2.2"
1138
- postcss "^7.0.17"
1139
- postcss-value-parser "^4.0.0"
1030
+ postcss "^7.0.23"
1031
+ postcss-value-parser "^4.0.2"
1140
1032
 
1141
1033
  aws-sign2@~0.7.0:
1142
1034
  version "0.7.0"
@@ -1257,11 +1149,6 @@ binary-extensions@^1.0.0:
1257
1149
  resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
1258
1150
  integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
1259
1151
 
1260
- binary-extensions@^2.0.0:
1261
- version "2.0.0"
1262
- resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
1263
- integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
1264
-
1265
1152
  bl@^1.0.0:
1266
1153
  version "1.2.2"
1267
1154
  resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
@@ -1325,23 +1212,7 @@ braces@^2.3.1, braces@^2.3.2:
1325
1212
  split-string "^3.0.2"
1326
1213
  to-regex "^3.0.1"
1327
1214
 
1328
- braces@^3.0.2:
1329
- version "3.0.2"
1330
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
1331
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
1332
- dependencies:
1333
- fill-range "^7.0.1"
1334
-
1335
- browserslist@4.6.6:
1336
- version "4.6.6"
1337
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.6.6.tgz#6e4bf467cde520bc9dbdf3747dafa03531cec453"
1338
- integrity sha512-D2Nk3W9JL9Fp/gIcWei8LrERCS+eXu9AM5cfXA8WEZ84lFks+ARnZ0q/R69m2SV3Wjma83QDDPxsNKXUwdIsyA==
1339
- dependencies:
1340
- caniuse-lite "^1.0.30000984"
1341
- electron-to-chromium "^1.3.191"
1342
- node-releases "^1.1.25"
1343
-
1344
- browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.3, browserslist@^4.6.6:
1215
+ browserslist@4.7.0, browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.6:
1345
1216
  version "4.7.0"
1346
1217
  resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17"
1347
1218
  integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==
@@ -1350,6 +1221,15 @@ browserslist@^4.0.0, browserslist@^4.6.0, browserslist@^4.6.3, browserslist@^4.6
1350
1221
  electron-to-chromium "^1.3.247"
1351
1222
  node-releases "^1.1.29"
1352
1223
 
1224
+ browserslist@^4.8.0:
1225
+ version "4.8.0"
1226
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.0.tgz#6f06b0f974a7cc3a84babc2ccc56493668e3c789"
1227
+ integrity sha512-HYnxc/oLRWvJ3TsGegR0SRL/UDnknGq2s/a8dYYEO+kOQ9m9apKoS5oiathLKZdh/e9uE+/J3j92qPlGD/vTqA==
1228
+ dependencies:
1229
+ caniuse-lite "^1.0.30001012"
1230
+ electron-to-chromium "^1.3.317"
1231
+ node-releases "^1.1.41"
1232
+
1353
1233
  buffer-alloc-unsafe@^1.1.0:
1354
1234
  version "1.1.0"
1355
1235
  resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
@@ -1471,11 +1351,16 @@ caniuse-api@^3.0.0:
1471
1351
  lodash.memoize "^4.1.2"
1472
1352
  lodash.uniq "^4.5.0"
1473
1353
 
1474
- caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000980, caniuse-lite@^1.0.30000984, caniuse-lite@^1.0.30000989:
1354
+ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000989:
1475
1355
  version "1.0.30000989"
1476
1356
  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000989.tgz#b9193e293ccf7e4426c5245134b8f2a56c0ac4b9"
1477
1357
  integrity sha512-vrMcvSuMz16YY6GSVZ0dWDTJP8jqk3iFQ/Aq5iqblPwxSVVZI+zxDyTX0VPqtQsDnfdrBDcsmhgTEOh5R8Lbpw==
1478
1358
 
1359
+ caniuse-lite@^1.0.30001012:
1360
+ version "1.0.30001012"
1361
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001012.tgz#653ec635e815b9e0fb801890923b0c2079eb34ec"
1362
+ integrity sha512-7RR4Uh04t9K1uYRWzOJmzplgEOAXbfK72oVNokCdMzA67trrhPzy93ahKk1AWHiA0c58tD2P+NHqxrA8FZ+Trg==
1363
+
1479
1364
  caseless@~0.12.0:
1480
1365
  version "0.12.0"
1481
1366
  resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -1511,6 +1396,14 @@ chalk@^1.0.0, chalk@^1.1.3:
1511
1396
  strip-ansi "^3.0.0"
1512
1397
  supports-color "^2.0.0"
1513
1398
 
1399
+ chalk@^3.0.0:
1400
+ version "3.0.0"
1401
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
1402
+ integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
1403
+ dependencies:
1404
+ ansi-styles "^4.1.0"
1405
+ supports-color "^7.1.0"
1406
+
1514
1407
  chardet@^0.7.0:
1515
1408
  version "0.7.0"
1516
1409
  resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -1557,21 +1450,6 @@ chokidar@^2.0.4:
1557
1450
  optionalDependencies:
1558
1451
  fsevents "^1.2.7"
1559
1452
 
1560
- chokidar@^3.0.2:
1561
- version "3.1.0"
1562
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.0.tgz#ff23d077682a90eadd209bfa76eb10ed6d359668"
1563
- integrity sha512-6vZfo+7W0EOlbSo0nhVKMz4yyssrwiPbBZ8wj1lq8/+l4ZhGZ2U4Md7PspvmijXp1a26D3B7AHEBmIB7aVtaOQ==
1564
- dependencies:
1565
- anymatch "^3.1.0"
1566
- braces "^3.0.2"
1567
- glob-parent "^5.0.0"
1568
- is-binary-path "^2.1.0"
1569
- is-glob "^4.0.1"
1570
- normalize-path "^3.0.0"
1571
- readdirp "^3.1.1"
1572
- optionalDependencies:
1573
- fsevents "^2.0.6"
1574
-
1575
1453
  chownr@^1.1.1:
1576
1454
  version "1.1.2"
1577
1455
  resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
@@ -1654,12 +1532,19 @@ color-convert@^1.9.0, color-convert@^1.9.1:
1654
1532
  dependencies:
1655
1533
  color-name "1.1.3"
1656
1534
 
1535
+ color-convert@^2.0.1:
1536
+ version "2.0.1"
1537
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
1538
+ integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
1539
+ dependencies:
1540
+ color-name "~1.1.4"
1541
+
1657
1542
  color-name@1.1.3:
1658
1543
  version "1.1.3"
1659
1544
  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
1660
1545
  integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
1661
1546
 
1662
- color-name@^1.0.0:
1547
+ color-name@^1.0.0, color-name@~1.1.4:
1663
1548
  version "1.1.4"
1664
1549
  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1665
1550
  integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
@@ -1695,11 +1580,16 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
1695
1580
  dependencies:
1696
1581
  delayed-stream "~1.0.0"
1697
1582
 
1698
- commander@^2.15.1, commander@^2.20.0:
1583
+ commander@^2.15.1:
1699
1584
  version "2.20.0"
1700
1585
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
1701
1586
  integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
1702
1587
 
1588
+ commander@^4.0.1:
1589
+ version "4.0.1"
1590
+ resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.1.tgz#b67622721785993182e807f4883633e6401ba53c"
1591
+ integrity sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA==
1592
+
1703
1593
  commander@~2.8.1:
1704
1594
  version "2.8.1"
1705
1595
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4"
@@ -2025,7 +1915,7 @@ debug@4.1.0:
2025
1915
  dependencies:
2026
1916
  ms "^2.1.1"
2027
1917
 
2028
- debug@^3.1.0, debug@^3.2.5, debug@^3.2.6:
1918
+ debug@^3.1.0, debug@^3.1.1, debug@^3.2.5, debug@^3.2.6:
2029
1919
  version "3.2.6"
2030
1920
  resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
2031
1921
  integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -2199,27 +2089,26 @@ dir-glob@2.0.0:
2199
2089
  arrify "^1.0.1"
2200
2090
  path-type "^3.0.0"
2201
2091
 
2202
- docusaurus@^1.14.0:
2203
- version "1.14.0"
2204
- resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.14.0.tgz#081b931098fcb0a9e837fe3e4851815c607cd632"
2205
- integrity sha512-wdjdAQAk6Ndypl0F3BIg/EUtYgSCxN9g90KbZ+BkObs0Haz62ehCGPeCNqv97m88YVaYbFzk3geQk1jL77gz5g==
2092
+ docusaurus@^1.14.2:
2093
+ version "1.14.2"
2094
+ resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.14.2.tgz#6631a1cb34f82345147ed12af8233a3b2b43428e"
2095
+ integrity sha512-hPn2v8UDsxZ+rAB+HdrNg4iK0VccubB2y9fJle4kag5MKlk1jele07hyXKhGgOvW2KSroRMHQVFF9EIeS0yYRg==
2206
2096
  dependencies:
2207
- "@babel/core" "^7.6.2"
2208
- "@babel/plugin-proposal-class-properties" "^7.5.5"
2097
+ "@babel/core" "^7.7.2"
2098
+ "@babel/plugin-proposal-class-properties" "^7.7.0"
2209
2099
  "@babel/plugin-proposal-object-rest-spread" "^7.6.2"
2210
- "@babel/polyfill" "^7.4.4"
2211
- "@babel/preset-env" "^7.6.2"
2212
- "@babel/preset-react" "^7.0.0"
2213
- "@babel/register" "^7.6.2"
2214
- "@babel/traverse" "^7.6.2"
2215
- "@babel/types" "^7.6.1"
2216
- autoprefixer "^9.6.1"
2100
+ "@babel/polyfill" "^7.6.0"
2101
+ "@babel/preset-env" "^7.7.1"
2102
+ "@babel/preset-react" "^7.7.0"
2103
+ "@babel/register" "^7.7.0"
2104
+ "@babel/traverse" "^7.7.2"
2105
+ "@babel/types" "^7.7.2"
2106
+ autoprefixer "^9.7.0"
2217
2107
  babylon "^6.18.0"
2218
- chalk "^2.4.2"
2219
- chokidar "^3.0.2"
2108
+ chalk "^3.0.0"
2220
2109
  classnames "^2.2.6"
2221
2110
  color "^2.0.1"
2222
- commander "^2.20.0"
2111
+ commander "^4.0.1"
2223
2112
  cross-spawn "^6.0.5"
2224
2113
  crowdin-cli "^0.3.0"
2225
2114
  cssnano "^4.1.10"
@@ -2228,8 +2117,9 @@ docusaurus@^1.14.0:
2228
2117
  feed "^1.1.0"
2229
2118
  fs-extra "^8.1.0"
2230
2119
  gaze "^1.1.3"
2231
- glob "^7.1.3"
2232
- highlight.js "^9.15.8"
2120
+ github-slugger "^1.2.1"
2121
+ glob "^7.1.5"
2122
+ highlight.js "^9.16.1"
2233
2123
  imagemin "^6.0.0"
2234
2124
  imagemin-gifsicle "^6.0.1"
2235
2125
  imagemin-jpegtran "^6.0.0"
@@ -2238,21 +2128,20 @@ docusaurus@^1.14.0:
2238
2128
  lodash "^4.17.15"
2239
2129
  markdown-toc "^1.2.0"
2240
2130
  mkdirp "^0.5.1"
2241
- portfinder "^1.0.21"
2242
- postcss "^7.0.17"
2131
+ portfinder "^1.0.25"
2132
+ postcss "^7.0.21"
2243
2133
  prismjs "^1.17.1"
2244
2134
  react "^16.8.4"
2245
- react-dev-utils "^9.0.1"
2135
+ react-dev-utils "^9.1.0"
2246
2136
  react-dom "^16.8.4"
2247
- remarkable "^1.7.4"
2137
+ remarkable "^2.0.0"
2248
2138
  request "^2.88.0"
2249
2139
  shelljs "^0.8.3"
2250
2140
  sitemap "^3.2.2"
2251
- striptags "^3.1.1"
2252
2141
  tcp-port-used "^1.0.1"
2253
2142
  tiny-lr "^1.1.1"
2254
2143
  tree-node-cli "^1.2.5"
2255
- truncate-html "^1.0.2"
2144
+ truncate-html "^1.0.3"
2256
2145
 
2257
2146
  dom-serializer@0:
2258
2147
  version "0.2.1"
@@ -2368,11 +2257,21 @@ ee-first@1.1.1:
2368
2257
  resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
2369
2258
  integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
2370
2259
 
2371
- electron-to-chromium@^1.3.191, electron-to-chromium@^1.3.247:
2260
+ electron-to-chromium@^1.3.247:
2372
2261
  version "1.3.260"
2373
2262
  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.260.tgz#ffd686b4810bab0e1a428e7af5f08c21fe7c1fa2"
2374
2263
  integrity sha512-wGt+OivF1C1MPwaSv3LJ96ebNbLAWlx3HndivDDWqwIVSQxmhL17Y/YmwUdEMtS/bPyommELt47Dct0/VZNQBQ==
2375
2264
 
2265
+ electron-to-chromium@^1.3.317:
2266
+ version "1.3.318"
2267
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.318.tgz#267ce297062fe25c229698827f3229b0ac11c0cf"
2268
+ integrity sha512-1RHv5OZGuVKvWYMVR6g1QVQVrsJRaujry04R/6t/7JVs68Ra4V8ewv63fiwcq0uiT302lyTocc1rbNcRuj/HLA==
2269
+
2270
+ "emoji-regex@>=6.0.0 <=6.1.1":
2271
+ version "6.1.1"
2272
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e"
2273
+ integrity sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=
2274
+
2376
2275
  emojis-list@^2.0.0:
2377
2276
  version "2.1.0"
2378
2277
  resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -2779,13 +2678,6 @@ fill-range@^4.0.0:
2779
2678
  repeat-string "^1.6.1"
2780
2679
  to-regex-range "^2.1.0"
2781
2680
 
2782
- fill-range@^7.0.1:
2783
- version "7.0.1"
2784
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
2785
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
2786
- dependencies:
2787
- to-regex-range "^5.0.1"
2788
-
2789
2681
  finalhandler@~1.1.2:
2790
2682
  version "1.1.2"
2791
2683
  resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -2930,11 +2822,6 @@ fsevents@^1.2.7:
2930
2822
  nan "^2.12.1"
2931
2823
  node-pre-gyp "^0.12.0"
2932
2824
 
2933
- fsevents@^2.0.6:
2934
- version "2.0.7"
2935
- resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.7.tgz#382c9b443c6cbac4c57187cdda23aa3bf1ccfc2a"
2936
- integrity sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==
2937
-
2938
2825
  function-bind@^1.1.1:
2939
2826
  version "1.1.1"
2940
2827
  resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3015,6 +2902,13 @@ gifsicle@^4.0.0:
3015
2902
  execa "^1.0.0"
3016
2903
  logalot "^2.0.0"
3017
2904
 
2905
+ github-slugger@^1.2.1:
2906
+ version "1.2.1"
2907
+ resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.2.1.tgz#47e904e70bf2dccd0014748142d31126cfd49508"
2908
+ integrity sha512-SsZUjg/P03KPzQBt7OxJPasGw6NRO5uOgiZ5RGXVud5iSIZ0eNZeNp5rTwCxtavrRUa/A77j8mePVc5lEvk0KQ==
2909
+ dependencies:
2910
+ emoji-regex ">=6.0.0 <=6.1.1"
2911
+
3018
2912
  glob-parent@^3.1.0:
3019
2913
  version "3.1.0"
3020
2914
  resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
@@ -3023,22 +2917,15 @@ glob-parent@^3.1.0:
3023
2917
  is-glob "^3.1.0"
3024
2918
  path-dirname "^1.0.0"
3025
2919
 
3026
- glob-parent@^5.0.0:
3027
- version "5.0.0"
3028
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
3029
- integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
3030
- dependencies:
3031
- is-glob "^4.0.1"
3032
-
3033
2920
  glob-to-regexp@^0.3.0:
3034
2921
  version "0.3.0"
3035
2922
  resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
3036
2923
  integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
3037
2924
 
3038
- glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
3039
- version "7.1.4"
3040
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
3041
- integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
2925
+ glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.5, glob@~7.1.1:
2926
+ version "7.1.6"
2927
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
2928
+ integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
3042
2929
  dependencies:
3043
2930
  fs.realpath "^1.0.0"
3044
2931
  inflight "^1.0.4"
@@ -3203,6 +3090,11 @@ has-flag@^3.0.0:
3203
3090
  resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
3204
3091
  integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
3205
3092
 
3093
+ has-flag@^4.0.0:
3094
+ version "4.0.0"
3095
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
3096
+ integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
3097
+
3206
3098
  has-symbol-support-x@^1.4.1:
3207
3099
  version "1.4.2"
3208
3100
  resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
@@ -3268,10 +3160,10 @@ hex-color-regex@^1.1.0:
3268
3160
  resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
3269
3161
  integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
3270
3162
 
3271
- highlight.js@^9.15.8:
3272
- version "9.15.10"
3273
- resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.10.tgz#7b18ed75c90348c045eef9ed08ca1319a2219ad2"
3274
- integrity sha512-RoV7OkQm0T3os3Dd2VHLNMoaoDVx77Wygln3n9l5YV172XonWG6rgQD3XnF/BuFFZw9A0TJgmMSO8FEWQgvcXw==
3163
+ highlight.js@^9.16.1:
3164
+ version "9.16.2"
3165
+ resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.16.2.tgz#68368d039ffe1c6211bcc07e483daf95de3e403e"
3166
+ integrity sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw==
3275
3167
 
3276
3168
  hosted-git-info@^2.1.4:
3277
3169
  version "2.8.4"
@@ -3555,13 +3447,6 @@ is-binary-path@^1.0.0:
3555
3447
  dependencies:
3556
3448
  binary-extensions "^1.0.0"
3557
3449
 
3558
- is-binary-path@^2.1.0:
3559
- version "2.1.0"
3560
- resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
3561
- integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
3562
- dependencies:
3563
- binary-extensions "^2.0.0"
3564
-
3565
3450
  is-buffer@^1.1.5:
3566
3451
  version "1.1.6"
3567
3452
  resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -3676,7 +3561,7 @@ is-glob@^3.1.0:
3676
3561
  dependencies:
3677
3562
  is-extglob "^2.1.0"
3678
3563
 
3679
- is-glob@^4.0.0, is-glob@^4.0.1:
3564
+ is-glob@^4.0.0:
3680
3565
  version "4.0.1"
3681
3566
  resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
3682
3567
  integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -3712,11 +3597,6 @@ is-number@^4.0.0:
3712
3597
  resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
3713
3598
  integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
3714
3599
 
3715
- is-number@^7.0.0:
3716
- version "7.0.0"
3717
- resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
3718
- integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
3719
-
3720
3600
  is-obj@^1.0.0:
3721
3601
  version "1.0.1"
3722
3602
  resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
@@ -3957,11 +3837,6 @@ jsonfile@^4.0.0:
3957
3837
  optionalDependencies:
3958
3838
  graceful-fs "^4.1.6"
3959
3839
 
3960
- jsonify@~0.0.0:
3961
- version "0.0.0"
3962
- resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
3963
- integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
3964
-
3965
3840
  jsprim@^1.2.2:
3966
3841
  version "1.4.1"
3967
3842
  resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -4166,7 +4041,7 @@ lodash.uniq@^4.5.0:
4166
4041
  resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
4167
4042
  integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
4168
4043
 
4169
- lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15, lodash@~4.17.10:
4044
+ lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@~4.17.10:
4170
4045
  version "4.17.15"
4171
4046
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
4172
4047
  integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -4429,7 +4304,7 @@ mixin-deep@^1.1.3, mixin-deep@^1.2.0:
4429
4304
  for-in "^1.0.2"
4430
4305
  is-extendable "^1.0.1"
4431
4306
 
4432
- mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
4307
+ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
4433
4308
  version "0.5.1"
4434
4309
  resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
4435
4310
  integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
@@ -4518,13 +4393,20 @@ node-pre-gyp@^0.12.0:
4518
4393
  semver "^5.3.0"
4519
4394
  tar "^4"
4520
4395
 
4521
- node-releases@^1.1.25, node-releases@^1.1.29:
4396
+ node-releases@^1.1.29:
4522
4397
  version "1.1.32"
4523
4398
  resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.32.tgz#485b35c1bf9b4d8baa105d782f8ca731e518276e"
4524
4399
  integrity sha512-VhVknkitq8dqtWoluagsGPn3dxTvN9fwgR59fV3D7sLBHe0JfDramsMI8n8mY//ccq/Kkrf8ZRHRpsyVZ3qw1A==
4525
4400
  dependencies:
4526
4401
  semver "^5.3.0"
4527
4402
 
4403
+ node-releases@^1.1.41:
4404
+ version "1.1.41"
4405
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.41.tgz#57674a82a37f812d18e3b26118aefaf53a00afed"
4406
+ integrity sha512-+IctMa7wIs8Cfsa8iYzeaLTFwv5Y4r5jZud+4AnfymzeEXKBCavFX0KBgzVaPVqf0ywa6PrO8/b+bPqdwjGBSg==
4407
+ dependencies:
4408
+ semver "^6.3.0"
4409
+
4528
4410
  nopt@^4.0.1:
4529
4411
  version "4.0.1"
4530
4412
  resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
@@ -4960,11 +4842,6 @@ performance-now@^2.1.0:
4960
4842
  resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
4961
4843
  integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
4962
4844
 
4963
- picomatch@^2.0.4:
4964
- version "2.0.7"
4965
- resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
4966
- integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
4967
-
4968
4845
  pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
4969
4846
  version "2.3.0"
4970
4847
  resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5013,14 +4890,14 @@ pkg-up@2.0.0:
5013
4890
  dependencies:
5014
4891
  find-up "^2.1.0"
5015
4892
 
5016
- portfinder@^1.0.21:
5017
- version "1.0.24"
5018
- resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.24.tgz#11efbc6865f12f37624b6531ead1d809ed965cfa"
5019
- integrity sha512-ekRl7zD2qxYndYflwiryJwMioBI7LI7rVXg3EnLK3sjkouT5eOuhS3gS255XxBksa30VG8UPZYZCdgfGOfkSUg==
4893
+ portfinder@^1.0.25:
4894
+ version "1.0.25"
4895
+ resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca"
4896
+ integrity sha512-6ElJnHBbxVA1XSLgBp7G1FiCkQdlqGzuF7DswL5tcea+E8UpuvPU7beVAjjRwCioTS9ZluNbu+ZyRvgTsmqEBg==
5020
4897
  dependencies:
5021
- async "^1.5.2"
5022
- debug "^2.2.0"
5023
- mkdirp "0.5.x"
4898
+ async "^2.6.2"
4899
+ debug "^3.1.1"
4900
+ mkdirp "^0.5.1"
5024
4901
 
5025
4902
  posix-character-classes@^0.1.0:
5026
4903
  version "0.1.1"
@@ -5298,15 +5175,15 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.1:
5298
5175
  resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
5299
5176
  integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
5300
5177
 
5301
- postcss-value-parser@^4.0.0:
5178
+ postcss-value-parser@^4.0.2:
5302
5179
  version "4.0.2"
5303
5180
  resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
5304
5181
  integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==
5305
5182
 
5306
- postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.17, postcss@^7.0.5:
5307
- version "7.0.18"
5308
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.18.tgz#4b9cda95ae6c069c67a4d933029eddd4838ac233"
5309
- integrity sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g==
5183
+ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.21, postcss@^7.0.23, postcss@^7.0.5:
5184
+ version "7.0.23"
5185
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1"
5186
+ integrity sha512-hOlMf3ouRIFXD+j2VJecwssTwbvsPGJVMzupptg+85WA+i7MwyrydmQAgY3R+m0Bc0exunhbJmijy8u8+vufuQ==
5310
5187
  dependencies:
5311
5188
  chalk "^2.4.2"
5312
5189
  source-map "^0.6.1"
@@ -5465,14 +5342,14 @@ rc@^1.2.7:
5465
5342
  minimist "^1.2.0"
5466
5343
  strip-json-comments "~2.0.1"
5467
5344
 
5468
- react-dev-utils@^9.0.1:
5469
- version "9.0.3"
5470
- resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.0.3.tgz#7607455587abb84599451460eb37cef0b684131a"
5471
- integrity sha512-OyInhcwsvycQ3Zr2pQN+HV4gtRXrky5mJXIy4HnqrWa+mI624xfYfqGuC9dYbxp4Qq3YZzP8GSGQjv0AgNU15w==
5345
+ react-dev-utils@^9.1.0:
5346
+ version "9.1.0"
5347
+ resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.1.0.tgz#3ad2bb8848a32319d760d0a84c56c14bdaae5e81"
5348
+ integrity sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==
5472
5349
  dependencies:
5473
5350
  "@babel/code-frame" "7.5.5"
5474
- address "1.1.0"
5475
- browserslist "4.6.6"
5351
+ address "1.1.2"
5352
+ browserslist "4.7.0"
5476
5353
  chalk "2.4.2"
5477
5354
  cross-spawn "6.0.5"
5478
5355
  detect-port-alt "1.1.6"
@@ -5489,10 +5366,10 @@ react-dev-utils@^9.0.1:
5489
5366
  loader-utils "1.2.3"
5490
5367
  open "^6.3.0"
5491
5368
  pkg-up "2.0.0"
5492
- react-error-overlay "^6.0.1"
5369
+ react-error-overlay "^6.0.3"
5493
5370
  recursive-readdir "2.2.2"
5494
- shell-quote "1.6.1"
5495
- sockjs-client "1.3.0"
5371
+ shell-quote "1.7.2"
5372
+ sockjs-client "1.4.0"
5496
5373
  strip-ansi "5.2.0"
5497
5374
  text-table "0.2.0"
5498
5375
 
@@ -5506,10 +5383,10 @@ react-dom@^16.8.4:
5506
5383
  prop-types "^15.6.2"
5507
5384
  scheduler "^0.15.0"
5508
5385
 
5509
- react-error-overlay@^6.0.1:
5510
- version "6.0.1"
5511
- resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.1.tgz#b8d3cf9bb991c02883225c48044cb3ee20413e0f"
5512
- integrity sha512-V9yoTr6MeZXPPd4nV/05eCBvGH9cGzc52FN8fs0O0TVQ3HYYf1n7EgZVtHbldRq5xU9zEzoXIITjYNIfxDDdUw==
5386
+ react-error-overlay@^6.0.3:
5387
+ version "6.0.3"
5388
+ resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.3.tgz#c378c4b0a21e88b2e159a3e62b2f531fd63bf60d"
5389
+ integrity sha512-bOUvMWFQVk5oz8Ded9Xb7WVdEi3QGLC8tH7HmYP0Fdp4Bn3qw0tRFmr5TW6mvahzvmrK4a6bqWGfCevBflP+Xw==
5513
5390
 
5514
5391
  react-is@^16.8.1:
5515
5392
  version "16.9.0"
@@ -5573,13 +5450,6 @@ readdirp@^2.2.1:
5573
5450
  micromatch "^3.1.10"
5574
5451
  readable-stream "^2.0.2"
5575
5452
 
5576
- readdirp@^3.1.1:
5577
- version "3.1.2"
5578
- resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.1.2.tgz#fa85d2d14d4289920e4671dead96431add2ee78a"
5579
- integrity sha512-8rhl0xs2cxfVsqzreYCvs8EwBfn/DhVdqtoLmw19uI3SC5avYX9teCurlErfpPXGmYtMHReGaP2RsLnFvz/lnw==
5580
- dependencies:
5581
- picomatch "^2.0.4"
5582
-
5583
5453
  rechoir@^0.6.2:
5584
5454
  version "0.6.2"
5585
5455
  resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
@@ -5658,7 +5528,7 @@ regjsparser@^0.6.0:
5658
5528
  dependencies:
5659
5529
  jsesc "~0.5.0"
5660
5530
 
5661
- remarkable@^1.7.1, remarkable@^1.7.4:
5531
+ remarkable@^1.7.1:
5662
5532
  version "1.7.4"
5663
5533
  resolved "https://registry.yarnpkg.com/remarkable/-/remarkable-1.7.4.tgz#19073cb960398c87a7d6546eaa5e50d2022fcd00"
5664
5534
  integrity sha512-e6NKUXgX95whv7IgddywbeN/ItCkWbISmc2DiqHJb0wTrqZIexqdco5b8Z3XZoo/48IdNVKM9ZCvTPJ4F5uvhg==
@@ -5666,6 +5536,14 @@ remarkable@^1.7.1, remarkable@^1.7.4:
5666
5536
  argparse "^1.0.10"
5667
5537
  autolinker "~0.28.0"
5668
5538
 
5539
+ remarkable@^2.0.0:
5540
+ version "2.0.0"
5541
+ resolved "https://registry.yarnpkg.com/remarkable/-/remarkable-2.0.0.tgz#795f965bede8300362ce51a716edc322d9e7a4ca"
5542
+ integrity sha512-3gvKFAgL4xmmVRKAMNm6UzDo/rO2gPVkZrWagp6AXEA4JvCcMcRx9aapYbb7AJAmLLvi/u06+EhzqoS7ha9qOg==
5543
+ dependencies:
5544
+ argparse "^1.0.10"
5545
+ autolinker "^3.11.0"
5546
+
5669
5547
  remove-trailing-separator@^1.0.1:
5670
5548
  version "1.1.0"
5671
5549
  resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
@@ -5934,15 +5812,10 @@ shebang-regex@^1.0.0:
5934
5812
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
5935
5813
  integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
5936
5814
 
5937
- shell-quote@1.6.1:
5938
- version "1.6.1"
5939
- resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
5940
- integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=
5941
- dependencies:
5942
- array-filter "~0.0.0"
5943
- array-map "~0.0.0"
5944
- array-reduce "~0.0.0"
5945
- jsonify "~0.0.0"
5815
+ shell-quote@1.7.2:
5816
+ version "1.7.2"
5817
+ resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
5818
+ integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
5946
5819
 
5947
5820
  shelljs@^0.8.3:
5948
5821
  version "0.8.3"
@@ -6010,10 +5883,10 @@ snapdragon@^0.8.1:
6010
5883
  source-map-resolve "^0.5.0"
6011
5884
  use "^3.1.0"
6012
5885
 
6013
- sockjs-client@1.3.0:
6014
- version "1.3.0"
6015
- resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.3.0.tgz#12fc9d6cb663da5739d3dc5fb6e8687da95cb177"
6016
- integrity sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==
5886
+ sockjs-client@1.4.0:
5887
+ version "1.4.0"
5888
+ resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.4.0.tgz#c9f2568e19c8fd8173b4997ea3420e0bb306c7d5"
5889
+ integrity sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==
6017
5890
  dependencies:
6018
5891
  debug "^3.2.5"
6019
5892
  eventsource "^1.0.7"
@@ -6283,11 +6156,6 @@ strip-outer@^1.0.0:
6283
6156
  dependencies:
6284
6157
  escape-string-regexp "^1.0.2"
6285
6158
 
6286
- striptags@^3.1.1:
6287
- version "3.1.1"
6288
- resolved "https://registry.yarnpkg.com/striptags/-/striptags-3.1.1.tgz#c8c3e7fdd6fb4bb3a32a3b752e5b5e3e38093ebd"
6289
- integrity sha1-yMPn/db7S7OjKjt1LltePjgJPr0=
6290
-
6291
6159
  stylehacks@^4.0.0:
6292
6160
  version "4.0.3"
6293
6161
  resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5"
@@ -6316,6 +6184,13 @@ supports-color@^6.1.0:
6316
6184
  dependencies:
6317
6185
  has-flag "^3.0.0"
6318
6186
 
6187
+ supports-color@^7.1.0:
6188
+ version "7.1.0"
6189
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
6190
+ integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
6191
+ dependencies:
6192
+ has-flag "^4.0.0"
6193
+
6319
6194
  svgo@^1.0.0, svgo@^1.0.5:
6320
6195
  version "1.3.0"
6321
6196
  resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.0.tgz#bae51ba95ded9a33a36b7c46ce9c359ae9154313"
@@ -6464,13 +6339,6 @@ to-regex-range@^2.1.0:
6464
6339
  is-number "^3.0.0"
6465
6340
  repeat-string "^1.6.1"
6466
6341
 
6467
- to-regex-range@^5.0.1:
6468
- version "5.0.1"
6469
- resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
6470
- integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
6471
- dependencies:
6472
- is-number "^7.0.0"
6473
-
6474
6342
  to-regex@^3.0.1, to-regex@^3.0.2:
6475
6343
  version "3.0.2"
6476
6344
  resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
@@ -6525,7 +6393,7 @@ trim-repeated@^1.0.0:
6525
6393
  dependencies:
6526
6394
  escape-string-regexp "^1.0.2"
6527
6395
 
6528
- truncate-html@^1.0.2:
6396
+ truncate-html@^1.0.3:
6529
6397
  version "1.0.3"
6530
6398
  resolved "https://registry.yarnpkg.com/truncate-html/-/truncate-html-1.0.3.tgz#0166dfc7890626130c2e4174c6b73d4d63993e5f"
6531
6399
  integrity sha512-1o1prdRv+iehXcGwn29YgXU17DotHkr+OK3ijVEG7FGMwHNG9RyobXwimw6djDvbIc24rhmz3tjNNvNESjkNkQ==
@@ -6533,7 +6401,7 @@ truncate-html@^1.0.2:
6533
6401
  "@types/cheerio" "^0.22.8"
6534
6402
  cheerio "0.22.0"
6535
6403
 
6536
- tslib@^1.9.0:
6404
+ tslib@^1.9.0, tslib@^1.9.3:
6537
6405
  version "1.10.0"
6538
6406
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
6539
6407
  integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==