Skip to content

Commit ed6d34a

Browse files
committed
chore(deps): update dependency @babel/core to v7.12.3
1 parent 6c4e7c2 commit ed6d34a

File tree

2 files changed

+76
-100
lines changed

2 files changed

+76
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"copy-to-clipboard": "^3.3.1"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.10.5",
28+
"@babel/core": "7.12.3",
2929
"babel-cli": "6.26.0",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-es2015": "6.24.1",

yarn.lock

Lines changed: 75 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/core@7.10.5":
13-
version "7.10.5"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
15-
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
12+
"@babel/core@7.12.3":
13+
version "7.12.3"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
15+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
1616
dependencies:
1717
"@babel/code-frame" "^7.10.4"
18-
"@babel/generator" "^7.10.5"
19-
"@babel/helper-module-transforms" "^7.10.5"
20-
"@babel/helpers" "^7.10.4"
21-
"@babel/parser" "^7.10.5"
18+
"@babel/generator" "^7.12.1"
19+
"@babel/helper-module-transforms" "^7.12.1"
20+
"@babel/helpers" "^7.12.1"
21+
"@babel/parser" "^7.12.3"
2222
"@babel/template" "^7.10.4"
23-
"@babel/traverse" "^7.10.5"
24-
"@babel/types" "^7.10.5"
23+
"@babel/traverse" "^7.12.1"
24+
"@babel/types" "^7.12.1"
2525
convert-source-map "^1.7.0"
2626
debug "^4.1.0"
2727
gensync "^1.0.0-beta.1"
@@ -31,22 +31,12 @@
3131
semver "^5.4.1"
3232
source-map "^0.5.0"
3333

34-
"@babel/generator@^7.10.4":
35-
version "7.10.4"
36-
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.10.4.tgz?cache=0&sync_timestamp=1593522965477&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
37-
integrity sha1-5J7u2f4RS2L6WxgYVqQ6XjL18kM=
38-
dependencies:
39-
"@babel/types" "^7.10.4"
40-
jsesc "^2.5.1"
41-
lodash "^4.17.13"
42-
source-map "^0.5.0"
43-
44-
"@babel/generator@^7.10.5":
45-
version "7.10.5"
46-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
47-
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
34+
"@babel/generator@^7.12.1":
35+
version "7.12.1"
36+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
37+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
4838
dependencies:
49-
"@babel/types" "^7.10.5"
39+
"@babel/types" "^7.12.1"
5040
jsesc "^2.5.1"
5141
source-map "^0.5.0"
5242

@@ -66,31 +56,33 @@
6656
dependencies:
6757
"@babel/types" "^7.10.4"
6858

69-
"@babel/helper-member-expression-to-functions@^7.10.4":
70-
version "7.10.4"
71-
resolved "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.10.4.tgz?cache=0&sync_timestamp=1593521295340&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.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4"
72-
integrity sha1-fNBLV9/Pgvzprq59TkRS+jG4x8Q=
59+
"@babel/helper-member-expression-to-functions@^7.12.1":
60+
version "7.12.1"
61+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
62+
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
7363
dependencies:
74-
"@babel/types" "^7.10.4"
64+
"@babel/types" "^7.12.1"
7565

76-
"@babel/helper-module-imports@^7.10.4":
77-
version "7.10.4"
78-
resolved "https://registry.npm.taobao.org/@babel/helper-module-imports/download/@babel/helper-module-imports-7.10.4.tgz?cache=0&sync_timestamp=1593522965782&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-imports%2Fdownload%2F%40babel%2Fhelper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
79-
integrity sha1-TFxUvgS9MWcKc4J5fXW5+i5bViA=
66+
"@babel/helper-module-imports@^7.12.1":
67+
version "7.12.1"
68+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
69+
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
8070
dependencies:
81-
"@babel/types" "^7.10.4"
71+
"@babel/types" "^7.12.1"
8272

83-
"@babel/helper-module-transforms@^7.10.5":
84-
version "7.10.5"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
86-
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
73+
"@babel/helper-module-transforms@^7.12.1":
74+
version "7.12.1"
75+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
76+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
8777
dependencies:
88-
"@babel/helper-module-imports" "^7.10.4"
89-
"@babel/helper-replace-supers" "^7.10.4"
90-
"@babel/helper-simple-access" "^7.10.4"
91-
"@babel/helper-split-export-declaration" "^7.10.4"
78+
"@babel/helper-module-imports" "^7.12.1"
79+
"@babel/helper-replace-supers" "^7.12.1"
80+
"@babel/helper-simple-access" "^7.12.1"
81+
"@babel/helper-split-export-declaration" "^7.11.0"
82+
"@babel/helper-validator-identifier" "^7.10.4"
9283
"@babel/template" "^7.10.4"
93-
"@babel/types" "^7.10.5"
84+
"@babel/traverse" "^7.12.1"
85+
"@babel/types" "^7.12.1"
9486
lodash "^4.17.19"
9587

9688
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -100,44 +92,43 @@
10092
dependencies:
10193
"@babel/types" "^7.10.4"
10294

103-
"@babel/helper-replace-supers@^7.10.4":
104-
version "7.10.4"
105-
resolved "https://registry.npm.taobao.org/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.10.4.tgz?cache=0&sync_timestamp=1593522959591&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
106-
integrity sha1-1YXNk4jqBuYDHkzUS2cTy+rZ5s8=
95+
"@babel/helper-replace-supers@^7.12.1":
96+
version "7.12.1"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
98+
integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
10799
dependencies:
108-
"@babel/helper-member-expression-to-functions" "^7.10.4"
100+
"@babel/helper-member-expression-to-functions" "^7.12.1"
109101
"@babel/helper-optimise-call-expression" "^7.10.4"
110-
"@babel/traverse" "^7.10.4"
111-
"@babel/types" "^7.10.4"
102+
"@babel/traverse" "^7.12.1"
103+
"@babel/types" "^7.12.1"
112104

113-
"@babel/helper-simple-access@^7.10.4":
114-
version "7.10.4"
115-
resolved "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.10.4.tgz?cache=0&sync_timestamp=1593522975802&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
116-
integrity sha1-D1zNopRSd6KnotOoIeFTle3PNGE=
105+
"@babel/helper-simple-access@^7.12.1":
106+
version "7.12.1"
107+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
108+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
117109
dependencies:
118-
"@babel/template" "^7.10.4"
119-
"@babel/types" "^7.10.4"
110+
"@babel/types" "^7.12.1"
120111

121-
"@babel/helper-split-export-declaration@^7.10.4":
122-
version "7.10.4"
123-
resolved "https://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.10.4.tgz?cache=0&sync_timestamp=1593522967620&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
124-
integrity sha1-LHBXbqo7VgmyTLmdsoiMw/xCUdE=
112+
"@babel/helper-split-export-declaration@^7.11.0":
113+
version "7.11.0"
114+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
115+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
125116
dependencies:
126-
"@babel/types" "^7.10.4"
117+
"@babel/types" "^7.11.0"
127118

128119
"@babel/helper-validator-identifier@^7.10.4":
129120
version "7.10.4"
130121
resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593521083613&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"
131122
integrity sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI=
132123

133-
"@babel/helpers@^7.10.4":
134-
version "7.10.4"
135-
resolved "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.10.4.tgz?cache=0&sync_timestamp=1593522959913&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
136-
integrity sha1-Kr6w1yGv98Cpc3a54fb2XXpHUEQ=
124+
"@babel/helpers@^7.12.1":
125+
version "7.12.1"
126+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
127+
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
137128
dependencies:
138129
"@babel/template" "^7.10.4"
139-
"@babel/traverse" "^7.10.4"
140-
"@babel/types" "^7.10.4"
130+
"@babel/traverse" "^7.12.1"
131+
"@babel/types" "^7.12.1"
141132

142133
"@babel/highlight@^7.10.4":
143134
version "7.10.4"
@@ -153,10 +144,10 @@
153144
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.4.tgz?cache=0&sync_timestamp=1593521083313&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
154145
integrity sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=
155146

156-
"@babel/parser@^7.10.5":
157-
version "7.10.5"
158-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
159-
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
147+
"@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
148+
version "7.12.3"
149+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
150+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
160151

161152
"@babel/template@^7.10.4":
162153
version "7.10.4"
@@ -167,32 +158,17 @@
167158
"@babel/parser" "^7.10.4"
168159
"@babel/types" "^7.10.4"
169160

170-
"@babel/traverse@^7.10.4":
171-
version "7.10.4"
172-
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
173-
integrity sha1-5kLlOVo7CcyVyOdKJ0MrSEtpeBg=
174-
dependencies:
175-
"@babel/code-frame" "^7.10.4"
176-
"@babel/generator" "^7.10.4"
177-
"@babel/helper-function-name" "^7.10.4"
178-
"@babel/helper-split-export-declaration" "^7.10.4"
179-
"@babel/parser" "^7.10.4"
180-
"@babel/types" "^7.10.4"
181-
debug "^4.1.0"
182-
globals "^11.1.0"
183-
lodash "^4.17.13"
184-
185-
"@babel/traverse@^7.10.5":
186-
version "7.10.5"
187-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
188-
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
161+
"@babel/traverse@^7.12.1":
162+
version "7.12.1"
163+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
164+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
189165
dependencies:
190166
"@babel/code-frame" "^7.10.4"
191-
"@babel/generator" "^7.10.5"
167+
"@babel/generator" "^7.12.1"
192168
"@babel/helper-function-name" "^7.10.4"
193-
"@babel/helper-split-export-declaration" "^7.10.4"
194-
"@babel/parser" "^7.10.5"
195-
"@babel/types" "^7.10.5"
169+
"@babel/helper-split-export-declaration" "^7.11.0"
170+
"@babel/parser" "^7.12.1"
171+
"@babel/types" "^7.12.1"
196172
debug "^4.1.0"
197173
globals "^11.1.0"
198174
lodash "^4.17.19"
@@ -206,10 +182,10 @@
206182
lodash "^4.17.13"
207183
to-fast-properties "^2.0.0"
208184

209-
"@babel/types@^7.10.5":
210-
version "7.10.5"
211-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
212-
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
185+
"@babel/types@^7.11.0", "@babel/types@^7.12.1":
186+
version "7.12.1"
187+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
188+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
213189
dependencies:
214190
"@babel/helper-validator-identifier" "^7.10.4"
215191
lodash "^4.17.19"

0 commit comments

Comments
 (0)