Skip to content

Commit b261525

Browse files
committed
Update dependency @babel/core to v7.12.16
1 parent 59eff6e commit b261525

File tree

2 files changed

+176
-2
lines changed

2 files changed

+176
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {},
2121
"devDependencies": {
22-
"@babel/core": "7.12.10",
22+
"@babel/core": "7.12.16",
2323
"@rollup/plugin-commonjs": "17.0.0",
2424
"@rollup/plugin-node-resolve": "11.1.0",
2525
"@storybook/addon-actions": "6.1.14",

yarn.lock

+175-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,40 @@
2323
dependencies:
2424
"@babel/highlight" "^7.10.4"
2525

26+
"@babel/code-frame@^7.12.13":
27+
version "7.12.13"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
29+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
30+
dependencies:
31+
"@babel/highlight" "^7.12.13"
32+
2633
"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
2734
version "7.12.7"
2835
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
2936
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3037

31-
"@babel/core@7.12.10", "@babel/core@^7.12.3":
38+
"@babel/core@7.12.16":
39+
version "7.12.16"
40+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
41+
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
42+
dependencies:
43+
"@babel/code-frame" "^7.12.13"
44+
"@babel/generator" "^7.12.15"
45+
"@babel/helper-module-transforms" "^7.12.13"
46+
"@babel/helpers" "^7.12.13"
47+
"@babel/parser" "^7.12.16"
48+
"@babel/template" "^7.12.13"
49+
"@babel/traverse" "^7.12.13"
50+
"@babel/types" "^7.12.13"
51+
convert-source-map "^1.7.0"
52+
debug "^4.1.0"
53+
gensync "^1.0.0-beta.1"
54+
json5 "^2.1.2"
55+
lodash "^4.17.19"
56+
semver "^5.4.1"
57+
source-map "^0.5.0"
58+
59+
"@babel/core@^7.12.3":
3260
version "7.12.10"
3361
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
3462
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
@@ -58,6 +86,15 @@
5886
jsesc "^2.5.1"
5987
source-map "^0.5.0"
6088

89+
"@babel/generator@^7.12.13", "@babel/generator@^7.12.15":
90+
version "7.12.15"
91+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
92+
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
93+
dependencies:
94+
"@babel/types" "^7.12.13"
95+
jsesc "^2.5.1"
96+
source-map "^0.5.0"
97+
6198
"@babel/generator@^7.12.5":
6299
version "7.12.5"
63100
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
@@ -169,13 +206,29 @@
169206
"@babel/template" "^7.10.4"
170207
"@babel/types" "^7.10.4"
171208

209+
"@babel/helper-function-name@^7.12.13":
210+
version "7.12.13"
211+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
212+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
213+
dependencies:
214+
"@babel/helper-get-function-arity" "^7.12.13"
215+
"@babel/template" "^7.12.13"
216+
"@babel/types" "^7.12.13"
217+
172218
"@babel/helper-get-function-arity@^7.10.4":
173219
version "7.10.4"
174220
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
175221
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
176222
dependencies:
177223
"@babel/types" "^7.10.4"
178224

225+
"@babel/helper-get-function-arity@^7.12.13":
226+
version "7.12.13"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
228+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
229+
dependencies:
230+
"@babel/types" "^7.12.13"
231+
179232
"@babel/helper-hoist-variables@^7.10.4":
180233
version "7.10.4"
181234
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -190,6 +243,13 @@
190243
dependencies:
191244
"@babel/types" "^7.12.7"
192245

246+
"@babel/helper-member-expression-to-functions@^7.12.13":
247+
version "7.12.16"
248+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz#41e0916b99f8d5f43da4f05d85f4930fa3d62b22"
249+
integrity sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==
250+
dependencies:
251+
"@babel/types" "^7.12.13"
252+
193253
"@babel/helper-module-imports@^7.0.0":
194254
version "7.10.1"
195255
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
@@ -204,6 +264,13 @@
204264
dependencies:
205265
"@babel/types" "^7.12.5"
206266

267+
"@babel/helper-module-imports@^7.12.13":
268+
version "7.12.13"
269+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
270+
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
271+
dependencies:
272+
"@babel/types" "^7.12.13"
273+
207274
"@babel/helper-module-transforms@^7.12.1":
208275
version "7.12.1"
209276
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
@@ -219,13 +286,35 @@
219286
"@babel/types" "^7.12.1"
220287
lodash "^4.17.19"
221288

289+
"@babel/helper-module-transforms@^7.12.13":
290+
version "7.12.13"
291+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
292+
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==
293+
dependencies:
294+
"@babel/helper-module-imports" "^7.12.13"
295+
"@babel/helper-replace-supers" "^7.12.13"
296+
"@babel/helper-simple-access" "^7.12.13"
297+
"@babel/helper-split-export-declaration" "^7.12.13"
298+
"@babel/helper-validator-identifier" "^7.12.11"
299+
"@babel/template" "^7.12.13"
300+
"@babel/traverse" "^7.12.13"
301+
"@babel/types" "^7.12.13"
302+
lodash "^4.17.19"
303+
222304
"@babel/helper-optimise-call-expression@^7.10.4":
223305
version "7.12.7"
224306
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c"
225307
integrity sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw==
226308
dependencies:
227309
"@babel/types" "^7.12.7"
228310

311+
"@babel/helper-optimise-call-expression@^7.12.13":
312+
version "7.12.13"
313+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
314+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
315+
dependencies:
316+
"@babel/types" "^7.12.13"
317+
229318
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0":
230319
version "7.10.1"
231320
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
@@ -262,13 +351,30 @@
262351
"@babel/traverse" "^7.12.5"
263352
"@babel/types" "^7.12.5"
264353

354+
"@babel/helper-replace-supers@^7.12.13":
355+
version "7.12.13"
356+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121"
357+
integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==
358+
dependencies:
359+
"@babel/helper-member-expression-to-functions" "^7.12.13"
360+
"@babel/helper-optimise-call-expression" "^7.12.13"
361+
"@babel/traverse" "^7.12.13"
362+
"@babel/types" "^7.12.13"
363+
265364
"@babel/helper-simple-access@^7.12.1":
266365
version "7.12.1"
267366
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
268367
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
269368
dependencies:
270369
"@babel/types" "^7.12.1"
271370

371+
"@babel/helper-simple-access@^7.12.13":
372+
version "7.12.13"
373+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
374+
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
375+
dependencies:
376+
"@babel/types" "^7.12.13"
377+
272378
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
273379
version "7.12.1"
274380
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -283,6 +389,13 @@
283389
dependencies:
284390
"@babel/types" "^7.11.0"
285391

392+
"@babel/helper-split-export-declaration@^7.12.13":
393+
version "7.12.13"
394+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
395+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
396+
dependencies:
397+
"@babel/types" "^7.12.13"
398+
286399
"@babel/helper-validator-identifier@^7.10.1":
287400
version "7.10.1"
288401
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
@@ -293,6 +406,11 @@
293406
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
294407
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
295408

409+
"@babel/helper-validator-identifier@^7.12.11":
410+
version "7.12.11"
411+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
412+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
413+
296414
"@babel/helper-validator-option@^7.12.1":
297415
version "7.12.1"
298416
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
@@ -308,6 +426,15 @@
308426
"@babel/traverse" "^7.10.4"
309427
"@babel/types" "^7.10.4"
310428

429+
"@babel/helpers@^7.12.13":
430+
version "7.12.13"
431+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
432+
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
433+
dependencies:
434+
"@babel/template" "^7.12.13"
435+
"@babel/traverse" "^7.12.13"
436+
"@babel/types" "^7.12.13"
437+
311438
"@babel/helpers@^7.12.5":
312439
version "7.12.5"
313440
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
@@ -335,11 +462,25 @@
335462
chalk "^2.0.0"
336463
js-tokens "^4.0.0"
337464

465+
"@babel/highlight@^7.12.13":
466+
version "7.12.13"
467+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
468+
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
469+
dependencies:
470+
"@babel/helper-validator-identifier" "^7.12.11"
471+
chalk "^2.0.0"
472+
js-tokens "^4.0.0"
473+
338474
"@babel/parser@^7.12.10":
339475
version "7.12.10"
340476
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
341477
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
342478

479+
"@babel/parser@^7.12.13", "@babel/parser@^7.12.16":
480+
version "7.12.16"
481+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
482+
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
483+
343484
"@babel/parser@^7.12.7":
344485
version "7.12.7"
345486
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
@@ -1026,6 +1167,15 @@
10261167
"@babel/parser" "^7.12.7"
10271168
"@babel/types" "^7.12.7"
10281169

1170+
"@babel/template@^7.12.13":
1171+
version "7.12.13"
1172+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1173+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1174+
dependencies:
1175+
"@babel/code-frame" "^7.12.13"
1176+
"@babel/parser" "^7.12.13"
1177+
"@babel/types" "^7.12.13"
1178+
10291179
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.10":
10301180
version "7.12.10"
10311181
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
@@ -1056,6 +1206,21 @@
10561206
globals "^11.1.0"
10571207
lodash "^4.17.19"
10581208

1209+
"@babel/traverse@^7.12.13":
1210+
version "7.12.13"
1211+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
1212+
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
1213+
dependencies:
1214+
"@babel/code-frame" "^7.12.13"
1215+
"@babel/generator" "^7.12.13"
1216+
"@babel/helper-function-name" "^7.12.13"
1217+
"@babel/helper-split-export-declaration" "^7.12.13"
1218+
"@babel/parser" "^7.12.13"
1219+
"@babel/types" "^7.12.13"
1220+
debug "^4.1.0"
1221+
globals "^11.1.0"
1222+
lodash "^4.17.19"
1223+
10591224
"@babel/types@^7.10.1", "@babel/types@^7.4.4":
10601225
version "7.10.2"
10611226
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
@@ -1083,6 +1248,15 @@
10831248
lodash "^4.17.19"
10841249
to-fast-properties "^2.0.0"
10851250

1251+
"@babel/types@^7.12.13":
1252+
version "7.12.13"
1253+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
1254+
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
1255+
dependencies:
1256+
"@babel/helper-validator-identifier" "^7.12.11"
1257+
lodash "^4.17.19"
1258+
to-fast-properties "^2.0.0"
1259+
10861260
"@emotion/cache@^10.0.27":
10871261
version "10.0.29"
10881262
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"

0 commit comments

Comments
 (0)