Skip to content

Commit 84e539b

Browse files
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-preview[bot] <[email protected]>
1 parent f957efa commit 84e539b

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
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"@babel/cli": "7.13.10",
7474
"@babel/core": "7.13.10",
75-
"@babel/preset-env": "7.13.10",
75+
"@babel/preset-env": "7.13.12",
7676
"@babel/preset-typescript": "7.13.0",
7777
"@rollup/plugin-commonjs": "17.1.0",
7878
"@rollup/plugin-node-resolve": "11.2.0",

yarn.lock

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
dependencies:
4343
"@babel/highlight" "^7.12.13"
4444

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

5050
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
5151
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"
@@ -762,15 +771,16 @@
762771
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
763772
"@babel/helper-plugin-utils" "^7.12.13"
764773

765-
"@babel/[email protected].10":
766-
version "7.13.10"
767-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
768-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
774+
"@babel/[email protected].12":
775+
version "7.13.12"
776+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
777+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
769778
dependencies:
770-
"@babel/compat-data" "^7.13.8"
779+
"@babel/compat-data" "^7.13.12"
771780
"@babel/helper-compilation-targets" "^7.13.10"
772781
"@babel/helper-plugin-utils" "^7.13.0"
773782
"@babel/helper-validator-option" "^7.12.17"
783+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
774784
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
775785
"@babel/plugin-proposal-class-properties" "^7.13.0"
776786
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -781,7 +791,7 @@
781791
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
782792
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
783793
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
784-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
794+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
785795
"@babel/plugin-proposal-private-methods" "^7.13.0"
786796
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
787797
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -829,7 +839,7 @@
829839
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
830840
"@babel/plugin-transform-unicode-regex" "^7.12.13"
831841
"@babel/preset-modules" "^0.1.4"
832-
"@babel/types" "^7.13.0"
842+
"@babel/types" "^7.13.12"
833843
babel-plugin-polyfill-corejs2 "^0.1.4"
834844
babel-plugin-polyfill-corejs3 "^0.1.3"
835845
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -887,10 +897,10 @@
887897
globals "^11.1.0"
888898
lodash "^4.17.19"
889899

890-
"@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":
891-
version "7.13.0"
892-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
893-
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
900+
"@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":
901+
version "7.13.13"
902+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
903+
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
894904
dependencies:
895905
"@babel/helper-validator-identifier" "^7.12.11"
896906
lodash "^4.17.19"

0 commit comments

Comments
 (0)