Skip to content

Commit edda180

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo
1 parent c3626ec commit edda180

File tree

2 files changed

+118
-58
lines changed

2 files changed

+118
-58
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@
7474
"devDependencies": {
7575
"@babel/core": "7.16.0",
7676
"@babel/plugin-proposal-class-properties": "7.16.0",
77-
"@babel/plugin-proposal-decorators": "7.16.0",
77+
"@babel/plugin-proposal-decorators": "7.16.4",
7878
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
7979
"@babel/plugin-proposal-function-sent": "7.16.0",
8080
"@babel/plugin-proposal-json-strings": "7.16.0",
8181
"@babel/plugin-proposal-numeric-separator": "7.16.0",
8282
"@babel/plugin-proposal-throw-expressions": "7.16.0",
8383
"@babel/plugin-syntax-dynamic-import": "7.8.3",
8484
"@babel/plugin-syntax-import-meta": "7.10.4",
85-
"@babel/plugin-transform-runtime": "7.16.0",
86-
"@babel/preset-env": "7.16.0",
85+
"@babel/plugin-transform-runtime": "7.16.4",
86+
"@babel/preset-env": "7.16.4",
8787
"babel-preset-react-optimize": "1.0.1",
8888
"@babel/preset-react": "7.16.0",
8989
"@babel/register": "7.16.0",
90-
"@babel/runtime": "7.16.0",
90+
"@babel/runtime": "7.16.3",
9191
"babel-core": "7.0.0-bridge.0",
9292
"babel-eslint": "10.1.0",
9393
"babel-jest": "25.5.1",

yarn.lock

Lines changed: 114 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
3434
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
3535

36+
"@babel/compat-data@^7.16.4":
37+
version "7.16.4"
38+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
39+
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
40+
3641
"@babel/core@7.16.0":
3742
version "7.16.0"
3843
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
@@ -143,6 +148,16 @@
143148
browserslist "^4.16.6"
144149
semver "^6.3.0"
145150

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

174-
"@babel/helper-define-polyfill-provider@^0.2.4":
175-
version "0.2.4"
176-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10"
177-
integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
189+
"@babel/helper-define-polyfill-provider@^0.3.0":
190+
version "0.3.0"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
192+
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
178193
dependencies:
179194
"@babel/helper-compilation-targets" "^7.13.0"
180195
"@babel/helper-module-imports" "^7.12.13"
@@ -320,6 +335,15 @@
320335
"@babel/helper-wrap-function" "^7.16.0"
321336
"@babel/types" "^7.16.0"
322337

338+
"@babel/helper-remap-async-to-generator@^7.16.4":
339+
version "7.16.4"
340+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.4.tgz#5d7902f61349ff6b963e07f06a389ce139fbfe6e"
341+
integrity sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
342+
dependencies:
343+
"@babel/helper-annotate-as-pure" "^7.16.0"
344+
"@babel/helper-wrap-function" "^7.16.0"
345+
"@babel/types" "^7.16.0"
346+
323347
"@babel/helper-replace-supers@^7.13.12":
324348
version "7.14.4"
325349
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
@@ -451,7 +475,7 @@
451475
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.2.tgz#3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac"
452476
integrity sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==
453477

454-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
478+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
455479
version "7.16.2"
456480
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"
457481
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
@@ -467,13 +491,13 @@
467491
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
468492
"@babel/plugin-proposal-optional-chaining" "^7.16.0"
469493

470-
"@babel/plugin-proposal-async-generator-functions@^7.16.0":
471-
version "7.16.0"
472-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz#11425d47a60364352f668ad5fbc1d6596b2c5caf"
473-
integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
494+
"@babel/plugin-proposal-async-generator-functions@^7.16.4":
495+
version "7.16.4"
496+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.4.tgz#e606eb6015fec6fa5978c940f315eae4e300b081"
497+
integrity sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
474498
dependencies:
475499
"@babel/helper-plugin-utils" "^7.14.5"
476-
"@babel/helper-remap-async-to-generator" "^7.16.0"
500+
"@babel/helper-remap-async-to-generator" "^7.16.4"
477501
"@babel/plugin-syntax-async-generators" "^7.8.4"
478502

479503
"@babel/plugin-proposal-class-properties@7.16.0", "@babel/plugin-proposal-class-properties@^7.16.0":
@@ -493,10 +517,10 @@
493517
"@babel/helper-plugin-utils" "^7.14.5"
494518
"@babel/plugin-syntax-class-static-block" "^7.14.5"
495519

496-
"@babel/plugin-proposal-decorators@7.16.0":
497-
version "7.16.0"
498-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.0.tgz#515db5f6891611c0d176b63ede0844fbd9be797b"
499-
integrity sha512-ttvhKuVnQwoNQrcTd1oe6o49ahaZ1kns1fsJKzTVOaS/FJDJoK4qzgVS68xzJhYUMgTnbXW6z/T6rlP3lL7tJw==
520+
"@babel/plugin-proposal-decorators@7.16.4":
521+
version "7.16.4"
522+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.4.tgz#9b35ce0716425a93b978e79099e5f7ba217c1364"
523+
integrity sha512-RESBNX16eNqnBeEVR5sCJpnW0mHiNLNNvGA8PrRuK/4ZJ4TO+6bHleRUuGQYDERVySOKtOhSya/C4MIhwAMAgg==
500524
dependencies:
501525
"@babel/helper-create-class-features-plugin" "^7.16.0"
502526
"@babel/helper-plugin-utils" "^7.14.5"
@@ -953,6 +977,13 @@
953977
dependencies:
954978
"@babel/helper-plugin-utils" "^7.14.5"
955979

980+
"@babel/plugin-transform-parameters@^7.16.3":
981+
version "7.16.3"
982+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
983+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
984+
dependencies:
985+
"@babel/helper-plugin-utils" "^7.14.5"
986+
956987
"@babel/plugin-transform-property-literals@^7.16.0":
957988
version "7.16.0"
958989
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.0.tgz#a95c552189a96a00059f6776dc4e00e3690c78d1"
@@ -1022,16 +1053,16 @@
10221053
dependencies:
10231054
"@babel/helper-plugin-utils" "^7.14.5"
10241055

1025-
"@babel/plugin-transform-runtime@7.16.0":
1026-
version "7.16.0"
1027-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.0.tgz#3fe0da36c2f0834bef7c4d3e7f2b2db0ee0c8909"
1028-
integrity sha512-zlPf1/XFn5+vWdve3AAhf+Sxl+MVa5VlwTwWgnLx23u4GlatSRQJ3Eoo9vllf0a9il3woQsT4SK+5Z7c06h8ag==
1056+
"@babel/plugin-transform-runtime@7.16.4":
1057+
version "7.16.4"
1058+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.4.tgz#f9ba3c7034d429c581e1bd41b4952f3db3c2c7e8"
1059+
integrity sha512-pru6+yHANMTukMtEZGC4fs7XPwg35v8sj5CIEmE+gEkFljFiVJxEWxx/7ZDkTK+iZRYo1bFXBtfIN95+K3cJ5A==
10291060
dependencies:
10301061
"@babel/helper-module-imports" "^7.16.0"
10311062
"@babel/helper-plugin-utils" "^7.14.5"
1032-
babel-plugin-polyfill-corejs2 "^0.2.3"
1033-
babel-plugin-polyfill-corejs3 "^0.3.0"
1034-
babel-plugin-polyfill-regenerator "^0.2.3"
1063+
babel-plugin-polyfill-corejs2 "^0.3.0"
1064+
babel-plugin-polyfill-corejs3 "^0.4.0"
1065+
babel-plugin-polyfill-regenerator "^0.3.0"
10351066
semver "^6.3.0"
10361067

10371068
"@babel/plugin-transform-shorthand-properties@^7.16.0":
@@ -1085,18 +1116,18 @@
10851116
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
10861117
"@babel/helper-plugin-utils" "^7.14.5"
10871118

1088-
"@babel/preset-env@7.16.0":
1089-
version "7.16.0"
1090-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.0.tgz#97228393d217560d6a1c6c56f0adb9d12bca67f5"
1091-
integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
1119+
"@babel/preset-env@7.16.4":
1120+
version "7.16.4"
1121+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.4.tgz#4f6ec33b2a3fe72d6bfdcdf3859500232563a2e3"
1122+
integrity sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
10921123
dependencies:
1093-
"@babel/compat-data" "^7.16.0"
1094-
"@babel/helper-compilation-targets" "^7.16.0"
1124+
"@babel/compat-data" "^7.16.4"
1125+
"@babel/helper-compilation-targets" "^7.16.3"
10951126
"@babel/helper-plugin-utils" "^7.14.5"
10961127
"@babel/helper-validator-option" "^7.14.5"
1097-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
1128+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.2"
10981129
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
1099-
"@babel/plugin-proposal-async-generator-functions" "^7.16.0"
1130+
"@babel/plugin-proposal-async-generator-functions" "^7.16.4"
11001131
"@babel/plugin-proposal-class-properties" "^7.16.0"
11011132
"@babel/plugin-proposal-class-static-block" "^7.16.0"
11021133
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
@@ -1146,7 +1177,7 @@
11461177
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
11471178
"@babel/plugin-transform-new-target" "^7.16.0"
11481179
"@babel/plugin-transform-object-super" "^7.16.0"
1149-
"@babel/plugin-transform-parameters" "^7.16.0"
1180+
"@babel/plugin-transform-parameters" "^7.16.3"
11501181
"@babel/plugin-transform-property-literals" "^7.16.0"
11511182
"@babel/plugin-transform-regenerator" "^7.16.0"
11521183
"@babel/plugin-transform-reserved-words" "^7.16.0"
@@ -1159,10 +1190,10 @@
11591190
"@babel/plugin-transform-unicode-regex" "^7.16.0"
11601191
"@babel/preset-modules" "^0.1.5"
11611192
"@babel/types" "^7.16.0"
1162-
babel-plugin-polyfill-corejs2 "^0.2.3"
1163-
babel-plugin-polyfill-corejs3 "^0.3.0"
1164-
babel-plugin-polyfill-regenerator "^0.2.3"
1165-
core-js-compat "^3.19.0"
1193+
babel-plugin-polyfill-corejs2 "^0.3.0"
1194+
babel-plugin-polyfill-corejs3 "^0.4.0"
1195+
babel-plugin-polyfill-regenerator "^0.3.0"
1196+
core-js-compat "^3.19.1"
11661197
semver "^6.3.0"
11671198

11681199
"@babel/preset-modules@^0.1.5":
@@ -1207,10 +1238,10 @@
12071238
core-js-pure "^3.0.0"
12081239
regenerator-runtime "^0.13.4"
12091240

1210-
"@babel/runtime@7.16.0":
1211-
version "7.16.0"
1212-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b"
1213-
integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==
1241+
"@babel/runtime@7.16.3":
1242+
version "7.16.3"
1243+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
1244+
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
12141245
dependencies:
12151246
regenerator-runtime "^0.13.4"
12161247

@@ -2644,29 +2675,29 @@ babel-plugin-lodash@3.3.4:
26442675
lodash "^4.17.10"
26452676
require-package-name "^2.0.1"
26462677

2647-
babel-plugin-polyfill-corejs2@^0.2.3:
2648-
version "0.2.3"
2649-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f"
2650-
integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
2678+
babel-plugin-polyfill-corejs2@^0.3.0:
2679+
version "0.3.0"
2680+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
2681+
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
26512682
dependencies:
26522683
"@babel/compat-data" "^7.13.11"
2653-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2684+
"@babel/helper-define-polyfill-provider" "^0.3.0"
26542685
semver "^6.1.1"
26552686

2656-
babel-plugin-polyfill-corejs3@^0.3.0:
2657-
version "0.3.0"
2658-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz#fa7ca3d1ee9ddc6193600ffb632c9785d54918af"
2659-
integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
2687+
babel-plugin-polyfill-corejs3@^0.4.0:
2688+
version "0.4.0"
2689+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
2690+
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
26602691
dependencies:
2661-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2692+
"@babel/helper-define-polyfill-provider" "^0.3.0"
26622693
core-js-compat "^3.18.0"
26632694

2664-
babel-plugin-polyfill-regenerator@^0.2.3:
2665-
version "0.2.3"
2666-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d"
2667-
integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
2695+
babel-plugin-polyfill-regenerator@^0.3.0:
2696+
version "0.3.0"
2697+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
2698+
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
26682699
dependencies:
2669-
"@babel/helper-define-polyfill-provider" "^0.2.4"
2700+
"@babel/helper-define-polyfill-provider" "^0.3.0"
26702701

26712702
babel-plugin-transform-react-constant-elements@^6.5.0:
26722703
version "6.23.0"
@@ -2992,6 +3023,17 @@ browserslist@^4.0.0, browserslist@^4.16.0, browserslist@^4.16.6:
29923023
escalade "^3.1.1"
29933024
node-releases "^1.1.71"
29943025

3026+
browserslist@^4.17.5, browserslist@^4.18.1:
3027+
version "4.18.1"
3028+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
3029+
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
3030+
dependencies:
3031+
caniuse-lite "^1.0.30001280"
3032+
electron-to-chromium "^1.3.896"
3033+
escalade "^3.1.1"
3034+
node-releases "^2.0.1"
3035+
picocolors "^1.0.0"
3036+
29953037
bser@2.1.1:
29963038
version "2.1.1"
29973039
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -3166,6 +3208,11 @@ caniuse-lite@^1.0.30001274:
31663208
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001276.tgz#7049685eb972eb09c0ecbb57227b489d76244fb1"
31673209
integrity sha512-psUNoaG1ilknZPxi8HuhQWobuhLqtYSRUxplfVkEJdgZNB9TETVYGSBtv4YyfAdGvE6gn2eb0ztiXqHoWJcGnw==
31683210

3211+
caniuse-lite@^1.0.30001280:
3212+
version "1.0.30001283"
3213+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001283.tgz#8573685bdae4d733ef18f78d44ba0ca5fe9e896b"
3214+
integrity sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==
3215+
31693216
capture-exit@^2.0.0:
31703217
version "2.0.0"
31713218
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -3622,14 +3669,22 @@ copy-descriptor@^0.1.0:
36223669
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
36233670
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
36243671

3625-
core-js-compat@^3.18.0, core-js-compat@^3.19.0:
3672+
core-js-compat@^3.18.0:
36263673
version "3.19.1"
36273674
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.1.tgz#fe598f1a9bf37310d77c3813968e9f7c7bb99476"
36283675
integrity sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==
36293676
dependencies:
36303677
browserslist "^4.17.6"
36313678
semver "7.0.0"
36323679

3680+
core-js-compat@^3.19.1:
3681+
version "3.19.2"
3682+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.2.tgz#18066a3404a302433cb0aa8be82dd3d75c76e5c4"
3683+
integrity sha512-ObBY1W5vx/LFFMaL1P5Udo4Npib6fu+cMokeziWkA8Tns4FcDemKF5j9JvaI5JhdkW8EQJQGJN1EcrzmEwuAqQ==
3684+
dependencies:
3685+
browserslist "^4.18.1"
3686+
semver "7.0.0"
3687+
36333688
core-js-pure@^3.0.0:
36343689
version "3.14.0"
36353690
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.14.0.tgz#72bcfacba74a65ffce04bf94ae91d966e80ee553"
@@ -4288,6 +4343,11 @@ electron-to-chromium@^1.3.886:
42884343
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.888.tgz#243204af9b4c928ac45e47dbbe7bc44c30e65bf0"
42894344
integrity sha512-5iD1zgyPpFER4kJ716VsA4MxQ6x405dxdFNCEK2mITL075VHO5ResjY0xzQUZguCww/KlBxCA6JmBA9sDt1PRw==
42904345

4346+
electron-to-chromium@^1.3.896:
4347+
version "1.4.9"
4348+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.9.tgz#4854fa55f94f18f5d0ad4ac49034ff6443fff5b9"
4349+
integrity sha512-7AyB4SiLtGJbLACXezs8BDjDbZizuoiyHTQxbcvzfi5LYWRXVSFdmPvuDjtlWQmsVSONRicZfSBj3xgft0Wvrg==
4350+
42914351
elliptic@^6.5.3:
42924352
version "6.5.4"
42934353
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"

0 commit comments

Comments
 (0)