Skip to content

Commit 26b272f

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

File tree

2 files changed

+83
-98
lines changed

2 files changed

+83
-98
lines changed

Diff for: package.json

+1-1
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.9",
2929
"babel-cli": "6.26.0",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-es2015": "6.24.1",

Diff for: yarn.lock

+82-97
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.9":
13+
version "7.12.9"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
15+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
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"
22-
"@babel/template" "^7.10.4"
23-
"@babel/traverse" "^7.10.5"
24-
"@babel/types" "^7.10.5"
18+
"@babel/generator" "^7.12.5"
19+
"@babel/helper-module-transforms" "^7.12.1"
20+
"@babel/helpers" "^7.12.5"
21+
"@babel/parser" "^7.12.7"
22+
"@babel/template" "^7.12.7"
23+
"@babel/traverse" "^7.12.9"
24+
"@babel/types" "^7.12.7"
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.5":
35+
version "7.12.5"
36+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
37+
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
4838
dependencies:
49-
"@babel/types" "^7.10.5"
39+
"@babel/types" "^7.12.5"
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.7"
61+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
62+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
7363
dependencies:
74-
"@babel/types" "^7.10.4"
64+
"@babel/types" "^7.12.7"
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.5"
68+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
69+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
8070
dependencies:
81-
"@babel/types" "^7.10.4"
71+
"@babel/types" "^7.12.5"
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.5"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
98+
integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
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.5"
103+
"@babel/types" "^7.12.5"
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.5":
125+
version "7.12.5"
126+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
127+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
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.5"
131+
"@babel/types" "^7.12.5"
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.7":
148+
version "7.12.7"
149+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
150+
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
160151

161152
"@babel/template@^7.10.4":
162153
version "7.10.4"
@@ -167,32 +158,26 @@
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=
161+
"@babel/template@^7.12.7":
162+
version "7.12.7"
163+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
164+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
174165
dependencies:
175166
"@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"
167+
"@babel/parser" "^7.12.7"
168+
"@babel/types" "^7.12.7"
184169

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==
170+
"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9":
171+
version "7.12.9"
172+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
173+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
189174
dependencies:
190175
"@babel/code-frame" "^7.10.4"
191-
"@babel/generator" "^7.10.5"
176+
"@babel/generator" "^7.12.5"
192177
"@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"
178+
"@babel/helper-split-export-declaration" "^7.11.0"
179+
"@babel/parser" "^7.12.7"
180+
"@babel/types" "^7.12.7"
196181
debug "^4.1.0"
197182
globals "^11.1.0"
198183
lodash "^4.17.19"
@@ -206,10 +191,10 @@
206191
lodash "^4.17.13"
207192
to-fast-properties "^2.0.0"
208193

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==
194+
"@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7":
195+
version "7.12.7"
196+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
197+
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
213198
dependencies:
214199
"@babel/helper-validator-identifier" "^7.10.4"
215200
lodash "^4.17.19"

0 commit comments

Comments
 (0)