Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit 22ab14e

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

2 files changed

Lines changed: 103 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/core": "7.16.0",
3939
"@babel/plugin-proposal-class-properties": "7.16.0",
40-
"@babel/preset-env": "7.16.0",
40+
"@babel/preset-env": "7.16.4",
4141
"@babel/preset-react": "7.16.0",
4242
"babel-loader": "8.2.3",
4343
"babel-plugin-styled-components": "1.13.3",

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"
@@ -142,6 +147,16 @@
142147
browserslist "^4.16.6"
143148
semver "^6.3.0"
144149

150+
"@babel/helper-compilation-targets@^7.16.3":
151+
version "7.16.3"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
153+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
154+
dependencies:
155+
"@babel/compat-data" "^7.16.0"
156+
"@babel/helper-validator-option" "^7.14.5"
157+
browserslist "^4.17.5"
158+
semver "^6.3.0"
159+
145160
"@babel/helper-create-class-features-plugin@^7.16.0":
146161
version "7.16.0"
147162
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b"
@@ -162,10 +177,10 @@
162177
"@babel/helper-annotate-as-pure" "^7.16.0"
163178
regexpu-core "^4.7.1"
164179

165-
"@babel/helper-define-polyfill-provider@^0.2.4":
166-
version "0.2.4"
167-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10"
168-
integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
180+
"@babel/helper-define-polyfill-provider@^0.3.0":
181+
version "0.3.0"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
183+
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
169184
dependencies:
170185
"@babel/helper-compilation-targets" "^7.13.0"
171186
"@babel/helper-module-imports" "^7.12.13"
@@ -335,6 +350,15 @@
335350
"@babel/helper-wrap-function" "^7.16.0"
336351
"@babel/types" "^7.16.0"
337352

353+
"@babel/helper-remap-async-to-generator@^7.16.4":
354+
version "7.16.4"
355+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.4.tgz#5d7902f61349ff6b963e07f06a389ce139fbfe6e"
356+
integrity sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
357+
dependencies:
358+
"@babel/helper-annotate-as-pure" "^7.16.0"
359+
"@babel/helper-wrap-function" "^7.16.0"
360+
"@babel/types" "^7.16.0"
361+
338362
"@babel/helper-replace-supers@^7.16.0":
339363
version "7.16.0"
340364
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
@@ -485,10 +509,10 @@
485509
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
486510
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
487511

488-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
489-
version "7.16.0"
490-
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"
491-
integrity sha512-djyecbGMEh4rOb/Tc1M5bUW2Ih1IZRa9PoubnPOCzM+DRE89uGUHR1Y+3aDdTMW4drjGRZ2ol8dt1JUFg6hJLQ==
512+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
513+
version "7.16.2"
514+
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"
515+
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
492516
dependencies:
493517
"@babel/helper-plugin-utils" "^7.14.5"
494518

@@ -501,13 +525,13 @@
501525
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
502526
"@babel/plugin-proposal-optional-chaining" "^7.16.0"
503527

504-
"@babel/plugin-proposal-async-generator-functions@^7.16.0":
505-
version "7.16.0"
506-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz#11425d47a60364352f668ad5fbc1d6596b2c5caf"
507-
integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
528+
"@babel/plugin-proposal-async-generator-functions@^7.16.4":
529+
version "7.16.4"
530+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.4.tgz#e606eb6015fec6fa5978c940f315eae4e300b081"
531+
integrity sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
508532
dependencies:
509533
"@babel/helper-plugin-utils" "^7.14.5"
510-
"@babel/helper-remap-async-to-generator" "^7.16.0"
534+
"@babel/helper-remap-async-to-generator" "^7.16.4"
511535
"@babel/plugin-syntax-async-generators" "^7.8.4"
512536

513537
"@babel/plugin-proposal-class-properties@7.16.0", "@babel/plugin-proposal-class-properties@^7.16.0":
@@ -928,6 +952,13 @@
928952
dependencies:
929953
"@babel/helper-plugin-utils" "^7.14.5"
930954

955+
"@babel/plugin-transform-parameters@^7.16.3":
956+
version "7.16.3"
957+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
958+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
959+
dependencies:
960+
"@babel/helper-plugin-utils" "^7.14.5"
961+
931962
"@babel/plugin-transform-property-literals@^7.16.0":
932963
version "7.16.0"
933964
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.0.tgz#a95c552189a96a00059f6776dc4e00e3690c78d1"
@@ -1033,18 +1064,18 @@
10331064
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
10341065
"@babel/helper-plugin-utils" "^7.14.5"
10351066

1036-
"@babel/preset-env@7.16.0":
1037-
version "7.16.0"
1038-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.0.tgz#97228393d217560d6a1c6c56f0adb9d12bca67f5"
1039-
integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
1067+
"@babel/preset-env@7.16.4":
1068+
version "7.16.4"
1069+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.4.tgz#4f6ec33b2a3fe72d6bfdcdf3859500232563a2e3"
1070+
integrity sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
10401071
dependencies:
1041-
"@babel/compat-data" "^7.16.0"
1042-
"@babel/helper-compilation-targets" "^7.16.0"
1072+
"@babel/compat-data" "^7.16.4"
1073+
"@babel/helper-compilation-targets" "^7.16.3"
10431074
"@babel/helper-plugin-utils" "^7.14.5"
10441075
"@babel/helper-validator-option" "^7.14.5"
1045-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
1076+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.2"
10461077
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
1047-
"@babel/plugin-proposal-async-generator-functions" "^7.16.0"
1078+
"@babel/plugin-proposal-async-generator-functions" "^7.16.4"
10481079
"@babel/plugin-proposal-class-properties" "^7.16.0"
10491080
"@babel/plugin-proposal-class-static-block" "^7.16.0"
10501081
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
@@ -1094,7 +1125,7 @@
10941125
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
10951126
"@babel/plugin-transform-new-target" "^7.16.0"
10961127
"@babel/plugin-transform-object-super" "^7.16.0"
1097-
"@babel/plugin-transform-parameters" "^7.16.0"
1128+
"@babel/plugin-transform-parameters" "^7.16.3"
10981129
"@babel/plugin-transform-property-literals" "^7.16.0"
10991130
"@babel/plugin-transform-regenerator" "^7.16.0"
11001131
"@babel/plugin-transform-reserved-words" "^7.16.0"
@@ -1107,10 +1138,10 @@
11071138
"@babel/plugin-transform-unicode-regex" "^7.16.0"
11081139
"@babel/preset-modules" "^0.1.5"
11091140
"@babel/types" "^7.16.0"
1110-
babel-plugin-polyfill-corejs2 "^0.2.3"
1111-
babel-plugin-polyfill-corejs3 "^0.3.0"
1112-
babel-plugin-polyfill-regenerator "^0.2.3"
1113-
core-js-compat "^3.19.0"
1141+
babel-plugin-polyfill-corejs2 "^0.3.0"
1142+
babel-plugin-polyfill-corejs3 "^0.4.0"
1143+
babel-plugin-polyfill-regenerator "^0.3.0"
1144+
core-js-compat "^3.19.1"
11141145
semver "^6.3.0"
11151146

11161147
"@babel/preset-modules@^0.1.5":
@@ -2203,29 +2234,29 @@ babel-plugin-dynamic-import-node@^2.3.3:
22032234
dependencies:
22042235
object.assign "^4.1.0"
22052236

2206-
babel-plugin-polyfill-corejs2@^0.2.3:
2207-
version "0.2.3"
2208-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f"
2209-
integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
2237+
babel-plugin-polyfill-corejs2@^0.3.0:
2238+
version "0.3.0"
2239+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
2240+
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
22102241
dependencies:
22112242
"@babel/compat-data" "^7.13.11"
2212-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2243+
"@babel/helper-define-polyfill-provider" "^0.3.0"
22132244
semver "^6.1.1"
22142245

2215-
babel-plugin-polyfill-corejs3@^0.3.0:
2216-
version "0.3.0"
2217-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz#fa7ca3d1ee9ddc6193600ffb632c9785d54918af"
2218-
integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
2246+
babel-plugin-polyfill-corejs3@^0.4.0:
2247+
version "0.4.0"
2248+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
2249+
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
22192250
dependencies:
2220-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2251+
"@babel/helper-define-polyfill-provider" "^0.3.0"
22212252
core-js-compat "^3.18.0"
22222253

2223-
babel-plugin-polyfill-regenerator@^0.2.3:
2224-
version "0.2.3"
2225-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d"
2226-
integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
2254+
babel-plugin-polyfill-regenerator@^0.3.0:
2255+
version "0.3.0"
2256+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
2257+
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
22272258
dependencies:
2228-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2259+
"@babel/helper-define-polyfill-provider" "^0.3.0"
22292260

22302261
babel-plugin-styled-components@1.13.3:
22312262
version "1.13.3"
@@ -2522,6 +2553,17 @@ browserslist@^4.17.5:
25222553
node-releases "^2.0.1"
25232554
picocolors "^1.0.0"
25242555

2556+
browserslist@^4.17.6:
2557+
version "4.18.1"
2558+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
2559+
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
2560+
dependencies:
2561+
caniuse-lite "^1.0.30001280"
2562+
electron-to-chromium "^1.3.896"
2563+
escalade "^3.1.1"
2564+
node-releases "^2.0.1"
2565+
picocolors "^1.0.0"
2566+
25252567
buffer-from@^1.0.0:
25262568
version "1.1.1"
25272569
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -2700,6 +2742,11 @@ caniuse-lite@^1.0.30001271:
27002742
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001274.tgz#26ca36204d15b17601ba6fc35dbdad950a647cc7"
27012743
integrity sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew==
27022744

2745+
caniuse-lite@^1.0.30001280:
2746+
version "1.0.30001283"
2747+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001283.tgz#8573685bdae4d733ef18f78d44ba0ca5fe9e896b"
2748+
integrity sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==
2749+
27032750
capture-stack-trace@^1.0.0:
27042751
version "1.0.1"
27052752
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d"
@@ -3222,14 +3269,22 @@ copy-descriptor@^0.1.0:
32223269
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
32233270
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
32243271

3225-
core-js-compat@^3.18.0, core-js-compat@^3.19.0:
3272+
core-js-compat@^3.18.0:
32263273
version "3.19.0"
32273274
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
32283275
integrity sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==
32293276
dependencies:
32303277
browserslist "^4.17.5"
32313278
semver "7.0.0"
32323279

3280+
core-js-compat@^3.19.1:
3281+
version "3.19.1"
3282+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.1.tgz#fe598f1a9bf37310d77c3813968e9f7c7bb99476"
3283+
integrity sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==
3284+
dependencies:
3285+
browserslist "^4.17.6"
3286+
semver "7.0.0"
3287+
32333288
core-util-is@1.0.2, core-util-is@~1.0.0:
32343289
version "1.0.2"
32353290
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -3908,6 +3963,11 @@ electron-to-chromium@^1.3.878:
39083963
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz#c8cec32fbc61364127849ae00f2395a1bae7c454"
39093964
integrity sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg==
39103965

3966+
electron-to-chromium@^1.3.896:
3967+
version "1.4.4"
3968+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.4.tgz#57311918524c1a26878c330537f967804d43788a"
3969+
integrity sha512-teHtgwcmVcL46jlFvAaqjyiTLWuMrUQO1JqV303JKB4ysXG6m8fXSFhbjal9st0r9mNskI22AraJZorb1VcLVg==
3970+
39113971
elliptic@^6.0.0:
39123972
version "6.4.1"
39133973
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a"

0 commit comments

Comments
 (0)