Skip to content

Commit 563e726

Browse files
build(deps-dev): bump @babel/preset-env from 7.13.9 to 7.13.12
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.9 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 b69fe55 commit 563e726

File tree

2 files changed

+36
-26
lines changed

2 files changed

+36
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"cross-fetch": "^3.0.5"
6363
},
6464
"devDependencies": {
65-
"@babel/preset-env": "^7.13.9",
65+
"@babel/preset-env": "^7.13.12",
6666
"@rollup/plugin-babel": "^5.3.0",
6767
"@rollup/plugin-commonjs": "17.1.0",
6868
"@rollup/plugin-json": "^4.0.2",

yarn.lock

Lines changed: 35 additions & 25 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.7.5":
2525
version "7.9.6"
@@ -77,12 +77,12 @@
7777
"@babel/helper-explode-assignable-expression" "^7.12.13"
7878
"@babel/types" "^7.12.13"
7979

80-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8":
81-
version "7.13.8"
82-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
83-
integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==
80+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8":
81+
version "7.13.13"
82+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
83+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
8484
dependencies:
85-
"@babel/compat-data" "^7.13.8"
85+
"@babel/compat-data" "^7.13.12"
8686
"@babel/helper-validator-option" "^7.12.17"
8787
browserslist "^4.14.5"
8888
semver "^6.3.0"
@@ -369,6 +369,15 @@
369369
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
370370
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
371371

372+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
373+
version "7.13.12"
374+
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"
375+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
376+
dependencies:
377+
"@babel/helper-plugin-utils" "^7.13.0"
378+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
379+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
380+
372381
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
373382
version "7.13.8"
374383
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -453,10 +462,10 @@
453462
"@babel/helper-plugin-utils" "^7.13.0"
454463
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
455464

456-
"@babel/plugin-proposal-optional-chaining@^7.13.8":
457-
version "7.13.8"
458-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
459-
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
465+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
466+
version "7.13.12"
467+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
468+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
460469
dependencies:
461470
"@babel/helper-plugin-utils" "^7.13.0"
462471
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -824,15 +833,16 @@
824833
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
825834
"@babel/helper-plugin-utils" "^7.12.13"
826835

827-
"@babel/preset-env@^7.13.9":
828-
version "7.13.9"
829-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
830-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
836+
"@babel/preset-env@^7.13.12":
837+
version "7.13.12"
838+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
839+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
831840
dependencies:
832-
"@babel/compat-data" "^7.13.8"
833-
"@babel/helper-compilation-targets" "^7.13.8"
841+
"@babel/compat-data" "^7.13.12"
842+
"@babel/helper-compilation-targets" "^7.13.10"
834843
"@babel/helper-plugin-utils" "^7.13.0"
835844
"@babel/helper-validator-option" "^7.12.17"
845+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
836846
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
837847
"@babel/plugin-proposal-class-properties" "^7.13.0"
838848
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -843,7 +853,7 @@
843853
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
844854
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
845855
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
846-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
856+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
847857
"@babel/plugin-proposal-private-methods" "^7.13.0"
848858
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
849859
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -891,7 +901,7 @@
891901
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
892902
"@babel/plugin-transform-unicode-regex" "^7.12.13"
893903
"@babel/preset-modules" "^0.1.4"
894-
"@babel/types" "^7.13.0"
904+
"@babel/types" "^7.13.12"
895905
babel-plugin-polyfill-corejs2 "^0.1.4"
896906
babel-plugin-polyfill-corejs3 "^0.1.3"
897907
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -964,10 +974,10 @@
964974
globals "^11.1.0"
965975
lodash "^4.17.19"
966976

967-
"@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.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
968-
version "7.13.0"
969-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
970-
integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
977+
"@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.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
978+
version "7.13.13"
979+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
980+
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
971981
dependencies:
972982
"@babel/helper-validator-identifier" "^7.12.11"
973983
lodash "^4.17.19"

0 commit comments

Comments
 (0)