Skip to content

Commit 15f7930

Browse files
chore(deps-dev): bump @babel/core from 7.12.10 to 7.12.13 (#521)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 8fb9cc7 commit 15f7930

File tree

2 files changed

+150
-75
lines changed

2 files changed

+150
-75
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-fast-compare": "3.2.0"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "7.12.10",
47+
"@babel/core": "7.12.13",
4848
"@storybook/addon-knobs": "6.1.15",
4949
"@storybook/addons": "6.1.15",
5050
"@storybook/react": "6.1.17",

yarn.lock

Lines changed: 149 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
dependencies:
1010
"@babel/highlight" "^7.8.3"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.5.5":
13-
version "7.10.4"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
15-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.5.5":
13+
version "7.12.13"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
15+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
1616
dependencies:
17-
"@babel/highlight" "^7.10.4"
17+
"@babel/highlight" "^7.12.13"
1818

1919
"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0":
2020
version "7.11.0"
@@ -30,19 +30,19 @@
3030
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
3131
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
3232

33-
"@babel/core@7.12.10", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.4.4", "@babel/core@^7.7.5":
34-
version "7.12.10"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
36-
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
37-
dependencies:
38-
"@babel/code-frame" "^7.10.4"
39-
"@babel/generator" "^7.12.10"
40-
"@babel/helper-module-transforms" "^7.12.1"
41-
"@babel/helpers" "^7.12.5"
42-
"@babel/parser" "^7.12.10"
43-
"@babel/template" "^7.12.7"
44-
"@babel/traverse" "^7.12.10"
45-
"@babel/types" "^7.12.10"
33+
"@babel/core@7.12.13", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.4.4", "@babel/core@^7.7.5":
34+
version "7.12.13"
35+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
36+
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
37+
dependencies:
38+
"@babel/code-frame" "^7.12.13"
39+
"@babel/generator" "^7.12.13"
40+
"@babel/helper-module-transforms" "^7.12.13"
41+
"@babel/helpers" "^7.12.13"
42+
"@babel/parser" "^7.12.13"
43+
"@babel/template" "^7.12.13"
44+
"@babel/traverse" "^7.12.13"
45+
"@babel/types" "^7.12.13"
4646
convert-source-map "^1.7.0"
4747
debug "^4.1.0"
4848
gensync "^1.0.0-beta.1"
@@ -51,12 +51,12 @@
5151
semver "^5.4.1"
5252
source-map "^0.5.0"
5353

54-
"@babel/generator@^7.12.10", "@babel/generator@^7.4.0":
55-
version "7.12.10"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
57-
integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
54+
"@babel/generator@^7.12.13", "@babel/generator@^7.4.0":
55+
version "7.12.15"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
57+
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
5858
dependencies:
59-
"@babel/types" "^7.12.10"
59+
"@babel/types" "^7.12.13"
6060
jsesc "^2.5.1"
6161
source-map "^0.5.0"
6262

@@ -179,13 +179,29 @@
179179
"@babel/template" "^7.10.4"
180180
"@babel/types" "^7.10.4"
181181

182+
"@babel/helper-function-name@^7.12.13":
183+
version "7.12.13"
184+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
185+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
186+
dependencies:
187+
"@babel/helper-get-function-arity" "^7.12.13"
188+
"@babel/template" "^7.12.13"
189+
"@babel/types" "^7.12.13"
190+
182191
"@babel/helper-get-function-arity@^7.10.4":
183192
version "7.10.4"
184193
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
185194
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
186195
dependencies:
187196
"@babel/types" "^7.10.4"
188197

198+
"@babel/helper-get-function-arity@^7.12.13":
199+
version "7.12.13"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
201+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
202+
dependencies:
203+
"@babel/types" "^7.12.13"
204+
189205
"@babel/helper-hoist-variables@^7.10.4":
190206
version "7.10.4"
191207
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -214,6 +230,13 @@
214230
dependencies:
215231
"@babel/types" "^7.12.1"
216232

233+
"@babel/helper-member-expression-to-functions@^7.12.13":
234+
version "7.12.13"
235+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
236+
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==
237+
dependencies:
238+
"@babel/types" "^7.12.13"
239+
217240
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4":
218241
version "7.10.4"
219242
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
@@ -228,26 +251,33 @@
228251
dependencies:
229252
"@babel/types" "^7.12.1"
230253

254+
"@babel/helper-module-imports@^7.12.13":
255+
version "7.12.13"
256+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
257+
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
258+
dependencies:
259+
"@babel/types" "^7.12.13"
260+
231261
"@babel/helper-module-imports@^7.12.5":
232262
version "7.12.5"
233263
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
234264
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
235265
dependencies:
236266
"@babel/types" "^7.12.5"
237267

238-
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1":
239-
version "7.12.1"
240-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
241-
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
242-
dependencies:
243-
"@babel/helper-module-imports" "^7.12.1"
244-
"@babel/helper-replace-supers" "^7.12.1"
245-
"@babel/helper-simple-access" "^7.12.1"
246-
"@babel/helper-split-export-declaration" "^7.11.0"
247-
"@babel/helper-validator-identifier" "^7.10.4"
248-
"@babel/template" "^7.10.4"
249-
"@babel/traverse" "^7.12.1"
250-
"@babel/types" "^7.12.1"
268+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.12.13":
269+
version "7.12.13"
270+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
271+
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==
272+
dependencies:
273+
"@babel/helper-module-imports" "^7.12.13"
274+
"@babel/helper-replace-supers" "^7.12.13"
275+
"@babel/helper-simple-access" "^7.12.13"
276+
"@babel/helper-split-export-declaration" "^7.12.13"
277+
"@babel/helper-validator-identifier" "^7.12.11"
278+
"@babel/template" "^7.12.13"
279+
"@babel/traverse" "^7.12.13"
280+
"@babel/types" "^7.12.13"
251281
lodash "^4.17.19"
252282

253283
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -257,6 +287,13 @@
257287
dependencies:
258288
"@babel/types" "^7.10.4"
259289

290+
"@babel/helper-optimise-call-expression@^7.12.13":
291+
version "7.12.13"
292+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
293+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
294+
dependencies:
295+
"@babel/types" "^7.12.13"
296+
260297
"@babel/helper-plugin-utils@^7.0.0":
261298
version "7.0.0"
262299
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
@@ -319,6 +356,16 @@
319356
"@babel/traverse" "^7.12.1"
320357
"@babel/types" "^7.12.1"
321358

359+
"@babel/helper-replace-supers@^7.12.13":
360+
version "7.12.13"
361+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121"
362+
integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==
363+
dependencies:
364+
"@babel/helper-member-expression-to-functions" "^7.12.13"
365+
"@babel/helper-optimise-call-expression" "^7.12.13"
366+
"@babel/traverse" "^7.12.13"
367+
"@babel/types" "^7.12.13"
368+
322369
"@babel/helper-simple-access@^7.10.4":
323370
version "7.10.4"
324371
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -334,6 +381,13 @@
334381
dependencies:
335382
"@babel/types" "^7.12.1"
336383

384+
"@babel/helper-simple-access@^7.12.13":
385+
version "7.12.13"
386+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
387+
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
388+
dependencies:
389+
"@babel/types" "^7.12.13"
390+
337391
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
338392
version "7.11.0"
339393
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
@@ -348,18 +402,30 @@
348402
dependencies:
349403
"@babel/types" "^7.12.1"
350404

351-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0":
405+
"@babel/helper-split-export-declaration@^7.10.4":
352406
version "7.11.0"
353407
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
354408
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
355409
dependencies:
356410
"@babel/types" "^7.11.0"
357411

412+
"@babel/helper-split-export-declaration@^7.12.13":
413+
version "7.12.13"
414+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
415+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
416+
dependencies:
417+
"@babel/types" "^7.12.13"
418+
358419
"@babel/helper-validator-identifier@^7.10.4":
359420
version "7.10.4"
360421
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
361422
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
362423

424+
"@babel/helper-validator-identifier@^7.12.11":
425+
version "7.12.11"
426+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
427+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
428+
363429
"@babel/helper-validator-option@^7.12.1":
364430
version "7.12.1"
365431
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
@@ -375,16 +441,25 @@
375441
"@babel/traverse" "^7.10.4"
376442
"@babel/types" "^7.10.4"
377443

378-
"@babel/helpers@^7.12.5":
379-
version "7.12.5"
380-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
381-
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
444+
"@babel/helpers@^7.12.13":
445+
version "7.12.13"
446+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
447+
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
382448
dependencies:
383-
"@babel/template" "^7.10.4"
384-
"@babel/traverse" "^7.12.5"
385-
"@babel/types" "^7.12.5"
449+
"@babel/template" "^7.12.13"
450+
"@babel/traverse" "^7.12.13"
451+
"@babel/types" "^7.12.13"
386452

387-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3":
453+
"@babel/highlight@^7.12.13":
454+
version "7.12.13"
455+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
456+
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
457+
dependencies:
458+
"@babel/helper-validator-identifier" "^7.12.11"
459+
chalk "^2.0.0"
460+
js-tokens "^4.0.0"
461+
462+
"@babel/highlight@^7.8.3":
388463
version "7.10.4"
389464
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
390465
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
@@ -393,10 +468,10 @@
393468
chalk "^2.0.0"
394469
js-tokens "^4.0.0"
395470

396-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7", "@babel/parser@^7.4.3":
397-
version "7.12.10"
398-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
399-
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
471+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.4.3":
472+
version "7.12.15"
473+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
474+
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
400475

401476
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
402477
version "7.10.5"
@@ -1572,36 +1647,36 @@
15721647
dependencies:
15731648
regenerator-runtime "^0.12.0"
15741649

1575-
"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.4.0":
1576-
version "7.12.7"
1577-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
1578-
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
1579-
dependencies:
1580-
"@babel/code-frame" "^7.10.4"
1581-
"@babel/parser" "^7.12.7"
1582-
"@babel/types" "^7.12.7"
1583-
1584-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.4.3":
1585-
version "7.12.10"
1586-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
1587-
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
1588-
dependencies:
1589-
"@babel/code-frame" "^7.10.4"
1590-
"@babel/generator" "^7.12.10"
1591-
"@babel/helper-function-name" "^7.10.4"
1592-
"@babel/helper-split-export-declaration" "^7.11.0"
1593-
"@babel/parser" "^7.12.10"
1594-
"@babel/types" "^7.12.10"
1650+
"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.4.0":
1651+
version "7.12.13"
1652+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1653+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1654+
dependencies:
1655+
"@babel/code-frame" "^7.12.13"
1656+
"@babel/parser" "^7.12.13"
1657+
"@babel/types" "^7.12.13"
1658+
1659+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.13", "@babel/traverse@^7.4.3":
1660+
version "7.12.13"
1661+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
1662+
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
1663+
dependencies:
1664+
"@babel/code-frame" "^7.12.13"
1665+
"@babel/generator" "^7.12.13"
1666+
"@babel/helper-function-name" "^7.12.13"
1667+
"@babel/helper-split-export-declaration" "^7.12.13"
1668+
"@babel/parser" "^7.12.13"
1669+
"@babel/types" "^7.12.13"
15951670
debug "^4.1.0"
15961671
globals "^11.1.0"
15971672
lodash "^4.17.19"
15981673

1599-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@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.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
1600-
version "7.12.10"
1601-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
1602-
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
1674+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
1675+
version "7.12.13"
1676+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
1677+
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
16031678
dependencies:
1604-
"@babel/helper-validator-identifier" "^7.10.4"
1679+
"@babel/helper-validator-identifier" "^7.12.11"
16051680
lodash "^4.17.19"
16061681
to-fast-properties "^2.0.0"
16071682

0 commit comments

Comments
 (0)