Skip to content

Commit 10c8261

Browse files
committed
⬆️ deps: Upgrade dependency @babel/preset-env to v7.25.4.
1 parent 5994331 commit 10c8261

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
@@ -76,7 +76,7 @@
7676
"@array-like/fill": "0.0.1",
7777
"@array-like/reduce": "0.0.1",
7878
"@babel/core": "7.25.2",
79-
"@babel/preset-env": "7.25.3",
79+
"@babel/preset-env": "7.25.4",
8080
"@commitlint/cli": "19.4.0",
8181
"@functional-abstraction/functools": "3.0.2",
8282
"@functional-abstraction/operator": "3.0.0",

yarn.lock

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

86+
"@babel/compat-data@^7.25.4":
87+
version "7.25.4"
88+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
89+
integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==
90+
8691
8792
version "7.25.2"
8893
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
@@ -164,6 +169,16 @@
164169
"@jridgewell/trace-mapping" "^0.3.25"
165170
jsesc "^2.5.1"
166171

172+
"@babel/generator@^7.25.4":
173+
version "7.25.4"
174+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.4.tgz#1dc63c1c9caae9e6dc24e264eac254eb25005669"
175+
integrity sha512-NFtZmZsyzDPJnk9Zg3BbTfKKc9UlHYzD0E//p2Z3B9nCwwtJW9T0gVbCz8+fBngnn4zf1Dr3IK8PHQQHq0lDQw==
176+
dependencies:
177+
"@babel/types" "^7.25.4"
178+
"@jridgewell/gen-mapping" "^0.3.5"
179+
"@jridgewell/trace-mapping" "^0.3.25"
180+
jsesc "^2.5.1"
181+
167182
"@babel/helper-annotate-as-pure@^7.16.0":
168183
version "7.16.0"
169184
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -283,6 +298,19 @@
283298
"@babel/helper-split-export-declaration" "^7.24.7"
284299
semver "^6.3.1"
285300

301+
"@babel/helper-create-class-features-plugin@^7.25.4":
302+
version "7.25.4"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14"
304+
integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==
305+
dependencies:
306+
"@babel/helper-annotate-as-pure" "^7.24.7"
307+
"@babel/helper-member-expression-to-functions" "^7.24.8"
308+
"@babel/helper-optimise-call-expression" "^7.24.7"
309+
"@babel/helper-replace-supers" "^7.25.0"
310+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
311+
"@babel/traverse" "^7.25.4"
312+
semver "^6.3.1"
313+
286314
"@babel/helper-create-regexp-features-plugin@^7.16.0":
287315
version "7.16.0"
288316
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
@@ -317,6 +345,15 @@
317345
regexpu-core "^5.3.1"
318346
semver "^6.3.1"
319347

348+
"@babel/helper-create-regexp-features-plugin@^7.25.2":
349+
version "7.25.2"
350+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9"
351+
integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==
352+
dependencies:
353+
"@babel/helper-annotate-as-pure" "^7.24.7"
354+
regexpu-core "^5.3.1"
355+
semver "^6.3.1"
356+
320357
"@babel/helper-define-polyfill-provider@^0.3.0":
321358
version "0.3.0"
322359
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
@@ -342,6 +379,17 @@
342379
lodash.debounce "^4.0.8"
343380
resolve "^1.14.2"
344381

382+
"@babel/helper-define-polyfill-provider@^0.6.2":
383+
version "0.6.2"
384+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
385+
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
386+
dependencies:
387+
"@babel/helper-compilation-targets" "^7.22.6"
388+
"@babel/helper-plugin-utils" "^7.22.5"
389+
debug "^4.1.1"
390+
lodash.debounce "^4.0.8"
391+
resolve "^1.14.2"
392+
345393
"@babel/helper-environment-visitor@^7.16.5":
346394
version "7.16.5"
347395
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8"
@@ -790,6 +838,13 @@
790838
dependencies:
791839
"@babel/types" "^7.25.2"
792840

841+
"@babel/parser@^7.25.4":
842+
version "7.25.4"
843+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a"
844+
integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==
845+
dependencies:
846+
"@babel/types" "^7.25.4"
847+
793848
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
794849
version "7.25.3"
795850
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"
@@ -1141,15 +1196,15 @@
11411196
dependencies:
11421197
"@babel/helper-plugin-utils" "^7.24.7"
11431198

1144-
"@babel/plugin-transform-async-generator-functions@^7.25.0":
1145-
version "7.25.0"
1146-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf"
1147-
integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==
1199+
"@babel/plugin-transform-async-generator-functions@^7.25.4":
1200+
version "7.25.4"
1201+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083"
1202+
integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==
11481203
dependencies:
11491204
"@babel/helper-plugin-utils" "^7.24.8"
11501205
"@babel/helper-remap-async-to-generator" "^7.25.0"
11511206
"@babel/plugin-syntax-async-generators" "^7.8.4"
1152-
"@babel/traverse" "^7.25.0"
1207+
"@babel/traverse" "^7.25.4"
11531208

11541209
"@babel/plugin-transform-async-to-generator@^7.16.5":
11551210
version "7.16.5"
@@ -1197,13 +1252,13 @@
11971252
dependencies:
11981253
"@babel/helper-plugin-utils" "^7.24.8"
11991254

1200-
"@babel/plugin-transform-class-properties@^7.24.7":
1201-
version "7.24.7"
1202-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
1203-
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
1255+
"@babel/plugin-transform-class-properties@^7.25.4":
1256+
version "7.25.4"
1257+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd"
1258+
integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==
12041259
dependencies:
1205-
"@babel/helper-create-class-features-plugin" "^7.24.7"
1206-
"@babel/helper-plugin-utils" "^7.24.7"
1260+
"@babel/helper-create-class-features-plugin" "^7.25.4"
1261+
"@babel/helper-plugin-utils" "^7.24.8"
12071262

12081263
"@babel/plugin-transform-class-static-block@^7.24.7":
12091264
version "7.24.7"
@@ -1228,16 +1283,16 @@
12281283
"@babel/helper-split-export-declaration" "^7.16.0"
12291284
globals "^11.1.0"
12301285

1231-
"@babel/plugin-transform-classes@^7.25.0":
1232-
version "7.25.0"
1233-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e"
1234-
integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==
1286+
"@babel/plugin-transform-classes@^7.25.4":
1287+
version "7.25.4"
1288+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a"
1289+
integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==
12351290
dependencies:
12361291
"@babel/helper-annotate-as-pure" "^7.24.7"
1237-
"@babel/helper-compilation-targets" "^7.24.8"
1292+
"@babel/helper-compilation-targets" "^7.25.2"
12381293
"@babel/helper-plugin-utils" "^7.24.8"
12391294
"@babel/helper-replace-supers" "^7.25.0"
1240-
"@babel/traverse" "^7.25.0"
1295+
"@babel/traverse" "^7.25.4"
12411296
globals "^11.1.0"
12421297

12431298
"@babel/plugin-transform-computed-properties@^7.16.5":
@@ -1607,13 +1662,13 @@
16071662
dependencies:
16081663
"@babel/helper-plugin-utils" "^7.24.7"
16091664

1610-
"@babel/plugin-transform-private-methods@^7.24.7":
1611-
version "7.24.7"
1612-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
1613-
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
1665+
"@babel/plugin-transform-private-methods@^7.25.4":
1666+
version "7.25.4"
1667+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242"
1668+
integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==
16141669
dependencies:
1615-
"@babel/helper-create-class-features-plugin" "^7.24.7"
1616-
"@babel/helper-plugin-utils" "^7.24.7"
1670+
"@babel/helper-create-class-features-plugin" "^7.25.4"
1671+
"@babel/helper-plugin-utils" "^7.24.8"
16171672

16181673
"@babel/plugin-transform-private-property-in-object@^7.24.7":
16191674
version "7.24.7"
@@ -1811,20 +1866,20 @@
18111866
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
18121867
"@babel/helper-plugin-utils" "^7.24.7"
18131868

1814-
"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
1815-
version "7.24.7"
1816-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
1817-
integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
1869+
"@babel/plugin-transform-unicode-sets-regex@^7.25.4":
1870+
version "7.25.4"
1871+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c"
1872+
integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==
18181873
dependencies:
1819-
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
1820-
"@babel/helper-plugin-utils" "^7.24.7"
1874+
"@babel/helper-create-regexp-features-plugin" "^7.25.2"
1875+
"@babel/helper-plugin-utils" "^7.24.8"
18211876

1822-
"@babel/[email protected].3":
1823-
version "7.25.3"
1824-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
1825-
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
1877+
"@babel/[email protected].4":
1878+
version "7.25.4"
1879+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6"
1880+
integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==
18261881
dependencies:
1827-
"@babel/compat-data" "^7.25.2"
1882+
"@babel/compat-data" "^7.25.4"
18281883
"@babel/helper-compilation-targets" "^7.25.2"
18291884
"@babel/helper-plugin-utils" "^7.24.8"
18301885
"@babel/helper-validator-option" "^7.24.8"
@@ -1853,13 +1908,13 @@
18531908
"@babel/plugin-syntax-top-level-await" "^7.14.5"
18541909
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
18551910
"@babel/plugin-transform-arrow-functions" "^7.24.7"
1856-
"@babel/plugin-transform-async-generator-functions" "^7.25.0"
1911+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
18571912
"@babel/plugin-transform-async-to-generator" "^7.24.7"
18581913
"@babel/plugin-transform-block-scoped-functions" "^7.24.7"
18591914
"@babel/plugin-transform-block-scoping" "^7.25.0"
1860-
"@babel/plugin-transform-class-properties" "^7.24.7"
1915+
"@babel/plugin-transform-class-properties" "^7.25.4"
18611916
"@babel/plugin-transform-class-static-block" "^7.24.7"
1862-
"@babel/plugin-transform-classes" "^7.25.0"
1917+
"@babel/plugin-transform-classes" "^7.25.4"
18631918
"@babel/plugin-transform-computed-properties" "^7.24.7"
18641919
"@babel/plugin-transform-destructuring" "^7.24.8"
18651920
"@babel/plugin-transform-dotall-regex" "^7.24.7"
@@ -1887,7 +1942,7 @@
18871942
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
18881943
"@babel/plugin-transform-optional-chaining" "^7.24.8"
18891944
"@babel/plugin-transform-parameters" "^7.24.7"
1890-
"@babel/plugin-transform-private-methods" "^7.24.7"
1945+
"@babel/plugin-transform-private-methods" "^7.25.4"
18911946
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
18921947
"@babel/plugin-transform-property-literals" "^7.24.7"
18931948
"@babel/plugin-transform-regenerator" "^7.24.7"
@@ -1900,10 +1955,10 @@
19001955
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
19011956
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
19021957
"@babel/plugin-transform-unicode-regex" "^7.24.7"
1903-
"@babel/plugin-transform-unicode-sets-regex" "^7.24.7"
1958+
"@babel/plugin-transform-unicode-sets-regex" "^7.25.4"
19041959
"@babel/preset-modules" "0.1.6-no-external-plugins"
19051960
babel-plugin-polyfill-corejs2 "^0.4.10"
1906-
babel-plugin-polyfill-corejs3 "^0.10.4"
1961+
babel-plugin-polyfill-corejs3 "^0.10.6"
19071962
babel-plugin-polyfill-regenerator "^0.6.1"
19081963
core-js-compat "^3.37.1"
19091964
semver "^6.3.1"
@@ -2155,6 +2210,19 @@
21552210
debug "^4.3.1"
21562211
globals "^11.1.0"
21572212

2213+
"@babel/traverse@^7.25.4":
2214+
version "7.25.4"
2215+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e"
2216+
integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==
2217+
dependencies:
2218+
"@babel/code-frame" "^7.24.7"
2219+
"@babel/generator" "^7.25.4"
2220+
"@babel/parser" "^7.25.4"
2221+
"@babel/template" "^7.25.0"
2222+
"@babel/types" "^7.25.4"
2223+
debug "^4.3.1"
2224+
globals "^11.1.0"
2225+
21582226
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
21592227
version "7.16.0"
21602228
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -2207,6 +2275,15 @@
22072275
"@babel/helper-validator-identifier" "^7.24.7"
22082276
to-fast-properties "^2.0.0"
22092277

2278+
"@babel/types@^7.25.4":
2279+
version "7.25.4"
2280+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f"
2281+
integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==
2282+
dependencies:
2283+
"@babel/helper-string-parser" "^7.24.8"
2284+
"@babel/helper-validator-identifier" "^7.24.7"
2285+
to-fast-properties "^2.0.0"
2286+
22102287
"@bcoe/v8-coverage@^0.2.3":
22112288
version "0.2.3"
22122289
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3490,13 +3567,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
34903567
"@babel/helper-define-polyfill-provider" "^0.6.1"
34913568
semver "^6.3.1"
34923569

3493-
babel-plugin-polyfill-corejs3@^0.10.4:
3494-
version "0.10.4"
3495-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
3496-
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
3570+
babel-plugin-polyfill-corejs3@^0.10.6:
3571+
version "0.10.6"
3572+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
3573+
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
34973574
dependencies:
3498-
"@babel/helper-define-polyfill-provider" "^0.6.1"
3499-
core-js-compat "^3.36.1"
3575+
"@babel/helper-define-polyfill-provider" "^0.6.2"
3576+
core-js-compat "^3.38.0"
35003577

35013578
babel-plugin-polyfill-corejs3@^0.4.0:
35023579
version "0.4.0"
@@ -3738,6 +3815,16 @@ browserslist@^4.23.1:
37383815
node-releases "^2.0.14"
37393816
update-browserslist-db "^1.1.0"
37403817

3818+
browserslist@^4.23.3:
3819+
version "4.23.3"
3820+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
3821+
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
3822+
dependencies:
3823+
caniuse-lite "^1.0.30001646"
3824+
electron-to-chromium "^1.5.4"
3825+
node-releases "^2.0.18"
3826+
update-browserslist-db "^1.1.0"
3827+
37413828
buffer-from@^1.0.0:
37423829
version "1.1.2"
37433830
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -3914,6 +4001,11 @@ caniuse-lite@^1.0.30001640:
39144001
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
39154002
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
39164003

4004+
caniuse-lite@^1.0.30001646:
4005+
version "1.0.30001651"
4006+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138"
4007+
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
4008+
39174009
caseless@~0.12.0:
39184010
version "0.12.0"
39194011
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -4355,20 +4447,20 @@ core-js-compat@^3.34.0:
43554447
dependencies:
43564448
browserslist "^4.22.2"
43574449

4358-
core-js-compat@^3.36.1:
4359-
version "3.36.1"
4360-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.1.tgz#1818695d72c99c25d621dca94e6883e190cea3c8"
4361-
integrity sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==
4362-
dependencies:
4363-
browserslist "^4.23.0"
4364-
43654450
core-js-compat@^3.37.1:
43664451
version "3.37.1"
43674452
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
43684453
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
43694454
dependencies:
43704455
browserslist "^4.23.0"
43714456

4457+
core-js-compat@^3.38.0:
4458+
version "3.38.1"
4459+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
4460+
integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
4461+
dependencies:
4462+
browserslist "^4.23.3"
4463+
43724464
core-js@^2.0.0, core-js@^2.4.0:
43734465
version "2.6.12"
43744466
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
@@ -4964,6 +5056,11 @@ electron-to-chromium@^1.4.820:
49645056
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.826.tgz#096426d3333718f867b16cc5195c8e56f75c998e"
49655057
integrity sha512-zULpSu/wQI4X9qWAHabbi0ZUfJ/bEFTA6bfdXlg6HSf5XS7A8vMdzpJC4r5Ws/5E5NGdrNHmXgvGewGuHMxhPQ==
49665058

5059+
electron-to-chromium@^1.5.4:
5060+
version "1.5.13"
5061+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz#1abf0410c5344b2b829b7247e031f02810d442e6"
5062+
integrity sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==
5063+
49675064
elegant-spinner@^1.0.1:
49685065
version "1.0.1"
49695066
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -8427,6 +8524,11 @@ node-releases@^2.0.14:
84278524
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
84288525
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
84298526

8527+
node-releases@^2.0.18:
8528+
version "2.0.18"
8529+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
8530+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
8531+
84308532
nofilter@^3.1.0:
84318533
version "3.1.0"
84328534
resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66"

0 commit comments

Comments
 (0)