Skip to content

Commit 59ddc01

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

2 files changed

Lines changed: 118 additions & 54 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prepare": "husky install"
3939
},
4040
"devDependencies": {
41-
"@babel/preset-env": "7.16.7",
41+
"@babel/preset-env": "7.16.8",
4242
"@rollup/plugin-babel": "5.3.0",
4343
"@rollup/plugin-multi-entry": "4.1.0",
4444
"@rollup/plugin-node-resolve": "13.1.3",

yarn.lock

Lines changed: 117 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
2222
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
2323

24+
"@babel/compat-data@^7.16.8":
25+
version "7.16.8"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
27+
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
28+
2429
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2":
2530
version "7.16.0"
2631
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
@@ -81,6 +86,15 @@
8186
jsesc "^2.5.1"
8287
source-map "^0.5.0"
8388

89+
"@babel/generator@^7.16.8":
90+
version "7.16.8"
91+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
92+
integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
93+
dependencies:
94+
"@babel/types" "^7.16.8"
95+
jsesc "^2.5.1"
96+
source-map "^0.5.0"
97+
8498
"@babel/helper-annotate-as-pure@^7.16.0":
8599
version "7.16.0"
86100
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -306,14 +320,14 @@
306320
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
307321
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
308322

309-
"@babel/helper-remap-async-to-generator@^7.16.7":
310-
version "7.16.7"
311-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.7.tgz#5ce2416990d55eb6e099128338848ae8ffa58a9a"
312-
integrity sha512-C3o117GnP/j/N2OWo+oepeWbFEKRfNaay+F1Eo5Mj3A1SRjyx+qaFhm23nlipub7Cjv2azdUUiDH+VlpdwUFRg==
323+
"@babel/helper-remap-async-to-generator@^7.16.8":
324+
version "7.16.8"
325+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
326+
integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==
313327
dependencies:
314328
"@babel/helper-annotate-as-pure" "^7.16.7"
315-
"@babel/helper-wrap-function" "^7.16.7"
316-
"@babel/types" "^7.16.7"
329+
"@babel/helper-wrap-function" "^7.16.8"
330+
"@babel/types" "^7.16.8"
317331

318332
"@babel/helper-replace-supers@^7.16.0":
319333
version "7.16.0"
@@ -391,15 +405,15 @@
391405
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
392406
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
393407

394-
"@babel/helper-wrap-function@^7.16.7":
395-
version "7.16.7"
396-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.7.tgz#8ddf9eaa770ed43de4bc3687f3f3b0d6d5ecf014"
397-
integrity sha512-7a9sABeVwcunnztZZ7WTgSw6jVYLzM1wua0Z4HIXm9S3/HC96WKQTkFgGEaj5W06SHHihPJ6Le6HzS5cGOQMNw==
408+
"@babel/helper-wrap-function@^7.16.8":
409+
version "7.16.8"
410+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200"
411+
integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
398412
dependencies:
399413
"@babel/helper-function-name" "^7.16.7"
400414
"@babel/template" "^7.16.7"
401-
"@babel/traverse" "^7.16.7"
402-
"@babel/types" "^7.16.7"
415+
"@babel/traverse" "^7.16.8"
416+
"@babel/types" "^7.16.8"
403417

404418
"@babel/helpers@^7.16.0":
405419
version "7.16.3"
@@ -447,6 +461,11 @@
447461
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
448462
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
449463

464+
"@babel/parser@^7.16.8":
465+
version "7.16.8"
466+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
467+
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
468+
450469
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
451470
version "7.16.7"
452471
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.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -463,13 +482,13 @@
463482
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
464483
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
465484

466-
"@babel/plugin-proposal-async-generator-functions@^7.16.7":
467-
version "7.16.7"
468-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.7.tgz#739adc1212a9e4892de440cd7dfffb06172df78d"
469-
integrity sha512-TTXBT3A5c11eqRzaC6beO6rlFT3Mo9C2e8eB44tTr52ESXSK2CIc2fOp1ynpAwQA8HhBMho+WXhMHWlAe3xkpw==
485+
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
486+
version "7.16.8"
487+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
488+
integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
470489
dependencies:
471490
"@babel/helper-plugin-utils" "^7.16.7"
472-
"@babel/helper-remap-async-to-generator" "^7.16.7"
491+
"@babel/helper-remap-async-to-generator" "^7.16.8"
473492
"@babel/plugin-syntax-async-generators" "^7.8.4"
474493

475494
"@babel/plugin-proposal-class-properties@^7.16.7":
@@ -725,14 +744,14 @@
725744
dependencies:
726745
"@babel/helper-plugin-utils" "^7.16.7"
727746

728-
"@babel/plugin-transform-async-to-generator@^7.16.7":
729-
version "7.16.7"
730-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.7.tgz#646e1262ac341b587ff5449844d4492dbb10ac4b"
731-
integrity sha512-pFEfjnK4DfXCfAlA5I98BYdDJD8NltMzx19gt6DAmfE+2lXRfPUoa0/5SUjT4+TDE1W/rcxU/1lgN55vpAjjdg==
747+
"@babel/plugin-transform-async-to-generator@^7.16.8":
748+
version "7.16.8"
749+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
750+
integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
732751
dependencies:
733752
"@babel/helper-module-imports" "^7.16.7"
734753
"@babel/helper-plugin-utils" "^7.16.7"
735-
"@babel/helper-remap-async-to-generator" "^7.16.7"
754+
"@babel/helper-remap-async-to-generator" "^7.16.8"
736755

737756
"@babel/plugin-transform-block-scoped-functions@^7.16.7":
738757
version "7.16.7"
@@ -846,10 +865,10 @@
846865
"@babel/helper-plugin-utils" "^7.16.7"
847866
babel-plugin-dynamic-import-node "^2.3.3"
848867

849-
"@babel/plugin-transform-modules-commonjs@^7.16.7":
850-
version "7.16.7"
851-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.7.tgz#fd119e6a433c527d368425b45df361e1e95d3c1a"
852-
integrity sha512-h2RP2kE7He1ZWKyAlanMZrAbdv+Acw1pA8dQZhE025WJZE2z0xzFADAinXA9fxd5bn7JnM+SdOGcndGx1ARs9w==
868+
"@babel/plugin-transform-modules-commonjs@^7.16.8":
869+
version "7.16.8"
870+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
871+
integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
853872
dependencies:
854873
"@babel/helper-module-transforms" "^7.16.7"
855874
"@babel/helper-plugin-utils" "^7.16.7"
@@ -875,10 +894,10 @@
875894
"@babel/helper-module-transforms" "^7.16.7"
876895
"@babel/helper-plugin-utils" "^7.16.7"
877896

878-
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.7":
879-
version "7.16.7"
880-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.7.tgz#749d90d94e73cf62c60a0cc8d6b94d29305a81f2"
881-
integrity sha512-kFy35VwmwIQwCjwrAQhl3+c/kr292i4KdLPKp5lPH03Ltc51qnFlIADoyPxc/6Naz3ok3WdYKg+KK6AH+D4utg==
897+
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
898+
version "7.16.8"
899+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
900+
integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
882901
dependencies:
883902
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
884903

@@ -976,18 +995,18 @@
976995
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
977996
"@babel/helper-plugin-utils" "^7.16.7"
978997

979-
"@babel/preset-env@7.16.7":
980-
version "7.16.7"
981-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.7.tgz#c491088856d0b3177822a2bf06cb74d76327aa56"
982-
integrity sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==
998+
"@babel/preset-env@7.16.8":
999+
version "7.16.8"
1000+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
1001+
integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
9831002
dependencies:
984-
"@babel/compat-data" "^7.16.4"
1003+
"@babel/compat-data" "^7.16.8"
9851004
"@babel/helper-compilation-targets" "^7.16.7"
9861005
"@babel/helper-plugin-utils" "^7.16.7"
9871006
"@babel/helper-validator-option" "^7.16.7"
9881007
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
9891008
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
990-
"@babel/plugin-proposal-async-generator-functions" "^7.16.7"
1009+
"@babel/plugin-proposal-async-generator-functions" "^7.16.8"
9911010
"@babel/plugin-proposal-class-properties" "^7.16.7"
9921011
"@babel/plugin-proposal-class-static-block" "^7.16.7"
9931012
"@babel/plugin-proposal-dynamic-import" "^7.16.7"
@@ -1017,7 +1036,7 @@
10171036
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
10181037
"@babel/plugin-syntax-top-level-await" "^7.14.5"
10191038
"@babel/plugin-transform-arrow-functions" "^7.16.7"
1020-
"@babel/plugin-transform-async-to-generator" "^7.16.7"
1039+
"@babel/plugin-transform-async-to-generator" "^7.16.8"
10211040
"@babel/plugin-transform-block-scoped-functions" "^7.16.7"
10221041
"@babel/plugin-transform-block-scoping" "^7.16.7"
10231042
"@babel/plugin-transform-classes" "^7.16.7"
@@ -1031,10 +1050,10 @@
10311050
"@babel/plugin-transform-literals" "^7.16.7"
10321051
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
10331052
"@babel/plugin-transform-modules-amd" "^7.16.7"
1034-
"@babel/plugin-transform-modules-commonjs" "^7.16.7"
1053+
"@babel/plugin-transform-modules-commonjs" "^7.16.8"
10351054
"@babel/plugin-transform-modules-systemjs" "^7.16.7"
10361055
"@babel/plugin-transform-modules-umd" "^7.16.7"
1037-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.7"
1056+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
10381057
"@babel/plugin-transform-new-target" "^7.16.7"
10391058
"@babel/plugin-transform-object-super" "^7.16.7"
10401059
"@babel/plugin-transform-parameters" "^7.16.7"
@@ -1049,11 +1068,11 @@
10491068
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
10501069
"@babel/plugin-transform-unicode-regex" "^7.16.7"
10511070
"@babel/preset-modules" "^0.1.5"
1052-
"@babel/types" "^7.16.7"
1071+
"@babel/types" "^7.16.8"
10531072
babel-plugin-polyfill-corejs2 "^0.3.0"
1054-
babel-plugin-polyfill-corejs3 "^0.4.0"
1073+
babel-plugin-polyfill-corejs3 "^0.5.0"
10551074
babel-plugin-polyfill-regenerator "^0.3.0"
1056-
core-js-compat "^3.19.1"
1075+
core-js-compat "^3.20.2"
10571076
semver "^6.3.0"
10581077

10591078
"@babel/preset-modules@^0.1.5":
@@ -1123,6 +1142,22 @@
11231142
debug "^4.1.0"
11241143
globals "^11.1.0"
11251144

1145+
"@babel/traverse@^7.16.8":
1146+
version "7.16.8"
1147+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c"
1148+
integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==
1149+
dependencies:
1150+
"@babel/code-frame" "^7.16.7"
1151+
"@babel/generator" "^7.16.8"
1152+
"@babel/helper-environment-visitor" "^7.16.7"
1153+
"@babel/helper-function-name" "^7.16.7"
1154+
"@babel/helper-hoist-variables" "^7.16.7"
1155+
"@babel/helper-split-export-declaration" "^7.16.7"
1156+
"@babel/parser" "^7.16.8"
1157+
"@babel/types" "^7.16.8"
1158+
debug "^4.1.0"
1159+
globals "^11.1.0"
1160+
11261161
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11271162
version "7.16.0"
11281163
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1139,6 +1174,14 @@
11391174
"@babel/helper-validator-identifier" "^7.16.7"
11401175
to-fast-properties "^2.0.0"
11411176

1177+
"@babel/types@^7.16.8":
1178+
version "7.16.8"
1179+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
1180+
integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
1181+
dependencies:
1182+
"@babel/helper-validator-identifier" "^7.16.7"
1183+
to-fast-properties "^2.0.0"
1184+
11421185
"@bcoe/v8-coverage@^0.2.3":
11431186
version "0.2.3"
11441187
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2262,13 +2305,13 @@ babel-plugin-polyfill-corejs2@^0.3.0:
22622305
"@babel/helper-define-polyfill-provider" "^0.3.0"
22632306
semver "^6.1.1"
22642307

2265-
babel-plugin-polyfill-corejs3@^0.4.0:
2266-
version "0.4.0"
2267-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
2268-
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
2308+
babel-plugin-polyfill-corejs3@^0.5.0:
2309+
version "0.5.0"
2310+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.0.tgz#f81371be3fe499d39e074e272a1ef86533f3d268"
2311+
integrity sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==
22692312
dependencies:
22702313
"@babel/helper-define-polyfill-provider" "^0.3.0"
2271-
core-js-compat "^3.18.0"
2314+
core-js-compat "^3.20.0"
22722315

22732316
babel-plugin-polyfill-regenerator@^0.3.0:
22742317
version "0.3.0"
@@ -2357,7 +2400,7 @@ browser-process-hrtime@^1.0.0:
23572400
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
23582401
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
23592402

2360-
browserslist@^4.17.5, browserslist@^4.18.1:
2403+
browserslist@^4.17.5:
23612404
version "4.18.1"
23622405
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
23632406
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
@@ -2368,6 +2411,17 @@ browserslist@^4.17.5, browserslist@^4.18.1:
23682411
node-releases "^2.0.1"
23692412
picocolors "^1.0.0"
23702413

2414+
browserslist@^4.19.1:
2415+
version "4.19.1"
2416+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
2417+
integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
2418+
dependencies:
2419+
caniuse-lite "^1.0.30001286"
2420+
electron-to-chromium "^1.4.17"
2421+
escalade "^3.1.1"
2422+
node-releases "^2.0.1"
2423+
picocolors "^1.0.0"
2424+
23712425
bs-logger@0.x:
23722426
version "0.2.6"
23732427
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -2425,6 +2479,11 @@ caniuse-lite@^1.0.30001280:
24252479
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001283.tgz#8573685bdae4d733ef18f78d44ba0ca5fe9e896b"
24262480
integrity sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==
24272481

2482+
caniuse-lite@^1.0.30001286:
2483+
version "1.0.30001298"
2484+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001298.tgz#0e690039f62e91c3ea581673d716890512e7ec52"
2485+
integrity sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ==
2486+
24282487
caseless@~0.12.0:
24292488
version "0.12.0"
24302489
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -2572,12 +2631,12 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
25722631
dependencies:
25732632
safe-buffer "~5.1.1"
25742633

2575-
core-js-compat@^3.18.0, core-js-compat@^3.19.1:
2576-
version "3.19.2"
2577-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.2.tgz#18066a3404a302433cb0aa8be82dd3d75c76e5c4"
2578-
integrity sha512-ObBY1W5vx/LFFMaL1P5Udo4Npib6fu+cMokeziWkA8Tns4FcDemKF5j9JvaI5JhdkW8EQJQGJN1EcrzmEwuAqQ==
2634+
core-js-compat@^3.20.0, core-js-compat@^3.20.2:
2635+
version "3.20.2"
2636+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.2.tgz#d1ff6936c7330959b46b2e08b122a8b14e26140b"
2637+
integrity sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==
25792638
dependencies:
2580-
browserslist "^4.18.1"
2639+
browserslist "^4.19.1"
25812640
semver "7.0.0"
25822641

25832642
core-util-is@~1.0.0:
@@ -2722,6 +2781,11 @@ electron-to-chromium@^1.3.896:
27222781
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.5.tgz#912e8fd1645edee2f0f212558f40916eb538b1f9"
27232782
integrity sha512-YKaB+t8ul5crdh6OeqT2qXdxJGI0fAYb6/X8pDIyye+c3a7ndOCk5gVeKX+ABwivCGNS56vOAif3TN0qJMpEHw==
27242783

2784+
electron-to-chromium@^1.4.17:
2785+
version "1.4.39"
2786+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.39.tgz#19c8e8ff712fe62bfdd4f3fe1c3b3fb4aa179ebb"
2787+
integrity sha512-bFH3gdRq/l7WlzSleiO6dwpZH3RhiJ8vlMq0tOJMfT+5nb+x397eJn2RHF6Ho/9GCKv+BkimNlUMHl9+Yh+Qcg==
2788+
27252789
elliptic@6.5.4:
27262790
version "6.5.4"
27272791
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"

0 commit comments

Comments
 (0)