Skip to content

Commit fc9931c

Browse files
build(deps-dev): bump @babel/core from 7.4.5 to 7.7.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.5 to 7.7.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.5...v7.7.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 361d5d2 commit fc9931c

File tree

1 file changed

+78
-186
lines changed

1 file changed

+78
-186
lines changed

yarn.lock

Lines changed: 78 additions & 186 deletions
Original file line numberDiff line numberDiff line change
@@ -2,88 +2,46 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected]", "@babel/code-frame@^7.0.0":
5+
66
version "7.0.0"
77
resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
88
integrity sha1-BuKrGb21NThVWaq7W6WXKUgoAPg=
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/code-frame@^7.5.5":
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
1313
version "7.5.5"
1414
resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
1515
integrity sha1-vAeC9tafe31JUxIZaZuYj2aaj50=
1616
dependencies:
1717
"@babel/highlight" "^7.0.0"
1818

19-
"@babel/core@>=7.2.2":
20-
version "7.5.5"
21-
resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
22-
integrity sha1-F7JobvDWvFj5Y93daKtml1VYLDA=
19+
"@babel/core@>=7.2.2", "@babel/core@^7.1.0", "@babel/core@^7.4.3":
20+
version "7.7.4"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
22+
integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==
2323
dependencies:
2424
"@babel/code-frame" "^7.5.5"
25-
"@babel/generator" "^7.5.5"
26-
"@babel/helpers" "^7.5.5"
27-
"@babel/parser" "^7.5.5"
28-
"@babel/template" "^7.4.4"
29-
"@babel/traverse" "^7.5.5"
30-
"@babel/types" "^7.5.5"
31-
convert-source-map "^1.1.0"
25+
"@babel/generator" "^7.7.4"
26+
"@babel/helpers" "^7.7.4"
27+
"@babel/parser" "^7.7.4"
28+
"@babel/template" "^7.7.4"
29+
"@babel/traverse" "^7.7.4"
30+
"@babel/types" "^7.7.4"
31+
convert-source-map "^1.7.0"
3232
debug "^4.1.0"
3333
json5 "^2.1.0"
3434
lodash "^4.17.13"
3535
resolve "^1.3.2"
3636
semver "^5.4.1"
3737
source-map "^0.5.0"
3838

39-
"@babel/core@^7.1.0", "@babel/core@^7.4.3":
40-
version "7.4.5"
41-
resolved "https://registry.npm.taobao.org/@babel/core/download/@babel/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a"
42-
integrity sha1-CB+X6P/KZam0sP3H4nTnA/AAwGo=
43-
dependencies:
44-
"@babel/code-frame" "^7.0.0"
45-
"@babel/generator" "^7.4.4"
46-
"@babel/helpers" "^7.4.4"
47-
"@babel/parser" "^7.4.5"
48-
"@babel/template" "^7.4.4"
49-
"@babel/traverse" "^7.4.5"
50-
"@babel/types" "^7.4.4"
51-
convert-source-map "^1.1.0"
52-
debug "^4.1.0"
53-
json5 "^2.1.0"
54-
lodash "^4.17.11"
55-
resolve "^1.3.2"
56-
semver "^5.4.1"
57-
source-map "^0.5.0"
58-
59-
"@babel/generator@^7.4.0", "@babel/generator@^7.4.4":
60-
version "7.4.4"
61-
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
62-
integrity sha1-F0ohXrhD/DksftyqvqqHPebo8EE=
63-
dependencies:
64-
"@babel/types" "^7.4.4"
65-
jsesc "^2.5.1"
66-
lodash "^4.17.11"
67-
source-map "^0.5.0"
68-
trim-right "^1.0.1"
69-
70-
"@babel/generator@^7.5.5":
71-
version "7.5.5"
72-
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
73-
integrity sha1-hzp/k2o8iUkbQ1NtEiRbYmZk488=
74-
dependencies:
75-
"@babel/types" "^7.5.5"
76-
jsesc "^2.5.1"
77-
lodash "^4.17.13"
78-
source-map "^0.5.0"
79-
trim-right "^1.0.1"
80-
81-
"@babel/generator@^7.6.3":
82-
version "7.6.4"
83-
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.6.4.tgz?cache=0&sync_timestamp=1570717897603&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
84-
integrity sha1-pPhDcoe/lnGwf0g7duO7cxvJdnE=
39+
"@babel/generator@^7.4.0", "@babel/generator@^7.7.4":
40+
version "7.7.4"
41+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
42+
integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg==
8543
dependencies:
86-
"@babel/types" "^7.6.3"
44+
"@babel/types" "^7.7.4"
8745
jsesc "^2.5.1"
8846
lodash "^4.17.13"
8947
source-map "^0.5.0"
@@ -138,13 +96,29 @@
13896
"@babel/template" "^7.1.0"
13997
"@babel/types" "^7.0.0"
14098

99+
"@babel/helper-function-name@^7.7.4":
100+
version "7.7.4"
101+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
102+
integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==
103+
dependencies:
104+
"@babel/helper-get-function-arity" "^7.7.4"
105+
"@babel/template" "^7.7.4"
106+
"@babel/types" "^7.7.4"
107+
141108
"@babel/helper-get-function-arity@^7.0.0":
142109
version "7.0.0"
143110
resolved "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
144111
integrity sha1-g1ctQyDipGVyY3NBE8QoaLZOScM=
145112
dependencies:
146113
"@babel/types" "^7.0.0"
147114

115+
"@babel/helper-get-function-arity@^7.7.4":
116+
version "7.7.4"
117+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
118+
integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==
119+
dependencies:
120+
"@babel/types" "^7.7.4"
121+
148122
"@babel/helper-hoist-variables@^7.4.4":
149123
version "7.4.4"
150124
resolved "https://registry.npm.taobao.org/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -233,6 +207,13 @@
233207
dependencies:
234208
"@babel/types" "^7.4.4"
235209

210+
"@babel/helper-split-export-declaration@^7.7.4":
211+
version "7.7.4"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8"
213+
integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==
214+
dependencies:
215+
"@babel/types" "^7.7.4"
216+
236217
"@babel/helper-wrap-function@^7.1.0":
237218
version "7.2.0"
238219
resolved "https://registry.npm.taobao.org/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -243,23 +224,14 @@
243224
"@babel/traverse" "^7.1.0"
244225
"@babel/types" "^7.2.0"
245226

246-
"@babel/helpers@^7.4.4":
247-
version "7.4.4"
248-
resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5"
249-
integrity sha1-hosO9Zwd1OeHRFYtXOG1nIny8qU=
227+
"@babel/helpers@^7.7.4":
228+
version "7.7.4"
229+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302"
230+
integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==
250231
dependencies:
251-
"@babel/template" "^7.4.4"
252-
"@babel/traverse" "^7.4.4"
253-
"@babel/types" "^7.4.4"
254-
255-
"@babel/helpers@^7.5.5":
256-
version "7.5.5"
257-
resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
258-
integrity sha1-Y5CNKnOUIinR5mhbwqDnMN3jt14=
259-
dependencies:
260-
"@babel/template" "^7.4.4"
261-
"@babel/traverse" "^7.5.5"
262-
"@babel/types" "^7.5.5"
232+
"@babel/template" "^7.7.4"
233+
"@babel/traverse" "^7.7.4"
234+
"@babel/types" "^7.7.4"
263235

264236
"@babel/highlight@^7.0.0":
265237
version "7.0.0"
@@ -270,20 +242,10 @@
270242
esutils "^2.0.2"
271243
js-tokens "^4.0.0"
272244

273-
"@babel/parser@^7.0.0", "@babel/parser@^7.6.3":
274-
version "7.6.4"
275-
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.6.4.tgz?cache=0&sync_timestamp=1570718702664&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
276-
integrity sha1-y5s2p0ghECgtXLbdQk7JJitHPYE=
277-
278-
"@babel/parser@^7.1.0", "@babel/parser@^7.1.3", "@babel/parser@^7.2.3", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
279-
version "7.4.5"
280-
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.4.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
281-
integrity sha1-BK+NXVorBEoqG/+sweXmZzVE6HI=
282-
283-
"@babel/parser@^7.5.5":
284-
version "7.5.5"
285-
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
286-
integrity sha1-AvB3rIgX099Kgy71neZ1Zeccyks=
245+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.3", "@babel/parser@^7.2.3", "@babel/parser@^7.4.3", "@babel/parser@^7.7.4":
246+
version "7.7.4"
247+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
248+
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
287249

288250
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
289251
version "7.2.0"
@@ -669,82 +631,34 @@
669631
dependencies:
670632
regenerator-runtime "^0.13.2"
671633

672-
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
673-
version "7.4.4"
674-
resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
675-
integrity sha1-9LiNEiVomgj1vDoXSDVFvp5O0jc=
634+
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.7.4":
635+
version "7.7.4"
636+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
637+
integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==
676638
dependencies:
677639
"@babel/code-frame" "^7.0.0"
678-
"@babel/parser" "^7.4.4"
679-
"@babel/types" "^7.4.4"
640+
"@babel/parser" "^7.7.4"
641+
"@babel/types" "^7.7.4"
680642

681-
"@babel/traverse@^7.0.0":
682-
version "7.6.3"
683-
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
684-
integrity sha1-ZtfboUawhnA8D7EN1Yi3NkzsR/k=
643+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.7.4":
644+
version "7.7.4"
645+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
646+
integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
685647
dependencies:
686648
"@babel/code-frame" "^7.5.5"
687-
"@babel/generator" "^7.6.3"
688-
"@babel/helper-function-name" "^7.1.0"
689-
"@babel/helper-split-export-declaration" "^7.4.4"
690-
"@babel/parser" "^7.6.3"
691-
"@babel/types" "^7.6.3"
649+
"@babel/generator" "^7.7.4"
650+
"@babel/helper-function-name" "^7.7.4"
651+
"@babel/helper-split-export-declaration" "^7.7.4"
652+
"@babel/parser" "^7.7.4"
653+
"@babel/types" "^7.7.4"
692654
debug "^4.1.0"
693655
globals "^11.1.0"
694656
lodash "^4.17.13"
695657

696-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5":
697-
version "7.4.5"
698-
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.4.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216"
699-
integrity sha1-TpLRco/S8Yl9r90yHvv/khVsMhY=
700-
dependencies:
701-
"@babel/code-frame" "^7.0.0"
702-
"@babel/generator" "^7.4.4"
703-
"@babel/helper-function-name" "^7.1.0"
704-
"@babel/helper-split-export-declaration" "^7.4.4"
705-
"@babel/parser" "^7.4.5"
706-
"@babel/types" "^7.4.4"
707-
debug "^4.1.0"
708-
globals "^11.1.0"
709-
lodash "^4.17.11"
710-
711-
"@babel/traverse@^7.5.5":
712-
version "7.5.5"
713-
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
714-
integrity sha1-9mT482jtMpiM1kjan3LVynDxZbs=
715-
dependencies:
716-
"@babel/code-frame" "^7.5.5"
717-
"@babel/generator" "^7.5.5"
718-
"@babel/helper-function-name" "^7.1.0"
719-
"@babel/helper-split-export-declaration" "^7.4.4"
720-
"@babel/parser" "^7.5.5"
721-
"@babel/types" "^7.5.5"
722-
debug "^4.1.0"
723-
globals "^11.1.0"
724-
lodash "^4.17.13"
725-
726-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
727-
version "7.4.4"
728-
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
729-
integrity sha1-jbnppim7fCk3AAm0t3ntk/5X1fA=
730-
dependencies:
731-
esutils "^2.0.2"
732-
lodash "^4.17.11"
733-
to-fast-properties "^2.0.0"
734-
735-
"@babel/types@^7.5.5":
736-
version "7.5.5"
737-
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
738-
integrity sha1-l7n3KOGCeFkJqkq1YmTwkKAo0Yo=
739-
dependencies:
740-
esutils "^2.0.2"
741-
lodash "^4.17.13"
742-
to-fast-properties "^2.0.0"
743-
744-
"@babel/types@^7.6.3":
745-
version "7.6.3"
746-
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
747-
integrity sha1-PwfZb4VPmOL71FxksMuULRHougk=
658+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.4":
659+
version "7.7.4"
660+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
661+
integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
748662
dependencies:
749663
esutils "^2.0.2"
750664
lodash "^4.17.13"
@@ -3061,10 +2975,10 @@ [email protected]:
30612975
meow "^4.0.0"
30622976
q "^1.5.1"
30632977

3064-
convert-source-map@^1.1.0, convert-source-map@^1.4.0:
3065-
version "1.6.0"
3066-
resolved "https://registry.npm.taobao.org/convert-source-map/download/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
3067-
integrity sha1-UbU3qMQ+DwTewZk7/83VBOdYrCA=
2978+
convert-source-map@^1.4.0, convert-source-map@^1.7.0:
2979+
version "1.7.0"
2980+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
2981+
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
30682982
dependencies:
30692983
safe-buffer "~5.1.1"
30702984

@@ -7253,12 +7167,7 @@ lodash.without@~4.4.0:
72537167
resolved "https://registry.npm.taobao.org/lodash.without/download/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
72547168
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
72557169

7256-
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
7257-
version "4.17.14"
7258-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
7259-
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
7260-
7261-
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
7170+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
72627171
version "4.17.15"
72637172
resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
72647173
integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=
@@ -10330,14 +10239,7 @@ [email protected]:
1033010239
resolved "https://registry.npm.taobao.org/resolve/download/resolve-1.1.7.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fresolve%2Fdownload%2Fresolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
1033110240
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
1033210241

10333-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1:
10334-
version "1.11.1"
10335-
resolved "https://registry.npm.taobao.org/resolve/download/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
10336-
integrity sha1-6hDYEQN2mC/vV434/DC5rDCgej4=
10337-
dependencies:
10338-
path-parse "^1.0.6"
10339-
10340-
resolve@^1.12.0:
10242+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.8.1:
1034110243
version "1.12.0"
1034210244
resolved "https://registry.npm.taobao.org/resolve/download/resolve-1.12.0.tgz?cache=0&sync_timestamp=1564641434608&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fresolve%2Fdownload%2Fresolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
1034310245
integrity sha1-P8ZEo1yEpIVUYJ/ybsUrZvpXffY=
@@ -10624,12 +10526,7 @@ [email protected]:
1062410526
resolved "https://registry.npm.taobao.org/semver/download/semver-6.0.0.tgz?cache=0&sync_timestamp=1559063729249&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
1062510527
integrity sha1-BeNZ7lceWtftZBpu7B5Ue6Ut6mU=
1062610528

10627-
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1:
10628-
version "6.1.1"
10629-
resolved "https://registry.npm.taobao.org/semver/download/semver-6.1.1.tgz?cache=0&sync_timestamp=1559063729249&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
10630-
integrity sha1-U/U9qbMLIQPNTxXqs6GOy8shDJs=
10631-
10632-
semver@^6.1.2:
10529+
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2:
1063310530
version "6.3.0"
1063410531
resolved "https://registry.npm.taobao.org/semver/download/semver-6.3.0.tgz?cache=0&sync_timestamp=1565627380363&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1063510532
integrity sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=
@@ -11789,11 +11686,6 @@ trim-off-newlines@^1.0.0:
1178911686
resolved "https://registry.npm.taobao.org/trim-off-newlines/download/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
1179011687
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1179111688

11792-
trim-right@^1.0.1:
11793-
version "1.0.1"
11794-
resolved "https://registry.npm.taobao.org/trim-right/download/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
11795-
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
11796-
1179711689
trim-trailing-lines@^1.0.0:
1179811690
version "1.1.2"
1179911691
resolved "https://registry.npm.taobao.org/trim-trailing-lines/download/trim-trailing-lines-1.1.2.tgz#d2f1e153161152e9f02fabc670fb40bec2ea2e3a"

0 commit comments

Comments
 (0)