Skip to content

Commit 229c1a7

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.14.4
1 parent 80c0402 commit 229c1a7

File tree

2 files changed

+153
-3
lines changed

2 files changed

+153
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@aureooms/js-red-black-tree": "9.0.0",
6767
"@babel/core": "7.14.3",
68-
"@babel/preset-env": "7.14.2",
68+
"@babel/preset-env": "7.14.4",
6969
"@babel/register": "7.13.16",
7070
"@commitlint/cli": "12.1.4",
7171
"@iterable-iterator/iter": "0.0.2",

yarn.lock

Lines changed: 152 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
2727
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
2828

29+
"@babel/compat-data@^7.14.4":
30+
version "7.14.4"
31+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
32+
integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==
33+
2934
"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
3035
version "7.14.3"
3136
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
@@ -90,6 +95,16 @@
9095
browserslist "^4.14.5"
9196
semver "^6.3.0"
9297

98+
"@babel/helper-compilation-targets@^7.14.4":
99+
version "7.14.4"
100+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
101+
integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==
102+
dependencies:
103+
"@babel/compat-data" "^7.14.4"
104+
"@babel/helper-validator-option" "^7.12.17"
105+
browserslist "^4.16.6"
106+
semver "^6.3.0"
107+
93108
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.3":
94109
version "7.14.3"
95110
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz#832111bcf4f57ca57a4c5b1a000fc125abc6554a"
@@ -214,6 +229,16 @@
214229
"@babel/traverse" "^7.14.2"
215230
"@babel/types" "^7.14.2"
216231

232+
"@babel/helper-replace-supers@^7.14.4":
233+
version "7.14.4"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
235+
integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==
236+
dependencies:
237+
"@babel/helper-member-expression-to-functions" "^7.13.12"
238+
"@babel/helper-optimise-call-expression" "^7.12.13"
239+
"@babel/traverse" "^7.14.2"
240+
"@babel/types" "^7.14.4"
241+
217242
"@babel/helper-simple-access@^7.13.12":
218243
version "7.13.12"
219244
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -312,7 +337,7 @@
312337
"@babel/helper-create-class-features-plugin" "^7.13.0"
313338
"@babel/helper-plugin-utils" "^7.13.0"
314339

315-
"@babel/plugin-proposal-class-static-block@^7.13.11":
340+
"@babel/plugin-proposal-class-static-block@^7.13.11", "@babel/plugin-proposal-class-static-block@^7.14.3":
316341
version "7.14.3"
317342
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
318343
integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
@@ -380,6 +405,17 @@
380405
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
381406
"@babel/plugin-transform-parameters" "^7.14.2"
382407

408+
"@babel/plugin-proposal-object-rest-spread@^7.14.4":
409+
version "7.14.4"
410+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4"
411+
integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==
412+
dependencies:
413+
"@babel/compat-data" "^7.14.4"
414+
"@babel/helper-compilation-targets" "^7.14.4"
415+
"@babel/helper-plugin-utils" "^7.13.0"
416+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
417+
"@babel/plugin-transform-parameters" "^7.14.2"
418+
383419
"@babel/plugin-proposal-optional-catch-binding@^7.14.2":
384420
version "7.14.2"
385421
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz#150d4e58e525b16a9a1431bd5326c4eed870d717"
@@ -572,6 +608,13 @@
572608
dependencies:
573609
"@babel/helper-plugin-utils" "^7.13.0"
574610

611+
"@babel/plugin-transform-block-scoping@^7.14.4":
612+
version "7.14.4"
613+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8"
614+
integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==
615+
dependencies:
616+
"@babel/helper-plugin-utils" "^7.13.0"
617+
575618
"@babel/plugin-transform-classes@^7.14.2":
576619
version "7.14.2"
577620
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d"
@@ -585,6 +628,19 @@
585628
"@babel/helper-split-export-declaration" "^7.12.13"
586629
globals "^11.1.0"
587630

631+
"@babel/plugin-transform-classes@^7.14.4":
632+
version "7.14.4"
633+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a"
634+
integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==
635+
dependencies:
636+
"@babel/helper-annotate-as-pure" "^7.12.13"
637+
"@babel/helper-function-name" "^7.14.2"
638+
"@babel/helper-optimise-call-expression" "^7.12.13"
639+
"@babel/helper-plugin-utils" "^7.13.0"
640+
"@babel/helper-replace-supers" "^7.14.4"
641+
"@babel/helper-split-export-declaration" "^7.12.13"
642+
globals "^11.1.0"
643+
588644
"@babel/plugin-transform-computed-properties@^7.13.0":
589645
version "7.13.0"
590646
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz#845c6e8b9bb55376b1fa0b92ef0bdc8ea06644ed"
@@ -599,6 +655,13 @@
599655
dependencies:
600656
"@babel/helper-plugin-utils" "^7.13.0"
601657

658+
"@babel/plugin-transform-destructuring@^7.14.4":
659+
version "7.14.4"
660+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed"
661+
integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==
662+
dependencies:
663+
"@babel/helper-plugin-utils" "^7.13.0"
664+
602665
"@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4":
603666
version "7.12.13"
604667
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz#3f1601cc29905bfcb67f53910f197aeafebb25ad"
@@ -831,7 +894,86 @@
831894
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
832895
"@babel/helper-plugin-utils" "^7.12.13"
833896

834-
"@babel/[email protected]", "@babel/preset-env@^7.12.11":
897+
898+
version "7.14.4"
899+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d"
900+
integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==
901+
dependencies:
902+
"@babel/compat-data" "^7.14.4"
903+
"@babel/helper-compilation-targets" "^7.14.4"
904+
"@babel/helper-plugin-utils" "^7.13.0"
905+
"@babel/helper-validator-option" "^7.12.17"
906+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
907+
"@babel/plugin-proposal-async-generator-functions" "^7.14.2"
908+
"@babel/plugin-proposal-class-properties" "^7.13.0"
909+
"@babel/plugin-proposal-class-static-block" "^7.14.3"
910+
"@babel/plugin-proposal-dynamic-import" "^7.14.2"
911+
"@babel/plugin-proposal-export-namespace-from" "^7.14.2"
912+
"@babel/plugin-proposal-json-strings" "^7.14.2"
913+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
914+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
915+
"@babel/plugin-proposal-numeric-separator" "^7.14.2"
916+
"@babel/plugin-proposal-object-rest-spread" "^7.14.4"
917+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
918+
"@babel/plugin-proposal-optional-chaining" "^7.14.2"
919+
"@babel/plugin-proposal-private-methods" "^7.13.0"
920+
"@babel/plugin-proposal-private-property-in-object" "^7.14.0"
921+
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
922+
"@babel/plugin-syntax-async-generators" "^7.8.4"
923+
"@babel/plugin-syntax-class-properties" "^7.12.13"
924+
"@babel/plugin-syntax-class-static-block" "^7.12.13"
925+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
926+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
927+
"@babel/plugin-syntax-json-strings" "^7.8.3"
928+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
929+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
930+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
931+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
932+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
933+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
934+
"@babel/plugin-syntax-private-property-in-object" "^7.14.0"
935+
"@babel/plugin-syntax-top-level-await" "^7.12.13"
936+
"@babel/plugin-transform-arrow-functions" "^7.13.0"
937+
"@babel/plugin-transform-async-to-generator" "^7.13.0"
938+
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
939+
"@babel/plugin-transform-block-scoping" "^7.14.4"
940+
"@babel/plugin-transform-classes" "^7.14.4"
941+
"@babel/plugin-transform-computed-properties" "^7.13.0"
942+
"@babel/plugin-transform-destructuring" "^7.14.4"
943+
"@babel/plugin-transform-dotall-regex" "^7.12.13"
944+
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
945+
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
946+
"@babel/plugin-transform-for-of" "^7.13.0"
947+
"@babel/plugin-transform-function-name" "^7.12.13"
948+
"@babel/plugin-transform-literals" "^7.12.13"
949+
"@babel/plugin-transform-member-expression-literals" "^7.12.13"
950+
"@babel/plugin-transform-modules-amd" "^7.14.2"
951+
"@babel/plugin-transform-modules-commonjs" "^7.14.0"
952+
"@babel/plugin-transform-modules-systemjs" "^7.13.8"
953+
"@babel/plugin-transform-modules-umd" "^7.14.0"
954+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
955+
"@babel/plugin-transform-new-target" "^7.12.13"
956+
"@babel/plugin-transform-object-super" "^7.12.13"
957+
"@babel/plugin-transform-parameters" "^7.14.2"
958+
"@babel/plugin-transform-property-literals" "^7.12.13"
959+
"@babel/plugin-transform-regenerator" "^7.13.15"
960+
"@babel/plugin-transform-reserved-words" "^7.12.13"
961+
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
962+
"@babel/plugin-transform-spread" "^7.13.0"
963+
"@babel/plugin-transform-sticky-regex" "^7.12.13"
964+
"@babel/plugin-transform-template-literals" "^7.13.0"
965+
"@babel/plugin-transform-typeof-symbol" "^7.12.13"
966+
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
967+
"@babel/plugin-transform-unicode-regex" "^7.12.13"
968+
"@babel/preset-modules" "^0.1.4"
969+
"@babel/types" "^7.14.4"
970+
babel-plugin-polyfill-corejs2 "^0.2.0"
971+
babel-plugin-polyfill-corejs3 "^0.2.0"
972+
babel-plugin-polyfill-regenerator "^0.2.0"
973+
core-js-compat "^3.9.0"
974+
semver "^6.3.0"
975+
976+
"@babel/preset-env@^7.12.11":
835977
version "7.14.2"
836978
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5"
837979
integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ==
@@ -991,6 +1133,14 @@
9911133
"@babel/helper-validator-identifier" "^7.14.0"
9921134
to-fast-properties "^2.0.0"
9931135

1136+
"@babel/types@^7.14.4":
1137+
version "7.14.4"
1138+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
1139+
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
1140+
dependencies:
1141+
"@babel/helper-validator-identifier" "^7.14.0"
1142+
to-fast-properties "^2.0.0"
1143+
9941144
"@bcoe/v8-coverage@^0.2.3":
9951145
version "0.2.3"
9961146
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)