浏览代码

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

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.6 to 7.14.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.14.8/packages/babel-core)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vanilla_orig
dependabot[bot] 3 年前
父节点
当前提交
0d5d60944f
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 60 次插入157 次删除
  1. 1
    1
      src/packages/excalidraw/package.json
  2. 59
    156
      src/packages/excalidraw/yarn.lock

+ 1
- 1
src/packages/excalidraw/package.json 查看文件

44
     "react-dom": "^17.0.2"
44
     "react-dom": "^17.0.2"
45
   },
45
   },
46
   "devDependencies": {
46
   "devDependencies": {
47
-    "@babel/core": "7.14.6",
47
+    "@babel/core": "7.14.8",
48
     "@babel/plugin-transform-arrow-functions": "7.14.5",
48
     "@babel/plugin-transform-arrow-functions": "7.14.5",
49
     "@babel/plugin-transform-async-to-generator": "7.14.5",
49
     "@babel/plugin-transform-async-to-generator": "7.14.5",
50
     "@babel/plugin-transform-runtime": "7.14.5",
50
     "@babel/plugin-transform-runtime": "7.14.5",

+ 59
- 156
src/packages/excalidraw/yarn.lock 查看文件

2
 # yarn lockfile v1
2
 # yarn lockfile v1
3
 
3
 
4
 
4
 
5
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13":
6
-  version "7.12.13"
7
-  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
8
-  integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
9
-  dependencies:
10
-    "@babel/highlight" "^7.12.13"
11
-
12
-"@babel/code-frame@^7.14.5":
5
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5":
13
   version "7.14.5"
6
   version "7.14.5"
14
   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
7
   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
15
   integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
8
   integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
16
   dependencies:
9
   dependencies:
17
     "@babel/highlight" "^7.14.5"
10
     "@babel/highlight" "^7.14.5"
18
 
11
 
19
-"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
12
+"@babel/compat-data@^7.13.11":
20
   version "7.14.0"
13
   version "7.14.0"
21
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
14
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
22
   integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
15
   integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
26
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
19
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
27
   integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
20
   integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
28
 
21
 
29
-"@babel/core@7.14.6":
30
-  version "7.14.6"
31
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
32
-  integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
22
+"@babel/core@7.14.8":
23
+  version "7.14.8"
24
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
25
+  integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
33
   dependencies:
26
   dependencies:
34
     "@babel/code-frame" "^7.14.5"
27
     "@babel/code-frame" "^7.14.5"
35
-    "@babel/generator" "^7.14.5"
28
+    "@babel/generator" "^7.14.8"
36
     "@babel/helper-compilation-targets" "^7.14.5"
29
     "@babel/helper-compilation-targets" "^7.14.5"
37
-    "@babel/helper-module-transforms" "^7.14.5"
38
-    "@babel/helpers" "^7.14.6"
39
-    "@babel/parser" "^7.14.6"
30
+    "@babel/helper-module-transforms" "^7.14.8"
31
+    "@babel/helpers" "^7.14.8"
32
+    "@babel/parser" "^7.14.8"
40
     "@babel/template" "^7.14.5"
33
     "@babel/template" "^7.14.5"
41
-    "@babel/traverse" "^7.14.5"
42
-    "@babel/types" "^7.14.5"
34
+    "@babel/traverse" "^7.14.8"
35
+    "@babel/types" "^7.14.8"
43
     convert-source-map "^1.7.0"
36
     convert-source-map "^1.7.0"
44
     debug "^4.1.0"
37
     debug "^4.1.0"
45
     gensync "^1.0.0-beta.2"
38
     gensync "^1.0.0-beta.2"
47
     semver "^6.3.0"
40
     semver "^6.3.0"
48
     source-map "^0.5.0"
41
     source-map "^0.5.0"
49
 
42
 
50
-"@babel/generator@^7.14.2":
51
-  version "7.14.3"
52
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
53
-  integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
54
-  dependencies:
55
-    "@babel/types" "^7.14.2"
56
-    jsesc "^2.5.1"
57
-    source-map "^0.5.0"
58
-
59
-"@babel/generator@^7.14.5":
60
-  version "7.14.5"
61
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
62
-  integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
43
+"@babel/generator@^7.14.8", "@babel/generator@^7.14.9":
44
+  version "7.14.9"
45
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.9.tgz#23b19c597d38b4f7dc2e3fe42a69c88d9ecfaa16"
46
+  integrity sha512-4yoHbhDYzFa0GLfCzLp5GxH7vPPMAHdZjyE7M/OajM9037zhx0rf+iNsJwp4PT0MSFpwjG7BsHEbPkBQpZ6cYA==
63
   dependencies:
47
   dependencies:
64
-    "@babel/types" "^7.14.5"
48
+    "@babel/types" "^7.14.9"
65
     jsesc "^2.5.1"
49
     jsesc "^2.5.1"
66
     source-map "^0.5.0"
50
     source-map "^0.5.0"
67
 
51
 
87
     "@babel/helper-explode-assignable-expression" "^7.14.5"
71
     "@babel/helper-explode-assignable-expression" "^7.14.5"
88
     "@babel/types" "^7.14.5"
72
     "@babel/types" "^7.14.5"
89
 
73
 
90
-"@babel/helper-compilation-targets@^7.13.0":
91
-  version "7.13.16"
92
-  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
93
-  integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
94
-  dependencies:
95
-    "@babel/compat-data" "^7.13.15"
96
-    "@babel/helper-validator-option" "^7.12.17"
97
-    browserslist "^4.14.5"
98
-    semver "^6.3.0"
99
-
100
-"@babel/helper-compilation-targets@^7.14.5":
74
+"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
101
   version "7.14.5"
75
   version "7.14.5"
102
   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
76
   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
103
   integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
77
   integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
156
   dependencies:
130
   dependencies:
157
     "@babel/types" "^7.14.5"
131
     "@babel/types" "^7.14.5"
158
 
132
 
159
-"@babel/helper-function-name@^7.14.2":
160
-  version "7.14.2"
161
-  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
162
-  integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
163
-  dependencies:
164
-    "@babel/helper-get-function-arity" "^7.12.13"
165
-    "@babel/template" "^7.12.13"
166
-    "@babel/types" "^7.14.2"
167
-
168
 "@babel/helper-function-name@^7.14.5":
133
 "@babel/helper-function-name@^7.14.5":
169
   version "7.14.5"
134
   version "7.14.5"
170
   resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
135
   resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
174
     "@babel/template" "^7.14.5"
139
     "@babel/template" "^7.14.5"
175
     "@babel/types" "^7.14.5"
140
     "@babel/types" "^7.14.5"
176
 
141
 
177
-"@babel/helper-get-function-arity@^7.12.13":
178
-  version "7.12.13"
179
-  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
180
-  integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
181
-  dependencies:
182
-    "@babel/types" "^7.12.13"
183
-
184
 "@babel/helper-get-function-arity@^7.14.5":
142
 "@babel/helper-get-function-arity@^7.14.5":
185
   version "7.14.5"
143
   version "7.14.5"
186
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
144
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
216
   dependencies:
174
   dependencies:
217
     "@babel/types" "^7.14.5"
175
     "@babel/types" "^7.14.5"
218
 
176
 
219
-"@babel/helper-module-transforms@^7.14.5":
220
-  version "7.14.5"
221
-  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
222
-  integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==
177
+"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8":
178
+  version "7.14.8"
179
+  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
180
+  integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
223
   dependencies:
181
   dependencies:
224
     "@babel/helper-module-imports" "^7.14.5"
182
     "@babel/helper-module-imports" "^7.14.5"
225
     "@babel/helper-replace-supers" "^7.14.5"
183
     "@babel/helper-replace-supers" "^7.14.5"
226
-    "@babel/helper-simple-access" "^7.14.5"
184
+    "@babel/helper-simple-access" "^7.14.8"
227
     "@babel/helper-split-export-declaration" "^7.14.5"
185
     "@babel/helper-split-export-declaration" "^7.14.5"
228
-    "@babel/helper-validator-identifier" "^7.14.5"
186
+    "@babel/helper-validator-identifier" "^7.14.8"
229
     "@babel/template" "^7.14.5"
187
     "@babel/template" "^7.14.5"
230
-    "@babel/traverse" "^7.14.5"
231
-    "@babel/types" "^7.14.5"
188
+    "@babel/traverse" "^7.14.8"
189
+    "@babel/types" "^7.14.8"
232
 
190
 
233
 "@babel/helper-optimise-call-expression@^7.14.5":
191
 "@babel/helper-optimise-call-expression@^7.14.5":
234
   version "7.14.5"
192
   version "7.14.5"
273
   dependencies:
231
   dependencies:
274
     "@babel/types" "^7.14.5"
232
     "@babel/types" "^7.14.5"
275
 
233
 
234
+"@babel/helper-simple-access@^7.14.8":
235
+  version "7.14.8"
236
+  resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
237
+  integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
238
+  dependencies:
239
+    "@babel/types" "^7.14.8"
240
+
276
 "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
241
 "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
277
   version "7.14.5"
242
   version "7.14.5"
278
   resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
243
   resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
280
   dependencies:
245
   dependencies:
281
     "@babel/types" "^7.14.5"
246
     "@babel/types" "^7.14.5"
282
 
247
 
283
-"@babel/helper-split-export-declaration@^7.12.13":
284
-  version "7.12.13"
285
-  resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
286
-  integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
287
-  dependencies:
288
-    "@babel/types" "^7.12.13"
289
-
290
 "@babel/helper-split-export-declaration@^7.14.5":
248
 "@babel/helper-split-export-declaration@^7.14.5":
291
   version "7.14.5"
249
   version "7.14.5"
292
   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
250
   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
294
   dependencies:
252
   dependencies:
295
     "@babel/types" "^7.14.5"
253
     "@babel/types" "^7.14.5"
296
 
254
 
297
-"@babel/helper-validator-identifier@^7.12.11":
298
-  version "7.12.11"
299
-  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
300
-  integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
301
-
302
-"@babel/helper-validator-identifier@^7.14.0":
303
-  version "7.14.0"
304
-  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
305
-  integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
306
-
307
 "@babel/helper-validator-identifier@^7.14.5":
255
 "@babel/helper-validator-identifier@^7.14.5":
308
   version "7.14.5"
256
   version "7.14.5"
309
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
257
   resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
310
   integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
258
   integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
311
 
259
 
312
-"@babel/helper-validator-option@^7.12.17":
313
-  version "7.12.17"
314
-  resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
315
-  integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
260
+"@babel/helper-validator-identifier@^7.14.8", "@babel/helper-validator-identifier@^7.14.9":
261
+  version "7.14.9"
262
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
263
+  integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
316
 
264
 
317
 "@babel/helper-validator-option@^7.14.5":
265
 "@babel/helper-validator-option@^7.14.5":
318
   version "7.14.5"
266
   version "7.14.5"
329
     "@babel/traverse" "^7.14.5"
277
     "@babel/traverse" "^7.14.5"
330
     "@babel/types" "^7.14.5"
278
     "@babel/types" "^7.14.5"
331
 
279
 
332
-"@babel/helpers@^7.14.6":
333
-  version "7.14.6"
334
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
335
-  integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
280
+"@babel/helpers@^7.14.8":
281
+  version "7.14.8"
282
+  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
283
+  integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
336
   dependencies:
284
   dependencies:
337
     "@babel/template" "^7.14.5"
285
     "@babel/template" "^7.14.5"
338
-    "@babel/traverse" "^7.14.5"
339
-    "@babel/types" "^7.14.5"
340
-
341
-"@babel/highlight@^7.12.13":
342
-  version "7.12.13"
343
-  resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
344
-  integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
345
-  dependencies:
346
-    "@babel/helper-validator-identifier" "^7.12.11"
347
-    chalk "^2.0.0"
348
-    js-tokens "^4.0.0"
286
+    "@babel/traverse" "^7.14.8"
287
+    "@babel/types" "^7.14.8"
349
 
288
 
350
 "@babel/highlight@^7.14.5":
289
 "@babel/highlight@^7.14.5":
351
   version "7.14.5"
290
   version "7.14.5"
356
     chalk "^2.0.0"
295
     chalk "^2.0.0"
357
     js-tokens "^4.0.0"
296
     js-tokens "^4.0.0"
358
 
297
 
359
-"@babel/parser@^7.12.13", "@babel/parser@^7.14.2":
360
-  version "7.14.3"
361
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298"
362
-  integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==
363
-
364
-"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
365
-  version "7.14.7"
366
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
367
-  integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
298
+"@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.14.9":
299
+  version "7.14.9"
300
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4"
301
+  integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ==
368
 
302
 
369
 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
303
 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
370
   version "7.14.5"
304
   version "7.14.5"
1051
   dependencies:
985
   dependencies:
1052
     regenerator-runtime "^0.13.4"
986
     regenerator-runtime "^0.13.4"
1053
 
987
 
1054
-"@babel/template@^7.12.13":
1055
-  version "7.12.13"
1056
-  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1057
-  integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1058
-  dependencies:
1059
-    "@babel/code-frame" "^7.12.13"
1060
-    "@babel/parser" "^7.12.13"
1061
-    "@babel/types" "^7.12.13"
1062
-
1063
 "@babel/template@^7.14.5":
988
 "@babel/template@^7.14.5":
1064
   version "7.14.5"
989
   version "7.14.5"
1065
   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
990
   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1069
     "@babel/parser" "^7.14.5"
994
     "@babel/parser" "^7.14.5"
1070
     "@babel/types" "^7.14.5"
995
     "@babel/types" "^7.14.5"
1071
 
996
 
1072
-"@babel/traverse@^7.13.0":
1073
-  version "7.14.2"
1074
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
1075
-  integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
1076
-  dependencies:
1077
-    "@babel/code-frame" "^7.12.13"
1078
-    "@babel/generator" "^7.14.2"
1079
-    "@babel/helper-function-name" "^7.14.2"
1080
-    "@babel/helper-split-export-declaration" "^7.12.13"
1081
-    "@babel/parser" "^7.14.2"
1082
-    "@babel/types" "^7.14.2"
1083
-    debug "^4.1.0"
1084
-    globals "^11.1.0"
1085
-
1086
-"@babel/traverse@^7.14.5":
1087
-  version "7.14.7"
1088
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
1089
-  integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
997
+"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
998
+  version "7.14.9"
999
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f"
1000
+  integrity sha512-bldh6dtB49L8q9bUyB7bC20UKgU+EFDwKJylwl234Kv+ySZeMD31Xeht6URyueQ6LrRRpF2tmkfcZooZR9/e8g==
1090
   dependencies:
1001
   dependencies:
1091
     "@babel/code-frame" "^7.14.5"
1002
     "@babel/code-frame" "^7.14.5"
1092
-    "@babel/generator" "^7.14.5"
1003
+    "@babel/generator" "^7.14.9"
1093
     "@babel/helper-function-name" "^7.14.5"
1004
     "@babel/helper-function-name" "^7.14.5"
1094
     "@babel/helper-hoist-variables" "^7.14.5"
1005
     "@babel/helper-hoist-variables" "^7.14.5"
1095
     "@babel/helper-split-export-declaration" "^7.14.5"
1006
     "@babel/helper-split-export-declaration" "^7.14.5"
1096
-    "@babel/parser" "^7.14.7"
1097
-    "@babel/types" "^7.14.5"
1007
+    "@babel/parser" "^7.14.9"
1008
+    "@babel/types" "^7.14.9"
1098
     debug "^4.1.0"
1009
     debug "^4.1.0"
1099
     globals "^11.1.0"
1010
     globals "^11.1.0"
1100
 
1011
 
1101
-"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
1102
-  version "7.14.2"
1103
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
1104
-  integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
1012
+"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
1013
+  version "7.14.9"
1014
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1015
+  integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1105
   dependencies:
1016
   dependencies:
1106
-    "@babel/helper-validator-identifier" "^7.14.0"
1107
-    to-fast-properties "^2.0.0"
1108
-
1109
-"@babel/types@^7.14.5":
1110
-  version "7.14.5"
1111
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
1112
-  integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
1113
-  dependencies:
1114
-    "@babel/helper-validator-identifier" "^7.14.5"
1017
+    "@babel/helper-validator-identifier" "^7.14.9"
1115
     to-fast-properties "^2.0.0"
1018
     to-fast-properties "^2.0.0"
1116
 
1019
 
1117
 "@discoveryjs/json-ext@^0.5.0":
1020
 "@discoveryjs/json-ext@^0.5.0":

正在加载...
取消
保存