Skip to content

Commit f6151c6

Browse files
committed
⬆️ deps: Upgrade dependency @babel/preset-env to v7.25.4.
1 parent 498e14d commit f6151c6

File tree

2 files changed

+156
-54
lines changed

2 files changed

+156
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@babel/core": "7.25.2",
72-
"@babel/preset-env": "7.25.3",
72+
"@babel/preset-env": "7.25.4",
7373
"@commitlint/cli": "19.4.0",
7474
"@entropy-source/pseudo-random": "4.0.0",
7575
"@iterable-iterator/consume": "1.0.1",

yarn.lock

Lines changed: 155 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
7676
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
7777

78+
"@babel/compat-data@^7.25.4":
79+
version "7.25.4"
80+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
81+
integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==
82+
7883
7984
version "7.25.2"
8085
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
@@ -156,6 +161,16 @@
156161
"@jridgewell/trace-mapping" "^0.3.25"
157162
jsesc "^2.5.1"
158163

164+
"@babel/generator@^7.25.4":
165+
version "7.25.5"
166+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.5.tgz#b31cf05b3fe8c32d206b6dad03bb0aacbde73450"
167+
integrity sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==
168+
dependencies:
169+
"@babel/types" "^7.25.4"
170+
"@jridgewell/gen-mapping" "^0.3.5"
171+
"@jridgewell/trace-mapping" "^0.3.25"
172+
jsesc "^2.5.1"
173+
159174
"@babel/helper-annotate-as-pure@^7.16.7":
160175
version "7.16.7"
161176
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -275,6 +290,19 @@
275290
"@babel/helper-split-export-declaration" "^7.24.7"
276291
semver "^6.3.1"
277292

293+
"@babel/helper-create-class-features-plugin@^7.25.4":
294+
version "7.25.4"
295+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14"
296+
integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==
297+
dependencies:
298+
"@babel/helper-annotate-as-pure" "^7.24.7"
299+
"@babel/helper-member-expression-to-functions" "^7.24.8"
300+
"@babel/helper-optimise-call-expression" "^7.24.7"
301+
"@babel/helper-replace-supers" "^7.25.0"
302+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
303+
"@babel/traverse" "^7.25.4"
304+
semver "^6.3.1"
305+
278306
"@babel/helper-create-regexp-features-plugin@^7.16.7":
279307
version "7.17.0"
280308
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"
@@ -309,6 +337,15 @@
309337
regexpu-core "^5.3.1"
310338
semver "^6.3.1"
311339

340+
"@babel/helper-create-regexp-features-plugin@^7.25.2":
341+
version "7.25.2"
342+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9"
343+
integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==
344+
dependencies:
345+
"@babel/helper-annotate-as-pure" "^7.24.7"
346+
regexpu-core "^5.3.1"
347+
semver "^6.3.1"
348+
312349
"@babel/helper-define-polyfill-provider@^0.3.1":
313350
version "0.3.1"
314351
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
@@ -334,6 +371,17 @@
334371
lodash.debounce "^4.0.8"
335372
resolve "^1.14.2"
336373

374+
"@babel/helper-define-polyfill-provider@^0.6.2":
375+
version "0.6.2"
376+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
377+
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
378+
dependencies:
379+
"@babel/helper-compilation-targets" "^7.22.6"
380+
"@babel/helper-plugin-utils" "^7.22.5"
381+
debug "^4.1.1"
382+
lodash.debounce "^4.0.8"
383+
resolve "^1.14.2"
384+
337385
"@babel/helper-environment-visitor@^7.16.7":
338386
version "7.16.7"
339387
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
@@ -777,6 +825,13 @@
777825
dependencies:
778826
"@babel/types" "^7.25.2"
779827

828+
"@babel/parser@^7.25.4":
829+
version "7.25.4"
830+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a"
831+
integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==
832+
dependencies:
833+
"@babel/types" "^7.25.4"
834+
780835
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
781836
version "7.25.3"
782837
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -1128,15 +1183,15 @@
11281183
dependencies:
11291184
"@babel/helper-plugin-utils" "^7.24.7"
11301185

1131-
"@babel/plugin-transform-async-generator-functions@^7.25.0":
1132-
version "7.25.0"
1133-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf"
1134-
integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==
1186+
"@babel/plugin-transform-async-generator-functions@^7.25.4":
1187+
version "7.25.4"
1188+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083"
1189+
integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==
11351190
dependencies:
11361191
"@babel/helper-plugin-utils" "^7.24.8"
11371192
"@babel/helper-remap-async-to-generator" "^7.25.0"
11381193
"@babel/plugin-syntax-async-generators" "^7.8.4"
1139-
"@babel/traverse" "^7.25.0"
1194+
"@babel/traverse" "^7.25.4"
11401195

11411196
"@babel/plugin-transform-async-to-generator@^7.16.8":
11421197
version "7.16.8"
@@ -1184,13 +1239,13 @@
11841239
dependencies:
11851240
"@babel/helper-plugin-utils" "^7.24.8"
11861241

1187-
"@babel/plugin-transform-class-properties@^7.24.7":
1188-
version "7.24.7"
1189-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
1190-
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
1242+
"@babel/plugin-transform-class-properties@^7.25.4":
1243+
version "7.25.4"
1244+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd"
1245+
integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==
11911246
dependencies:
1192-
"@babel/helper-create-class-features-plugin" "^7.24.7"
1193-
"@babel/helper-plugin-utils" "^7.24.7"
1247+
"@babel/helper-create-class-features-plugin" "^7.25.4"
1248+
"@babel/helper-plugin-utils" "^7.24.8"
11941249

11951250
"@babel/plugin-transform-class-static-block@^7.24.7":
11961251
version "7.24.7"
@@ -1215,16 +1270,16 @@
12151270
"@babel/helper-split-export-declaration" "^7.16.7"
12161271
globals "^11.1.0"
12171272

1218-
"@babel/plugin-transform-classes@^7.25.0":
1219-
version "7.25.0"
1220-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e"
1221-
integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==
1273+
"@babel/plugin-transform-classes@^7.25.4":
1274+
version "7.25.4"
1275+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a"
1276+
integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==
12221277
dependencies:
12231278
"@babel/helper-annotate-as-pure" "^7.24.7"
1224-
"@babel/helper-compilation-targets" "^7.24.8"
1279+
"@babel/helper-compilation-targets" "^7.25.2"
12251280
"@babel/helper-plugin-utils" "^7.24.8"
12261281
"@babel/helper-replace-supers" "^7.25.0"
1227-
"@babel/traverse" "^7.25.0"
1282+
"@babel/traverse" "^7.25.4"
12281283
globals "^11.1.0"
12291284

12301285
"@babel/plugin-transform-computed-properties@^7.16.7":
@@ -1595,13 +1650,13 @@
15951650
dependencies:
15961651
"@babel/helper-plugin-utils" "^7.24.7"
15971652

1598-
"@babel/plugin-transform-private-methods@^7.24.7":
1599-
version "7.24.7"
1600-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
1601-
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
1653+
"@babel/plugin-transform-private-methods@^7.25.4":
1654+
version "7.25.4"
1655+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242"
1656+
integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==
16021657
dependencies:
1603-
"@babel/helper-create-class-features-plugin" "^7.24.7"
1604-
"@babel/helper-plugin-utils" "^7.24.7"
1658+
"@babel/helper-create-class-features-plugin" "^7.25.4"
1659+
"@babel/helper-plugin-utils" "^7.24.8"
16051660

16061661
"@babel/plugin-transform-private-property-in-object@^7.24.7":
16071662
version "7.24.7"
@@ -1799,20 +1854,20 @@
17991854
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
18001855
"@babel/helper-plugin-utils" "^7.24.7"
18011856

1802-
"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
1803-
version "7.24.7"
1804-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
1805-
integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
1857+
"@babel/plugin-transform-unicode-sets-regex@^7.25.4":
1858+
version "7.25.4"
1859+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c"
1860+
integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==
18061861
dependencies:
1807-
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
1808-
"@babel/helper-plugin-utils" "^7.24.7"
1862+
"@babel/helper-create-regexp-features-plugin" "^7.25.2"
1863+
"@babel/helper-plugin-utils" "^7.24.8"
18091864

1810-
"@babel/[email protected].3":
1811-
version "7.25.3"
1812-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
1813-
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
1865+
"@babel/[email protected].4":
1866+
version "7.25.4"
1867+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6"
1868+
integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==
18141869
dependencies:
1815-
"@babel/compat-data" "^7.25.2"
1870+
"@babel/compat-data" "^7.25.4"
18161871
"@babel/helper-compilation-targets" "^7.25.2"
18171872
"@babel/helper-plugin-utils" "^7.24.8"
18181873
"@babel/helper-validator-option" "^7.24.8"
@@ -1841,13 +1896,13 @@
18411896
"@babel/plugin-syntax-top-level-await" "^7.14.5"
18421897
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
18431898
"@babel/plugin-transform-arrow-functions" "^7.24.7"
1844-
"@babel/plugin-transform-async-generator-functions" "^7.25.0"
1899+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
18451900
"@babel/plugin-transform-async-to-generator" "^7.24.7"
18461901
"@babel/plugin-transform-block-scoped-functions" "^7.24.7"
18471902
"@babel/plugin-transform-block-scoping" "^7.25.0"
1848-
"@babel/plugin-transform-class-properties" "^7.24.7"
1903+
"@babel/plugin-transform-class-properties" "^7.25.4"
18491904
"@babel/plugin-transform-class-static-block" "^7.24.7"
1850-
"@babel/plugin-transform-classes" "^7.25.0"
1905+
"@babel/plugin-transform-classes" "^7.25.4"
18511906
"@babel/plugin-transform-computed-properties" "^7.24.7"
18521907
"@babel/plugin-transform-destructuring" "^7.24.8"
18531908
"@babel/plugin-transform-dotall-regex" "^7.24.7"
@@ -1875,7 +1930,7 @@
18751930
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
18761931
"@babel/plugin-transform-optional-chaining" "^7.24.8"
18771932
"@babel/plugin-transform-parameters" "^7.24.7"
1878-
"@babel/plugin-transform-private-methods" "^7.24.7"
1933+
"@babel/plugin-transform-private-methods" "^7.25.4"
18791934
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
18801935
"@babel/plugin-transform-property-literals" "^7.24.7"
18811936
"@babel/plugin-transform-regenerator" "^7.24.7"
@@ -1888,10 +1943,10 @@
18881943
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
18891944
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
18901945
"@babel/plugin-transform-unicode-regex" "^7.24.7"
1891-
"@babel/plugin-transform-unicode-sets-regex" "^7.24.7"
1946+
"@babel/plugin-transform-unicode-sets-regex" "^7.25.4"
18921947
"@babel/preset-modules" "0.1.6-no-external-plugins"
18931948
babel-plugin-polyfill-corejs2 "^0.4.10"
1894-
babel-plugin-polyfill-corejs3 "^0.10.4"
1949+
babel-plugin-polyfill-corejs3 "^0.10.6"
18951950
babel-plugin-polyfill-regenerator "^0.6.1"
18961951
core-js-compat "^3.37.1"
18971952
semver "^6.3.1"
@@ -2143,6 +2198,19 @@
21432198
debug "^4.3.1"
21442199
globals "^11.1.0"
21452200

2201+
"@babel/traverse@^7.25.4":
2202+
version "7.25.4"
2203+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e"
2204+
integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==
2205+
dependencies:
2206+
"@babel/code-frame" "^7.24.7"
2207+
"@babel/generator" "^7.25.4"
2208+
"@babel/parser" "^7.25.4"
2209+
"@babel/template" "^7.25.0"
2210+
"@babel/types" "^7.25.4"
2211+
debug "^4.3.1"
2212+
globals "^11.1.0"
2213+
21462214
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4":
21472215
version "7.17.0"
21482216
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
@@ -2195,6 +2263,15 @@
21952263
"@babel/helper-validator-identifier" "^7.24.7"
21962264
to-fast-properties "^2.0.0"
21972265

2266+
"@babel/types@^7.25.4":
2267+
version "7.25.4"
2268+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f"
2269+
integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==
2270+
dependencies:
2271+
"@babel/helper-string-parser" "^7.24.8"
2272+
"@babel/helper-validator-identifier" "^7.24.7"
2273+
to-fast-properties "^2.0.0"
2274+
21982275
"@bcoe/v8-coverage@^0.2.3":
21992276
version "0.2.3"
22002277
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3575,13 +3652,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
35753652
"@babel/helper-define-polyfill-provider" "^0.6.1"
35763653
semver "^6.3.1"
35773654

3578-
babel-plugin-polyfill-corejs3@^0.10.4:
3579-
version "0.10.4"
3580-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
3581-
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
3655+
babel-plugin-polyfill-corejs3@^0.10.6:
3656+
version "0.10.6"
3657+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
3658+
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
35823659
dependencies:
3583-
"@babel/helper-define-polyfill-provider" "^0.6.1"
3584-
core-js-compat "^3.36.1"
3660+
"@babel/helper-define-polyfill-provider" "^0.6.2"
3661+
core-js-compat "^3.38.0"
35853662

35863663
babel-plugin-polyfill-corejs3@^0.5.0:
35873664
version "0.5.2"
@@ -3808,6 +3885,16 @@ browserslist@^4.23.1:
38083885
node-releases "^2.0.14"
38093886
update-browserslist-db "^1.1.0"
38103887

3888+
browserslist@^4.23.3:
3889+
version "4.23.3"
3890+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
3891+
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
3892+
dependencies:
3893+
caniuse-lite "^1.0.30001646"
3894+
electron-to-chromium "^1.5.4"
3895+
node-releases "^2.0.18"
3896+
update-browserslist-db "^1.1.0"
3897+
38113898
buffer-from@^1.0.0:
38123899
version "1.1.2"
38133900
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -3979,6 +4066,11 @@ caniuse-lite@^1.0.30001640:
39794066
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
39804067
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
39814068

4069+
caniuse-lite@^1.0.30001646:
4070+
version "1.0.30001653"
4071+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz#b8af452f8f33b1c77f122780a4aecebea0caca56"
4072+
integrity sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==
4073+
39824074
caseless@~0.12.0:
39834075
version "0.12.0"
39844076
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -4413,20 +4505,20 @@ core-js-compat@^3.20.2, core-js-compat@^3.21.0:
44134505
browserslist "^4.19.1"
44144506
semver "7.0.0"
44154507

4416-
core-js-compat@^3.36.1:
4417-
version "3.36.1"
4418-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.1.tgz#1818695d72c99c25d621dca94e6883e190cea3c8"
4419-
integrity sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==
4420-
dependencies:
4421-
browserslist "^4.23.0"
4422-
44234508
core-js-compat@^3.37.0, core-js-compat@^3.37.1:
44244509
version "3.37.1"
44254510
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
44264511
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
44274512
dependencies:
44284513
browserslist "^4.23.0"
44294514

4515+
core-js-compat@^3.38.0:
4516+
version "3.38.1"
4517+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
4518+
integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
4519+
dependencies:
4520+
browserslist "^4.23.3"
4521+
44304522
core-js@^2.0.0, core-js@^2.4.0:
44314523
version "2.6.12"
44324524
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
@@ -5016,6 +5108,11 @@ electron-to-chromium@^1.4.820:
50165108
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.826.tgz#096426d3333718f867b16cc5195c8e56f75c998e"
50175109
integrity sha512-zULpSu/wQI4X9qWAHabbi0ZUfJ/bEFTA6bfdXlg6HSf5XS7A8vMdzpJC4r5Ws/5E5NGdrNHmXgvGewGuHMxhPQ==
50185110

5111+
electron-to-chromium@^1.5.4:
5112+
version "1.5.13"
5113+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz#1abf0410c5344b2b829b7247e031f02810d442e6"
5114+
integrity sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==
5115+
50195116
elegant-spinner@^1.0.1:
50205117
version "1.0.1"
50215118
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -8477,6 +8574,11 @@ node-releases@^2.0.14:
84778574
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
84788575
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
84798576

8577+
node-releases@^2.0.18:
8578+
version "2.0.18"
8579+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
8580+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
8581+
84808582
node-releases@^2.0.2:
84818583
version "2.0.2"
84828584
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01"

0 commit comments

Comments
 (0)