Skip to content

Commit e304146

Browse files
chore(deps-dev): bump @babel/preset-env from 7.13.10 to 7.13.12 (#92)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f31340d commit e304146

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

yarn.lock

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
dependencies:
1717
"@babel/highlight" "^7.12.13"
1818

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

2424
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
2525
version "7.13.10"
@@ -291,6 +291,15 @@
291291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
292292
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
293293

294+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
295+
version "7.13.12"
296+
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"
297+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
298+
dependencies:
299+
"@babel/helper-plugin-utils" "^7.13.0"
300+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
301+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
302+
294303
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
295304
version "7.13.8"
296305
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -375,10 +384,10 @@
375384
"@babel/helper-plugin-utils" "^7.13.0"
376385
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
377386

378-
"@babel/plugin-proposal-optional-chaining@^7.13.8":
379-
version "7.13.8"
380-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
381-
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
387+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
388+
version "7.13.12"
389+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
390+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
382391
dependencies:
383392
"@babel/helper-plugin-utils" "^7.13.0"
384393
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -799,14 +808,15 @@
799808
"@babel/helper-plugin-utils" "^7.12.13"
800809

801810
"@babel/preset-env@^7.12.11":
802-
version "7.13.10"
803-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
804-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
811+
version "7.13.12"
812+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
813+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
805814
dependencies:
806-
"@babel/compat-data" "^7.13.8"
815+
"@babel/compat-data" "^7.13.12"
807816
"@babel/helper-compilation-targets" "^7.13.10"
808817
"@babel/helper-plugin-utils" "^7.13.0"
809818
"@babel/helper-validator-option" "^7.12.17"
819+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
810820
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
811821
"@babel/plugin-proposal-class-properties" "^7.13.0"
812822
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -817,7 +827,7 @@
817827
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
818828
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
819829
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
820-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
830+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
821831
"@babel/plugin-proposal-private-methods" "^7.13.0"
822832
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
823833
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -865,7 +875,7 @@
865875
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
866876
"@babel/plugin-transform-unicode-regex" "^7.12.13"
867877
"@babel/preset-modules" "^0.1.4"
868-
"@babel/types" "^7.13.0"
878+
"@babel/types" "^7.13.12"
869879
babel-plugin-polyfill-corejs2 "^0.1.4"
870880
babel-plugin-polyfill-corejs3 "^0.1.3"
871881
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -940,10 +950,10 @@
940950
globals "^11.1.0"
941951
lodash "^4.17.19"
942952

943-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
944-
version "7.13.0"
945-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
946-
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
953+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@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":
954+
version "7.13.12"
955+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
956+
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
947957
dependencies:
948958
"@babel/helper-validator-identifier" "^7.12.11"
949959
lodash "^4.17.19"

0 commit comments

Comments
 (0)