Skip to content

Commit 1df407a

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

File tree

2 files changed

+96
-2
lines changed

2 files changed

+96
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"dependencies": {},
7272
"devDependencies": {
7373
"@babel/core": "7.14.0",
74-
"@babel/preset-env": "7.14.0",
74+
"@babel/preset-env": "7.14.1",
7575
"@babel/register": "7.13.16",
7676
"@commitlint/cli": "12.1.1",
7777
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,13 @@
566566
dependencies:
567567
"@babel/helper-plugin-utils" "^7.13.0"
568568

569+
"@babel/plugin-transform-block-scoping@^7.14.1":
570+
version "7.14.1"
571+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2"
572+
integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==
573+
dependencies:
574+
"@babel/helper-plugin-utils" "^7.13.0"
575+
569576
"@babel/plugin-transform-classes@^7.13.0":
570577
version "7.13.0"
571578
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz#0265155075c42918bf4d3a4053134176ad9b533b"
@@ -825,7 +832,86 @@
825832
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
826833
"@babel/helper-plugin-utils" "^7.12.13"
827834

828-
"@babel/preset-env@7.14.0", "@babel/preset-env@^7.12.11":
835+
"@babel/preset-env@7.14.1":
836+
version "7.14.1"
837+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93"
838+
integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==
839+
dependencies:
840+
"@babel/compat-data" "^7.14.0"
841+
"@babel/helper-compilation-targets" "^7.13.16"
842+
"@babel/helper-plugin-utils" "^7.13.0"
843+
"@babel/helper-validator-option" "^7.12.17"
844+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
845+
"@babel/plugin-proposal-async-generator-functions" "^7.13.15"
846+
"@babel/plugin-proposal-class-properties" "^7.13.0"
847+
"@babel/plugin-proposal-class-static-block" "^7.13.11"
848+
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
849+
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
850+
"@babel/plugin-proposal-json-strings" "^7.13.8"
851+
"@babel/plugin-proposal-logical-assignment-operators" "^7.13.8"
852+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8"
853+
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
854+
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
855+
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
856+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
857+
"@babel/plugin-proposal-private-methods" "^7.13.0"
858+
"@babel/plugin-proposal-private-property-in-object" "^7.14.0"
859+
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
860+
"@babel/plugin-syntax-async-generators" "^7.8.4"
861+
"@babel/plugin-syntax-class-properties" "^7.12.13"
862+
"@babel/plugin-syntax-class-static-block" "^7.12.13"
863+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
864+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
865+
"@babel/plugin-syntax-json-strings" "^7.8.3"
866+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
867+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
868+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
869+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
870+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
871+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
872+
"@babel/plugin-syntax-private-property-in-object" "^7.14.0"
873+
"@babel/plugin-syntax-top-level-await" "^7.12.13"
874+
"@babel/plugin-transform-arrow-functions" "^7.13.0"
875+
"@babel/plugin-transform-async-to-generator" "^7.13.0"
876+
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
877+
"@babel/plugin-transform-block-scoping" "^7.14.1"
878+
"@babel/plugin-transform-classes" "^7.13.0"
879+
"@babel/plugin-transform-computed-properties" "^7.13.0"
880+
"@babel/plugin-transform-destructuring" "^7.13.17"
881+
"@babel/plugin-transform-dotall-regex" "^7.12.13"
882+
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
883+
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
884+
"@babel/plugin-transform-for-of" "^7.13.0"
885+
"@babel/plugin-transform-function-name" "^7.12.13"
886+
"@babel/plugin-transform-literals" "^7.12.13"
887+
"@babel/plugin-transform-member-expression-literals" "^7.12.13"
888+
"@babel/plugin-transform-modules-amd" "^7.14.0"
889+
"@babel/plugin-transform-modules-commonjs" "^7.14.0"
890+
"@babel/plugin-transform-modules-systemjs" "^7.13.8"
891+
"@babel/plugin-transform-modules-umd" "^7.14.0"
892+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
893+
"@babel/plugin-transform-new-target" "^7.12.13"
894+
"@babel/plugin-transform-object-super" "^7.12.13"
895+
"@babel/plugin-transform-parameters" "^7.13.0"
896+
"@babel/plugin-transform-property-literals" "^7.12.13"
897+
"@babel/plugin-transform-regenerator" "^7.13.15"
898+
"@babel/plugin-transform-reserved-words" "^7.12.13"
899+
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
900+
"@babel/plugin-transform-spread" "^7.13.0"
901+
"@babel/plugin-transform-sticky-regex" "^7.12.13"
902+
"@babel/plugin-transform-template-literals" "^7.13.0"
903+
"@babel/plugin-transform-typeof-symbol" "^7.12.13"
904+
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
905+
"@babel/plugin-transform-unicode-regex" "^7.12.13"
906+
"@babel/preset-modules" "^0.1.4"
907+
"@babel/types" "^7.14.1"
908+
babel-plugin-polyfill-corejs2 "^0.2.0"
909+
babel-plugin-polyfill-corejs3 "^0.2.0"
910+
babel-plugin-polyfill-regenerator "^0.2.0"
911+
core-js-compat "^3.9.0"
912+
semver "^6.3.0"
913+
914+
"@babel/preset-env@^7.12.11":
829915
version "7.14.0"
830916
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5"
831917
integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ==
@@ -985,6 +1071,14 @@
9851071
"@babel/helper-validator-identifier" "^7.14.0"
9861072
to-fast-properties "^2.0.0"
9871073

1074+
"@babel/types@^7.14.1":
1075+
version "7.14.1"
1076+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
1077+
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
1078+
dependencies:
1079+
"@babel/helper-validator-identifier" "^7.14.0"
1080+
to-fast-properties "^2.0.0"
1081+
9881082
"@bcoe/v8-coverage@^0.2.3":
9891083
version "0.2.3"
9901084
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)