Skip to content

Commit 4333388

Browse files
Bump @babel/preset-env from 7.23.5 to 7.23.9 (#967)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.5 to 7.23.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98640cc commit 4333388

File tree

2 files changed

+61
-86
lines changed

2 files changed

+61
-86
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/node": "^7.22.19",
2929
"@babel/core": "^7.23.9",
30-
"@babel/preset-env": "^7.23.5",
30+
"@babel/preset-env": "^7.23.9",
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",
3333
"husky": "^8.0.3",

yarn.lock

Lines changed: 60 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
127127
regexpu-core "^5.3.1"
128128
semver "^6.3.0"
129129

130-
"@babel/helper-define-polyfill-provider@^0.4.3":
131-
version "0.4.3"
132-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz#a71c10f7146d809f4a256c373f462d9bba8cf6ba"
133-
integrity sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==
130+
"@babel/helper-define-polyfill-provider@^0.5.0":
131+
version "0.5.0"
132+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
133+
integrity sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==
134134
dependencies:
135135
"@babel/helper-compilation-targets" "^7.22.6"
136136
"@babel/helper-plugin-utils" "^7.22.5"
@@ -317,10 +317,10 @@
317317
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
318318
"@babel/plugin-transform-optional-chaining" "^7.23.3"
319319

320-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.23.3":
321-
version "7.23.3"
322-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz#20c60d4639d18f7da8602548512e9d3a4c8d7098"
323-
integrity sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==
320+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.23.7":
321+
version "7.23.7"
322+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz#516462a95d10a9618f197d39ad291a9b47ae1d7b"
323+
integrity sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==
324324
dependencies:
325325
"@babel/helper-environment-visitor" "^7.22.20"
326326
"@babel/helper-plugin-utils" "^7.22.5"
@@ -464,10 +464,10 @@
464464
dependencies:
465465
"@babel/helper-plugin-utils" "^7.22.5"
466466

467-
"@babel/plugin-transform-async-generator-functions@^7.23.4":
468-
version "7.23.4"
469-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz#93ac8e3531f347fba519b4703f9ff2a75c6ae27a"
470-
integrity sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==
467+
"@babel/plugin-transform-async-generator-functions@^7.23.9":
468+
version "7.23.9"
469+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce"
470+
integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==
471471
dependencies:
472472
"@babel/helper-environment-visitor" "^7.22.20"
473473
"@babel/helper-plugin-utils" "^7.22.5"
@@ -514,16 +514,15 @@
514514
"@babel/helper-plugin-utils" "^7.22.5"
515515
"@babel/plugin-syntax-class-static-block" "^7.14.5"
516516

517-
"@babel/plugin-transform-classes@^7.23.5":
518-
version "7.23.5"
519-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2"
520-
integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==
517+
"@babel/plugin-transform-classes@^7.23.8":
518+
version "7.23.8"
519+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz#d08ae096c240347badd68cdf1b6d1624a6435d92"
520+
integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==
521521
dependencies:
522522
"@babel/helper-annotate-as-pure" "^7.22.5"
523-
"@babel/helper-compilation-targets" "^7.22.15"
523+
"@babel/helper-compilation-targets" "^7.23.6"
524524
"@babel/helper-environment-visitor" "^7.22.20"
525525
"@babel/helper-function-name" "^7.23.0"
526-
"@babel/helper-optimise-call-expression" "^7.22.5"
527526
"@babel/helper-plugin-utils" "^7.22.5"
528527
"@babel/helper-replace-supers" "^7.22.20"
529528
"@babel/helper-split-export-declaration" "^7.22.6"
@@ -583,12 +582,13 @@
583582
"@babel/helper-plugin-utils" "^7.22.5"
584583
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
585584

586-
"@babel/plugin-transform-for-of@^7.23.3":
587-
version "7.23.3"
588-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz#afe115ff0fbce735e02868d41489093c63e15559"
589-
integrity sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==
585+
"@babel/plugin-transform-for-of@^7.23.6":
586+
version "7.23.6"
587+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz#81c37e24171b37b370ba6aaffa7ac86bcb46f94e"
588+
integrity sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==
590589
dependencies:
591590
"@babel/helper-plugin-utils" "^7.22.5"
591+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
592592

593593
"@babel/plugin-transform-function-name@^7.23.3":
594594
version "7.23.3"
@@ -646,10 +646,10 @@
646646
"@babel/helper-plugin-utils" "^7.22.5"
647647
"@babel/helper-simple-access" "^7.22.5"
648648

649-
"@babel/plugin-transform-modules-systemjs@^7.23.3":
650-
version "7.23.3"
651-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
652-
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
649+
"@babel/plugin-transform-modules-systemjs@^7.23.9":
650+
version "7.23.9"
651+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be"
652+
integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==
653653
dependencies:
654654
"@babel/helper-hoist-variables" "^7.22.5"
655655
"@babel/helper-module-transforms" "^7.23.3"
@@ -845,18 +845,18 @@
845845
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
846846
"@babel/helper-plugin-utils" "^7.22.5"
847847

848-
"@babel/preset-env@^7.23.5":
849-
version "7.23.5"
850-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.5.tgz#350a3aedfa9f119ad045b068886457e895ba0ca1"
851-
integrity sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==
848+
"@babel/preset-env@^7.23.9":
849+
version "7.23.9"
850+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
851+
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
852852
dependencies:
853853
"@babel/compat-data" "^7.23.5"
854-
"@babel/helper-compilation-targets" "^7.22.15"
854+
"@babel/helper-compilation-targets" "^7.23.6"
855855
"@babel/helper-plugin-utils" "^7.22.5"
856856
"@babel/helper-validator-option" "^7.23.5"
857857
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
858858
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
859-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.3"
859+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7"
860860
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
861861
"@babel/plugin-syntax-async-generators" "^7.8.4"
862862
"@babel/plugin-syntax-class-properties" "^7.12.13"
@@ -877,29 +877,29 @@
877877
"@babel/plugin-syntax-top-level-await" "^7.14.5"
878878
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
879879
"@babel/plugin-transform-arrow-functions" "^7.23.3"
880-
"@babel/plugin-transform-async-generator-functions" "^7.23.4"
880+
"@babel/plugin-transform-async-generator-functions" "^7.23.9"
881881
"@babel/plugin-transform-async-to-generator" "^7.23.3"
882882
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
883883
"@babel/plugin-transform-block-scoping" "^7.23.4"
884884
"@babel/plugin-transform-class-properties" "^7.23.3"
885885
"@babel/plugin-transform-class-static-block" "^7.23.4"
886-
"@babel/plugin-transform-classes" "^7.23.5"
886+
"@babel/plugin-transform-classes" "^7.23.8"
887887
"@babel/plugin-transform-computed-properties" "^7.23.3"
888888
"@babel/plugin-transform-destructuring" "^7.23.3"
889889
"@babel/plugin-transform-dotall-regex" "^7.23.3"
890890
"@babel/plugin-transform-duplicate-keys" "^7.23.3"
891891
"@babel/plugin-transform-dynamic-import" "^7.23.4"
892892
"@babel/plugin-transform-exponentiation-operator" "^7.23.3"
893893
"@babel/plugin-transform-export-namespace-from" "^7.23.4"
894-
"@babel/plugin-transform-for-of" "^7.23.3"
894+
"@babel/plugin-transform-for-of" "^7.23.6"
895895
"@babel/plugin-transform-function-name" "^7.23.3"
896896
"@babel/plugin-transform-json-strings" "^7.23.4"
897897
"@babel/plugin-transform-literals" "^7.23.3"
898898
"@babel/plugin-transform-logical-assignment-operators" "^7.23.4"
899899
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
900900
"@babel/plugin-transform-modules-amd" "^7.23.3"
901901
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
902-
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
902+
"@babel/plugin-transform-modules-systemjs" "^7.23.9"
903903
"@babel/plugin-transform-modules-umd" "^7.23.3"
904904
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
905905
"@babel/plugin-transform-new-target" "^7.23.3"
@@ -925,9 +925,9 @@
925925
"@babel/plugin-transform-unicode-regex" "^7.23.3"
926926
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
927927
"@babel/preset-modules" "0.1.6-no-external-plugins"
928-
babel-plugin-polyfill-corejs2 "^0.4.6"
929-
babel-plugin-polyfill-corejs3 "^0.8.5"
930-
babel-plugin-polyfill-regenerator "^0.5.3"
928+
babel-plugin-polyfill-corejs2 "^0.4.8"
929+
babel-plugin-polyfill-corejs3 "^0.9.0"
930+
babel-plugin-polyfill-regenerator "^0.5.5"
931931
core-js-compat "^3.31.0"
932932
semver "^6.3.1"
933933

@@ -1247,29 +1247,29 @@ async@^2.6.2:
12471247
dependencies:
12481248
lodash "^4.17.14"
12491249

1250-
babel-plugin-polyfill-corejs2@^0.4.6:
1251-
version "0.4.6"
1252-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz#b2df0251d8e99f229a8e60fc4efa9a68b41c8313"
1253-
integrity sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==
1250+
babel-plugin-polyfill-corejs2@^0.4.8:
1251+
version "0.4.8"
1252+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
1253+
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
12541254
dependencies:
12551255
"@babel/compat-data" "^7.22.6"
1256-
"@babel/helper-define-polyfill-provider" "^0.4.3"
1256+
"@babel/helper-define-polyfill-provider" "^0.5.0"
12571257
semver "^6.3.1"
12581258

1259-
babel-plugin-polyfill-corejs3@^0.8.5:
1260-
version "0.8.5"
1261-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.5.tgz#a75fa1b0c3fc5bd6837f9ec465c0f48031b8cab1"
1262-
integrity sha512-Q6CdATeAvbScWPNLB8lzSO7fgUVBkQt6zLgNlfyeCr/EQaEQR+bWiBYYPYAFyE528BMjRhL+1QBMOI4jc/c5TA==
1259+
babel-plugin-polyfill-corejs3@^0.9.0:
1260+
version "0.9.0"
1261+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81"
1262+
integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==
12631263
dependencies:
1264-
"@babel/helper-define-polyfill-provider" "^0.4.3"
1265-
core-js-compat "^3.32.2"
1264+
"@babel/helper-define-polyfill-provider" "^0.5.0"
1265+
core-js-compat "^3.34.0"
12661266

1267-
babel-plugin-polyfill-regenerator@^0.5.3:
1268-
version "0.5.3"
1269-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz#d4c49e4b44614607c13fb769bcd85c72bb26a4a5"
1270-
integrity sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==
1267+
babel-plugin-polyfill-regenerator@^0.5.5:
1268+
version "0.5.5"
1269+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
1270+
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
12711271
dependencies:
1272-
"@babel/helper-define-polyfill-provider" "^0.4.3"
1272+
"@babel/helper-define-polyfill-provider" "^0.5.0"
12731273

12741274
balanced-match@^1.0.0:
12751275
version "1.0.0"
@@ -1331,16 +1331,6 @@ braces@^3.0.2:
13311331
dependencies:
13321332
fill-range "^7.0.1"
13331333

1334-
browserslist@^4.22.1:
1335-
version "4.22.1"
1336-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619"
1337-
integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==
1338-
dependencies:
1339-
caniuse-lite "^1.0.30001541"
1340-
electron-to-chromium "^1.4.535"
1341-
node-releases "^2.0.13"
1342-
update-browserslist-db "^1.0.13"
1343-
13441334
browserslist@^4.22.2:
13451335
version "4.22.3"
13461336
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.3.tgz#299d11b7e947a6b843981392721169e27d60c5a6"
@@ -1390,11 +1380,6 @@ call-bind@^1.0.0:
13901380
function-bind "^1.1.1"
13911381
get-intrinsic "^1.0.2"
13921382

1393-
caniuse-lite@^1.0.30001541:
1394-
version "1.0.30001551"
1395-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001551.tgz#1f2cfa8820bd97c971a57349d7fd8f6e08664a3e"
1396-
integrity sha512-vtBAez47BoGMMzlbYhfXrMV1kvRF2WP/lqiMuDu1Sb4EE4LKEgjopFDSRtZfdVnslNRpOqV/woE+Xgrwj6VQlg==
1397-
13981383
caniuse-lite@^1.0.30001580:
13991384
version "1.0.30001581"
14001385
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz#0dfd4db9e94edbdca67d57348ebc070dece279f4"
@@ -1495,12 +1480,12 @@ convert-source-map@^2.0.0:
14951480
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
14961481
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
14971482

1498-
core-js-compat@^3.31.0, core-js-compat@^3.32.2:
1499-
version "3.33.0"
1500-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.33.0.tgz#24aa230b228406450b2277b7c8bfebae932df966"
1501-
integrity sha512-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==
1483+
core-js-compat@^3.31.0, core-js-compat@^3.34.0:
1484+
version "3.35.1"
1485+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
1486+
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==
15021487
dependencies:
1503-
browserslist "^4.22.1"
1488+
browserslist "^4.22.2"
15041489

15051490
core-js@^3.30.2:
15061491
version "3.33.0"
@@ -1574,11 +1559,6 @@ eastasianwidth@^0.2.0:
15741559
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
15751560
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
15761561

1577-
electron-to-chromium@^1.4.535:
1578-
version "1.4.559"
1579-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.559.tgz#050483c22c5eb2345017a8976a67b060559a33f4"
1580-
integrity sha512-iS7KhLYCSJbdo3rUSkhDTVuFNCV34RKs2UaB9Ecr7VlqzjjWW//0nfsFF5dtDmyXlZQaDYYtID5fjtC/6lpRug==
1581-
15821562
electron-to-chromium@^1.4.648:
15831563
version "1.4.653"
15841564
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.653.tgz#832ab25e80ad698ac09c1ca547bd9ee6cce7df10"
@@ -2466,11 +2446,6 @@ node-gyp@^9.0.0:
24662446
tar "^6.1.2"
24672447
which "^2.0.2"
24682448

2469-
node-releases@^2.0.13:
2470-
version "2.0.13"
2471-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
2472-
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
2473-
24742449
node-releases@^2.0.14:
24752450
version "2.0.14"
24762451
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"

0 commit comments

Comments
 (0)