Skip to content

Commit f1e263d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/preset-env to v7.13.12
1 parent 7977e3f commit f1e263d

File tree

2 files changed

+36
-12
lines changed

2 files changed

+36
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@babel/core": "7.13.10",
8989
"@babel/plugin-proposal-async-generator-functions": "7.13.8",
9090
"@babel/polyfill": "7.12.1",
91-
"@babel/preset-env": "7.13.10",
91+
"@babel/preset-env": "7.13.12",
9292
"@babel/register": "7.13.8",
9393
"ava": "3.15.0",
9494
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
9696
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
9797

98+
"@babel/compat-data@^7.13.12":
99+
version "7.13.12"
100+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
101+
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
102+
98103
"@babel/compat-data@^7.13.8":
99104
version "7.13.8"
100105
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
@@ -577,6 +582,15 @@
577582
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
578583
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
579584

585+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
586+
version "7.13.12"
587+
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"
588+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
589+
dependencies:
590+
"@babel/helper-plugin-utils" "^7.13.0"
591+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
592+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
593+
580594
"@babel/[email protected]", "@babel/plugin-proposal-async-generator-functions@^7.13.8":
581595
version "7.13.8"
582596
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -661,10 +675,10 @@
661675
"@babel/helper-plugin-utils" "^7.13.0"
662676
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
663677

664-
"@babel/plugin-proposal-optional-chaining@^7.13.8":
665-
version "7.13.8"
666-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
667-
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
678+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
679+
version "7.13.12"
680+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
681+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
668682
dependencies:
669683
"@babel/helper-plugin-utils" "^7.13.0"
670684
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -1042,15 +1056,16 @@
10421056
core-js "^2.6.5"
10431057
regenerator-runtime "^0.13.4"
10441058

1045-
"@babel/[email protected].10":
1046-
version "7.13.10"
1047-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1048-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
1059+
"@babel/[email protected].12":
1060+
version "7.13.12"
1061+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
1062+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
10491063
dependencies:
1050-
"@babel/compat-data" "^7.13.8"
1064+
"@babel/compat-data" "^7.13.12"
10511065
"@babel/helper-compilation-targets" "^7.13.10"
10521066
"@babel/helper-plugin-utils" "^7.13.0"
10531067
"@babel/helper-validator-option" "^7.12.17"
1068+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
10541069
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
10551070
"@babel/plugin-proposal-class-properties" "^7.13.0"
10561071
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -1061,7 +1076,7 @@
10611076
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
10621077
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
10631078
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
1064-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
1079+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
10651080
"@babel/plugin-proposal-private-methods" "^7.13.0"
10661081
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
10671082
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -1109,7 +1124,7 @@
11091124
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
11101125
"@babel/plugin-transform-unicode-regex" "^7.12.13"
11111126
"@babel/preset-modules" "^0.1.4"
1112-
"@babel/types" "^7.13.0"
1127+
"@babel/types" "^7.13.12"
11131128
babel-plugin-polyfill-corejs2 "^0.1.4"
11141129
babel-plugin-polyfill-corejs3 "^0.1.3"
11151130
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -1235,6 +1250,15 @@
12351250
lodash "^4.17.19"
12361251
to-fast-properties "^2.0.0"
12371252

1253+
"@babel/types@^7.13.12":
1254+
version "7.13.12"
1255+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
1256+
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
1257+
dependencies:
1258+
"@babel/helper-validator-identifier" "^7.12.11"
1259+
lodash "^4.17.19"
1260+
to-fast-properties "^2.0.0"
1261+
12381262
"@concordance/react@^2.0.0":
12391263
version "2.0.0"
12401264
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"

0 commit comments

Comments
 (0)