Skip to content

Commit b0d7a9f

Browse files
build(deps-dev): bump @babel/preset-env from 7.13.10 to 7.13.12
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.10 to 7.13.12. - [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.13.12/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2d12df commit b0d7a9f

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"devDependencies": {
116116
"@babel/cli": "^7.13.10",
117117
"@babel/core": "^7.13.10",
118-
"@babel/preset-env": "^7.13.10",
118+
"@babel/preset-env": "^7.13.12",
119119
"babel-jest": "^26.6.3",
120120
"eslint-config-kentcdodds": "^17.5.0",
121121
"husky": "^4.3.8",

yarn.lock

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
dependencies:
3434
"@babel/highlight" "^7.12.13"
3535

36-
"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.8":
37-
version "7.13.8"
38-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
39-
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
36+
"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.12", "@babel/compat-data@^7.13.8":
37+
version "7.13.12"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
39+
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
4040

4141
"@babel/core@^7.1.0", "@babel/core@^7.13.10", "@babel/core@^7.7.5":
4242
version "7.13.10"
@@ -308,6 +308,15 @@
308308
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88"
309309
integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q==
310310

311+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
312+
version "7.13.12"
313+
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"
314+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
315+
dependencies:
316+
"@babel/helper-plugin-utils" "^7.13.0"
317+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
318+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
319+
311320
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
312321
version "7.13.8"
313322
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -392,10 +401,10 @@
392401
"@babel/helper-plugin-utils" "^7.13.0"
393402
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
394403

395-
"@babel/plugin-proposal-optional-chaining@^7.13.8":
396-
version "7.13.8"
397-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
398-
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
404+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
405+
version "7.13.12"
406+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
407+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
399408
dependencies:
400409
"@babel/helper-plugin-utils" "^7.13.0"
401410
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -763,15 +772,16 @@
763772
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
764773
"@babel/helper-plugin-utils" "^7.12.13"
765774

766-
"@babel/preset-env@^7.13.10":
767-
version "7.13.10"
768-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
769-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
775+
"@babel/preset-env@^7.13.12":
776+
version "7.13.12"
777+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
778+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
770779
dependencies:
771-
"@babel/compat-data" "^7.13.8"
780+
"@babel/compat-data" "^7.13.12"
772781
"@babel/helper-compilation-targets" "^7.13.10"
773782
"@babel/helper-plugin-utils" "^7.13.0"
774783
"@babel/helper-validator-option" "^7.12.17"
784+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
775785
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
776786
"@babel/plugin-proposal-class-properties" "^7.13.0"
777787
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -782,7 +792,7 @@
782792
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
783793
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
784794
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
785-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
795+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
786796
"@babel/plugin-proposal-private-methods" "^7.13.0"
787797
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
788798
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -830,7 +840,7 @@
830840
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
831841
"@babel/plugin-transform-unicode-regex" "^7.12.13"
832842
"@babel/preset-modules" "^0.1.4"
833-
"@babel/types" "^7.13.0"
843+
"@babel/types" "^7.13.12"
834844
babel-plugin-polyfill-corejs2 "^0.1.4"
835845
babel-plugin-polyfill-corejs3 "^0.1.3"
836846
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -894,10 +904,10 @@
894904
globals "^11.1.0"
895905
lodash "^4.17.19"
896906

897-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
898-
version "7.13.0"
899-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
900-
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
907+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
908+
version "7.13.12"
909+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
910+
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
901911
dependencies:
902912
"@babel/helper-validator-identifier" "^7.12.11"
903913
lodash "^4.17.19"

0 commit comments

Comments
 (0)