Skip to content

Commit 1c50340

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.14.9
1 parent fd3fff8 commit 1c50340

File tree

2 files changed

+136
-2
lines changed

2 files changed

+136
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"devDependencies": {
7777
"@babel/core": "7.14.8",
78-
"@babel/preset-env": "7.14.8",
78+
"@babel/preset-env": "7.14.9",
7979
"@babel/register": "7.14.5",
8080
"@commitlint/cli": "13.1.0",
8181
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 135 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
2222
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
2323

24+
"@babel/compat-data@^7.14.9":
25+
version "7.14.9"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
27+
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
28+
2429
"@babel/[email protected]", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
2530
version "7.14.8"
2631
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
@@ -234,6 +239,11 @@
234239
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
235240
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
236241

242+
"@babel/helper-validator-identifier@^7.14.9":
243+
version "7.14.9"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
245+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
246+
237247
"@babel/helper-validator-option@^7.14.5":
238248
version "7.14.5"
239249
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -290,6 +300,15 @@
290300
"@babel/helper-remap-async-to-generator" "^7.14.5"
291301
"@babel/plugin-syntax-async-generators" "^7.8.4"
292302

303+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
304+
version "7.14.9"
305+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
306+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
307+
dependencies:
308+
"@babel/helper-plugin-utils" "^7.14.5"
309+
"@babel/helper-remap-async-to-generator" "^7.14.5"
310+
"@babel/plugin-syntax-async-generators" "^7.8.4"
311+
293312
294313
version "7.12.1"
295314
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
@@ -579,6 +598,19 @@
579598
"@babel/helper-split-export-declaration" "^7.14.5"
580599
globals "^11.1.0"
581600

601+
"@babel/plugin-transform-classes@^7.14.9":
602+
version "7.14.9"
603+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
604+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
605+
dependencies:
606+
"@babel/helper-annotate-as-pure" "^7.14.5"
607+
"@babel/helper-function-name" "^7.14.5"
608+
"@babel/helper-optimise-call-expression" "^7.14.5"
609+
"@babel/helper-plugin-utils" "^7.14.5"
610+
"@babel/helper-replace-supers" "^7.14.5"
611+
"@babel/helper-split-export-declaration" "^7.14.5"
612+
globals "^11.1.0"
613+
582614
"@babel/plugin-transform-computed-properties@^7.14.5":
583615
version "7.14.5"
584616
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
@@ -698,6 +730,13 @@
698730
dependencies:
699731
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
700732

733+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
734+
version "7.14.9"
735+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
736+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
737+
dependencies:
738+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
739+
701740
"@babel/plugin-transform-new-target@^7.14.5":
702741
version "7.14.5"
703742
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
@@ -825,7 +864,86 @@
825864
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
826865
"@babel/helper-plugin-utils" "^7.14.5"
827866

828-
"@babel/[email protected]", "@babel/preset-env@^7.12.11":
867+
868+
version "7.14.9"
869+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
870+
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
871+
dependencies:
872+
"@babel/compat-data" "^7.14.9"
873+
"@babel/helper-compilation-targets" "^7.14.5"
874+
"@babel/helper-plugin-utils" "^7.14.5"
875+
"@babel/helper-validator-option" "^7.14.5"
876+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
877+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
878+
"@babel/plugin-proposal-class-properties" "^7.14.5"
879+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
880+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
881+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
882+
"@babel/plugin-proposal-json-strings" "^7.14.5"
883+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
884+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
885+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
886+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
887+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
888+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
889+
"@babel/plugin-proposal-private-methods" "^7.14.5"
890+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
891+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
892+
"@babel/plugin-syntax-async-generators" "^7.8.4"
893+
"@babel/plugin-syntax-class-properties" "^7.12.13"
894+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
895+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
896+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
897+
"@babel/plugin-syntax-json-strings" "^7.8.3"
898+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
899+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
900+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
901+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
902+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
903+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
904+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
905+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
906+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
907+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
908+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
909+
"@babel/plugin-transform-block-scoping" "^7.14.5"
910+
"@babel/plugin-transform-classes" "^7.14.9"
911+
"@babel/plugin-transform-computed-properties" "^7.14.5"
912+
"@babel/plugin-transform-destructuring" "^7.14.7"
913+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
914+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
915+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
916+
"@babel/plugin-transform-for-of" "^7.14.5"
917+
"@babel/plugin-transform-function-name" "^7.14.5"
918+
"@babel/plugin-transform-literals" "^7.14.5"
919+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
920+
"@babel/plugin-transform-modules-amd" "^7.14.5"
921+
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
922+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
923+
"@babel/plugin-transform-modules-umd" "^7.14.5"
924+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
925+
"@babel/plugin-transform-new-target" "^7.14.5"
926+
"@babel/plugin-transform-object-super" "^7.14.5"
927+
"@babel/plugin-transform-parameters" "^7.14.5"
928+
"@babel/plugin-transform-property-literals" "^7.14.5"
929+
"@babel/plugin-transform-regenerator" "^7.14.5"
930+
"@babel/plugin-transform-reserved-words" "^7.14.5"
931+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
932+
"@babel/plugin-transform-spread" "^7.14.6"
933+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
934+
"@babel/plugin-transform-template-literals" "^7.14.5"
935+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
936+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
937+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
938+
"@babel/preset-modules" "^0.1.4"
939+
"@babel/types" "^7.14.9"
940+
babel-plugin-polyfill-corejs2 "^0.2.2"
941+
babel-plugin-polyfill-corejs3 "^0.2.2"
942+
babel-plugin-polyfill-regenerator "^0.2.2"
943+
core-js-compat "^3.16.0"
944+
semver "^6.3.0"
945+
946+
"@babel/preset-env@^7.12.11":
829947
version "7.14.8"
830948
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
831949
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
@@ -986,6 +1104,14 @@
9861104
"@babel/helper-validator-identifier" "^7.14.8"
9871105
to-fast-properties "^2.0.0"
9881106

1107+
"@babel/types@^7.14.9":
1108+
version "7.14.9"
1109+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1110+
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1111+
dependencies:
1112+
"@babel/helper-validator-identifier" "^7.14.9"
1113+
to-fast-properties "^2.0.0"
1114+
9891115
"@bcoe/v8-coverage@^0.2.3":
9901116
version "0.2.3"
9911117
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2763,6 +2889,14 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0:
27632889
browserslist "^4.16.6"
27642890
semver "7.0.0"
27652891

2892+
core-js-compat@^3.16.0:
2893+
version "3.16.0"
2894+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
2895+
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
2896+
dependencies:
2897+
browserslist "^4.16.6"
2898+
semver "7.0.0"
2899+
27662900
core-js@^2.0.0, core-js@^2.4.0:
27672901
version "2.6.12"
27682902
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"

0 commit comments

Comments
 (0)