Skip to content

Commit 3eb71f2

Browse files
chore(deps-dev): bump @babel/preset-env from 7.26.7 to 7.26.9 (#234)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.26.7 to 7.26.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.26.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 49a6a86 commit 3eb71f2

File tree

2 files changed

+115
-62
lines changed

2 files changed

+115
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-router-dom": "^6.27.0"
3434
},
3535
"devDependencies": {
36-
"@babel/preset-env": "^7.26.7",
36+
"@babel/preset-env": "^7.26.9",
3737
"@babel/preset-react": "^7.26.3",
3838
"@babel/preset-typescript": "^7.26.0",
3939
"@testing-library/jest-dom": "^5.17.0",

yarn.lock

Lines changed: 114 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
dependencies:
2828
"@babel/highlight" "^7.18.6"
2929

30-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
30+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
3131
version "7.26.2"
3232
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
3333
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -36,10 +36,10 @@
3636
js-tokens "^4.0.0"
3737
picocolors "^1.0.0"
3838

39-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
40-
version "7.26.5"
41-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
42-
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
39+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8":
40+
version "7.26.8"
41+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
42+
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
4343

4444
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.0":
4545
version "7.26.0"
@@ -73,6 +73,17 @@
7373
"@jridgewell/trace-mapping" "^0.3.25"
7474
jsesc "^3.0.2"
7575

76+
"@babel/generator@^7.26.9":
77+
version "7.26.9"
78+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
79+
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
80+
dependencies:
81+
"@babel/parser" "^7.26.9"
82+
"@babel/types" "^7.26.9"
83+
"@jridgewell/gen-mapping" "^0.3.5"
84+
"@jridgewell/trace-mapping" "^0.3.25"
85+
jsesc "^3.0.2"
86+
7687
"@babel/generator@^7.7.2":
7788
version "7.19.0"
7889
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
@@ -148,10 +159,10 @@
148159
lodash.debounce "^4.0.8"
149160
resolve "^1.14.2"
150161

151-
"@babel/helper-define-polyfill-provider@^0.6.2":
152-
version "0.6.2"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
154-
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
162+
"@babel/helper-define-polyfill-provider@^0.6.3":
163+
version "0.6.3"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz#f4f2792fae2ef382074bc2d713522cf24e6ddb21"
165+
integrity sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==
155166
dependencies:
156167
"@babel/helper-compilation-targets" "^7.22.6"
157168
"@babel/helper-plugin-utils" "^7.22.5"
@@ -295,6 +306,13 @@
295306
dependencies:
296307
"@babel/types" "^7.26.0"
297308

309+
"@babel/parser@^7.26.9":
310+
version "7.26.9"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
312+
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
313+
dependencies:
314+
"@babel/types" "^7.26.9"
315+
298316
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
299317
version "7.25.9"
300318
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -473,14 +491,14 @@
473491
dependencies:
474492
"@babel/helper-plugin-utils" "^7.25.9"
475493

476-
"@babel/plugin-transform-async-generator-functions@^7.25.9":
477-
version "7.25.9"
478-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz#1b18530b077d18a407c494eb3d1d72da505283a2"
479-
integrity sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==
494+
"@babel/plugin-transform-async-generator-functions@^7.26.8":
495+
version "7.26.8"
496+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz#5e3991135e3b9c6eaaf5eff56d1ae5a11df45ff8"
497+
integrity sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==
480498
dependencies:
481-
"@babel/helper-plugin-utils" "^7.25.9"
499+
"@babel/helper-plugin-utils" "^7.26.5"
482500
"@babel/helper-remap-async-to-generator" "^7.25.9"
483-
"@babel/traverse" "^7.25.9"
501+
"@babel/traverse" "^7.26.8"
484502

485503
"@babel/plugin-transform-async-to-generator@^7.25.9":
486504
version "7.25.9"
@@ -592,12 +610,12 @@
592610
dependencies:
593611
"@babel/helper-plugin-utils" "^7.25.9"
594612

595-
"@babel/plugin-transform-for-of@^7.25.9":
596-
version "7.25.9"
597-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
598-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
613+
"@babel/plugin-transform-for-of@^7.26.9":
614+
version "7.26.9"
615+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
616+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
599617
dependencies:
600-
"@babel/helper-plugin-utils" "^7.25.9"
618+
"@babel/helper-plugin-utils" "^7.26.5"
601619
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
602620

603621
"@babel/plugin-transform-function-name@^7.25.9":
@@ -855,12 +873,12 @@
855873
dependencies:
856874
"@babel/helper-plugin-utils" "^7.25.9"
857875

858-
"@babel/plugin-transform-template-literals@^7.25.9":
859-
version "7.25.9"
860-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz#6dbd4a24e8fad024df76d1fac6a03cf413f60fe1"
861-
integrity sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==
876+
"@babel/plugin-transform-template-literals@^7.26.8":
877+
version "7.26.8"
878+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz#966b15d153a991172a540a69ad5e1845ced990b5"
879+
integrity sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==
862880
dependencies:
863-
"@babel/helper-plugin-utils" "^7.25.9"
881+
"@babel/helper-plugin-utils" "^7.26.5"
864882

865883
"@babel/plugin-transform-typeof-symbol@^7.26.7":
866884
version "7.26.7"
@@ -911,12 +929,12 @@
911929
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
912930
"@babel/helper-plugin-utils" "^7.25.9"
913931

914-
"@babel/preset-env@^7.26.7":
915-
version "7.26.7"
916-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
917-
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
932+
"@babel/preset-env@^7.26.9":
933+
version "7.26.9"
934+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
935+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
918936
dependencies:
919-
"@babel/compat-data" "^7.26.5"
937+
"@babel/compat-data" "^7.26.8"
920938
"@babel/helper-compilation-targets" "^7.26.5"
921939
"@babel/helper-plugin-utils" "^7.26.5"
922940
"@babel/helper-validator-option" "^7.25.9"
@@ -930,7 +948,7 @@
930948
"@babel/plugin-syntax-import-attributes" "^7.26.0"
931949
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
932950
"@babel/plugin-transform-arrow-functions" "^7.25.9"
933-
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
951+
"@babel/plugin-transform-async-generator-functions" "^7.26.8"
934952
"@babel/plugin-transform-async-to-generator" "^7.25.9"
935953
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
936954
"@babel/plugin-transform-block-scoping" "^7.25.9"
@@ -945,7 +963,7 @@
945963
"@babel/plugin-transform-dynamic-import" "^7.25.9"
946964
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
947965
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
948-
"@babel/plugin-transform-for-of" "^7.25.9"
966+
"@babel/plugin-transform-for-of" "^7.26.9"
949967
"@babel/plugin-transform-function-name" "^7.25.9"
950968
"@babel/plugin-transform-json-strings" "^7.25.9"
951969
"@babel/plugin-transform-literals" "^7.25.9"
@@ -973,17 +991,17 @@
973991
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
974992
"@babel/plugin-transform-spread" "^7.25.9"
975993
"@babel/plugin-transform-sticky-regex" "^7.25.9"
976-
"@babel/plugin-transform-template-literals" "^7.25.9"
994+
"@babel/plugin-transform-template-literals" "^7.26.8"
977995
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
978996
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
979997
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
980998
"@babel/plugin-transform-unicode-regex" "^7.25.9"
981999
"@babel/plugin-transform-unicode-sets-regex" "^7.25.9"
9821000
"@babel/preset-modules" "0.1.6-no-external-plugins"
9831001
babel-plugin-polyfill-corejs2 "^0.4.10"
984-
babel-plugin-polyfill-corejs3 "^0.10.6"
1002+
babel-plugin-polyfill-corejs3 "^0.11.0"
9851003
babel-plugin-polyfill-regenerator "^0.6.1"
986-
core-js-compat "^3.38.1"
1004+
core-js-compat "^3.40.0"
9871005
semver "^6.3.1"
9881006

9891007
"@babel/preset-modules@0.1.6-no-external-plugins":
@@ -1034,6 +1052,15 @@
10341052
"@babel/parser" "^7.25.9"
10351053
"@babel/types" "^7.25.9"
10361054

1055+
"@babel/template@^7.26.9":
1056+
version "7.26.9"
1057+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1058+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1059+
dependencies:
1060+
"@babel/code-frame" "^7.26.2"
1061+
"@babel/parser" "^7.26.9"
1062+
"@babel/types" "^7.26.9"
1063+
10371064
"@babel/template@^7.3.3":
10381065
version "7.18.10"
10391066
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -1056,6 +1083,19 @@
10561083
debug "^4.3.1"
10571084
globals "^11.1.0"
10581085

1086+
"@babel/traverse@^7.26.8":
1087+
version "7.26.9"
1088+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1089+
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1090+
dependencies:
1091+
"@babel/code-frame" "^7.26.2"
1092+
"@babel/generator" "^7.26.9"
1093+
"@babel/parser" "^7.26.9"
1094+
"@babel/template" "^7.26.9"
1095+
"@babel/types" "^7.26.9"
1096+
debug "^4.3.1"
1097+
globals "^11.1.0"
1098+
10591099
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10601100
version "7.23.0"
10611101
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
@@ -1073,6 +1113,14 @@
10731113
"@babel/helper-string-parser" "^7.25.9"
10741114
"@babel/helper-validator-identifier" "^7.25.9"
10751115

1116+
"@babel/types@^7.26.9":
1117+
version "7.26.9"
1118+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1119+
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
1120+
dependencies:
1121+
"@babel/helper-string-parser" "^7.25.9"
1122+
"@babel/helper-validator-identifier" "^7.25.9"
1123+
10761124
"@bcoe/v8-coverage@^0.2.3":
10771125
version "0.2.3"
10781126
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2303,13 +2351,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
23032351
"@babel/helper-define-polyfill-provider" "^0.6.1"
23042352
semver "^6.3.1"
23052353

2306-
babel-plugin-polyfill-corejs3@^0.10.6:
2307-
version "0.10.6"
2308-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
2309-
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
2354+
babel-plugin-polyfill-corejs3@^0.11.0:
2355+
version "0.11.1"
2356+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz#4e4e182f1bb37c7ba62e2af81d8dd09df31344f6"
2357+
integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==
23102358
dependencies:
2311-
"@babel/helper-define-polyfill-provider" "^0.6.2"
2312-
core-js-compat "^3.38.0"
2359+
"@babel/helper-define-polyfill-provider" "^0.6.3"
2360+
core-js-compat "^3.40.0"
23132361

23142362
babel-plugin-polyfill-regenerator@^0.6.1:
23152363
version "0.6.1"
@@ -2379,14 +2427,14 @@ browserslist@^4.24.0:
23792427
node-releases "^2.0.18"
23802428
update-browserslist-db "^1.1.0"
23812429

2382-
browserslist@^4.24.2:
2383-
version "4.24.2"
2384-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580"
2385-
integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==
2430+
browserslist@^4.24.3:
2431+
version "4.24.4"
2432+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.4.tgz#c6b2865a3f08bcb860a0e827389003b9fe686e4b"
2433+
integrity sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==
23862434
dependencies:
2387-
caniuse-lite "^1.0.30001669"
2388-
electron-to-chromium "^1.5.41"
2389-
node-releases "^2.0.18"
2435+
caniuse-lite "^1.0.30001688"
2436+
electron-to-chromium "^1.5.73"
2437+
node-releases "^2.0.19"
23902438
update-browserslist-db "^1.1.1"
23912439

23922440
bser@2.1.1:
@@ -2466,10 +2514,10 @@ caniuse-lite@^1.0.30001663:
24662514
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001666.tgz#112d77e80f1762f62a1b71ba92164e0cb3f3dd13"
24672515
integrity sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==
24682516

2469-
caniuse-lite@^1.0.30001669:
2470-
version "1.0.30001676"
2471-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz#fe133d41fe74af8f7cc93b8a714c3e86a86e6f04"
2472-
integrity sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==
2517+
caniuse-lite@^1.0.30001688:
2518+
version "1.0.30001701"
2519+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001701.tgz#ad9c90301f7153cf6b3314d16cc30757285bf9e7"
2520+
integrity sha512-faRs/AW3jA9nTwmJBSO1PQ6L/EOgsB5HMQQq4iCu5zhPgVVgO/pZRHlmatwijZKetFw8/Pr4q6dEN8sJuq8qTw==
24732521

24742522
chalk@^2.0.0:
24752523
version "2.4.2"
@@ -2613,12 +2661,12 @@ cookie@^0.4.1:
26132661
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
26142662
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
26152663

2616-
core-js-compat@^3.38.0, core-js-compat@^3.38.1:
2617-
version "3.39.0"
2618-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.39.0.tgz#b12dccb495f2601dc860bdbe7b4e3ffa8ba63f61"
2619-
integrity sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==
2664+
core-js-compat@^3.40.0:
2665+
version "3.40.0"
2666+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.40.0.tgz#7485912a5a4a4315c2fdb2cbdc623e6881c88b38"
2667+
integrity sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==
26202668
dependencies:
2621-
browserslist "^4.24.2"
2669+
browserslist "^4.24.3"
26222670

26232671
create-jest@^29.7.0:
26242672
version "29.7.0"
@@ -2860,10 +2908,10 @@ electron-to-chromium@^1.5.28:
28602908
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.32.tgz#4a05ee78e29e240aabaf73a67ce9fe73f52e1bc7"
28612909
integrity sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==
28622910

2863-
electron-to-chromium@^1.5.41:
2864-
version "1.5.50"
2865-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.50.tgz#d9ba818da7b2b5ef1f3dd32bce7046feb7e93234"
2866-
integrity sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw==
2911+
electron-to-chromium@^1.5.73:
2912+
version "1.5.109"
2913+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.109.tgz#905a573d2b4cbb31412a2de6267fb22cf45e097e"
2914+
integrity sha512-AidaH9JETVRr9DIPGfp1kAarm/W6hRJTPuCnkF+2MqhF4KaAgRIcBc8nvjk+YMXZhwfISof/7WG29eS4iGxQLQ==
28672915

28682916
emittery@^0.13.1:
28692917
version "0.13.1"
@@ -5182,6 +5230,11 @@ node-releases@^2.0.18:
51825230
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
51835231
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
51845232

5233+
node-releases@^2.0.19:
5234+
version "2.0.19"
5235+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
5236+
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
5237+
51855238
nookies@^2.5.2:
51865239
version "2.5.2"
51875240
resolved "https://registry.yarnpkg.com/nookies/-/nookies-2.5.2.tgz#cc55547efa982d013a21475bd0db0c02c1b35b27"

0 commit comments

Comments
 (0)