Skip to content

Commit d5dbe4c

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/preset-env to v7.14.4
1 parent d65031e commit d5dbe4c

2 files changed

Lines changed: 79 additions & 48 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "husky install"
3434
},
3535
"devDependencies": {
36-
"@babel/preset-env": "7.14.2",
36+
"@babel/preset-env": "7.14.4",
3737
"@rollup/plugin-alias": "3.1.2",
3838
"@rollup/plugin-babel": "5.3.0",
3939
"@rollup/plugin-commonjs": "19.0.0",

yarn.lock

Lines changed: 78 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
2222
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
2323

24-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
24+
"@babel/compat-data@^7.13.11":
2525
version "7.13.15"
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
2727
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
2828

29-
"@babel/compat-data@^7.14.0":
30-
version "7.14.0"
31-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
32-
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
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==
3333

3434
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
3535
version "7.12.10"
@@ -129,14 +129,14 @@
129129
browserslist "^4.14.5"
130130
semver "7.0.0"
131131

132-
"@babel/helper-compilation-targets@^7.13.16":
133-
version "7.13.16"
134-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
135-
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
132+
"@babel/helper-compilation-targets@^7.14.4":
133+
version "7.14.4"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
135+
integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==
136136
dependencies:
137-
"@babel/compat-data" "^7.13.15"
137+
"@babel/compat-data" "^7.14.4"
138138
"@babel/helper-validator-option" "^7.12.17"
139-
browserslist "^4.14.5"
139+
browserslist "^4.16.6"
140140
semver "^6.3.0"
141141

142142
"@babel/helper-create-class-features-plugin@^7.13.0":
@@ -162,6 +162,18 @@
162162
"@babel/helper-replace-supers" "^7.13.12"
163163
"@babel/helper-split-export-declaration" "^7.12.13"
164164

165+
"@babel/helper-create-class-features-plugin@^7.14.3":
166+
version "7.14.4"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42"
168+
integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==
169+
dependencies:
170+
"@babel/helper-annotate-as-pure" "^7.12.13"
171+
"@babel/helper-function-name" "^7.14.2"
172+
"@babel/helper-member-expression-to-functions" "^7.13.12"
173+
"@babel/helper-optimise-call-expression" "^7.12.13"
174+
"@babel/helper-replace-supers" "^7.14.4"
175+
"@babel/helper-split-export-declaration" "^7.12.13"
176+
165177
"@babel/helper-create-regexp-features-plugin@^7.12.1":
166178
version "7.12.7"
167179
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz#2084172e95443fa0a09214ba1bb328f9aea1278f"
@@ -433,6 +445,16 @@
433445
"@babel/traverse" "^7.13.0"
434446
"@babel/types" "^7.13.12"
435447

448+
"@babel/helper-replace-supers@^7.14.4":
449+
version "7.14.4"
450+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
451+
integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==
452+
dependencies:
453+
"@babel/helper-member-expression-to-functions" "^7.13.12"
454+
"@babel/helper-optimise-call-expression" "^7.12.13"
455+
"@babel/traverse" "^7.14.2"
456+
"@babel/types" "^7.14.4"
457+
436458
"@babel/helper-simple-access@^7.12.1":
437459
version "7.12.1"
438460
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
@@ -578,11 +600,12 @@
578600
"@babel/helper-create-class-features-plugin" "^7.13.0"
579601
"@babel/helper-plugin-utils" "^7.13.0"
580602

581-
"@babel/plugin-proposal-class-static-block@^7.13.11":
582-
version "7.13.11"
583-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703"
584-
integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==
603+
"@babel/plugin-proposal-class-static-block@^7.14.3":
604+
version "7.14.3"
605+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
606+
integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
585607
dependencies:
608+
"@babel/helper-create-class-features-plugin" "^7.14.3"
586609
"@babel/helper-plugin-utils" "^7.13.0"
587610
"@babel/plugin-syntax-class-static-block" "^7.12.13"
588611

@@ -634,13 +657,13 @@
634657
"@babel/helper-plugin-utils" "^7.13.0"
635658
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
636659

637-
"@babel/plugin-proposal-object-rest-spread@^7.14.2":
638-
version "7.14.2"
639-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc"
640-
integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw==
660+
"@babel/plugin-proposal-object-rest-spread@^7.14.4":
661+
version "7.14.4"
662+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4"
663+
integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==
641664
dependencies:
642-
"@babel/compat-data" "^7.14.0"
643-
"@babel/helper-compilation-targets" "^7.13.16"
665+
"@babel/compat-data" "^7.14.4"
666+
"@babel/helper-compilation-targets" "^7.14.4"
644667
"@babel/helper-plugin-utils" "^7.13.0"
645668
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
646669
"@babel/plugin-transform-parameters" "^7.14.2"
@@ -854,23 +877,23 @@
854877
dependencies:
855878
"@babel/helper-plugin-utils" "^7.12.13"
856879

857-
"@babel/plugin-transform-block-scoping@^7.14.2":
858-
version "7.14.2"
859-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c"
860-
integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg==
880+
"@babel/plugin-transform-block-scoping@^7.14.4":
881+
version "7.14.4"
882+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8"
883+
integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==
861884
dependencies:
862885
"@babel/helper-plugin-utils" "^7.13.0"
863886

864-
"@babel/plugin-transform-classes@^7.14.2":
865-
version "7.14.2"
866-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d"
867-
integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg==
887+
"@babel/plugin-transform-classes@^7.14.4":
888+
version "7.14.4"
889+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a"
890+
integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==
868891
dependencies:
869892
"@babel/helper-annotate-as-pure" "^7.12.13"
870893
"@babel/helper-function-name" "^7.14.2"
871894
"@babel/helper-optimise-call-expression" "^7.12.13"
872895
"@babel/helper-plugin-utils" "^7.13.0"
873-
"@babel/helper-replace-supers" "^7.13.12"
896+
"@babel/helper-replace-supers" "^7.14.4"
874897
"@babel/helper-split-export-declaration" "^7.12.13"
875898
globals "^11.1.0"
876899

@@ -881,10 +904,10 @@
881904
dependencies:
882905
"@babel/helper-plugin-utils" "^7.13.0"
883906

884-
"@babel/plugin-transform-destructuring@^7.13.17":
885-
version "7.13.17"
886-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27"
887-
integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==
907+
"@babel/plugin-transform-destructuring@^7.14.4":
908+
version "7.14.4"
909+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed"
910+
integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==
888911
dependencies:
889912
"@babel/helper-plugin-utils" "^7.13.0"
890913

@@ -1087,26 +1110,26 @@
10871110
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
10881111
"@babel/helper-plugin-utils" "^7.12.13"
10891112

1090-
"@babel/preset-env@7.14.2":
1091-
version "7.14.2"
1092-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5"
1093-
integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ==
1113+
"@babel/preset-env@7.14.4":
1114+
version "7.14.4"
1115+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d"
1116+
integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==
10941117
dependencies:
1095-
"@babel/compat-data" "^7.14.0"
1096-
"@babel/helper-compilation-targets" "^7.13.16"
1118+
"@babel/compat-data" "^7.14.4"
1119+
"@babel/helper-compilation-targets" "^7.14.4"
10971120
"@babel/helper-plugin-utils" "^7.13.0"
10981121
"@babel/helper-validator-option" "^7.12.17"
10991122
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
11001123
"@babel/plugin-proposal-async-generator-functions" "^7.14.2"
11011124
"@babel/plugin-proposal-class-properties" "^7.13.0"
1102-
"@babel/plugin-proposal-class-static-block" "^7.13.11"
1125+
"@babel/plugin-proposal-class-static-block" "^7.14.3"
11031126
"@babel/plugin-proposal-dynamic-import" "^7.14.2"
11041127
"@babel/plugin-proposal-export-namespace-from" "^7.14.2"
11051128
"@babel/plugin-proposal-json-strings" "^7.14.2"
11061129
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
11071130
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
11081131
"@babel/plugin-proposal-numeric-separator" "^7.14.2"
1109-
"@babel/plugin-proposal-object-rest-spread" "^7.14.2"
1132+
"@babel/plugin-proposal-object-rest-spread" "^7.14.4"
11101133
"@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
11111134
"@babel/plugin-proposal-optional-chaining" "^7.14.2"
11121135
"@babel/plugin-proposal-private-methods" "^7.13.0"
@@ -1129,10 +1152,10 @@
11291152
"@babel/plugin-transform-arrow-functions" "^7.13.0"
11301153
"@babel/plugin-transform-async-to-generator" "^7.13.0"
11311154
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1132-
"@babel/plugin-transform-block-scoping" "^7.14.2"
1133-
"@babel/plugin-transform-classes" "^7.14.2"
1155+
"@babel/plugin-transform-block-scoping" "^7.14.4"
1156+
"@babel/plugin-transform-classes" "^7.14.4"
11341157
"@babel/plugin-transform-computed-properties" "^7.13.0"
1135-
"@babel/plugin-transform-destructuring" "^7.13.17"
1158+
"@babel/plugin-transform-destructuring" "^7.14.4"
11361159
"@babel/plugin-transform-dotall-regex" "^7.12.13"
11371160
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
11381161
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
@@ -1159,7 +1182,7 @@
11591182
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
11601183
"@babel/plugin-transform-unicode-regex" "^7.12.13"
11611184
"@babel/preset-modules" "^0.1.4"
1162-
"@babel/types" "^7.14.2"
1185+
"@babel/types" "^7.14.4"
11631186
babel-plugin-polyfill-corejs2 "^0.2.0"
11641187
babel-plugin-polyfill-corejs3 "^0.2.0"
11651188
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -1318,6 +1341,14 @@
13181341
"@babel/helper-validator-identifier" "^7.14.0"
13191342
to-fast-properties "^2.0.0"
13201343

1344+
"@babel/types@^7.14.4":
1345+
version "7.14.4"
1346+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
1347+
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
1348+
dependencies:
1349+
"@babel/helper-validator-identifier" "^7.14.0"
1350+
to-fast-properties "^2.0.0"
1351+
13211352
"@bcoe/v8-coverage@^0.2.3":
13221353
version "0.2.3"
13231354
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2654,7 +2685,7 @@ browserify-sign@^4.0.0:
26542685
readable-stream "^3.6.0"
26552686
safe-buffer "^5.2.0"
26562687

2657-
browserslist@^4.14.5, browserslist@^4.16.3:
2688+
browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4.16.6:
26582689
version "4.16.6"
26592690
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
26602691
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==

0 commit comments

Comments
 (0)