Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 4b0032f

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/preset-env to v7.16.4
1 parent 35c3f13 commit 4b0032f

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
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@babel/core": "7.16.0",
50-
"@babel/preset-env": "7.16.0",
50+
"@babel/preset-env": "7.16.4",
5151
"@babel/preset-react": "7.16.0",
5252
"@commitlint/cli": "8.3.5",
5353
"@commitlint/config-conventional": "8.3.4",

yarn.lock

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

48+
"@babel/compat-data@^7.16.4":
49+
version "7.16.4"
50+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
51+
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
52+
4853
"@babel/core@7.16.0":
4954
version "7.16.0"
5055
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
@@ -158,6 +163,16 @@
158163
browserslist "^4.16.6"
159164
semver "^6.3.0"
160165

166+
"@babel/helper-compilation-targets@^7.16.3":
167+
version "7.16.3"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
169+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
170+
dependencies:
171+
"@babel/compat-data" "^7.16.0"
172+
"@babel/helper-validator-option" "^7.14.5"
173+
browserslist "^4.17.5"
174+
semver "^6.3.0"
175+
161176
"@babel/helper-create-class-features-plugin@^7.16.0":
162177
version "7.16.0"
163178
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b"
@@ -187,10 +202,10 @@
187202
"@babel/helper-regex" "^7.8.3"
188203
regexpu-core "^4.7.0"
189204

190-
"@babel/helper-define-polyfill-provider@^0.2.4":
191-
version "0.2.4"
192-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10"
193-
integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
205+
"@babel/helper-define-polyfill-provider@^0.3.0":
206+
version "0.3.0"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
208+
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
194209
dependencies:
195210
"@babel/helper-compilation-targets" "^7.13.0"
196211
"@babel/helper-module-imports" "^7.12.13"
@@ -380,6 +395,15 @@
380395
"@babel/helper-wrap-function" "^7.16.0"
381396
"@babel/types" "^7.16.0"
382397

398+
"@babel/helper-remap-async-to-generator@^7.16.4":
399+
version "7.16.4"
400+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.4.tgz#5d7902f61349ff6b963e07f06a389ce139fbfe6e"
401+
integrity sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
402+
dependencies:
403+
"@babel/helper-annotate-as-pure" "^7.16.0"
404+
"@babel/helper-wrap-function" "^7.16.0"
405+
"@babel/types" "^7.16.0"
406+
383407
"@babel/helper-replace-supers@^7.16.0":
384408
version "7.16.0"
385409
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
@@ -562,10 +586,10 @@
562586
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
563587
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
564588

565-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
566-
version "7.16.0"
567-
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"
568-
integrity sha512-djyecbGMEh4rOb/Tc1M5bUW2Ih1IZRa9PoubnPOCzM+DRE89uGUHR1Y+3aDdTMW4drjGRZ2ol8dt1JUFg6hJLQ==
589+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
590+
version "7.16.2"
591+
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"
592+
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
569593
dependencies:
570594
"@babel/helper-plugin-utils" "^7.14.5"
571595

@@ -578,13 +602,13 @@
578602
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
579603
"@babel/plugin-proposal-optional-chaining" "^7.16.0"
580604

581-
"@babel/plugin-proposal-async-generator-functions@^7.16.0":
582-
version "7.16.0"
583-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz#11425d47a60364352f668ad5fbc1d6596b2c5caf"
584-
integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
605+
"@babel/plugin-proposal-async-generator-functions@^7.16.4":
606+
version "7.16.4"
607+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.4.tgz#e606eb6015fec6fa5978c940f315eae4e300b081"
608+
integrity sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
585609
dependencies:
586610
"@babel/helper-plugin-utils" "^7.14.5"
587-
"@babel/helper-remap-async-to-generator" "^7.16.0"
611+
"@babel/helper-remap-async-to-generator" "^7.16.4"
588612
"@babel/plugin-syntax-async-generators" "^7.8.4"
589613

590614
"@babel/plugin-proposal-class-properties@^7.16.0":
@@ -1031,6 +1055,13 @@
10311055
dependencies:
10321056
"@babel/helper-plugin-utils" "^7.14.5"
10331057

1058+
"@babel/plugin-transform-parameters@^7.16.3":
1059+
version "7.16.3"
1060+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
1061+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
1062+
dependencies:
1063+
"@babel/helper-plugin-utils" "^7.14.5"
1064+
10341065
"@babel/plugin-transform-property-literals@^7.16.0":
10351066
version "7.16.0"
10361067
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.0.tgz#a95c552189a96a00059f6776dc4e00e3690c78d1"
@@ -1136,18 +1167,18 @@
11361167
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
11371168
"@babel/helper-plugin-utils" "^7.14.5"
11381169

1139-
"@babel/preset-env@7.16.0":
1140-
version "7.16.0"
1141-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.0.tgz#97228393d217560d6a1c6c56f0adb9d12bca67f5"
1142-
integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
1170+
"@babel/preset-env@7.16.4":
1171+
version "7.16.4"
1172+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.4.tgz#4f6ec33b2a3fe72d6bfdcdf3859500232563a2e3"
1173+
integrity sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
11431174
dependencies:
1144-
"@babel/compat-data" "^7.16.0"
1145-
"@babel/helper-compilation-targets" "^7.16.0"
1175+
"@babel/compat-data" "^7.16.4"
1176+
"@babel/helper-compilation-targets" "^7.16.3"
11461177
"@babel/helper-plugin-utils" "^7.14.5"
11471178
"@babel/helper-validator-option" "^7.14.5"
1148-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
1179+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.2"
11491180
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
1150-
"@babel/plugin-proposal-async-generator-functions" "^7.16.0"
1181+
"@babel/plugin-proposal-async-generator-functions" "^7.16.4"
11511182
"@babel/plugin-proposal-class-properties" "^7.16.0"
11521183
"@babel/plugin-proposal-class-static-block" "^7.16.0"
11531184
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
@@ -1197,7 +1228,7 @@
11971228
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
11981229
"@babel/plugin-transform-new-target" "^7.16.0"
11991230
"@babel/plugin-transform-object-super" "^7.16.0"
1200-
"@babel/plugin-transform-parameters" "^7.16.0"
1231+
"@babel/plugin-transform-parameters" "^7.16.3"
12011232
"@babel/plugin-transform-property-literals" "^7.16.0"
12021233
"@babel/plugin-transform-regenerator" "^7.16.0"
12031234
"@babel/plugin-transform-reserved-words" "^7.16.0"
@@ -1210,10 +1241,10 @@
12101241
"@babel/plugin-transform-unicode-regex" "^7.16.0"
12111242
"@babel/preset-modules" "^0.1.5"
12121243
"@babel/types" "^7.16.0"
1213-
babel-plugin-polyfill-corejs2 "^0.2.3"
1214-
babel-plugin-polyfill-corejs3 "^0.3.0"
1215-
babel-plugin-polyfill-regenerator "^0.2.3"
1216-
core-js-compat "^3.19.0"
1244+
babel-plugin-polyfill-corejs2 "^0.3.0"
1245+
babel-plugin-polyfill-corejs3 "^0.4.0"
1246+
babel-plugin-polyfill-regenerator "^0.3.0"
1247+
core-js-compat "^3.19.1"
12171248
semver "^6.3.0"
12181249

12191250
"@babel/preset-modules@^0.1.5":
@@ -2839,29 +2870,29 @@ babel-plugin-jest-hoist@^25.5.0:
28392870
"@babel/types" "^7.3.3"
28402871
"@types/babel__traverse" "^7.0.6"
28412872

2842-
babel-plugin-polyfill-corejs2@^0.2.3:
2843-
version "0.2.3"
2844-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f"
2845-
integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
2873+
babel-plugin-polyfill-corejs2@^0.3.0:
2874+
version "0.3.0"
2875+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
2876+
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
28462877
dependencies:
28472878
"@babel/compat-data" "^7.13.11"
2848-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2879+
"@babel/helper-define-polyfill-provider" "^0.3.0"
28492880
semver "^6.1.1"
28502881

2851-
babel-plugin-polyfill-corejs3@^0.3.0:
2852-
version "0.3.0"
2853-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz#fa7ca3d1ee9ddc6193600ffb632c9785d54918af"
2854-
integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
2882+
babel-plugin-polyfill-corejs3@^0.4.0:
2883+
version "0.4.0"
2884+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
2885+
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
28552886
dependencies:
2856-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2887+
"@babel/helper-define-polyfill-provider" "^0.3.0"
28572888
core-js-compat "^3.18.0"
28582889

2859-
babel-plugin-polyfill-regenerator@^0.2.3:
2860-
version "0.2.3"
2861-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d"
2862-
integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
2890+
babel-plugin-polyfill-regenerator@^0.3.0:
2891+
version "0.3.0"
2892+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
2893+
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
28632894
dependencies:
2864-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2895+
"@babel/helper-define-polyfill-provider" "^0.3.0"
28652896

28662897
babel-plugin-syntax-async-functions@^6.8.0:
28672898
version "6.13.0"
@@ -3454,6 +3485,17 @@ browserslist@^4.17.5:
34543485
node-releases "^2.0.1"
34553486
picocolors "^1.0.0"
34563487

3488+
browserslist@^4.17.6:
3489+
version "4.18.1"
3490+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
3491+
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
3492+
dependencies:
3493+
caniuse-lite "^1.0.30001280"
3494+
electron-to-chromium "^1.3.896"
3495+
escalade "^3.1.1"
3496+
node-releases "^2.0.1"
3497+
picocolors "^1.0.0"
3498+
34573499
bser@2.1.1:
34583500
version "2.1.1"
34593501
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -3613,6 +3655,11 @@ caniuse-lite@^1.0.30001271:
36133655
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001272.tgz#8e9790ff995e9eb6e1f4c45cd07ddaa87cddbb14"
36143656
integrity sha512-DV1j9Oot5dydyH1v28g25KoVm7l8MTxazwuiH3utWiAS6iL/9Nh//TGwqFEeqqN8nnWYQ8HHhUq+o4QPt9kvYw==
36153657

3658+
caniuse-lite@^1.0.30001280:
3659+
version "1.0.30001280"
3660+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001280.tgz#066a506046ba4be34cde5f74a08db7a396718fb7"
3661+
integrity sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==
3662+
36163663
capture-exit@^2.0.0:
36173664
version "2.0.0"
36183665
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -4083,14 +4130,22 @@ copy-descriptor@^0.1.0:
40834130
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
40844131
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
40854132

4086-
core-js-compat@^3.18.0, core-js-compat@^3.19.0:
4133+
core-js-compat@^3.18.0:
40874134
version "3.19.0"
40884135
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
40894136
integrity sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==
40904137
dependencies:
40914138
browserslist "^4.17.5"
40924139
semver "7.0.0"
40934140

4141+
core-js-compat@^3.19.1:
4142+
version "3.19.1"
4143+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.1.tgz#fe598f1a9bf37310d77c3813968e9f7c7bb99476"
4144+
integrity sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==
4145+
dependencies:
4146+
browserslist "^4.17.6"
4147+
semver "7.0.0"
4148+
40944149
core-js@^2.4.0, core-js@^2.5.0:
40954150
version "2.6.11"
40964151
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
@@ -4508,6 +4563,11 @@ electron-to-chromium@^1.3.878:
45084563
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz#c8cec32fbc61364127849ae00f2395a1bae7c454"
45094564
integrity sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg==
45104565

4566+
electron-to-chromium@^1.3.896:
4567+
version "1.3.899"
4568+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.899.tgz#4d7d040e73def3d5f5bd6b8a21049025dce6fce0"
4569+
integrity sha512-w16Dtd2zl7VZ4N4Db+FIa7n36sgPGCKjrKvUUmp5ialsikvcQLjcJR9RWnlYNxIyEHLdHaoIZEqKsPxU9MdyBg==
4570+
45114571
emoji-regex@^8.0.0:
45124572
version "8.0.0"
45134573
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"

0 commit comments

Comments
 (0)