Skip to content

Commit 2138d4c

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.14.4
1 parent 09f8890 commit 2138d4c

File tree

2 files changed

+89
-28
lines changed

2 files changed

+89
-28
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"@babel/core": "7.14.3",
70-
"@babel/preset-env": "7.14.2",
70+
"@babel/preset-env": "7.14.4",
7171
"@babel/register": "7.13.16",
7272
"@commitlint/cli": "12.1.4",
7373
"@js-library/commitlint-config": "0.0.4",

yarn.lock

+88-27
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.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
2222
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
2323

24+
"@babel/compat-data@^7.14.4":
25+
version "7.14.4"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
27+
integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==
28+
2429
2530
version "7.14.3"
2631
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
@@ -124,6 +129,16 @@
124129
browserslist "^4.14.5"
125130
semver "^6.3.0"
126131

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==
136+
dependencies:
137+
"@babel/compat-data" "^7.14.4"
138+
"@babel/helper-validator-option" "^7.12.17"
139+
browserslist "^4.16.6"
140+
semver "^6.3.0"
141+
127142
"@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":
128143
version "7.14.1"
129144
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.1.tgz#1fe11b376f3c41650ad9fedc665b0068722ea76c"
@@ -136,6 +151,18 @@
136151
"@babel/helper-replace-supers" "^7.13.12"
137152
"@babel/helper-split-export-declaration" "^7.12.13"
138153

154+
"@babel/helper-create-class-features-plugin@^7.14.3":
155+
version "7.14.4"
156+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42"
157+
integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==
158+
dependencies:
159+
"@babel/helper-annotate-as-pure" "^7.12.13"
160+
"@babel/helper-function-name" "^7.14.2"
161+
"@babel/helper-member-expression-to-functions" "^7.13.12"
162+
"@babel/helper-optimise-call-expression" "^7.12.13"
163+
"@babel/helper-replace-supers" "^7.14.4"
164+
"@babel/helper-split-export-declaration" "^7.12.13"
165+
139166
"@babel/helper-create-regexp-features-plugin@^7.12.13":
140167
version "7.12.17"
141168
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7"
@@ -271,6 +298,16 @@
271298
"@babel/traverse" "^7.13.0"
272299
"@babel/types" "^7.13.12"
273300

301+
"@babel/helper-replace-supers@^7.14.4":
302+
version "7.14.4"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
304+
integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==
305+
dependencies:
306+
"@babel/helper-member-expression-to-functions" "^7.13.12"
307+
"@babel/helper-optimise-call-expression" "^7.12.13"
308+
"@babel/traverse" "^7.14.2"
309+
"@babel/types" "^7.14.4"
310+
274311
"@babel/helper-simple-access@^7.13.12":
275312
version "7.13.12"
276313
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -396,6 +433,15 @@
396433
"@babel/helper-plugin-utils" "^7.13.0"
397434
"@babel/plugin-syntax-class-static-block" "^7.12.13"
398435

436+
"@babel/plugin-proposal-class-static-block@^7.14.3":
437+
version "7.14.3"
438+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
439+
integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
440+
dependencies:
441+
"@babel/helper-create-class-features-plugin" "^7.14.3"
442+
"@babel/helper-plugin-utils" "^7.13.0"
443+
"@babel/plugin-syntax-class-static-block" "^7.12.13"
444+
399445
"@babel/plugin-proposal-dynamic-import@^7.13.8":
400446
version "7.13.8"
401447
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz#876a1f6966e1dec332e8c9451afda3bebcdf2e1d"
@@ -503,13 +549,13 @@
503549
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
504550
"@babel/plugin-transform-parameters" "^7.13.0"
505551

506-
"@babel/plugin-proposal-object-rest-spread@^7.14.2":
507-
version "7.14.2"
508-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc"
509-
integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw==
552+
"@babel/plugin-proposal-object-rest-spread@^7.14.4":
553+
version "7.14.4"
554+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4"
555+
integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==
510556
dependencies:
511-
"@babel/compat-data" "^7.14.0"
512-
"@babel/helper-compilation-targets" "^7.13.16"
557+
"@babel/compat-data" "^7.14.4"
558+
"@babel/helper-compilation-targets" "^7.14.4"
513559
"@babel/helper-plugin-utils" "^7.13.0"
514560
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
515561
"@babel/plugin-transform-parameters" "^7.14.2"
@@ -723,10 +769,10 @@
723769
dependencies:
724770
"@babel/helper-plugin-utils" "^7.13.0"
725771

726-
"@babel/plugin-transform-block-scoping@^7.14.2":
727-
version "7.14.2"
728-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c"
729-
integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg==
772+
"@babel/plugin-transform-block-scoping@^7.14.4":
773+
version "7.14.4"
774+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8"
775+
integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==
730776
dependencies:
731777
"@babel/helper-plugin-utils" "^7.13.0"
732778

@@ -743,16 +789,16 @@
743789
"@babel/helper-split-export-declaration" "^7.12.13"
744790
globals "^11.1.0"
745791

746-
"@babel/plugin-transform-classes@^7.14.2":
747-
version "7.14.2"
748-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d"
749-
integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg==
792+
"@babel/plugin-transform-classes@^7.14.4":
793+
version "7.14.4"
794+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a"
795+
integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==
750796
dependencies:
751797
"@babel/helper-annotate-as-pure" "^7.12.13"
752798
"@babel/helper-function-name" "^7.14.2"
753799
"@babel/helper-optimise-call-expression" "^7.12.13"
754800
"@babel/helper-plugin-utils" "^7.13.0"
755-
"@babel/helper-replace-supers" "^7.13.12"
801+
"@babel/helper-replace-supers" "^7.14.4"
756802
"@babel/helper-split-export-declaration" "^7.12.13"
757803
globals "^11.1.0"
758804

@@ -770,6 +816,13 @@
770816
dependencies:
771817
"@babel/helper-plugin-utils" "^7.13.0"
772818

819+
"@babel/plugin-transform-destructuring@^7.14.4":
820+
version "7.14.4"
821+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed"
822+
integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==
823+
dependencies:
824+
"@babel/helper-plugin-utils" "^7.13.0"
825+
773826
"@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4":
774827
version "7.12.13"
775828
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz#3f1601cc29905bfcb67f53910f197aeafebb25ad"
@@ -1018,26 +1071,26 @@
10181071
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
10191072
"@babel/helper-plugin-utils" "^7.12.13"
10201073

1021-
"@babel/[email protected].2":
1022-
version "7.14.2"
1023-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5"
1024-
integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ==
1074+
"@babel/[email protected].4":
1075+
version "7.14.4"
1076+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d"
1077+
integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==
10251078
dependencies:
1026-
"@babel/compat-data" "^7.14.0"
1027-
"@babel/helper-compilation-targets" "^7.13.16"
1079+
"@babel/compat-data" "^7.14.4"
1080+
"@babel/helper-compilation-targets" "^7.14.4"
10281081
"@babel/helper-plugin-utils" "^7.13.0"
10291082
"@babel/helper-validator-option" "^7.12.17"
10301083
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
10311084
"@babel/plugin-proposal-async-generator-functions" "^7.14.2"
10321085
"@babel/plugin-proposal-class-properties" "^7.13.0"
1033-
"@babel/plugin-proposal-class-static-block" "^7.13.11"
1086+
"@babel/plugin-proposal-class-static-block" "^7.14.3"
10341087
"@babel/plugin-proposal-dynamic-import" "^7.14.2"
10351088
"@babel/plugin-proposal-export-namespace-from" "^7.14.2"
10361089
"@babel/plugin-proposal-json-strings" "^7.14.2"
10371090
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
10381091
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
10391092
"@babel/plugin-proposal-numeric-separator" "^7.14.2"
1040-
"@babel/plugin-proposal-object-rest-spread" "^7.14.2"
1093+
"@babel/plugin-proposal-object-rest-spread" "^7.14.4"
10411094
"@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
10421095
"@babel/plugin-proposal-optional-chaining" "^7.14.2"
10431096
"@babel/plugin-proposal-private-methods" "^7.13.0"
@@ -1060,10 +1113,10 @@
10601113
"@babel/plugin-transform-arrow-functions" "^7.13.0"
10611114
"@babel/plugin-transform-async-to-generator" "^7.13.0"
10621115
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
1063-
"@babel/plugin-transform-block-scoping" "^7.14.2"
1064-
"@babel/plugin-transform-classes" "^7.14.2"
1116+
"@babel/plugin-transform-block-scoping" "^7.14.4"
1117+
"@babel/plugin-transform-classes" "^7.14.4"
10651118
"@babel/plugin-transform-computed-properties" "^7.13.0"
1066-
"@babel/plugin-transform-destructuring" "^7.13.17"
1119+
"@babel/plugin-transform-destructuring" "^7.14.4"
10671120
"@babel/plugin-transform-dotall-regex" "^7.12.13"
10681121
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
10691122
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
@@ -1090,7 +1143,7 @@
10901143
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
10911144
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10921145
"@babel/preset-modules" "^0.1.4"
1093-
"@babel/types" "^7.14.2"
1146+
"@babel/types" "^7.14.4"
10941147
babel-plugin-polyfill-corejs2 "^0.2.0"
10951148
babel-plugin-polyfill-corejs3 "^0.2.0"
10961149
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -1279,6 +1332,14 @@
12791332
"@babel/helper-validator-identifier" "^7.14.0"
12801333
to-fast-properties "^2.0.0"
12811334

1335+
"@babel/types@^7.14.4":
1336+
version "7.14.4"
1337+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
1338+
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
1339+
dependencies:
1340+
"@babel/helper-validator-identifier" "^7.14.0"
1341+
to-fast-properties "^2.0.0"
1342+
12821343
"@bcoe/v8-coverage@^0.2.3":
12831344
version "0.2.3"
12841345
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)