Skip to content

Commit 5daf9dc

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update babel monorepo to v7.13.15
1 parent c0375ba commit 5daf9dc

2 files changed

Lines changed: 191 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"react-dom": "^16.8.0 || ^17.0.0"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "7.13.14",
70+
"@babel/core": "7.13.15",
7171
"@babel/plugin-syntax-dynamic-import": "7.8.3",
72-
"@babel/preset-env": "7.13.12",
72+
"@babel/preset-env": "7.13.15",
7373
"@babel/preset-react": "7.13.13",
7474
"@babel/preset-typescript": "7.13.0",
7575
"@semantic-release/changelog": "5.0.1",

yarn.lock

Lines changed: 189 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
3434
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
3535

36+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
37+
version "7.13.15"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
39+
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
40+
3641
"@babel/compat-data@^7.13.12":
3742
version "7.13.12"
3843
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
@@ -43,19 +48,19 @@
4348
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
4449
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
4550

46-
"@babel/core@7.13.14", "@babel/core@^7.12.10":
47-
version "7.13.14"
48-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
49-
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
51+
"@babel/core@7.13.15":
52+
version "7.13.15"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
54+
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
5055
dependencies:
5156
"@babel/code-frame" "^7.12.13"
5257
"@babel/generator" "^7.13.9"
5358
"@babel/helper-compilation-targets" "^7.13.13"
5459
"@babel/helper-module-transforms" "^7.13.14"
5560
"@babel/helpers" "^7.13.10"
56-
"@babel/parser" "^7.13.13"
61+
"@babel/parser" "^7.13.15"
5762
"@babel/template" "^7.12.13"
58-
"@babel/traverse" "^7.13.13"
63+
"@babel/traverse" "^7.13.15"
5964
"@babel/types" "^7.13.14"
6065
convert-source-map "^1.7.0"
6166
debug "^4.1.0"
@@ -85,6 +90,27 @@
8590
semver "^5.4.1"
8691
source-map "^0.5.0"
8792

93+
"@babel/core@^7.12.10":
94+
version "7.13.14"
95+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
96+
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
97+
dependencies:
98+
"@babel/code-frame" "^7.12.13"
99+
"@babel/generator" "^7.13.9"
100+
"@babel/helper-compilation-targets" "^7.13.13"
101+
"@babel/helper-module-transforms" "^7.13.14"
102+
"@babel/helpers" "^7.13.10"
103+
"@babel/parser" "^7.13.13"
104+
"@babel/template" "^7.12.13"
105+
"@babel/traverse" "^7.13.13"
106+
"@babel/types" "^7.13.14"
107+
convert-source-map "^1.7.0"
108+
debug "^4.1.0"
109+
gensync "^1.0.0-beta.2"
110+
json5 "^2.1.2"
111+
semver "^6.3.0"
112+
source-map "^0.5.0"
113+
88114
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
89115
version "7.12.11"
90116
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
@@ -258,6 +284,20 @@
258284
resolve "^1.14.2"
259285
semver "^6.1.2"
260286

287+
"@babel/helper-define-polyfill-provider@^0.2.0":
288+
version "0.2.0"
289+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.0.tgz#a640051772045fedaaecc6f0c6c69f02bdd34bf1"
290+
integrity sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==
291+
dependencies:
292+
"@babel/helper-compilation-targets" "^7.13.0"
293+
"@babel/helper-module-imports" "^7.12.13"
294+
"@babel/helper-plugin-utils" "^7.13.0"
295+
"@babel/traverse" "^7.13.0"
296+
debug "^4.1.1"
297+
lodash.debounce "^4.0.8"
298+
resolve "^1.14.2"
299+
semver "^6.1.2"
300+
261301
"@babel/helper-explode-assignable-expression@^7.12.13":
262302
version "7.12.13"
263303
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz#0e46990da9e271502f77507efa4c9918d3d8634a"
@@ -594,6 +634,11 @@
594634
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
595635
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
596636

637+
"@babel/parser@^7.13.15":
638+
version "7.13.15"
639+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
640+
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
641+
597642
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
598643
version "7.13.12"
599644
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -603,6 +648,15 @@
603648
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
604649
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
605650

651+
"@babel/plugin-proposal-async-generator-functions@^7.13.15":
652+
version "7.13.15"
653+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
654+
integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==
655+
dependencies:
656+
"@babel/helper-plugin-utils" "^7.13.0"
657+
"@babel/helper-remap-async-to-generator" "^7.13.0"
658+
"@babel/plugin-syntax-async-generators" "^7.8.4"
659+
606660
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
607661
version "7.13.8"
608662
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -1207,6 +1261,13 @@
12071261
dependencies:
12081262
regenerator-transform "^0.14.2"
12091263

1264+
"@babel/plugin-transform-regenerator@^7.13.15":
1265+
version "7.13.15"
1266+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39"
1267+
integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==
1268+
dependencies:
1269+
regenerator-transform "^0.14.2"
1270+
12101271
"@babel/plugin-transform-reserved-words@^7.12.13":
12111272
version "7.12.13"
12121273
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695"
@@ -1296,7 +1357,82 @@
12961357
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
12971358
"@babel/helper-plugin-utils" "^7.12.13"
12981359

1299-
"@babel/preset-env@7.13.12", "@babel/preset-env@^7.12.11":
1360+
"@babel/preset-env@7.13.15":
1361+
version "7.13.15"
1362+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f"
1363+
integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==
1364+
dependencies:
1365+
"@babel/compat-data" "^7.13.15"
1366+
"@babel/helper-compilation-targets" "^7.13.13"
1367+
"@babel/helper-plugin-utils" "^7.13.0"
1368+
"@babel/helper-validator-option" "^7.12.17"
1369+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
1370+
"@babel/plugin-proposal-async-generator-functions" "^7.13.15"
1371+
"@babel/plugin-proposal-class-properties" "^7.13.0"
1372+
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
1373+
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
1374+
"@babel/plugin-proposal-json-strings" "^7.13.8"
1375+
"@babel/plugin-proposal-logical-assignment-operators" "^7.13.8"
1376+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8"
1377+
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
1378+
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
1379+
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
1380+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
1381+
"@babel/plugin-proposal-private-methods" "^7.13.0"
1382+
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
1383+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1384+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1385+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1386+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1387+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1388+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1389+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1390+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1391+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1392+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1393+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1394+
"@babel/plugin-syntax-top-level-await" "^7.12.13"
1395+
"@babel/plugin-transform-arrow-functions" "^7.13.0"
1396+
"@babel/plugin-transform-async-to-generator" "^7.13.0"
1397+
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1398+
"@babel/plugin-transform-block-scoping" "^7.12.13"
1399+
"@babel/plugin-transform-classes" "^7.13.0"
1400+
"@babel/plugin-transform-computed-properties" "^7.13.0"
1401+
"@babel/plugin-transform-destructuring" "^7.13.0"
1402+
"@babel/plugin-transform-dotall-regex" "^7.12.13"
1403+
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
1404+
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
1405+
"@babel/plugin-transform-for-of" "^7.13.0"
1406+
"@babel/plugin-transform-function-name" "^7.12.13"
1407+
"@babel/plugin-transform-literals" "^7.12.13"
1408+
"@babel/plugin-transform-member-expression-literals" "^7.12.13"
1409+
"@babel/plugin-transform-modules-amd" "^7.13.0"
1410+
"@babel/plugin-transform-modules-commonjs" "^7.13.8"
1411+
"@babel/plugin-transform-modules-systemjs" "^7.13.8"
1412+
"@babel/plugin-transform-modules-umd" "^7.13.0"
1413+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
1414+
"@babel/plugin-transform-new-target" "^7.12.13"
1415+
"@babel/plugin-transform-object-super" "^7.12.13"
1416+
"@babel/plugin-transform-parameters" "^7.13.0"
1417+
"@babel/plugin-transform-property-literals" "^7.12.13"
1418+
"@babel/plugin-transform-regenerator" "^7.13.15"
1419+
"@babel/plugin-transform-reserved-words" "^7.12.13"
1420+
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
1421+
"@babel/plugin-transform-spread" "^7.13.0"
1422+
"@babel/plugin-transform-sticky-regex" "^7.12.13"
1423+
"@babel/plugin-transform-template-literals" "^7.13.0"
1424+
"@babel/plugin-transform-typeof-symbol" "^7.12.13"
1425+
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
1426+
"@babel/plugin-transform-unicode-regex" "^7.12.13"
1427+
"@babel/preset-modules" "^0.1.4"
1428+
"@babel/types" "^7.13.14"
1429+
babel-plugin-polyfill-corejs2 "^0.2.0"
1430+
babel-plugin-polyfill-corejs3 "^0.2.0"
1431+
babel-plugin-polyfill-regenerator "^0.2.0"
1432+
core-js-compat "^3.9.0"
1433+
semver "^6.3.0"
1434+
1435+
"@babel/preset-env@^7.12.11":
13001436
version "7.13.12"
13011437
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
13021438
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
@@ -1521,6 +1657,20 @@
15211657
debug "^4.1.0"
15221658
globals "^11.1.0"
15231659

1660+
"@babel/traverse@^7.13.15":
1661+
version "7.13.15"
1662+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
1663+
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
1664+
dependencies:
1665+
"@babel/code-frame" "^7.12.13"
1666+
"@babel/generator" "^7.13.9"
1667+
"@babel/helper-function-name" "^7.12.13"
1668+
"@babel/helper-split-export-declaration" "^7.12.13"
1669+
"@babel/parser" "^7.13.15"
1670+
"@babel/types" "^7.13.14"
1671+
debug "^4.1.0"
1672+
globals "^11.1.0"
1673+
15241674
"@babel/types@^7.0.0", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
15251675
version "7.12.12"
15261676
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
@@ -4497,6 +4647,15 @@ babel-plugin-polyfill-corejs2@^0.1.4:
44974647
"@babel/helper-define-polyfill-provider" "^0.1.2"
44984648
semver "^6.1.1"
44994649

4650+
babel-plugin-polyfill-corejs2@^0.2.0:
4651+
version "0.2.0"
4652+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.0.tgz#686775bf9a5aa757e10520903675e3889caeedc4"
4653+
integrity sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==
4654+
dependencies:
4655+
"@babel/compat-data" "^7.13.11"
4656+
"@babel/helper-define-polyfill-provider" "^0.2.0"
4657+
semver "^6.1.1"
4658+
45004659
babel-plugin-polyfill-corejs3@^0.1.0:
45014660
version "0.1.7"
45024661
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz#80449d9d6f2274912e05d9e182b54816904befd0"
@@ -4513,13 +4672,28 @@ babel-plugin-polyfill-corejs3@^0.1.3:
45134672
"@babel/helper-define-polyfill-provider" "^0.1.2"
45144673
core-js-compat "^3.8.1"
45154674

4675+
babel-plugin-polyfill-corejs3@^0.2.0:
4676+
version "0.2.0"
4677+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.0.tgz#f4b4bb7b19329827df36ff56f6e6d367026cb7a2"
4678+
integrity sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==
4679+
dependencies:
4680+
"@babel/helper-define-polyfill-provider" "^0.2.0"
4681+
core-js-compat "^3.9.1"
4682+
45164683
babel-plugin-polyfill-regenerator@^0.1.2:
45174684
version "0.1.3"
45184685
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.3.tgz#350f857225fc640ae1ec78d1536afcbb457db841"
45194686
integrity sha512-hRjTJQiOYt/wBKEc+8V8p9OJ9799blAJcuKzn1JXh3pApHoWl1Emxh2BHc6MC7Qt6bbr3uDpNxaYQnATLIudEg==
45204687
dependencies:
45214688
"@babel/helper-define-polyfill-provider" "^0.1.2"
45224689

4690+
babel-plugin-polyfill-regenerator@^0.2.0:
4691+
version "0.2.0"
4692+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8"
4693+
integrity sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==
4694+
dependencies:
4695+
"@babel/helper-define-polyfill-provider" "^0.2.0"
4696+
45234697
babel-plugin-react-docgen@^4.2.1:
45244698
version "4.2.1"
45254699
resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.2.1.tgz#7cc8e2f94e8dc057a06e953162f0810e4e72257b"
@@ -5745,6 +5919,14 @@ core-js-compat@^3.8.1, core-js-compat@^3.9.0:
57455919
browserslist "^4.16.3"
57465920
semver "7.0.0"
57475921

5922+
core-js-compat@^3.9.1:
5923+
version "3.10.1"
5924+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.1.tgz#62183a3a77ceeffcc420d907a3e6fc67d9b27f1c"
5925+
integrity sha512-ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg==
5926+
dependencies:
5927+
browserslist "^4.16.3"
5928+
semver "7.0.0"
5929+
57485930
core-js-pure@^3.0.0:
57495931
version "3.8.3"
57505932
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.8.3.tgz#10e9e3b2592ecaede4283e8f3ad7020811587c02"

0 commit comments

Comments
 (0)