Skip to content

Commit 611acc2

Browse files
committed
⬆️ deps: Upgrade dependency @babel/preset-env to v7.25.4.
1 parent 6b19184 commit 611acc2

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
"@babel/core": "7.25.2",
7777
"@babel/plugin-transform-destructuring": "7.24.8",
7878
"@babel/plugin-transform-for-of": "7.24.7",
79-
"@babel/preset-env": "7.25.3",
79+
"@babel/preset-env": "7.25.4",
8080
"@commitlint/cli": "19.4.0",
8181
"@js-library/commitlint-config": "0.0.4",
8282
"@node-loader/babel": "2.1.0",

yarn.lock

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

66+
"@babel/compat-data@^7.25.4":
67+
version "7.25.4"
68+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
69+
integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==
70+
6671
6772
version "7.25.2"
6873
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
@@ -144,6 +149,16 @@
144149
"@jridgewell/trace-mapping" "^0.3.25"
145150
jsesc "^2.5.1"
146151

152+
"@babel/generator@^7.25.4":
153+
version "7.25.4"
154+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.4.tgz#1dc63c1c9caae9e6dc24e264eac254eb25005669"
155+
integrity sha512-NFtZmZsyzDPJnk9Zg3BbTfKKc9UlHYzD0E//p2Z3B9nCwwtJW9T0gVbCz8+fBngnn4zf1Dr3IK8PHQQHq0lDQw==
156+
dependencies:
157+
"@babel/types" "^7.25.4"
158+
"@jridgewell/gen-mapping" "^0.3.5"
159+
"@jridgewell/trace-mapping" "^0.3.25"
160+
jsesc "^2.5.1"
161+
147162
"@babel/helper-annotate-as-pure@^7.18.6":
148163
version "7.18.6"
149164
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -256,6 +271,19 @@
256271
"@babel/helper-split-export-declaration" "^7.24.7"
257272
semver "^6.3.1"
258273

274+
"@babel/helper-create-class-features-plugin@^7.25.4":
275+
version "7.25.4"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14"
277+
integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==
278+
dependencies:
279+
"@babel/helper-annotate-as-pure" "^7.24.7"
280+
"@babel/helper-member-expression-to-functions" "^7.24.8"
281+
"@babel/helper-optimise-call-expression" "^7.24.7"
282+
"@babel/helper-replace-supers" "^7.25.0"
283+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
284+
"@babel/traverse" "^7.25.4"
285+
semver "^6.3.1"
286+
259287
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0":
260288
version "7.19.0"
261289
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
@@ -282,6 +310,15 @@
282310
regexpu-core "^5.3.1"
283311
semver "^6.3.1"
284312

313+
"@babel/helper-create-regexp-features-plugin@^7.25.2":
314+
version "7.25.2"
315+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9"
316+
integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==
317+
dependencies:
318+
"@babel/helper-annotate-as-pure" "^7.24.7"
319+
regexpu-core "^5.3.1"
320+
semver "^6.3.1"
321+
285322
"@babel/helper-define-polyfill-provider@^0.3.3":
286323
version "0.3.3"
287324
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
@@ -305,6 +342,17 @@
305342
lodash.debounce "^4.0.8"
306343
resolve "^1.14.2"
307344

345+
"@babel/helper-define-polyfill-provider@^0.6.2":
346+
version "0.6.2"
347+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
348+
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
349+
dependencies:
350+
"@babel/helper-compilation-targets" "^7.22.6"
351+
"@babel/helper-plugin-utils" "^7.22.5"
352+
debug "^4.1.1"
353+
lodash.debounce "^4.0.8"
354+
resolve "^1.14.2"
355+
308356
"@babel/helper-environment-visitor@^7.18.9":
309357
version "7.18.9"
310358
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
@@ -734,6 +782,13 @@
734782
dependencies:
735783
"@babel/types" "^7.25.2"
736784

785+
"@babel/parser@^7.25.4":
786+
version "7.25.4"
787+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a"
788+
integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==
789+
dependencies:
790+
"@babel/types" "^7.25.4"
791+
737792
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
738793
version "7.25.3"
739794
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"
@@ -1093,15 +1148,15 @@
10931148
dependencies:
10941149
"@babel/helper-plugin-utils" "^7.24.7"
10951150

1096-
"@babel/plugin-transform-async-generator-functions@^7.25.0":
1097-
version "7.25.0"
1098-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf"
1099-
integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==
1151+
"@babel/plugin-transform-async-generator-functions@^7.25.4":
1152+
version "7.25.4"
1153+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083"
1154+
integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==
11001155
dependencies:
11011156
"@babel/helper-plugin-utils" "^7.24.8"
11021157
"@babel/helper-remap-async-to-generator" "^7.25.0"
11031158
"@babel/plugin-syntax-async-generators" "^7.8.4"
1104-
"@babel/traverse" "^7.25.0"
1159+
"@babel/traverse" "^7.25.4"
11051160

11061161
"@babel/plugin-transform-async-to-generator@^7.18.6":
11071162
version "7.18.6"
@@ -1149,13 +1204,13 @@
11491204
dependencies:
11501205
"@babel/helper-plugin-utils" "^7.24.8"
11511206

1152-
"@babel/plugin-transform-class-properties@^7.24.7":
1153-
version "7.24.7"
1154-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
1155-
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
1207+
"@babel/plugin-transform-class-properties@^7.25.4":
1208+
version "7.25.4"
1209+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd"
1210+
integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==
11561211
dependencies:
1157-
"@babel/helper-create-class-features-plugin" "^7.24.7"
1158-
"@babel/helper-plugin-utils" "^7.24.7"
1212+
"@babel/helper-create-class-features-plugin" "^7.25.4"
1213+
"@babel/helper-plugin-utils" "^7.24.8"
11591214

11601215
"@babel/plugin-transform-class-static-block@^7.24.7":
11611216
version "7.24.7"
@@ -1181,16 +1236,16 @@
11811236
"@babel/helper-split-export-declaration" "^7.18.6"
11821237
globals "^11.1.0"
11831238

1184-
"@babel/plugin-transform-classes@^7.25.0":
1185-
version "7.25.0"
1186-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e"
1187-
integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==
1239+
"@babel/plugin-transform-classes@^7.25.4":
1240+
version "7.25.4"
1241+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a"
1242+
integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==
11881243
dependencies:
11891244
"@babel/helper-annotate-as-pure" "^7.24.7"
1190-
"@babel/helper-compilation-targets" "^7.24.8"
1245+
"@babel/helper-compilation-targets" "^7.25.2"
11911246
"@babel/helper-plugin-utils" "^7.24.8"
11921247
"@babel/helper-replace-supers" "^7.25.0"
1193-
"@babel/traverse" "^7.25.0"
1248+
"@babel/traverse" "^7.25.4"
11941249
globals "^11.1.0"
11951250

11961251
"@babel/plugin-transform-computed-properties@^7.18.9":
@@ -1562,13 +1617,13 @@
15621617
dependencies:
15631618
"@babel/helper-plugin-utils" "^7.24.7"
15641619

1565-
"@babel/plugin-transform-private-methods@^7.24.7":
1566-
version "7.24.7"
1567-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
1568-
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
1620+
"@babel/plugin-transform-private-methods@^7.25.4":
1621+
version "7.25.4"
1622+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242"
1623+
integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==
15691624
dependencies:
1570-
"@babel/helper-create-class-features-plugin" "^7.24.7"
1571-
"@babel/helper-plugin-utils" "^7.24.7"
1625+
"@babel/helper-create-class-features-plugin" "^7.25.4"
1626+
"@babel/helper-plugin-utils" "^7.24.8"
15721627

15731628
"@babel/plugin-transform-private-property-in-object@^7.24.7":
15741629
version "7.24.7"
@@ -1767,20 +1822,20 @@
17671822
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
17681823
"@babel/helper-plugin-utils" "^7.24.7"
17691824

1770-
"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
1771-
version "7.24.7"
1772-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
1773-
integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
1825+
"@babel/plugin-transform-unicode-sets-regex@^7.25.4":
1826+
version "7.25.4"
1827+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c"
1828+
integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==
17741829
dependencies:
1775-
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
1776-
"@babel/helper-plugin-utils" "^7.24.7"
1830+
"@babel/helper-create-regexp-features-plugin" "^7.25.2"
1831+
"@babel/helper-plugin-utils" "^7.24.8"
17771832

1778-
"@babel/[email protected].3":
1779-
version "7.25.3"
1780-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
1781-
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
1833+
"@babel/[email protected].4":
1834+
version "7.25.4"
1835+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6"
1836+
integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==
17821837
dependencies:
1783-
"@babel/compat-data" "^7.25.2"
1838+
"@babel/compat-data" "^7.25.4"
17841839
"@babel/helper-compilation-targets" "^7.25.2"
17851840
"@babel/helper-plugin-utils" "^7.24.8"
17861841
"@babel/helper-validator-option" "^7.24.8"
@@ -1809,13 +1864,13 @@
18091864
"@babel/plugin-syntax-top-level-await" "^7.14.5"
18101865
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
18111866
"@babel/plugin-transform-arrow-functions" "^7.24.7"
1812-
"@babel/plugin-transform-async-generator-functions" "^7.25.0"
1867+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
18131868
"@babel/plugin-transform-async-to-generator" "^7.24.7"
18141869
"@babel/plugin-transform-block-scoped-functions" "^7.24.7"
18151870
"@babel/plugin-transform-block-scoping" "^7.25.0"
1816-
"@babel/plugin-transform-class-properties" "^7.24.7"
1871+
"@babel/plugin-transform-class-properties" "^7.25.4"
18171872
"@babel/plugin-transform-class-static-block" "^7.24.7"
1818-
"@babel/plugin-transform-classes" "^7.25.0"
1873+
"@babel/plugin-transform-classes" "^7.25.4"
18191874
"@babel/plugin-transform-computed-properties" "^7.24.7"
18201875
"@babel/plugin-transform-destructuring" "^7.24.8"
18211876
"@babel/plugin-transform-dotall-regex" "^7.24.7"
@@ -1843,7 +1898,7 @@
18431898
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
18441899
"@babel/plugin-transform-optional-chaining" "^7.24.8"
18451900
"@babel/plugin-transform-parameters" "^7.24.7"
1846-
"@babel/plugin-transform-private-methods" "^7.24.7"
1901+
"@babel/plugin-transform-private-methods" "^7.25.4"
18471902
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
18481903
"@babel/plugin-transform-property-literals" "^7.24.7"
18491904
"@babel/plugin-transform-regenerator" "^7.24.7"
@@ -1856,10 +1911,10 @@
18561911
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
18571912
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
18581913
"@babel/plugin-transform-unicode-regex" "^7.24.7"
1859-
"@babel/plugin-transform-unicode-sets-regex" "^7.24.7"
1914+
"@babel/plugin-transform-unicode-sets-regex" "^7.25.4"
18601915
"@babel/preset-modules" "0.1.6-no-external-plugins"
18611916
babel-plugin-polyfill-corejs2 "^0.4.10"
1862-
babel-plugin-polyfill-corejs3 "^0.10.4"
1917+
babel-plugin-polyfill-corejs3 "^0.10.6"
18631918
babel-plugin-polyfill-regenerator "^0.6.1"
18641919
core-js-compat "^3.37.1"
18651920
semver "^6.3.1"
@@ -2112,6 +2167,19 @@
21122167
debug "^4.3.1"
21132168
globals "^11.1.0"
21142169

2170+
"@babel/traverse@^7.25.4":
2171+
version "7.25.4"
2172+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e"
2173+
integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==
2174+
dependencies:
2175+
"@babel/code-frame" "^7.24.7"
2176+
"@babel/generator" "^7.25.4"
2177+
"@babel/parser" "^7.25.4"
2178+
"@babel/template" "^7.25.0"
2179+
"@babel/types" "^7.25.4"
2180+
debug "^4.3.1"
2181+
globals "^11.1.0"
2182+
21152183
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.4.4":
21162184
version "7.19.0"
21172185
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -2157,6 +2225,15 @@
21572225
"@babel/helper-validator-identifier" "^7.24.7"
21582226
to-fast-properties "^2.0.0"
21592227

2228+
"@babel/types@^7.25.4":
2229+
version "7.25.4"
2230+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f"
2231+
integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==
2232+
dependencies:
2233+
"@babel/helper-string-parser" "^7.24.8"
2234+
"@babel/helper-validator-identifier" "^7.24.7"
2235+
to-fast-properties "^2.0.0"
2236+
21602237
"@bcoe/v8-coverage@^0.2.3":
21612238
version "0.2.3"
21622239
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3497,13 +3574,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
34973574
"@babel/helper-define-polyfill-provider" "^0.6.1"
34983575
semver "^6.3.1"
34993576

3500-
babel-plugin-polyfill-corejs3@^0.10.4:
3501-
version "0.10.4"
3502-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
3503-
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
3577+
babel-plugin-polyfill-corejs3@^0.10.6:
3578+
version "0.10.6"
3579+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
3580+
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
35043581
dependencies:
3505-
"@babel/helper-define-polyfill-provider" "^0.6.1"
3506-
core-js-compat "^3.36.1"
3582+
"@babel/helper-define-polyfill-provider" "^0.6.2"
3583+
core-js-compat "^3.38.0"
35073584

35083585
babel-plugin-polyfill-corejs3@^0.6.0:
35093586
version "0.6.0"
@@ -3729,6 +3806,16 @@ browserslist@^4.23.1:
37293806
node-releases "^2.0.14"
37303807
update-browserslist-db "^1.1.0"
37313808

3809+
browserslist@^4.23.3:
3810+
version "4.23.3"
3811+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
3812+
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
3813+
dependencies:
3814+
caniuse-lite "^1.0.30001646"
3815+
electron-to-chromium "^1.5.4"
3816+
node-releases "^2.0.18"
3817+
update-browserslist-db "^1.1.0"
3818+
37323819
buffer-from@^1.0.0:
37333820
version "1.1.2"
37343821
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -3895,6 +3982,11 @@ caniuse-lite@^1.0.30001640:
38953982
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
38963983
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
38973984

3985+
caniuse-lite@^1.0.30001646:
3986+
version "1.0.30001651"
3987+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138"
3988+
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
3989+
38983990
caseless@~0.12.0:
38993991
version "0.12.0"
39003992
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -4328,20 +4420,20 @@ core-js-compat@^3.25.1:
43284420
dependencies:
43294421
browserslist "^4.21.3"
43304422

4331-
core-js-compat@^3.36.1:
4332-
version "3.36.1"
4333-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.1.tgz#1818695d72c99c25d621dca94e6883e190cea3c8"
4334-
integrity sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==
4335-
dependencies:
4336-
browserslist "^4.23.0"
4337-
43384423
core-js-compat@^3.37.0, core-js-compat@^3.37.1:
43394424
version "3.37.1"
43404425
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
43414426
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
43424427
dependencies:
43434428
browserslist "^4.23.0"
43444429

4430+
core-js-compat@^3.38.0:
4431+
version "3.38.1"
4432+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
4433+
integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
4434+
dependencies:
4435+
browserslist "^4.23.3"
4436+
43454437
core-js@^2.0.0, core-js@^2.4.0:
43464438
version "2.6.12"
43474439
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
@@ -4916,6 +5008,11 @@ electron-to-chromium@^1.4.820:
49165008
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.826.tgz#096426d3333718f867b16cc5195c8e56f75c998e"
49175009
integrity sha512-zULpSu/wQI4X9qWAHabbi0ZUfJ/bEFTA6bfdXlg6HSf5XS7A8vMdzpJC4r5Ws/5E5NGdrNHmXgvGewGuHMxhPQ==
49185010

5011+
electron-to-chromium@^1.5.4:
5012+
version "1.5.13"
5013+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz#1abf0410c5344b2b829b7247e031f02810d442e6"
5014+
integrity sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==
5015+
49195016
elegant-spinner@^1.0.1:
49205017
version "1.0.1"
49215018
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -8388,6 +8485,11 @@ node-releases@^2.0.14:
83888485
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
83898486
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
83908487

8488+
node-releases@^2.0.18:
8489+
version "2.0.18"
8490+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
8491+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
8492+
83918493
node-releases@^2.0.6:
83928494
version "2.0.6"
83938495
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"

0 commit comments

Comments
 (0)