Skip to content

Commit 7fc26d3

Browse files
renovate-botrenovate[bot]
authored andcommittedMar 27, 2021
⬆️ deps: Upgrade dependency @babel/core to v7.13.13
1 parent ead2f4e commit 7fc26d3

File tree

2 files changed

+107
-2
lines changed

2 files changed

+107
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"dependencies": {},
6464
"devDependencies": {
6565
"@aureooms/js-operator": "1.0.2",
66-
"@babel/core": "7.13.10",
66+
"@babel/core": "7.13.13",
6767
"@babel/preset-env": "7.13.12",
6868
"@babel/register": "7.13.8",
6969
"@commitlint/cli": "12.0.1",

‎yarn.lock

+106-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,29 @@
4343
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
4444
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
4545

46-
"@babel/core@7.13.10", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
46+
"@babel/core@7.13.13":
47+
version "7.13.13"
48+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
49+
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
50+
dependencies:
51+
"@babel/code-frame" "^7.12.13"
52+
"@babel/generator" "^7.13.9"
53+
"@babel/helper-compilation-targets" "^7.13.13"
54+
"@babel/helper-module-transforms" "^7.13.12"
55+
"@babel/helpers" "^7.13.10"
56+
"@babel/parser" "^7.13.13"
57+
"@babel/template" "^7.12.13"
58+
"@babel/traverse" "^7.13.13"
59+
"@babel/types" "^7.13.13"
60+
convert-source-map "^1.7.0"
61+
debug "^4.1.0"
62+
gensync "^1.0.0-beta.2"
63+
json5 "^2.1.2"
64+
lodash "^4.17.19"
65+
semver "^6.3.0"
66+
source-map "^0.5.0"
67+
68+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
4769
version "7.13.10"
4870
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
4971
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
@@ -152,6 +174,16 @@
152174
browserslist "^4.14.5"
153175
semver "^6.3.0"
154176

177+
"@babel/helper-compilation-targets@^7.13.13":
178+
version "7.13.13"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
180+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
181+
dependencies:
182+
"@babel/compat-data" "^7.13.12"
183+
"@babel/helper-validator-option" "^7.12.17"
184+
browserslist "^4.14.5"
185+
semver "^6.3.0"
186+
155187
"@babel/helper-compilation-targets@^7.13.8":
156188
version "7.13.8"
157189
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -259,13 +291,27 @@
259291
dependencies:
260292
"@babel/types" "^7.13.0"
261293

294+
"@babel/helper-member-expression-to-functions@^7.13.12":
295+
version "7.13.12"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
297+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
298+
dependencies:
299+
"@babel/types" "^7.13.12"
300+
262301
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13":
263302
version "7.12.13"
264303
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
265304
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
266305
dependencies:
267306
"@babel/types" "^7.12.13"
268307

308+
"@babel/helper-module-imports@^7.13.12":
309+
version "7.13.12"
310+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
311+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
312+
dependencies:
313+
"@babel/types" "^7.13.12"
314+
269315
"@babel/helper-module-transforms@^7.13.0":
270316
version "7.13.0"
271317
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
@@ -281,6 +327,20 @@
281327
"@babel/types" "^7.13.0"
282328
lodash "^4.17.19"
283329

330+
"@babel/helper-module-transforms@^7.13.12":
331+
version "7.13.12"
332+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
333+
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
334+
dependencies:
335+
"@babel/helper-module-imports" "^7.13.12"
336+
"@babel/helper-replace-supers" "^7.13.12"
337+
"@babel/helper-simple-access" "^7.13.12"
338+
"@babel/helper-split-export-declaration" "^7.12.13"
339+
"@babel/helper-validator-identifier" "^7.12.11"
340+
"@babel/template" "^7.12.13"
341+
"@babel/traverse" "^7.13.0"
342+
"@babel/types" "^7.13.12"
343+
284344
"@babel/helper-optimise-call-expression@^7.12.13":
285345
version "7.12.13"
286346
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -332,13 +392,30 @@
332392
"@babel/traverse" "^7.13.0"
333393
"@babel/types" "^7.13.0"
334394

395+
"@babel/helper-replace-supers@^7.13.12":
396+
version "7.13.12"
397+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
398+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
399+
dependencies:
400+
"@babel/helper-member-expression-to-functions" "^7.13.12"
401+
"@babel/helper-optimise-call-expression" "^7.12.13"
402+
"@babel/traverse" "^7.13.0"
403+
"@babel/types" "^7.13.12"
404+
335405
"@babel/helper-simple-access@^7.12.13":
336406
version "7.12.13"
337407
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
338408
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
339409
dependencies:
340410
"@babel/types" "^7.12.13"
341411

412+
"@babel/helper-simple-access@^7.13.12":
413+
version "7.13.12"
414+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
415+
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
416+
dependencies:
417+
"@babel/types" "^7.13.12"
418+
342419
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
343420
version "7.12.1"
344421
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -425,6 +502,11 @@
425502
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
426503
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
427504

505+
"@babel/parser@^7.13.13":
506+
version "7.13.13"
507+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
508+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
509+
428510
"@babel/parser@^7.3.3":
429511
version "7.13.11"
430512
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88"
@@ -1218,6 +1300,20 @@
12181300
globals "^11.1.0"
12191301
lodash "^4.17.19"
12201302

1303+
"@babel/traverse@^7.13.13":
1304+
version "7.13.13"
1305+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
1306+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
1307+
dependencies:
1308+
"@babel/code-frame" "^7.12.13"
1309+
"@babel/generator" "^7.13.9"
1310+
"@babel/helper-function-name" "^7.12.13"
1311+
"@babel/helper-split-export-declaration" "^7.12.13"
1312+
"@babel/parser" "^7.13.13"
1313+
"@babel/types" "^7.13.13"
1314+
debug "^4.1.0"
1315+
globals "^11.1.0"
1316+
12211317
"@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.4.4":
12221318
version "7.12.10"
12231319
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
@@ -1254,6 +1350,15 @@
12541350
lodash "^4.17.19"
12551351
to-fast-properties "^2.0.0"
12561352

1353+
"@babel/types@^7.13.13":
1354+
version "7.13.13"
1355+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
1356+
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
1357+
dependencies:
1358+
"@babel/helper-validator-identifier" "^7.12.11"
1359+
lodash "^4.17.19"
1360+
to-fast-properties "^2.0.0"
1361+
12571362
"@bcoe/v8-coverage@^0.2.3":
12581363
version "0.2.3"
12591364
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)
Please sign in to comment.