Skip to content

Commit dc30d53

Browse files
authored
Merge pull request #82 from casbin/dependabot/npm_and_yarn/babel/core-7.14.5
build(deps): bump @babel/core from 7.12.10 to 7.14.5
2 parents 3c86c1e + 824cbf4 commit dc30d53

File tree

2 files changed

+31
-166
lines changed

2 files changed

+31
-166
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"webpack-merge": "^5.8.0"
4545
},
4646
"dependencies": {
47-
"@babel/core": "^7.11.4",
47+
"@babel/core": "^7.14.5",
4848
"@babel/preset-env": "^7.14.5",
4949
"axios": "^0.21.1",
5050
"babel-loader": ">=8.1.0",

yarn.lock

+30-165
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
6-
version "7.10.4"
7-
resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
8-
integrity sha1-Fo2ho26Q2miujUnA8bSMfGJJITo=
9-
dependencies:
10-
"@babel/highlight" "^7.10.4"
11-
12-
"@babel/code-frame@^7.14.5":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5":
136
version "7.14.5"
147
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
158
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
@@ -21,34 +14,25 @@
2114
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
2215
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
2316

24-
"@babel/core@^7.1.0", "@babel/core@^7.11.4", "@babel/core@^7.7.5":
25-
version "7.12.10"
26-
resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.12.10.tgz?cache=0&sync_timestamp=1607568965941&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fcore%2Fdownload%2F%40babel%2Fcore-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
27-
integrity sha1-t5ouG59w7T2Eu/ttjE74JfYGvM0=
28-
dependencies:
29-
"@babel/code-frame" "^7.10.4"
30-
"@babel/generator" "^7.12.10"
31-
"@babel/helper-module-transforms" "^7.12.1"
32-
"@babel/helpers" "^7.12.5"
33-
"@babel/parser" "^7.12.10"
34-
"@babel/template" "^7.12.7"
35-
"@babel/traverse" "^7.12.10"
36-
"@babel/types" "^7.12.10"
17+
"@babel/core@^7.1.0", "@babel/core@^7.14.5", "@babel/core@^7.7.5":
18+
version "7.14.5"
19+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
20+
integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
21+
dependencies:
22+
"@babel/code-frame" "^7.14.5"
23+
"@babel/generator" "^7.14.5"
24+
"@babel/helper-compilation-targets" "^7.14.5"
25+
"@babel/helper-module-transforms" "^7.14.5"
26+
"@babel/helpers" "^7.14.5"
27+
"@babel/parser" "^7.14.5"
28+
"@babel/template" "^7.14.5"
29+
"@babel/traverse" "^7.14.5"
30+
"@babel/types" "^7.14.5"
3731
convert-source-map "^1.7.0"
3832
debug "^4.1.0"
39-
gensync "^1.0.0-beta.1"
33+
gensync "^1.0.0-beta.2"
4034
json5 "^2.1.2"
41-
lodash "^4.17.19"
42-
semver "^5.4.1"
43-
source-map "^0.5.0"
44-
45-
"@babel/generator@^7.12.10":
46-
version "7.12.10"
47-
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.12.10.tgz?cache=0&sync_timestamp=1607569330240&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
48-
integrity sha1-KxiPwyn7jk92IYFwO+/8D+bfNGA=
49-
dependencies:
50-
"@babel/types" "^7.12.10"
51-
jsesc "^2.5.1"
35+
semver "^6.3.0"
5236
source-map "^0.5.0"
5337

5438
"@babel/generator@^7.14.5":
@@ -126,15 +110,6 @@
126110
dependencies:
127111
"@babel/types" "^7.14.5"
128112

129-
"@babel/helper-function-name@^7.10.4":
130-
version "7.10.4"
131-
resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
132-
integrity sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo=
133-
dependencies:
134-
"@babel/helper-get-function-arity" "^7.10.4"
135-
"@babel/template" "^7.10.4"
136-
"@babel/types" "^7.10.4"
137-
138113
"@babel/helper-function-name@^7.14.5":
139114
version "7.14.5"
140115
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
@@ -144,13 +119,6 @@
144119
"@babel/template" "^7.14.5"
145120
"@babel/types" "^7.14.5"
146121

147-
"@babel/helper-get-function-arity@^7.10.4":
148-
version "7.12.10"
149-
resolved "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.10.tgz?cache=0&sync_timestamp=1607586916206&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-get-function-arity%2Fdownload%2F%40babel%2Fhelper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
150-
integrity sha1-sViBejFltfqiBHgl36YZcN3MFs8=
151-
dependencies:
152-
"@babel/types" "^7.12.10"
153-
154122
"@babel/helper-get-function-arity@^7.14.5":
155123
version "7.14.5"
156124
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
@@ -165,49 +133,20 @@
165133
dependencies:
166134
"@babel/types" "^7.14.5"
167135

168-
"@babel/helper-member-expression-to-functions@^7.12.1":
169-
version "7.12.7"
170-
resolved "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.12.7.tgz?cache=0&sync_timestamp=1605904645625&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
171-
integrity sha1-qne9A5bsgRTl4weH76eFmdh0qFU=
172-
dependencies:
173-
"@babel/types" "^7.12.7"
174-
175136
"@babel/helper-member-expression-to-functions@^7.14.5":
176137
version "7.14.5"
177138
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
178139
integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==
179140
dependencies:
180141
"@babel/types" "^7.14.5"
181142

182-
"@babel/helper-module-imports@^7.12.1":
183-
version "7.12.5"
184-
resolved "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.12.5.tgz?cache=0&sync_timestamp=1604441049232&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
185-
integrity sha1-G/wCKfeUmI927QpNTpCGCFC1Tfs=
186-
dependencies:
187-
"@babel/types" "^7.12.5"
188-
189143
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
190144
version "7.14.5"
191145
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
192146
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
193147
dependencies:
194148
"@babel/types" "^7.14.5"
195149

196-
"@babel/helper-module-transforms@^7.12.1":
197-
version "7.12.1"
198-
resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
199-
integrity sha1-eVT+xx9bMsSOSzA7Q3w0RT/XJHw=
200-
dependencies:
201-
"@babel/helper-module-imports" "^7.12.1"
202-
"@babel/helper-replace-supers" "^7.12.1"
203-
"@babel/helper-simple-access" "^7.12.1"
204-
"@babel/helper-split-export-declaration" "^7.11.0"
205-
"@babel/helper-validator-identifier" "^7.10.4"
206-
"@babel/template" "^7.10.4"
207-
"@babel/traverse" "^7.12.1"
208-
"@babel/types" "^7.12.1"
209-
lodash "^4.17.19"
210-
211150
"@babel/helper-module-transforms@^7.14.5":
212151
version "7.14.5"
213152
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
@@ -222,13 +161,6 @@
222161
"@babel/traverse" "^7.14.5"
223162
"@babel/types" "^7.14.5"
224163

225-
"@babel/helper-optimise-call-expression@^7.10.4":
226-
version "7.12.10"
227-
resolved "https://registry.npm.taobao.org/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.12.10.tgz?cache=0&sync_timestamp=1607576902250&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
228-
integrity sha1-lMpOMG7hGn3W6fQoI+Ksa0mIHi0=
229-
dependencies:
230-
"@babel/types" "^7.12.10"
231-
232164
"@babel/helper-optimise-call-expression@^7.14.5":
233165
version "7.14.5"
234166
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -250,16 +182,6 @@
250182
"@babel/helper-wrap-function" "^7.14.5"
251183
"@babel/types" "^7.14.5"
252184

253-
"@babel/helper-replace-supers@^7.12.1":
254-
version "7.12.5"
255-
resolved "https://registry.npm.taobao.org/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.12.5.tgz?cache=0&sync_timestamp=1604441050353&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
256-
integrity sha1-8AmhdUO7u84WsGIGrnO2PT/KaNk=
257-
dependencies:
258-
"@babel/helper-member-expression-to-functions" "^7.12.1"
259-
"@babel/helper-optimise-call-expression" "^7.10.4"
260-
"@babel/traverse" "^7.12.5"
261-
"@babel/types" "^7.12.5"
262-
263185
"@babel/helper-replace-supers@^7.14.5":
264186
version "7.14.5"
265187
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
@@ -270,13 +192,6 @@
270192
"@babel/traverse" "^7.14.5"
271193
"@babel/types" "^7.14.5"
272194

273-
"@babel/helper-simple-access@^7.12.1":
274-
version "7.12.1"
275-
resolved "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.1.tgz?cache=0&sync_timestamp=1602801934412&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
276-
integrity sha1-MkJ+WqYVR9OOsebq9f0UJv2tkTY=
277-
dependencies:
278-
"@babel/types" "^7.12.1"
279-
280195
"@babel/helper-simple-access@^7.14.5":
281196
version "7.14.5"
282197
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
@@ -291,25 +206,13 @@
291206
dependencies:
292207
"@babel/types" "^7.14.5"
293208

294-
"@babel/helper-split-export-declaration@^7.11.0":
295-
version "7.11.0"
296-
resolved "https://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.11.0.tgz?cache=0&sync_timestamp=1596142927868&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
297-
integrity sha1-+KSRJErPamdhWKxCBykRuoOtCZ8=
298-
dependencies:
299-
"@babel/types" "^7.11.0"
300-
301209
"@babel/helper-split-export-declaration@^7.14.5":
302210
version "7.14.5"
303211
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
304212
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
305213
dependencies:
306214
"@babel/types" "^7.14.5"
307215

308-
"@babel/helper-validator-identifier@^7.10.4":
309-
version "7.10.4"
310-
resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593522720715&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
311-
integrity sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI=
312-
313216
"@babel/helper-validator-identifier@^7.14.5":
314217
version "7.14.5"
315218
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
@@ -330,23 +233,14 @@
330233
"@babel/traverse" "^7.14.5"
331234
"@babel/types" "^7.14.5"
332235

333-
"@babel/helpers@^7.12.5":
334-
version "7.12.5"
335-
resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.5.tgz?cache=0&sync_timestamp=1604441311714&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
336-
integrity sha1-Ghukp2jZtYMQ7aUWxEmRP+ZHEW4=
337-
dependencies:
338-
"@babel/template" "^7.10.4"
339-
"@babel/traverse" "^7.12.5"
340-
"@babel/types" "^7.12.5"
341-
342-
"@babel/highlight@^7.10.4":
343-
version "7.10.4"
344-
resolved "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.10.4.tgz?cache=0&sync_timestamp=1593522818552&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
345-
integrity sha1-fRvf1ldTU4+r5sOFls23bZrGAUM=
236+
"@babel/helpers@^7.14.5":
237+
version "7.14.5"
238+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2"
239+
integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==
346240
dependencies:
347-
"@babel/helper-validator-identifier" "^7.10.4"
348-
chalk "^2.0.0"
349-
js-tokens "^4.0.0"
241+
"@babel/template" "^7.14.5"
242+
"@babel/traverse" "^7.14.5"
243+
"@babel/types" "^7.14.5"
350244

351245
"@babel/highlight@^7.14.5":
352246
version "7.14.5"
@@ -357,12 +251,7 @@
357251
chalk "^2.0.0"
358252
js-tokens "^4.0.0"
359253

360-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7":
361-
version "7.12.10"
362-
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.12.10.tgz?cache=0&sync_timestamp=1607569356156&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
363-
integrity sha1-gkYA1Z6WrqJqWir1qdgSrwXDroE=
364-
365-
"@babel/parser@^7.14.5":
254+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5":
366255
version "7.14.5"
367256
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
368257
integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
@@ -961,16 +850,7 @@
961850
dependencies:
962851
regenerator-runtime "^0.13.4"
963852

964-
"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3":
965-
version "7.12.7"
966-
resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.12.7.tgz?cache=0&sync_timestamp=1605904643326&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
967-
integrity sha1-yBcjNpYBjjn7tsSR0vtoTgXtQ7w=
968-
dependencies:
969-
"@babel/code-frame" "^7.10.4"
970-
"@babel/parser" "^7.12.7"
971-
"@babel/types" "^7.12.7"
972-
973-
"@babel/template@^7.14.5":
853+
"@babel/template@^7.14.5", "@babel/template@^7.3.3":
974854
version "7.14.5"
975855
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
976856
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
@@ -979,22 +859,7 @@
979859
"@babel/parser" "^7.14.5"
980860
"@babel/types" "^7.14.5"
981861

982-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5":
983-
version "7.12.10"
984-
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.12.10.tgz?cache=0&sync_timestamp=1607569286563&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
985-
integrity sha1-LR9AQei/QuoJnlstxI1qWUwAAXo=
986-
dependencies:
987-
"@babel/code-frame" "^7.10.4"
988-
"@babel/generator" "^7.12.10"
989-
"@babel/helper-function-name" "^7.10.4"
990-
"@babel/helper-split-export-declaration" "^7.11.0"
991-
"@babel/parser" "^7.12.10"
992-
"@babel/types" "^7.12.10"
993-
debug "^4.1.0"
994-
globals "^11.1.0"
995-
lodash "^4.17.19"
996-
997-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5":
862+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5":
998863
version "7.14.5"
999864
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
1000865
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
@@ -1009,7 +874,7 @@
1009874
debug "^4.1.0"
1010875
globals "^11.1.0"
1011876

1012-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
877+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1013878
version "7.14.5"
1014879
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
1015880
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
@@ -3976,7 +3841,7 @@ functional-red-black-tree@^1.0.1:
39763841
resolved "https://registry.npm.taobao.org/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
39773842
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
39783843

3979-
gensync@^1.0.0-beta.1:
3844+
gensync@^1.0.0-beta.2:
39803845
version "1.0.0-beta.2"
39813846
resolved "https://registry.npm.taobao.org/gensync/download/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
39823847
integrity sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=
@@ -6959,7 +6824,7 @@ selfsigned@^1.10.8:
69596824
dependencies:
69606825
node-forge "^0.10.0"
69616826

6962-
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
6827+
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
69636828
version "5.7.1"
69646829
resolved "https://registry.npm.taobao.org/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1606851912015&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
69656830
integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=

0 commit comments

Comments
 (0)