Skip to content

Commit 051c83d

Browse files
chore(deps): update dependencies
1 parent 3fd32f4 commit 051c83d

File tree

1 file changed

+101
-101
lines changed

1 file changed

+101
-101
lines changed

yarn.lock

+101-101
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"@babel/highlight" "^7.24.2"
5353
picocolors "^1.0.0"
5454

55-
"@babel/code-frame@^7.26.2":
56-
version "7.26.2"
57-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
58-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
55+
"@babel/code-frame@^7.27.1":
56+
version "7.27.1"
57+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
58+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
5959
dependencies:
60-
"@babel/helper-validator-identifier" "^7.25.9"
60+
"@babel/helper-validator-identifier" "^7.27.1"
6161
js-tokens "^4.0.0"
62-
picocolors "^1.0.0"
62+
picocolors "^1.1.1"
6363

6464
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.2":
6565
version "7.23.2"
@@ -76,10 +76,10 @@
7676
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
7777
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
7878

79-
"@babel/compat-data@^7.26.5":
80-
version "7.26.8"
81-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
82-
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
79+
"@babel/compat-data@^7.27.1":
80+
version "7.27.1"
81+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
82+
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
8383

8484
"@babel/core@7.12.9":
8585
version "7.12.9"
@@ -146,20 +146,20 @@
146146
semver "^6.3.0"
147147

148148
"@babel/core@^7.20.2":
149-
version "7.26.10"
150-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
151-
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
149+
version "7.27.1"
150+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
151+
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
152152
dependencies:
153153
"@ampproject/remapping" "^2.2.0"
154-
"@babel/code-frame" "^7.26.2"
155-
"@babel/generator" "^7.26.10"
156-
"@babel/helper-compilation-targets" "^7.26.5"
157-
"@babel/helper-module-transforms" "^7.26.0"
158-
"@babel/helpers" "^7.26.10"
159-
"@babel/parser" "^7.26.10"
160-
"@babel/template" "^7.26.9"
161-
"@babel/traverse" "^7.26.10"
162-
"@babel/types" "^7.26.10"
154+
"@babel/code-frame" "^7.27.1"
155+
"@babel/generator" "^7.27.1"
156+
"@babel/helper-compilation-targets" "^7.27.1"
157+
"@babel/helper-module-transforms" "^7.27.1"
158+
"@babel/helpers" "^7.27.1"
159+
"@babel/parser" "^7.27.1"
160+
"@babel/template" "^7.27.1"
161+
"@babel/traverse" "^7.27.1"
162+
"@babel/types" "^7.27.1"
163163
convert-source-map "^2.0.0"
164164
debug "^4.1.0"
165165
gensync "^1.0.0-beta.2"
@@ -205,13 +205,13 @@
205205
"@jridgewell/trace-mapping" "^0.3.17"
206206
jsesc "^2.5.1"
207207

208-
"@babel/generator@^7.26.10":
209-
version "7.26.10"
210-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
211-
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
208+
"@babel/generator@^7.27.1":
209+
version "7.27.1"
210+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
211+
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
212212
dependencies:
213-
"@babel/parser" "^7.26.10"
214-
"@babel/types" "^7.26.10"
213+
"@babel/parser" "^7.27.1"
214+
"@babel/types" "^7.27.1"
215215
"@jridgewell/gen-mapping" "^0.3.5"
216216
"@jridgewell/trace-mapping" "^0.3.25"
217217
jsesc "^3.0.2"
@@ -261,13 +261,13 @@
261261
lru-cache "^5.1.1"
262262
semver "^6.3.1"
263263

264-
"@babel/helper-compilation-targets@^7.26.5":
265-
version "7.26.5"
266-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
267-
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
264+
"@babel/helper-compilation-targets@^7.27.1":
265+
version "7.27.1"
266+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
267+
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
268268
dependencies:
269-
"@babel/compat-data" "^7.26.5"
270-
"@babel/helper-validator-option" "^7.25.9"
269+
"@babel/compat-data" "^7.27.1"
270+
"@babel/helper-validator-option" "^7.27.1"
271271
browserslist "^4.24.0"
272272
lru-cache "^5.1.1"
273273
semver "^6.3.1"
@@ -370,13 +370,13 @@
370370
dependencies:
371371
"@babel/types" "^7.24.0"
372372

373-
"@babel/helper-module-imports@^7.25.9":
374-
version "7.25.9"
375-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
376-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
373+
"@babel/helper-module-imports@^7.27.1":
374+
version "7.27.1"
375+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
376+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
377377
dependencies:
378-
"@babel/traverse" "^7.25.9"
379-
"@babel/types" "^7.25.9"
378+
"@babel/traverse" "^7.27.1"
379+
"@babel/types" "^7.27.1"
380380

381381
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0":
382382
version "7.23.0"
@@ -414,14 +414,14 @@
414414
"@babel/helper-split-export-declaration" "^7.22.6"
415415
"@babel/helper-validator-identifier" "^7.22.20"
416416

417-
"@babel/helper-module-transforms@^7.26.0":
418-
version "7.26.0"
419-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
420-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
417+
"@babel/helper-module-transforms@^7.27.1":
418+
version "7.27.1"
419+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
420+
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
421421
dependencies:
422-
"@babel/helper-module-imports" "^7.25.9"
423-
"@babel/helper-validator-identifier" "^7.25.9"
424-
"@babel/traverse" "^7.25.9"
422+
"@babel/helper-module-imports" "^7.27.1"
423+
"@babel/helper-validator-identifier" "^7.27.1"
424+
"@babel/traverse" "^7.27.1"
425425

426426
"@babel/helper-optimise-call-expression@^7.22.5":
427427
version "7.22.5"
@@ -496,10 +496,10 @@
496496
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
497497
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
498498

499-
"@babel/helper-string-parser@^7.25.9":
500-
version "7.25.9"
501-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
502-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
499+
"@babel/helper-string-parser@^7.27.1":
500+
version "7.27.1"
501+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
502+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
503503

504504
"@babel/helper-validator-identifier@^7.16.7":
505505
version "7.22.20"
@@ -511,20 +511,20 @@
511511
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
512512
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
513513

514-
"@babel/helper-validator-identifier@^7.25.9":
515-
version "7.25.9"
516-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
517-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
514+
"@babel/helper-validator-identifier@^7.27.1":
515+
version "7.27.1"
516+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
517+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
518518

519519
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
520520
version "7.23.5"
521521
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
522522
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
523523

524-
"@babel/helper-validator-option@^7.25.9":
525-
version "7.25.9"
526-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
527-
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
524+
"@babel/helper-validator-option@^7.27.1":
525+
version "7.27.1"
526+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
527+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
528528

529529
"@babel/helper-wrap-function@^7.22.20":
530530
version "7.22.20"
@@ -562,13 +562,13 @@
562562
"@babel/traverse" "^7.23.9"
563563
"@babel/types" "^7.23.9"
564564

565-
"@babel/helpers@^7.26.10":
566-
version "7.26.10"
567-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
568-
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
565+
"@babel/helpers@^7.27.1":
566+
version "7.27.1"
567+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
568+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
569569
dependencies:
570-
"@babel/template" "^7.26.9"
571-
"@babel/types" "^7.26.10"
570+
"@babel/template" "^7.27.1"
571+
"@babel/types" "^7.27.1"
572572

573573
"@babel/highlight@^7.22.13":
574574
version "7.23.4"
@@ -634,12 +634,12 @@
634634
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
635635
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
636636

637-
"@babel/parser@^7.26.10", "@babel/parser@^7.26.9":
638-
version "7.26.10"
639-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
640-
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
637+
"@babel/parser@^7.27.1":
638+
version "7.27.1"
639+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
640+
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
641641
dependencies:
642-
"@babel/types" "^7.26.10"
642+
"@babel/types" "^7.27.1"
643643

644644
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
645645
version "7.22.15"
@@ -1564,14 +1564,14 @@
15641564
"@babel/parser" "^7.23.9"
15651565
"@babel/types" "^7.23.9"
15661566

1567-
"@babel/template@^7.26.9":
1568-
version "7.26.9"
1569-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1570-
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1567+
"@babel/template@^7.27.1":
1568+
version "7.27.1"
1569+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2"
1570+
integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==
15711571
dependencies:
1572-
"@babel/code-frame" "^7.26.2"
1573-
"@babel/parser" "^7.26.9"
1574-
"@babel/types" "^7.26.9"
1572+
"@babel/code-frame" "^7.27.1"
1573+
"@babel/parser" "^7.27.1"
1574+
"@babel/types" "^7.27.1"
15751575

15761576
"@babel/template@^7.3.3":
15771577
version "7.16.7"
@@ -1646,16 +1646,16 @@
16461646
debug "^4.3.1"
16471647
globals "^11.1.0"
16481648

1649-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10":
1650-
version "7.26.10"
1651-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1652-
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1649+
"@babel/traverse@^7.27.1":
1650+
version "7.27.1"
1651+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
1652+
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
16531653
dependencies:
1654-
"@babel/code-frame" "^7.26.2"
1655-
"@babel/generator" "^7.26.10"
1656-
"@babel/parser" "^7.26.10"
1657-
"@babel/template" "^7.26.9"
1658-
"@babel/types" "^7.26.10"
1654+
"@babel/code-frame" "^7.27.1"
1655+
"@babel/generator" "^7.27.1"
1656+
"@babel/parser" "^7.27.1"
1657+
"@babel/template" "^7.27.1"
1658+
"@babel/types" "^7.27.1"
16591659
debug "^4.3.1"
16601660
globals "^11.1.0"
16611661

@@ -1703,13 +1703,13 @@
17031703
"@babel/helper-validator-identifier" "^7.22.20"
17041704
to-fast-properties "^2.0.0"
17051705

1706-
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9":
1707-
version "7.26.10"
1708-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1709-
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1706+
"@babel/types@^7.27.1":
1707+
version "7.27.1"
1708+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1709+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
17101710
dependencies:
1711-
"@babel/helper-string-parser" "^7.25.9"
1712-
"@babel/helper-validator-identifier" "^7.25.9"
1711+
"@babel/helper-string-parser" "^7.27.1"
1712+
"@babel/helper-validator-identifier" "^7.27.1"
17131713

17141714
"@base2/pretty-print-object@1.0.1":
17151715
version "1.0.1"
@@ -4232,9 +4232,9 @@
42324232
integrity sha512-wYLxw35euwqGvTDx6zfY1vokBFnsK0HNrzc6xNHchxfO2hpuRg74GbkEW7e3sSmPvj0TjCDT1VCa6OtHXnubsg==
42334233

42344234
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.8":
4235-
version "18.3.6"
4236-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.6.tgz#fa59a5e9a33499a792af6c1130f55921ef49d268"
4237-
integrity sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw==
4235+
version "18.3.7"
4236+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.7.tgz#b89ddf2cd83b4feafcc4e2ea41afdfb95a0d194f"
4237+
integrity sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==
42384238

42394239
"@types/react@^18.0.25":
42404240
version "18.3.20"
@@ -6265,9 +6265,9 @@ caniuse-lite@^1.0.30001587:
62656265
integrity sha512-S3BnR4Kh26TBxbi5t5kpbcUlLJb9lhtDXISDPwOfI+JoC+ik0QksvkZtUVyikw3hjnkgkMPSJ8oIM9yMm9vflA==
62666266

62676267
caniuse-lite@^1.0.30001688:
6268-
version "1.0.30001703"
6269-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001703.tgz#977cb4920598c158f491ecf4f4f2cfed9e354718"
6270-
integrity sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ==
6268+
version "1.0.30001716"
6269+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001716.tgz#39220dfbc58c85d9d4519e7090b656aa11ca4b85"
6270+
integrity sha512-49/c1+x3Kwz7ZIWt+4DvK3aMJy9oYXXG6/97JKsnjdCk/6n9vVyWL8NAwVt95Lwt9eigI10Hl782kDfZUUlRXw==
62716271

62726272
capture-exit@^2.0.0:
62736273
version "2.0.0"
@@ -7524,9 +7524,9 @@ electron-to-chromium@^1.4.668:
75247524
integrity sha512-eVGeQxpaBYbomDBa/Mehrs28MdvCXfJmEFzaMFsv8jH/MJDLIylJN81eTJ5kvx7B7p18OiPK0BkC06lydEy63A==
75257525

75267526
electron-to-chromium@^1.5.73:
7527-
version "1.5.114"
7528-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.114.tgz#f2bb4fda80a7db4ea273565e75b0ebbe19af0ac3"
7529-
integrity sha512-DFptFef3iktoKlFQK/afbo274/XNWD00Am0xa7M8FZUepHlHT8PEuiNBoRfFHbH1okqN58AlhbJ4QTkcnXorjA==
7527+
version "1.5.145"
7528+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.145.tgz#abd50700ac2c809e40a4694584f66711ee937fb6"
7529+
integrity sha512-pZ5EcTWRq/055MvSBgoFEyKf2i4apwfoqJbK/ak2jnFq8oHjZ+vzc3AhRcz37Xn+ZJfL58R666FLJx0YOK9yTw==
75307530

75317531
elliptic@^6.5.3, elliptic@^6.5.4:
75327532
version "6.5.4"

0 commit comments

Comments
 (0)