Skip to content

Commit bd68724

Browse files
committed
chore(deps): update dependency @babel/preset-env to v7.25.4
1 parent 8c0326f commit bd68724

File tree

2 files changed

+146
-55
lines changed

2 files changed

+146
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "husky install"
4949
},
5050
"devDependencies": {
51-
"@babel/preset-env": "7.25.3",
51+
"@babel/preset-env": "7.25.4",
5252
"@rollup/plugin-babel": "6.0.4",
5353
"@rollup/plugin-node-resolve": "15.2.3",
5454
"@types/jest": "29.5.12",

yarn.lock

Lines changed: 145 additions & 54 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
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
6772
version "7.22.9"
6873
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f"
@@ -114,6 +119,16 @@
114119
"@jridgewell/trace-mapping" "^0.3.25"
115120
jsesc "^2.5.1"
116121

122+
"@babel/generator@^7.25.4":
123+
version "7.25.4"
124+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.4.tgz#1dc63c1c9caae9e6dc24e264eac254eb25005669"
125+
integrity sha512-NFtZmZsyzDPJnk9Zg3BbTfKKc9UlHYzD0E//p2Z3B9nCwwtJW9T0gVbCz8+fBngnn4zf1Dr3IK8PHQQHq0lDQw==
126+
dependencies:
127+
"@babel/types" "^7.25.4"
128+
"@jridgewell/gen-mapping" "^0.3.5"
129+
"@jridgewell/trace-mapping" "^0.3.25"
130+
jsesc "^2.5.1"
131+
117132
"@babel/helper-annotate-as-pure@^7.22.5":
118133
version "7.22.5"
119134
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -195,6 +210,19 @@
195210
"@babel/helper-split-export-declaration" "^7.24.7"
196211
semver "^6.3.1"
197212

213+
"@babel/helper-create-class-features-plugin@^7.25.4":
214+
version "7.25.4"
215+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14"
216+
integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==
217+
dependencies:
218+
"@babel/helper-annotate-as-pure" "^7.24.7"
219+
"@babel/helper-member-expression-to-functions" "^7.24.8"
220+
"@babel/helper-optimise-call-expression" "^7.24.7"
221+
"@babel/helper-replace-supers" "^7.25.0"
222+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
223+
"@babel/traverse" "^7.25.4"
224+
semver "^6.3.1"
225+
198226
"@babel/helper-create-regexp-features-plugin@^7.18.6":
199227
version "7.22.9"
200228
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz#9d8e61a8d9366fe66198f57c40565663de0825f6"
@@ -222,7 +250,16 @@
222250
regexpu-core "^5.3.1"
223251
semver "^6.3.1"
224252

225-
"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
253+
"@babel/helper-create-regexp-features-plugin@^7.25.2":
254+
version "7.25.2"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9"
256+
integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==
257+
dependencies:
258+
"@babel/helper-annotate-as-pure" "^7.24.7"
259+
regexpu-core "^5.3.1"
260+
semver "^6.3.1"
261+
262+
"@babel/helper-define-polyfill-provider@^0.6.2":
226263
version "0.6.2"
227264
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
228265
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
@@ -568,6 +605,13 @@
568605
dependencies:
569606
"@babel/types" "^7.25.2"
570607

608+
"@babel/parser@^7.25.4":
609+
version "7.25.4"
610+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a"
611+
integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==
612+
dependencies:
613+
"@babel/types" "^7.25.4"
614+
571615
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
572616
version "7.25.3"
573617
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"
@@ -767,15 +811,15 @@
767811
dependencies:
768812
"@babel/helper-plugin-utils" "^7.24.7"
769813

770-
"@babel/plugin-transform-async-generator-functions@^7.25.0":
771-
version "7.25.0"
772-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf"
773-
integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==
814+
"@babel/plugin-transform-async-generator-functions@^7.25.4":
815+
version "7.25.4"
816+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083"
817+
integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==
774818
dependencies:
775819
"@babel/helper-plugin-utils" "^7.24.8"
776820
"@babel/helper-remap-async-to-generator" "^7.25.0"
777821
"@babel/plugin-syntax-async-generators" "^7.8.4"
778-
"@babel/traverse" "^7.25.0"
822+
"@babel/traverse" "^7.25.4"
779823

780824
"@babel/plugin-transform-async-to-generator@^7.24.7":
781825
version "7.24.7"
@@ -800,13 +844,13 @@
800844
dependencies:
801845
"@babel/helper-plugin-utils" "^7.24.8"
802846

803-
"@babel/plugin-transform-class-properties@^7.24.7":
804-
version "7.24.7"
805-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
806-
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
847+
"@babel/plugin-transform-class-properties@^7.25.4":
848+
version "7.25.4"
849+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd"
850+
integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==
807851
dependencies:
808-
"@babel/helper-create-class-features-plugin" "^7.24.7"
809-
"@babel/helper-plugin-utils" "^7.24.7"
852+
"@babel/helper-create-class-features-plugin" "^7.25.4"
853+
"@babel/helper-plugin-utils" "^7.24.8"
810854

811855
"@babel/plugin-transform-class-static-block@^7.24.7":
812856
version "7.24.7"
@@ -817,16 +861,16 @@
817861
"@babel/helper-plugin-utils" "^7.24.7"
818862
"@babel/plugin-syntax-class-static-block" "^7.14.5"
819863

820-
"@babel/plugin-transform-classes@^7.25.0":
821-
version "7.25.0"
822-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e"
823-
integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==
864+
"@babel/plugin-transform-classes@^7.25.4":
865+
version "7.25.4"
866+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a"
867+
integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==
824868
dependencies:
825869
"@babel/helper-annotate-as-pure" "^7.24.7"
826-
"@babel/helper-compilation-targets" "^7.24.8"
870+
"@babel/helper-compilation-targets" "^7.25.2"
827871
"@babel/helper-plugin-utils" "^7.24.8"
828872
"@babel/helper-replace-supers" "^7.25.0"
829-
"@babel/traverse" "^7.25.0"
873+
"@babel/traverse" "^7.25.4"
830874
globals "^11.1.0"
831875

832876
"@babel/plugin-transform-computed-properties@^7.24.7":
@@ -1055,13 +1099,13 @@
10551099
dependencies:
10561100
"@babel/helper-plugin-utils" "^7.24.7"
10571101

1058-
"@babel/plugin-transform-private-methods@^7.24.7":
1059-
version "7.24.7"
1060-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
1061-
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
1102+
"@babel/plugin-transform-private-methods@^7.25.4":
1103+
version "7.25.4"
1104+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242"
1105+
integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==
10621106
dependencies:
1063-
"@babel/helper-create-class-features-plugin" "^7.24.7"
1064-
"@babel/helper-plugin-utils" "^7.24.7"
1107+
"@babel/helper-create-class-features-plugin" "^7.25.4"
1108+
"@babel/helper-plugin-utils" "^7.24.8"
10651109

10661110
"@babel/plugin-transform-private-property-in-object@^7.24.7":
10671111
version "7.24.7"
@@ -1154,20 +1198,20 @@
11541198
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
11551199
"@babel/helper-plugin-utils" "^7.24.7"
11561200

1157-
"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
1158-
version "7.24.7"
1159-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
1160-
integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
1201+
"@babel/plugin-transform-unicode-sets-regex@^7.25.4":
1202+
version "7.25.4"
1203+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c"
1204+
integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==
11611205
dependencies:
1162-
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
1163-
"@babel/helper-plugin-utils" "^7.24.7"
1206+
"@babel/helper-create-regexp-features-plugin" "^7.25.2"
1207+
"@babel/helper-plugin-utils" "^7.24.8"
11641208

1165-
"@babel/[email protected].3":
1166-
version "7.25.3"
1167-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
1168-
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
1209+
"@babel/[email protected].4":
1210+
version "7.25.4"
1211+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6"
1212+
integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==
11691213
dependencies:
1170-
"@babel/compat-data" "^7.25.2"
1214+
"@babel/compat-data" "^7.25.4"
11711215
"@babel/helper-compilation-targets" "^7.25.2"
11721216
"@babel/helper-plugin-utils" "^7.24.8"
11731217
"@babel/helper-validator-option" "^7.24.8"
@@ -1196,13 +1240,13 @@
11961240
"@babel/plugin-syntax-top-level-await" "^7.14.5"
11971241
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
11981242
"@babel/plugin-transform-arrow-functions" "^7.24.7"
1199-
"@babel/plugin-transform-async-generator-functions" "^7.25.0"
1243+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
12001244
"@babel/plugin-transform-async-to-generator" "^7.24.7"
12011245
"@babel/plugin-transform-block-scoped-functions" "^7.24.7"
12021246
"@babel/plugin-transform-block-scoping" "^7.25.0"
1203-
"@babel/plugin-transform-class-properties" "^7.24.7"
1247+
"@babel/plugin-transform-class-properties" "^7.25.4"
12041248
"@babel/plugin-transform-class-static-block" "^7.24.7"
1205-
"@babel/plugin-transform-classes" "^7.25.0"
1249+
"@babel/plugin-transform-classes" "^7.25.4"
12061250
"@babel/plugin-transform-computed-properties" "^7.24.7"
12071251
"@babel/plugin-transform-destructuring" "^7.24.8"
12081252
"@babel/plugin-transform-dotall-regex" "^7.24.7"
@@ -1230,7 +1274,7 @@
12301274
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
12311275
"@babel/plugin-transform-optional-chaining" "^7.24.8"
12321276
"@babel/plugin-transform-parameters" "^7.24.7"
1233-
"@babel/plugin-transform-private-methods" "^7.24.7"
1277+
"@babel/plugin-transform-private-methods" "^7.25.4"
12341278
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
12351279
"@babel/plugin-transform-property-literals" "^7.24.7"
12361280
"@babel/plugin-transform-regenerator" "^7.24.7"
@@ -1243,10 +1287,10 @@
12431287
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
12441288
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
12451289
"@babel/plugin-transform-unicode-regex" "^7.24.7"
1246-
"@babel/plugin-transform-unicode-sets-regex" "^7.24.7"
1290+
"@babel/plugin-transform-unicode-sets-regex" "^7.25.4"
12471291
"@babel/preset-modules" "0.1.6-no-external-plugins"
12481292
babel-plugin-polyfill-corejs2 "^0.4.10"
1249-
babel-plugin-polyfill-corejs3 "^0.10.4"
1293+
babel-plugin-polyfill-corejs3 "^0.10.6"
12501294
babel-plugin-polyfill-regenerator "^0.6.1"
12511295
core-js-compat "^3.37.1"
12521296
semver "^6.3.1"
@@ -1370,6 +1414,19 @@
13701414
debug "^4.3.1"
13711415
globals "^11.1.0"
13721416

1417+
"@babel/traverse@^7.25.4":
1418+
version "7.25.4"
1419+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e"
1420+
integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==
1421+
dependencies:
1422+
"@babel/code-frame" "^7.24.7"
1423+
"@babel/generator" "^7.25.4"
1424+
"@babel/parser" "^7.25.4"
1425+
"@babel/template" "^7.25.0"
1426+
"@babel/types" "^7.25.4"
1427+
debug "^4.3.1"
1428+
globals "^11.1.0"
1429+
13731430
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
13741431
version "7.22.5"
13751432
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -1406,6 +1463,15 @@
14061463
"@babel/helper-validator-identifier" "^7.24.7"
14071464
to-fast-properties "^2.0.0"
14081465

1466+
"@babel/types@^7.25.4":
1467+
version "7.25.4"
1468+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f"
1469+
integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==
1470+
dependencies:
1471+
"@babel/helper-string-parser" "^7.24.8"
1472+
"@babel/helper-validator-identifier" "^7.24.7"
1473+
to-fast-properties "^2.0.0"
1474+
14091475
"@bcoe/v8-coverage@^0.2.3":
14101476
version "0.2.3"
14111477
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2356,13 +2422,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
23562422
"@babel/helper-define-polyfill-provider" "^0.6.2"
23572423
semver "^6.3.1"
23582424

2359-
babel-plugin-polyfill-corejs3@^0.10.4:
2360-
version "0.10.4"
2361-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
2362-
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
2425+
babel-plugin-polyfill-corejs3@^0.10.6:
2426+
version "0.10.6"
2427+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
2428+
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
23632429
dependencies:
2364-
"@babel/helper-define-polyfill-provider" "^0.6.1"
2365-
core-js-compat "^3.36.1"
2430+
"@babel/helper-define-polyfill-provider" "^0.6.2"
2431+
core-js-compat "^3.38.0"
23662432

23672433
babel-plugin-polyfill-regenerator@^0.6.1:
23682434
version "0.6.2"
@@ -2476,6 +2542,16 @@ browserslist@^4.23.1:
24762542
node-releases "^2.0.14"
24772543
update-browserslist-db "^1.1.0"
24782544

2545+
browserslist@^4.23.3:
2546+
version "4.23.3"
2547+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
2548+
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
2549+
dependencies:
2550+
caniuse-lite "^1.0.30001646"
2551+
electron-to-chromium "^1.5.4"
2552+
node-releases "^2.0.18"
2553+
update-browserslist-db "^1.1.0"
2554+
24792555
24802556
version "0.2.6"
24812557
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -2535,6 +2611,11 @@ caniuse-lite@^1.0.30001640:
25352611
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
25362612
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
25372613

2614+
caniuse-lite@^1.0.30001646:
2615+
version "1.0.30001651"
2616+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138"
2617+
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
2618+
25382619
chalk@^2.0.0, chalk@^2.4.2:
25392620
version "2.4.2"
25402621
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -2665,20 +2746,20 @@ convert-source-map@^2.0.0:
26652746
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
26662747
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
26672748

2668-
core-js-compat@^3.36.1:
2669-
version "3.37.0"
2670-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.0.tgz#d9570e544163779bb4dff1031c7972f44918dc73"
2671-
integrity sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==
2672-
dependencies:
2673-
browserslist "^4.23.0"
2674-
26752749
core-js-compat@^3.37.1:
26762750
version "3.37.1"
26772751
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
26782752
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
26792753
dependencies:
26802754
browserslist "^4.23.0"
26812755

2756+
core-js-compat@^3.38.0:
2757+
version "3.38.1"
2758+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
2759+
integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
2760+
dependencies:
2761+
browserslist "^4.23.3"
2762+
26822763
core-util-is@~1.0.0:
26832764
version "1.0.3"
26842765
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
@@ -2810,6 +2891,11 @@ electron-to-chromium@^1.4.820:
28102891
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.825.tgz#2d9c3d1eb81a67ecea0c06bcf70740b00ba52718"
28112892
integrity sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg==
28122893

2894+
electron-to-chromium@^1.5.4:
2895+
version "1.5.13"
2896+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz#1abf0410c5344b2b829b7247e031f02810d442e6"
2897+
integrity sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==
2898+
28132899
emittery@^0.13.1:
28142900
version "0.13.1"
28152901
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
@@ -4268,6 +4354,11 @@ node-releases@^2.0.14:
42684354
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
42694355
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
42704356

4357+
node-releases@^2.0.18:
4358+
version "2.0.18"
4359+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
4360+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
4361+
42714362
normalize-path@^3.0.0:
42724363
version "3.0.0"
42734364
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"

0 commit comments

Comments
 (0)