Browse Source

chore(deps-dev): bump @babel/core in /src/packages/utils (#4043)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.8 to 7.15.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.15.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vanilla_orig
dependabot[bot] 4 years ago
parent
commit
d675b07089
No account linked to committer's email address
2 changed files with 138 additions and 130 deletions
  1. 1
    1
      src/packages/utils/package.json
  2. 137
    129
      src/packages/utils/yarn.lock

+ 1
- 1
src/packages/utils/package.json View File

34
     ]
34
     ]
35
   },
35
   },
36
   "devDependencies": {
36
   "devDependencies": {
37
-    "@babel/core": "7.14.8",
37
+    "@babel/core": "7.15.8",
38
     "@babel/plugin-transform-arrow-functions": "7.14.5",
38
     "@babel/plugin-transform-arrow-functions": "7.14.5",
39
     "@babel/plugin-transform-async-to-generator": "7.14.5",
39
     "@babel/plugin-transform-async-to-generator": "7.14.5",
40
     "@babel/plugin-transform-runtime": "^7.14.5",
40
     "@babel/plugin-transform-runtime": "^7.14.5",

+ 137
- 129
src/packages/utils/yarn.lock View File

2
 # yarn lockfile v1
2
 # yarn lockfile v1
3
 
3
 
4
 
4
 
5
-"@babel/code-frame@^7.14.5":
6
-  version "7.14.5"
7
-  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
8
-  integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
5
+"@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8":
6
+  version "7.15.8"
7
+  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
8
+  integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
9
   dependencies:
9
   dependencies:
10
     "@babel/highlight" "^7.14.5"
10
     "@babel/highlight" "^7.14.5"
11
 
11
 
14
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
14
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
15
   integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
15
   integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
16
 
16
 
17
-"@babel/core@7.14.8":
18
-  version "7.14.8"
19
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
20
-  integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
21
-  dependencies:
22
-    "@babel/code-frame" "^7.14.5"
23
-    "@babel/generator" "^7.14.8"
24
-    "@babel/helper-compilation-targets" "^7.14.5"
25
-    "@babel/helper-module-transforms" "^7.14.8"
26
-    "@babel/helpers" "^7.14.8"
27
-    "@babel/parser" "^7.14.8"
28
-    "@babel/template" "^7.14.5"
29
-    "@babel/traverse" "^7.14.8"
30
-    "@babel/types" "^7.14.8"
17
+"@babel/core@7.15.8":
18
+  version "7.15.8"
19
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
20
+  integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
21
+  dependencies:
22
+    "@babel/code-frame" "^7.15.8"
23
+    "@babel/generator" "^7.15.8"
24
+    "@babel/helper-compilation-targets" "^7.15.4"
25
+    "@babel/helper-module-transforms" "^7.15.8"
26
+    "@babel/helpers" "^7.15.4"
27
+    "@babel/parser" "^7.15.8"
28
+    "@babel/template" "^7.15.4"
29
+    "@babel/traverse" "^7.15.4"
30
+    "@babel/types" "^7.15.6"
31
     convert-source-map "^1.7.0"
31
     convert-source-map "^1.7.0"
32
     debug "^4.1.0"
32
     debug "^4.1.0"
33
     gensync "^1.0.0-beta.2"
33
     gensync "^1.0.0-beta.2"
35
     semver "^6.3.0"
35
     semver "^6.3.0"
36
     source-map "^0.5.0"
36
     source-map "^0.5.0"
37
 
37
 
38
-"@babel/generator@^7.14.8":
39
-  version "7.14.8"
40
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
41
-  integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
42
-  dependencies:
43
-    "@babel/types" "^7.14.8"
44
-    jsesc "^2.5.1"
45
-    source-map "^0.5.0"
46
-
47
-"@babel/generator@^7.15.0":
48
-  version "7.15.0"
49
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
50
-  integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
38
+"@babel/generator@^7.15.4", "@babel/generator@^7.15.8":
39
+  version "7.15.8"
40
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
41
+  integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
51
   dependencies:
42
   dependencies:
52
-    "@babel/types" "^7.15.0"
43
+    "@babel/types" "^7.15.6"
53
     jsesc "^2.5.1"
44
     jsesc "^2.5.1"
54
     source-map "^0.5.0"
45
     source-map "^0.5.0"
55
 
46
 
68
     "@babel/helper-explode-assignable-expression" "^7.14.5"
59
     "@babel/helper-explode-assignable-expression" "^7.14.5"
69
     "@babel/types" "^7.14.5"
60
     "@babel/types" "^7.14.5"
70
 
61
 
71
-"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
72
-  version "7.15.0"
73
-  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
74
-  integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
62
+"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0", "@babel/helper-compilation-targets@^7.15.4":
63
+  version "7.15.4"
64
+  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
65
+  integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
75
   dependencies:
66
   dependencies:
76
     "@babel/compat-data" "^7.15.0"
67
     "@babel/compat-data" "^7.15.0"
77
     "@babel/helper-validator-option" "^7.14.5"
68
     "@babel/helper-validator-option" "^7.14.5"
152
     "@babel/template" "^7.14.5"
143
     "@babel/template" "^7.14.5"
153
     "@babel/types" "^7.14.5"
144
     "@babel/types" "^7.14.5"
154
 
145
 
146
+"@babel/helper-function-name@^7.15.4":
147
+  version "7.15.4"
148
+  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
149
+  integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
150
+  dependencies:
151
+    "@babel/helper-get-function-arity" "^7.15.4"
152
+    "@babel/template" "^7.15.4"
153
+    "@babel/types" "^7.15.4"
154
+
155
 "@babel/helper-get-function-arity@^7.14.5":
155
 "@babel/helper-get-function-arity@^7.14.5":
156
   version "7.14.5"
156
   version "7.14.5"
157
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
157
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
159
   dependencies:
159
   dependencies:
160
     "@babel/types" "^7.14.5"
160
     "@babel/types" "^7.14.5"
161
 
161
 
162
+"@babel/helper-get-function-arity@^7.15.4":
163
+  version "7.15.4"
164
+  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
165
+  integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
166
+  dependencies:
167
+    "@babel/types" "^7.15.4"
168
+
162
 "@babel/helper-hoist-variables@^7.14.5":
169
 "@babel/helper-hoist-variables@^7.14.5":
163
   version "7.14.5"
170
   version "7.14.5"
164
   resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
171
   resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
166
   dependencies:
173
   dependencies:
167
     "@babel/types" "^7.14.5"
174
     "@babel/types" "^7.14.5"
168
 
175
 
176
+"@babel/helper-hoist-variables@^7.15.4":
177
+  version "7.15.4"
178
+  resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
179
+  integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
180
+  dependencies:
181
+    "@babel/types" "^7.15.4"
182
+
169
 "@babel/helper-member-expression-to-functions@^7.14.5":
183
 "@babel/helper-member-expression-to-functions@^7.14.5":
170
   version "7.14.5"
184
   version "7.14.5"
171
   resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
185
   resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
173
   dependencies:
187
   dependencies:
174
     "@babel/types" "^7.14.5"
188
     "@babel/types" "^7.14.5"
175
 
189
 
176
-"@babel/helper-member-expression-to-functions@^7.15.0":
177
-  version "7.15.0"
178
-  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
179
-  integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
190
+"@babel/helper-member-expression-to-functions@^7.15.4":
191
+  version "7.15.4"
192
+  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
193
+  integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
180
   dependencies:
194
   dependencies:
181
-    "@babel/types" "^7.15.0"
195
+    "@babel/types" "^7.15.4"
182
 
196
 
183
 "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.15.4":
197
 "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.15.4":
184
   version "7.15.4"
198
   version "7.15.4"
187
   dependencies:
201
   dependencies:
188
     "@babel/types" "^7.15.4"
202
     "@babel/types" "^7.15.4"
189
 
203
 
190
-"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8":
191
-  version "7.14.8"
192
-  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
193
-  integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
204
+"@babel/helper-module-imports@^7.15.4":
205
+  version "7.15.4"
206
+  resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
207
+  integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
194
   dependencies:
208
   dependencies:
195
-    "@babel/helper-module-imports" "^7.14.5"
196
-    "@babel/helper-replace-supers" "^7.14.5"
197
-    "@babel/helper-simple-access" "^7.14.8"
198
-    "@babel/helper-split-export-declaration" "^7.14.5"
199
-    "@babel/helper-validator-identifier" "^7.14.8"
200
-    "@babel/template" "^7.14.5"
201
-    "@babel/traverse" "^7.14.8"
202
-    "@babel/types" "^7.14.8"
209
+    "@babel/types" "^7.15.4"
203
 
210
 
204
-"@babel/helper-module-transforms@^7.15.0":
205
-  version "7.15.0"
206
-  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
207
-  integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
211
+"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0", "@babel/helper-module-transforms@^7.15.8":
212
+  version "7.15.8"
213
+  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
214
+  integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
208
   dependencies:
215
   dependencies:
209
-    "@babel/helper-module-imports" "^7.14.5"
210
-    "@babel/helper-replace-supers" "^7.15.0"
211
-    "@babel/helper-simple-access" "^7.14.8"
212
-    "@babel/helper-split-export-declaration" "^7.14.5"
213
-    "@babel/helper-validator-identifier" "^7.14.9"
214
-    "@babel/template" "^7.14.5"
215
-    "@babel/traverse" "^7.15.0"
216
-    "@babel/types" "^7.15.0"
216
+    "@babel/helper-module-imports" "^7.15.4"
217
+    "@babel/helper-replace-supers" "^7.15.4"
218
+    "@babel/helper-simple-access" "^7.15.4"
219
+    "@babel/helper-split-export-declaration" "^7.15.4"
220
+    "@babel/helper-validator-identifier" "^7.15.7"
221
+    "@babel/template" "^7.15.4"
222
+    "@babel/traverse" "^7.15.4"
223
+    "@babel/types" "^7.15.6"
217
 
224
 
218
 "@babel/helper-optimise-call-expression@^7.14.5":
225
 "@babel/helper-optimise-call-expression@^7.14.5":
219
   version "7.14.5"
226
   version "7.14.5"
222
   dependencies:
229
   dependencies:
223
     "@babel/types" "^7.14.5"
230
     "@babel/types" "^7.14.5"
224
 
231
 
232
+"@babel/helper-optimise-call-expression@^7.15.4":
233
+  version "7.15.4"
234
+  resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
235
+  integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
236
+  dependencies:
237
+    "@babel/types" "^7.15.4"
238
+
225
 "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
239
 "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
226
   version "7.14.5"
240
   version "7.14.5"
227
   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
241
   resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
246
     "@babel/traverse" "^7.14.5"
260
     "@babel/traverse" "^7.14.5"
247
     "@babel/types" "^7.14.5"
261
     "@babel/types" "^7.14.5"
248
 
262
 
249
-"@babel/helper-replace-supers@^7.15.0":
250
-  version "7.15.0"
251
-  resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
252
-  integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
263
+"@babel/helper-replace-supers@^7.15.4":
264
+  version "7.15.4"
265
+  resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
266
+  integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
253
   dependencies:
267
   dependencies:
254
-    "@babel/helper-member-expression-to-functions" "^7.15.0"
255
-    "@babel/helper-optimise-call-expression" "^7.14.5"
256
-    "@babel/traverse" "^7.15.0"
257
-    "@babel/types" "^7.15.0"
268
+    "@babel/helper-member-expression-to-functions" "^7.15.4"
269
+    "@babel/helper-optimise-call-expression" "^7.15.4"
270
+    "@babel/traverse" "^7.15.4"
271
+    "@babel/types" "^7.15.4"
258
 
272
 
259
 "@babel/helper-simple-access@^7.14.8":
273
 "@babel/helper-simple-access@^7.14.8":
260
   version "7.14.8"
274
   version "7.14.8"
263
   dependencies:
277
   dependencies:
264
     "@babel/types" "^7.14.8"
278
     "@babel/types" "^7.14.8"
265
 
279
 
280
+"@babel/helper-simple-access@^7.15.4":
281
+  version "7.15.4"
282
+  resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
283
+  integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
284
+  dependencies:
285
+    "@babel/types" "^7.15.4"
286
+
266
 "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
287
 "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
267
   version "7.14.5"
288
   version "7.14.5"
268
   resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
289
   resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
277
   dependencies:
298
   dependencies:
278
     "@babel/types" "^7.14.5"
299
     "@babel/types" "^7.14.5"
279
 
300
 
301
+"@babel/helper-split-export-declaration@^7.15.4":
302
+  version "7.15.4"
303
+  resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
304
+  integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
305
+  dependencies:
306
+    "@babel/types" "^7.15.4"
307
+
280
 "@babel/helper-validator-identifier@^7.14.5":
308
 "@babel/helper-validator-identifier@^7.14.5":
281
   version "7.14.5"
309
   version "7.14.5"
282
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
310
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
283
   integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
311
   integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
284
 
312
 
285
-"@babel/helper-validator-identifier@^7.14.8":
286
-  version "7.14.8"
287
-  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
288
-  integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
289
-
290
 "@babel/helper-validator-identifier@^7.14.9":
313
 "@babel/helper-validator-identifier@^7.14.9":
291
   version "7.14.9"
314
   version "7.14.9"
292
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
315
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
293
   integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
316
   integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
294
 
317
 
318
+"@babel/helper-validator-identifier@^7.15.7":
319
+  version "7.15.7"
320
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
321
+  integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
322
+
295
 "@babel/helper-validator-option@^7.14.5":
323
 "@babel/helper-validator-option@^7.14.5":
296
   version "7.14.5"
324
   version "7.14.5"
297
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
325
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
307
     "@babel/traverse" "^7.14.5"
335
     "@babel/traverse" "^7.14.5"
308
     "@babel/types" "^7.14.5"
336
     "@babel/types" "^7.14.5"
309
 
337
 
310
-"@babel/helpers@^7.14.8":
311
-  version "7.14.8"
312
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
313
-  integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
338
+"@babel/helpers@^7.15.4":
339
+  version "7.15.4"
340
+  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
341
+  integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
314
   dependencies:
342
   dependencies:
315
-    "@babel/template" "^7.14.5"
316
-    "@babel/traverse" "^7.14.8"
317
-    "@babel/types" "^7.14.8"
343
+    "@babel/template" "^7.15.4"
344
+    "@babel/traverse" "^7.15.4"
345
+    "@babel/types" "^7.15.4"
318
 
346
 
319
 "@babel/highlight@^7.14.5":
347
 "@babel/highlight@^7.14.5":
320
   version "7.14.5"
348
   version "7.14.5"
325
     chalk "^2.0.0"
353
     chalk "^2.0.0"
326
     js-tokens "^4.0.0"
354
     js-tokens "^4.0.0"
327
 
355
 
328
-"@babel/parser@^7.14.5", "@babel/parser@^7.14.8":
329
-  version "7.14.8"
330
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
331
-  integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
332
-
333
-"@babel/parser@^7.15.0":
334
-  version "7.15.0"
335
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
336
-  integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
356
+"@babel/parser@^7.15.4", "@babel/parser@^7.15.8":
357
+  version "7.15.8"
358
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
359
+  integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
337
 
360
 
338
 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
361
 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
339
   version "7.14.5"
362
   version "7.14.5"
961
   dependencies:
984
   dependencies:
962
     regenerator-runtime "^0.13.4"
985
     regenerator-runtime "^0.13.4"
963
 
986
 
964
-"@babel/template@^7.14.5":
965
-  version "7.14.5"
966
-  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
967
-  integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
968
-  dependencies:
969
-    "@babel/code-frame" "^7.14.5"
970
-    "@babel/parser" "^7.14.5"
971
-    "@babel/types" "^7.14.5"
972
-
973
-"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
974
-  version "7.14.8"
975
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
976
-  integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
987
+"@babel/template@^7.14.5", "@babel/template@^7.15.4":
988
+  version "7.15.4"
989
+  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
990
+  integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
977
   dependencies:
991
   dependencies:
978
     "@babel/code-frame" "^7.14.5"
992
     "@babel/code-frame" "^7.14.5"
979
-    "@babel/generator" "^7.14.8"
980
-    "@babel/helper-function-name" "^7.14.5"
981
-    "@babel/helper-hoist-variables" "^7.14.5"
982
-    "@babel/helper-split-export-declaration" "^7.14.5"
983
-    "@babel/parser" "^7.14.8"
984
-    "@babel/types" "^7.14.8"
985
-    debug "^4.1.0"
986
-    globals "^11.1.0"
993
+    "@babel/parser" "^7.15.4"
994
+    "@babel/types" "^7.15.4"
987
 
995
 
988
-"@babel/traverse@^7.15.0":
989
-  version "7.15.0"
990
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
991
-  integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
996
+"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.4":
997
+  version "7.15.4"
998
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
999
+  integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
992
   dependencies:
1000
   dependencies:
993
     "@babel/code-frame" "^7.14.5"
1001
     "@babel/code-frame" "^7.14.5"
994
-    "@babel/generator" "^7.15.0"
995
-    "@babel/helper-function-name" "^7.14.5"
996
-    "@babel/helper-hoist-variables" "^7.14.5"
997
-    "@babel/helper-split-export-declaration" "^7.14.5"
998
-    "@babel/parser" "^7.15.0"
999
-    "@babel/types" "^7.15.0"
1002
+    "@babel/generator" "^7.15.4"
1003
+    "@babel/helper-function-name" "^7.15.4"
1004
+    "@babel/helper-hoist-variables" "^7.15.4"
1005
+    "@babel/helper-split-export-declaration" "^7.15.4"
1006
+    "@babel/parser" "^7.15.4"
1007
+    "@babel/types" "^7.15.4"
1000
     debug "^4.1.0"
1008
     debug "^4.1.0"
1001
     globals "^11.1.0"
1009
     globals "^11.1.0"
1002
 
1010
 
1003
-"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.4.4":
1004
-  version "7.15.0"
1005
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1006
-  integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1011
+"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.4.4":
1012
+  version "7.15.6"
1013
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1014
+  integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
1007
   dependencies:
1015
   dependencies:
1008
     "@babel/helper-validator-identifier" "^7.14.9"
1016
     "@babel/helper-validator-identifier" "^7.14.9"
1009
     to-fast-properties "^2.0.0"
1017
     to-fast-properties "^2.0.0"

Loading…
Cancel
Save