Skip to content

Commit 7dc7627

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.16.4
1 parent e751440 commit 7dc7627

File tree

2 files changed

+103
-43
lines changed

2 files changed

+103
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {},
6868
"devDependencies": {
6969
"@babel/core": "7.16.0",
70-
"@babel/preset-env": "7.16.0",
70+
"@babel/preset-env": "7.16.4",
7171
"@babel/register": "7.16.0",
7272
"@commitlint/cli": "14.1.0",
7373
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 102 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
6868
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
6969

70+
"@babel/compat-data@^7.16.4":
71+
version "7.16.4"
72+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
73+
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
74+
7075
7176
version "7.16.0"
7277
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
@@ -261,6 +266,16 @@
261266
browserslist "^4.16.6"
262267
semver "^6.3.0"
263268

269+
"@babel/helper-compilation-targets@^7.16.3":
270+
version "7.16.3"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
272+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
273+
dependencies:
274+
"@babel/compat-data" "^7.16.0"
275+
"@babel/helper-validator-option" "^7.14.5"
276+
browserslist "^4.17.5"
277+
semver "^6.3.0"
278+
264279
"@babel/helper-create-class-features-plugin@^7.12.1":
265280
version "7.14.6"
266281
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542"
@@ -335,10 +350,10 @@
335350
resolve "^1.14.2"
336351
semver "^6.1.2"
337352

338-
"@babel/helper-define-polyfill-provider@^0.2.4":
339-
version "0.2.4"
340-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10"
341-
integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
353+
"@babel/helper-define-polyfill-provider@^0.3.0":
354+
version "0.3.0"
355+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
356+
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
342357
dependencies:
343358
"@babel/helper-compilation-targets" "^7.13.0"
344359
"@babel/helper-module-imports" "^7.12.13"
@@ -575,6 +590,15 @@
575590
"@babel/helper-wrap-function" "^7.16.0"
576591
"@babel/types" "^7.16.0"
577592

593+
"@babel/helper-remap-async-to-generator@^7.16.4":
594+
version "7.16.4"
595+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.4.tgz#5d7902f61349ff6b963e07f06a389ce139fbfe6e"
596+
integrity sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
597+
dependencies:
598+
"@babel/helper-annotate-as-pure" "^7.16.0"
599+
"@babel/helper-wrap-function" "^7.16.0"
600+
"@babel/types" "^7.16.0"
601+
578602
"@babel/helper-replace-supers@^7.13.12":
579603
version "7.13.12"
580604
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
@@ -814,10 +838,10 @@
814838
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
815839
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
816840

817-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
818-
version "7.16.0"
819-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.0.tgz#efb7f147042aca34ce8156a055906a7abaadeaf0"
820-
integrity sha512-djyecbGMEh4rOb/Tc1M5bUW2Ih1IZRa9PoubnPOCzM+DRE89uGUHR1Y+3aDdTMW4drjGRZ2ol8dt1JUFg6hJLQ==
841+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
842+
version "7.16.2"
843+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
844+
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
821845
dependencies:
822846
"@babel/helper-plugin-utils" "^7.14.5"
823847

@@ -848,13 +872,13 @@
848872
"@babel/helper-remap-async-to-generator" "^7.14.5"
849873
"@babel/plugin-syntax-async-generators" "^7.8.4"
850874

851-
"@babel/plugin-proposal-async-generator-functions@^7.16.0":
852-
version "7.16.0"
853-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz#11425d47a60364352f668ad5fbc1d6596b2c5caf"
854-
integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
875+
"@babel/plugin-proposal-async-generator-functions@^7.16.4":
876+
version "7.16.4"
877+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.4.tgz#e606eb6015fec6fa5978c940f315eae4e300b081"
878+
integrity sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
855879
dependencies:
856880
"@babel/helper-plugin-utils" "^7.14.5"
857-
"@babel/helper-remap-async-to-generator" "^7.16.0"
881+
"@babel/helper-remap-async-to-generator" "^7.16.4"
858882
"@babel/plugin-syntax-async-generators" "^7.8.4"
859883

860884
@@ -1598,6 +1622,13 @@
15981622
dependencies:
15991623
"@babel/helper-plugin-utils" "^7.14.5"
16001624

1625+
"@babel/plugin-transform-parameters@^7.16.3":
1626+
version "7.16.3"
1627+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
1628+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
1629+
dependencies:
1630+
"@babel/helper-plugin-utils" "^7.14.5"
1631+
16011632
"@babel/plugin-transform-property-literals@^7.14.5":
16021633
version "7.14.5"
16031634
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
@@ -1775,18 +1806,18 @@
17751806
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
17761807
"@babel/helper-plugin-utils" "^7.14.5"
17771808

1778-
"@babel/[email protected].0":
1779-
version "7.16.0"
1780-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.0.tgz#97228393d217560d6a1c6c56f0adb9d12bca67f5"
1781-
integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
1809+
"@babel/[email protected].4":
1810+
version "7.16.4"
1811+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.4.tgz#4f6ec33b2a3fe72d6bfdcdf3859500232563a2e3"
1812+
integrity sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
17821813
dependencies:
1783-
"@babel/compat-data" "^7.16.0"
1784-
"@babel/helper-compilation-targets" "^7.16.0"
1814+
"@babel/compat-data" "^7.16.4"
1815+
"@babel/helper-compilation-targets" "^7.16.3"
17851816
"@babel/helper-plugin-utils" "^7.14.5"
17861817
"@babel/helper-validator-option" "^7.14.5"
1787-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
1818+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.2"
17881819
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
1789-
"@babel/plugin-proposal-async-generator-functions" "^7.16.0"
1820+
"@babel/plugin-proposal-async-generator-functions" "^7.16.4"
17901821
"@babel/plugin-proposal-class-properties" "^7.16.0"
17911822
"@babel/plugin-proposal-class-static-block" "^7.16.0"
17921823
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
@@ -1836,7 +1867,7 @@
18361867
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
18371868
"@babel/plugin-transform-new-target" "^7.16.0"
18381869
"@babel/plugin-transform-object-super" "^7.16.0"
1839-
"@babel/plugin-transform-parameters" "^7.16.0"
1870+
"@babel/plugin-transform-parameters" "^7.16.3"
18401871
"@babel/plugin-transform-property-literals" "^7.16.0"
18411872
"@babel/plugin-transform-regenerator" "^7.16.0"
18421873
"@babel/plugin-transform-reserved-words" "^7.16.0"
@@ -1849,10 +1880,10 @@
18491880
"@babel/plugin-transform-unicode-regex" "^7.16.0"
18501881
"@babel/preset-modules" "^0.1.5"
18511882
"@babel/types" "^7.16.0"
1852-
babel-plugin-polyfill-corejs2 "^0.2.3"
1853-
babel-plugin-polyfill-corejs3 "^0.3.0"
1854-
babel-plugin-polyfill-regenerator "^0.2.3"
1855-
core-js-compat "^3.19.0"
1883+
babel-plugin-polyfill-corejs2 "^0.3.0"
1884+
babel-plugin-polyfill-corejs3 "^0.4.0"
1885+
babel-plugin-polyfill-regenerator "^0.3.0"
1886+
core-js-compat "^3.19.1"
18561887
semver "^6.3.0"
18571888

18581889
"@babel/preset-env@^7.12.11":
@@ -3188,13 +3219,13 @@ babel-plugin-polyfill-corejs2@^0.2.2:
31883219
"@babel/helper-define-polyfill-provider" "^0.2.2"
31893220
semver "^6.1.1"
31903221

3191-
babel-plugin-polyfill-corejs2@^0.2.3:
3192-
version "0.2.3"
3193-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f"
3194-
integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
3222+
babel-plugin-polyfill-corejs2@^0.3.0:
3223+
version "0.3.0"
3224+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
3225+
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
31953226
dependencies:
31963227
"@babel/compat-data" "^7.13.11"
3197-
"@babel/helper-define-polyfill-provider" "^0.2.4"
3228+
"@babel/helper-define-polyfill-provider" "^0.3.0"
31983229
semver "^6.1.1"
31993230

32003231
babel-plugin-polyfill-corejs3@^0.2.2:
@@ -3205,12 +3236,12 @@ babel-plugin-polyfill-corejs3@^0.2.2:
32053236
"@babel/helper-define-polyfill-provider" "^0.2.2"
32063237
core-js-compat "^3.9.1"
32073238

3208-
babel-plugin-polyfill-corejs3@^0.3.0:
3209-
version "0.3.0"
3210-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz#fa7ca3d1ee9ddc6193600ffb632c9785d54918af"
3211-
integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
3239+
babel-plugin-polyfill-corejs3@^0.4.0:
3240+
version "0.4.0"
3241+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
3242+
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
32123243
dependencies:
3213-
"@babel/helper-define-polyfill-provider" "^0.2.4"
3244+
"@babel/helper-define-polyfill-provider" "^0.3.0"
32143245
core-js-compat "^3.18.0"
32153246

32163247
babel-plugin-polyfill-regenerator@^0.2.2:
@@ -3220,12 +3251,12 @@ babel-plugin-polyfill-regenerator@^0.2.2:
32203251
dependencies:
32213252
"@babel/helper-define-polyfill-provider" "^0.2.2"
32223253

3223-
babel-plugin-polyfill-regenerator@^0.2.3:
3224-
version "0.2.3"
3225-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d"
3226-
integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
3254+
babel-plugin-polyfill-regenerator@^0.3.0:
3255+
version "0.3.0"
3256+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
3257+
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
32273258
dependencies:
3228-
"@babel/helper-define-polyfill-provider" "^0.2.4"
3259+
"@babel/helper-define-polyfill-provider" "^0.3.0"
32293260

32303261
babel-plugin-transform-async-to-promises@^0.8.15:
32313262
version "0.8.15"
@@ -3541,6 +3572,17 @@ browserslist@^4.17.5:
35413572
node-releases "^2.0.1"
35423573
picocolors "^1.0.0"
35433574

3575+
browserslist@^4.17.6:
3576+
version "4.18.1"
3577+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
3578+
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
3579+
dependencies:
3580+
caniuse-lite "^1.0.30001280"
3581+
electron-to-chromium "^1.3.896"
3582+
escalade "^3.1.1"
3583+
node-releases "^2.0.1"
3584+
picocolors "^1.0.0"
3585+
35443586
buf-compare@^1.0.0:
35453587
version "1.0.1"
35463588
resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
@@ -3769,6 +3811,11 @@ caniuse-lite@^1.0.30001271:
37693811
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001272.tgz#8e9790ff995e9eb6e1f4c45cd07ddaa87cddbb14"
37703812
integrity sha512-DV1j9Oot5dydyH1v28g25KoVm7l8MTxazwuiH3utWiAS6iL/9Nh//TGwqFEeqqN8nnWYQ8HHhUq+o4QPt9kvYw==
37713813

3814+
caniuse-lite@^1.0.30001280:
3815+
version "1.0.30001280"
3816+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001280.tgz#066a506046ba4be34cde5f74a08db7a396718fb7"
3817+
integrity sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==
3818+
37723819
caseless@~0.12.0:
37733820
version "0.12.0"
37743821
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -4270,14 +4317,22 @@ core-js-compat@^3.15.0:
42704317
browserslist "^4.16.6"
42714318
semver "7.0.0"
42724319

4273-
core-js-compat@^3.18.0, core-js-compat@^3.19.0:
4320+
core-js-compat@^3.18.0:
42744321
version "3.19.0"
42754322
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
42764323
integrity sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==
42774324
dependencies:
42784325
browserslist "^4.17.5"
42794326
semver "7.0.0"
42804327

4328+
core-js-compat@^3.19.1:
4329+
version "3.19.1"
4330+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.1.tgz#fe598f1a9bf37310d77c3813968e9f7c7bb99476"
4331+
integrity sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==
4332+
dependencies:
4333+
browserslist "^4.17.6"
4334+
semver "7.0.0"
4335+
42814336
core-js-compat@^3.9.1:
42824337
version "3.10.1"
42834338
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.1.tgz#62183a3a77ceeffcc420d907a3e6fc67d9b27f1c"
@@ -4946,6 +5001,11 @@ electron-to-chromium@^1.3.878:
49465001
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz#c8cec32fbc61364127849ae00f2395a1bae7c454"
49475002
integrity sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg==
49485003

5004+
electron-to-chromium@^1.3.896:
5005+
version "1.3.899"
5006+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.899.tgz#4d7d040e73def3d5f5bd6b8a21049025dce6fce0"
5007+
integrity sha512-w16Dtd2zl7VZ4N4Db+FIa7n36sgPGCKjrKvUUmp5ialsikvcQLjcJR9RWnlYNxIyEHLdHaoIZEqKsPxU9MdyBg==
5008+
49495009
elegant-spinner@^1.0.1:
49505010
version "1.0.1"
49515011
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"

0 commit comments

Comments
 (0)