Skip to content

Commit d4c9efd

Browse files
Bump firebase from 11.2.0 to 11.3.1 (#1271)
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 11.2.0 to 11.3.1. - [Release notes](https://github.com/firebase/firebase-js-sdk/releases) - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@11.2.0...firebase@11.3.1) --- updated-dependencies: - dependency-name: firebase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c5549f commit d4c9efd

File tree

2 files changed

+103
-97
lines changed

2 files changed

+103
-97
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mui/icons-material": "^5.16.14",
1818
"@mui/material": "^5.16.14",
1919
"@mui/styles": "^6.4.5",
20-
"firebase": "^11.2.0",
20+
"firebase": "^11.3.1",
2121
"next": "^15.1.7",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.3.1"

yarn.lock

+102-96
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,12 @@
416416
"@firebase/util" "1.10.3"
417417
tslib "^2.1.0"
418418

419-
"@firebase/app-compat@0.2.48":
420-
version "0.2.48"
421-
resolved "https://registry.yarnpkg.com/@firebase/app-compat/-/app-compat-0.2.48.tgz#4cc013dc53b12c9c2ebda6369bbeb99f3cc59975"
422-
integrity sha512-wVNU1foBIaJncUmiALyRxhHHHC3ZPMLIETTAk+2PG87eP9B/IDBsYUiTpHyboDPEI8CgBPat/zN2v+Snkz6lBw==
419+
"@firebase/app-compat@0.2.50":
420+
version "0.2.50"
421+
resolved "https://registry.yarnpkg.com/@firebase/app-compat/-/app-compat-0.2.50.tgz#665b6db432414229b96763e6b1cf5e38463c58d0"
422+
integrity sha512-7yD362icKgjoNvFxwth420TNZgqCfuTJ28yQCdpyjC2fXyaZHhAbxVKnHEXGTAaUKSHWxsIy46lBKGi/x/Mflw==
423423
dependencies:
424-
"@firebase/app" "0.10.18"
424+
"@firebase/app" "0.11.1"
425425
"@firebase/component" "0.6.12"
426426
"@firebase/logger" "0.4.4"
427427
"@firebase/util" "1.10.3"
@@ -432,24 +432,24 @@
432432
resolved "https://registry.yarnpkg.com/@firebase/app-types/-/app-types-0.9.3.tgz#8408219eae9b1fb74f86c24e7150a148460414ad"
433433
integrity sha512-kRVpIl4vVGJ4baogMDINbyrIOtOxqhkZQg4jTq3l8Lw6WSk0xfpEYzezFu+Kl4ve4fbPl79dvwRtaFqAC/ucCw==
434434

435-
"@firebase/app@0.10.18":
436-
version "0.10.18"
437-
resolved "https://registry.yarnpkg.com/@firebase/app/-/app-0.10.18.tgz#219d897beedcc833ab6d7bdc4ea810ece9e32df6"
438-
integrity sha512-VuqEwD/QRisKd/zsFsqgvSAx34mZ3WEF47i97FD6Vw4GWAhdjepYf0Hmi6K0b4QMSgWcv/x0C30Slm5NjjERXg==
435+
"@firebase/app@0.11.1":
436+
version "0.11.1"
437+
resolved "https://registry.yarnpkg.com/@firebase/app/-/app-0.11.1.tgz#20663522be71307c8e5c74828bb621cdcdd3f5b4"
438+
integrity sha512-Vz4DrNLPfDx3RwQf+4klXtu7OUYDO6xz2hlRyFawWskS7YqdtNzkDDxrqH20KDfjCF1lib46/NgchIj1+8h4wQ==
439439
dependencies:
440440
"@firebase/component" "0.6.12"
441441
"@firebase/logger" "0.4.4"
442442
"@firebase/util" "1.10.3"
443443
idb "7.1.1"
444444
tslib "^2.1.0"
445445

446-
"@firebase/auth-compat@0.5.17":
447-
version "0.5.17"
448-
resolved "https://registry.yarnpkg.com/@firebase/auth-compat/-/auth-compat-0.5.17.tgz#60d9222dae734fb8740ac565e342dc11f92d2392"
449-
integrity sha512-Shi6rqLqzU9KLXnUCmlLvVByq1kiG3oe7Wpbf5m1CgS7NiRx2pSSn0HLaRRozdkaizNzMGGj+3oHmNYQ7kU6xA==
446+
"@firebase/auth-compat@0.5.18":
447+
version "0.5.18"
448+
resolved "https://registry.yarnpkg.com/@firebase/auth-compat/-/auth-compat-0.5.18.tgz#ba1674287e6df4f95675866d6f960a9fc4a9abfc"
449+
integrity sha512-dFBev8AMNb2AgIt9afwf/Ku4/0Wq9R9OFSeBB/xjyJt+RfQ9PnNWqU2oFphews23byLg6jle8twRA7iOYfRGRw==
450450
dependencies:
451-
"@firebase/auth" "1.8.2"
452-
"@firebase/auth-types" "0.12.3"
451+
"@firebase/auth" "1.9.0"
452+
"@firebase/auth-types" "0.13.0"
453453
"@firebase/component" "0.6.12"
454454
"@firebase/util" "1.10.3"
455455
tslib "^2.1.0"
@@ -459,15 +459,15 @@
459459
resolved "https://registry.yarnpkg.com/@firebase/auth-interop-types/-/auth-interop-types-0.2.4.tgz#176a08686b0685596ff03d7879b7e4115af53de0"
460460
integrity sha512-JPgcXKCuO+CWqGDnigBtvo09HeBs5u/Ktc2GaFj2m01hLarbxthLNm7Fk8iOP1aqAtXV+fnnGj7U28xmk7IwVA==
461461

462-
"@firebase/auth-types@0.12.3":
463-
version "0.12.3"
464-
resolved "https://registry.yarnpkg.com/@firebase/auth-types/-/auth-types-0.12.3.tgz#650e54a36060b5ea012075ddbd3cb26566334c41"
465-
integrity sha512-Zq9zI0o5hqXDtKg6yDkSnvMCMuLU6qAVS51PANQx+ZZX5xnzyNLEBO3GZgBUPsV5qIMFhjhqmLDxUqCbnAYy2A==
462+
"@firebase/auth-types@0.13.0":
463+
version "0.13.0"
464+
resolved "https://registry.yarnpkg.com/@firebase/auth-types/-/auth-types-0.13.0.tgz#ae6e0015e3bd4bfe18edd0942b48a0a118a098d9"
465+
integrity sha512-S/PuIjni0AQRLF+l9ck0YpsMOdE8GO2KU6ubmBB7P+7TJUCQDa3R1dlgYm9UzGbbePMZsp0xzB93f2b/CgxMOg==
466466

467-
"@firebase/auth@1.8.2":
468-
version "1.8.2"
469-
resolved "https://registry.yarnpkg.com/@firebase/auth/-/auth-1.8.2.tgz#4559dfabe40bc7a0605fb2a73f401d83cb32fe80"
470-
integrity sha512-q+071y2LWe0bVnjqaX3BscqZwzdP0GKN2YBKapLq4bV88MPfCtWwGKmDhNDEDUmioOjudGXkUY5cvvKqk3mlUg==
467+
"@firebase/auth@1.9.0":
468+
version "1.9.0"
469+
resolved "https://registry.yarnpkg.com/@firebase/auth/-/auth-1.9.0.tgz#eea1ab78fd3d68db3cdef69a0d7fba3663a940c5"
470+
integrity sha512-Xz2mbEYauF689qXG/4HppS2+/yGo9R7B6eNUBh3H2+XpAZTGdx8d8TFsW/BMTAK9Q95NB0pb1Bbvfx0lwofq8Q==
471471
dependencies:
472472
"@firebase/component" "0.6.12"
473473
"@firebase/logger" "0.4.4"
@@ -482,24 +482,24 @@
482482
"@firebase/util" "1.10.3"
483483
tslib "^2.1.0"
484484

485-
"@firebase/data-connect@0.2.0":
486-
version "0.2.0"
487-
resolved "https://registry.yarnpkg.com/@firebase/data-connect/-/data-connect-0.2.0.tgz#7133cb40096466dc17ad01a50a5f2c383605df20"
488-
integrity sha512-7OrZtQoLSk2fiGijhIdUnTSqEFti3h1EMhw9nNiSZ6jJGduw4Pz6jrVvxjpZJtGH/JiljbMkBnPBS2h8CTRKEw==
485+
"@firebase/data-connect@0.3.0":
486+
version "0.3.0"
487+
resolved "https://registry.yarnpkg.com/@firebase/data-connect/-/data-connect-0.3.0.tgz#5602986c28e2ac94df2499a7cf68ad622957089e"
488+
integrity sha512-inbLq0JyQD/d02Al3Lso0Hc8z1BVpB3dYSMFcQkeKhYyjn5bspLczLdasPbCOEUp8MOkLblLZhJuRs7Q/spFnw==
489489
dependencies:
490490
"@firebase/auth-interop-types" "0.2.4"
491491
"@firebase/component" "0.6.12"
492492
"@firebase/logger" "0.4.4"
493493
"@firebase/util" "1.10.3"
494494
tslib "^2.1.0"
495495

496-
"@firebase/database-compat@2.0.2":
497-
version "2.0.2"
498-
resolved "https://registry.yarnpkg.com/@firebase/database-compat/-/database-compat-2.0.2.tgz#9ddf474b593766a41ea576185cdf115e28f0cb50"
499-
integrity sha512-5zvdnMsfDHvrQAVM6jBS7CkBpu+z3YbpFdhxRsrK1FP45IEfxlzpeuEUb17D/tpM10vfq4Ok0x5akIBaCv7gfA==
496+
"@firebase/database-compat@2.0.3":
497+
version "2.0.3"
498+
resolved "https://registry.yarnpkg.com/@firebase/database-compat/-/database-compat-2.0.3.tgz#87f18e814c06d62fea4bfb10d3b833f4259345ca"
499+
integrity sha512-uHGQrSUeJvsDfA+IyHW5O4vdRPsCksEzv4T4Jins+bmQgYy20ZESU4x01xrQCn/nzqKHuQMEW99CoCO7D+5NiQ==
500500
dependencies:
501501
"@firebase/component" "0.6.12"
502-
"@firebase/database" "1.0.11"
502+
"@firebase/database" "1.0.12"
503503
"@firebase/database-types" "1.0.8"
504504
"@firebase/logger" "0.4.4"
505505
"@firebase/util" "1.10.3"
@@ -513,10 +513,10 @@
513513
"@firebase/app-types" "0.9.3"
514514
"@firebase/util" "1.10.3"
515515

516-
"@firebase/database@1.0.11":
517-
version "1.0.11"
518-
resolved "https://registry.yarnpkg.com/@firebase/database/-/database-1.0.11.tgz#5b9960a07a0d49361f67fc69affc779cae4e07e3"
519-
integrity sha512-gLrw/XeioswWUXgpVKCPAzzoOuvYNqK5fRUeiJTzO7Mlp9P6ylFEyPJlRBl1djqYye641r3MX6AmIeMXwjgwuQ==
516+
"@firebase/database@1.0.12":
517+
version "1.0.12"
518+
resolved "https://registry.yarnpkg.com/@firebase/database/-/database-1.0.12.tgz#4e1807b82dc734df8596eac44d7766ff96c2de24"
519+
integrity sha512-psFl5t6rSFHq3i3fnU1QQlc4BB9Hnhh8TgEqvQlPPm8kDLw8gYxvjqYw3c5CZW0+zKR837nwT6im/wtJUivMKw==
520520
dependencies:
521521
"@firebase/app-check-interop-types" "0.3.3"
522522
"@firebase/auth-interop-types" "0.2.4"
@@ -526,13 +526,13 @@
526526
faye-websocket "0.11.4"
527527
tslib "^2.1.0"
528528

529-
"@firebase/firestore-compat@0.3.41":
530-
version "0.3.41"
531-
resolved "https://registry.yarnpkg.com/@firebase/firestore-compat/-/firestore-compat-0.3.41.tgz#434d86fd603b5ebcde19b5695b9b2a53bb23be8b"
532-
integrity sha512-J/PgWKEt0yugETOE7lOabT16hsV21cLzSxERD7ZhaiwBQkBTSf0Mx9RhjZRT0Ttqe4weM90HGZFyUBqYA73fVA==
529+
"@firebase/firestore-compat@0.3.43":
530+
version "0.3.43"
531+
resolved "https://registry.yarnpkg.com/@firebase/firestore-compat/-/firestore-compat-0.3.43.tgz#c62994b9b26d011a96265d6aa524a0d6b45a2c1b"
532+
integrity sha512-zxg7YS07XQnTetGs3GADM/eA6HB4vWUp+Av4iugmTbft0fQxuTSnGm7ifctaYuR7VMTPckU9CW+oFC9QUNSYvg==
533533
dependencies:
534534
"@firebase/component" "0.6.12"
535-
"@firebase/firestore" "4.7.6"
535+
"@firebase/firestore" "4.7.8"
536536
"@firebase/firestore-types" "3.0.3"
537537
"@firebase/util" "1.10.3"
538538
tslib "^2.1.0"
@@ -542,10 +542,10 @@
542542
resolved "https://registry.yarnpkg.com/@firebase/firestore-types/-/firestore-types-3.0.3.tgz#7d0c3dd8850c0193d8f5ee0cc8f11961407742c1"
543543
integrity sha512-hD2jGdiWRxB/eZWF89xcK9gF8wvENDJkzpVFb4aGkzfEaKxVRD1kjz1t1Wj8VZEp2LCB53Yx1zD8mrhQu87R6Q==
544544

545-
"@firebase/firestore@4.7.6":
546-
version "4.7.6"
547-
resolved "https://registry.yarnpkg.com/@firebase/firestore/-/firestore-4.7.6.tgz#877a37b615d86c61ac9ba7ddd0a967feb99380ac"
548-
integrity sha512-aVDboR+upR/44qZDLR4tnZ9pepSOFBbDJnwk7eWzmTyQq2nZAVG+HIhrqpQawmUVcDRkuJv2K2UT2+oqR8F8TA==
545+
"@firebase/firestore@4.7.8":
546+
version "4.7.8"
547+
resolved "https://registry.yarnpkg.com/@firebase/firestore/-/firestore-4.7.8.tgz#38b124a4d50a390934f70d916a84546376abdf4e"
548+
integrity sha512-eDvVJ/I5vSmIdGmLHJAK1OcviigIxjjia6i5/AkMFq6vZMt7CBXA0B5Xz9pGRCZ7WewFcsCbK1ZUQoYJ91+Cew==
549549
dependencies:
550550
"@firebase/component" "0.6.12"
551551
"@firebase/logger" "0.4.4"
@@ -555,13 +555,13 @@
555555
"@grpc/proto-loader" "^0.7.8"
556556
tslib "^2.1.0"
557557

558-
"@firebase/functions-compat@0.3.18":
559-
version "0.3.18"
560-
resolved "https://registry.yarnpkg.com/@firebase/functions-compat/-/functions-compat-0.3.18.tgz#c6a4f6b0762c6990db0aab244420c3e1240fda2b"
561-
integrity sha512-N7+RN5GVus2ORB8cqfSNhfSn4iaYws6F8uCCfn4mtjC7zYS/KH6muzNAhZUdUqlv5YazbVmvxlAoYYF39i8Qzg==
558+
"@firebase/functions-compat@0.3.19":
559+
version "0.3.19"
560+
resolved "https://registry.yarnpkg.com/@firebase/functions-compat/-/functions-compat-0.3.19.tgz#f1d1ce51674a6ee8d5449b721374d35243dc3002"
561+
integrity sha512-uw4tR8NcJCDu86UD63Za8A8SgFgmAVFb1XsGlkuBY7gpLyZWEFavWnwRkZ/8cUwpqUhp/SptXFZ1WFJSnOokLw==
562562
dependencies:
563563
"@firebase/component" "0.6.12"
564-
"@firebase/functions" "0.12.1"
564+
"@firebase/functions" "0.12.2"
565565
"@firebase/functions-types" "0.6.3"
566566
"@firebase/util" "1.10.3"
567567
tslib "^2.1.0"
@@ -571,10 +571,10 @@
571571
resolved "https://registry.yarnpkg.com/@firebase/functions-types/-/functions-types-0.6.3.tgz#f5faf770248b13f45d256f614230da6a11bfb654"
572572
integrity sha512-EZoDKQLUHFKNx6VLipQwrSMh01A1SaL3Wg6Hpi//x6/fJ6Ee4hrAeswK99I5Ht8roiniKHw4iO0B1Oxj5I4plg==
573573

574-
"@firebase/functions@0.12.1":
575-
version "0.12.1"
576-
resolved "https://registry.yarnpkg.com/@firebase/functions/-/functions-0.12.1.tgz#09ca7386619b0c50c535f6695e5be0712d3e4730"
577-
integrity sha512-QucRiFrvMMmIGTRhL7ZK2IeBnAWP7lAmfFREMpEtX47GjVqDqGxdFs+Mg7XBzxSc9UjDO4Rxf+aE9xJHU6bGwg==
574+
"@firebase/functions@0.12.2":
575+
version "0.12.2"
576+
resolved "https://registry.yarnpkg.com/@firebase/functions/-/functions-0.12.2.tgz#bea33b35437278228be563dfc02520d8623d43f4"
577+
integrity sha512-iKpFDoCYk/Qm+Qwv5ynRb9/yq64QOt0A0+t9NuekyAZnSoV56kSNq/PmsVmBauar5SlmEjhHk6QKdMBP9S0gXA==
578578
dependencies:
579579
"@firebase/app-check-interop-types" "0.3.3"
580580
"@firebase/auth-interop-types" "0.2.4"
@@ -643,14 +643,14 @@
643643
idb "7.1.1"
644644
tslib "^2.1.0"
645645

646-
"@firebase/performance-compat@0.2.12":
647-
version "0.2.12"
648-
resolved "https://registry.yarnpkg.com/@firebase/performance-compat/-/performance-compat-0.2.12.tgz#069284005e3f29339b570ee517b813d9bdbc0a89"
649-
integrity sha512-DyCbDTIwtBTGsEiQxTz/TD23a0na2nrDozceQ5kVkszyFYvliB0YK/9el0wAGIG91SqgTG9pxHtYErzfZc0VWw==
646+
"@firebase/performance-compat@0.2.13":
647+
version "0.2.13"
648+
resolved "https://registry.yarnpkg.com/@firebase/performance-compat/-/performance-compat-0.2.13.tgz#29bb94909c10553b40ca97e7f7d0e163bad8a77d"
649+
integrity sha512-pB0SMQj2TLQ6roDcX0YQDWvUnVgsVOl0VnUvyT/VBdCUuQYDHobZsPEuQsoEqmPA44KS/Gl0oyKqf+I8UPtRgw==
650650
dependencies:
651651
"@firebase/component" "0.6.12"
652652
"@firebase/logger" "0.4.4"
653-
"@firebase/performance" "0.6.12"
653+
"@firebase/performance" "0.7.0"
654654
"@firebase/performance-types" "0.2.3"
655655
"@firebase/util" "1.10.3"
656656
tslib "^2.1.0"
@@ -660,16 +660,17 @@
660660
resolved "https://registry.yarnpkg.com/@firebase/performance-types/-/performance-types-0.2.3.tgz#5ce64e90fa20ab5561f8b62a305010cf9fab86fb"
661661
integrity sha512-IgkyTz6QZVPAq8GSkLYJvwSLr3LS9+V6vNPQr0x4YozZJiLF5jYixj0amDtATf1X0EtYHqoPO48a9ija8GocxQ==
662662

663-
"@firebase/performance@0.6.12":
664-
version "0.6.12"
665-
resolved "https://registry.yarnpkg.com/@firebase/performance/-/performance-0.6.12.tgz#58763cbbe31673351e1494875a5c10c6b68e1322"
666-
integrity sha512-8mYL4z2jRlKXAi2hjk4G7o2sQLnJCCuTbyvti/xmHf5ZvOIGB01BZec0aDuBIXO+H1MLF62dbye/k91Fr+yc8g==
663+
"@firebase/performance@0.7.0":
664+
version "0.7.0"
665+
resolved "https://registry.yarnpkg.com/@firebase/performance/-/performance-0.7.0.tgz#1cd82039f7e06e0f059287dfa21705c68ec9a691"
666+
integrity sha512-L91PwYuiJdKXKSRqsWNicvTppAJVzKjye03UlegeD6TkpKjb93T8AmJ9B0Mt0bcWHCNtnnRBCdSCvD2U9GZDjw==
667667
dependencies:
668668
"@firebase/component" "0.6.12"
669669
"@firebase/installations" "0.6.12"
670670
"@firebase/logger" "0.4.4"
671671
"@firebase/util" "1.10.3"
672672
tslib "^2.1.0"
673+
web-vitals "^4.2.4"
673674

674675
"@firebase/remote-config-compat@0.2.12":
675676
version "0.2.12"
@@ -699,13 +700,13 @@
699700
"@firebase/util" "1.10.3"
700701
tslib "^2.1.0"
701702

702-
"@firebase/storage-compat@0.3.15":
703-
version "0.3.15"
704-
resolved "https://registry.yarnpkg.com/@firebase/storage-compat/-/storage-compat-0.3.15.tgz#02a18e0e1866849206dba7b075a4dcd99489aae7"
705-
integrity sha512-Z9afjrK2O9o1ZHWCpprCGZ1BTc3BbvpZvi6tkSteC8H3W/fMM6x+RoSunlzD3hEVV5bkbwdJIqNClLMchvyoPA==
703+
"@firebase/storage-compat@0.3.16":
704+
version "0.3.16"
705+
resolved "https://registry.yarnpkg.com/@firebase/storage-compat/-/storage-compat-0.3.16.tgz#49ab9c572bb172e6335c099d95a48bee0f17cc98"
706+
integrity sha512-EeMuok/s0r938lEomia8XILEqSYULm7HcYZ/GTZLDWur0kMf2ktuPVZiTdRiwEV3Iki7FtQO5txrQ/0pLRVLAw==
706707
dependencies:
707708
"@firebase/component" "0.6.12"
708-
"@firebase/storage" "0.13.5"
709+
"@firebase/storage" "0.13.6"
709710
"@firebase/storage-types" "0.8.3"
710711
"@firebase/util" "1.10.3"
711712
tslib "^2.1.0"
@@ -715,10 +716,10 @@
715716
resolved "https://registry.yarnpkg.com/@firebase/storage-types/-/storage-types-0.8.3.tgz#2531ef593a3452fc12c59117195d6485c6632d3d"
716717
integrity sha512-+Muk7g9uwngTpd8xn9OdF/D48uiQ7I1Fae7ULsWPuKoCH3HU7bfFPhxtJYzyhjdniowhuDpQcfPmuNRAqZEfvg==
717718

718-
"@firebase/storage@0.13.5":
719-
version "0.13.5"
720-
resolved "https://registry.yarnpkg.com/@firebase/storage/-/storage-0.13.5.tgz#108c86c9cd359aebd306882eb61ce6a8b1deb417"
721-
integrity sha512-sB/7HNuW0N9tITyD0RxVLNCROuCXkml5i/iPqjwOGKC0xiUfpCOjBE+bb0ABMoN1qYZfqk0y9IuI2TdomjmkNw==
719+
"@firebase/storage@0.13.6":
720+
version "0.13.6"
721+
resolved "https://registry.yarnpkg.com/@firebase/storage/-/storage-0.13.6.tgz#322def6cda335df991ce9787aa5ef5650db901bd"
722+
integrity sha512-BEJLYQzVgAoglRl5VRIRZ91RRBZgS/O37/PSGQJBYNuoLmFZUrtwrlLTOAwG776NlO9VQR+K2j15/36Lr2EqHA==
722723
dependencies:
723724
"@firebase/component" "0.6.12"
724725
"@firebase/util" "1.10.3"
@@ -731,10 +732,10 @@
731732
dependencies:
732733
tslib "^2.1.0"
733734

734-
"@firebase/vertexai@1.0.3":
735-
version "1.0.3"
736-
resolved "https://registry.yarnpkg.com/@firebase/vertexai/-/vertexai-1.0.3.tgz#815efed8c16105676ea090daed963be72a01fb68"
737-
integrity sha512-SQHg/RPb3LwQs/xiLcvAZYz9NXyDSZUIIwvgsKh6e4wdULAfyPCZIu6Y2ZYIhZLfk9Q44cKZ+++7RPTaqQJdYA==
735+
"@firebase/vertexai@1.0.4":
736+
version "1.0.4"
737+
resolved "https://registry.yarnpkg.com/@firebase/vertexai/-/vertexai-1.0.4.tgz#1966ddfb32492d004f595f639e57162d488c84ba"
738+
integrity sha512-Nkf/r4u166b4Id6zrrW0Qtg1KyZpQvvYchtkebamnHtIfY+Qnt51I/sx4Saos/WrmO8SnrSU850LfmJ7pehYXg==
738739
dependencies:
739740
"@firebase/app-check-interop-types" "0.3.3"
740741
"@firebase/component" "0.6.12"
@@ -3984,39 +3985,39 @@ firebase-tools@^13.31.2:
39843985
ws "^7.5.10"
39853986
yaml "^2.4.1"
39863987

3987-
firebase@^11.2.0:
3988-
version "11.2.0"
3989-
resolved "https://registry.yarnpkg.com/firebase/-/firebase-11.2.0.tgz#843de48382fcaf8050a4a278f35d094fb9960fda"
3990-
integrity sha512-ztwPhBLAZMVNZjBeQzzTM4rk2rsRXmdFYcnvjAXh+StbiFVshHKaPO9VRGMUzF48du4Mkz6jN1wkmYCuUJPxLA==
3988+
firebase@^11.3.1:
3989+
version "11.3.1"
3990+
resolved "https://registry.yarnpkg.com/firebase/-/firebase-11.3.1.tgz#1507b2b1e3af17418fbe009e82d7bc30a6b5117c"
3991+
integrity sha512-P4YVFM0Bm2d8aO61SCEMF8E1pYgieGLrmr/LFw7vs6sAMebwuwHt+Wug+1qL2fhAHWPwpWbCLsdJH8NQ+4Sw8Q==
39913992
dependencies:
39923993
"@firebase/analytics" "0.10.11"
39933994
"@firebase/analytics-compat" "0.2.17"
3994-
"@firebase/app" "0.10.18"
3995+
"@firebase/app" "0.11.1"
39953996
"@firebase/app-check" "0.8.11"
39963997
"@firebase/app-check-compat" "0.3.18"
3997-
"@firebase/app-compat" "0.2.48"
3998+
"@firebase/app-compat" "0.2.50"
39983999
"@firebase/app-types" "0.9.3"
3999-
"@firebase/auth" "1.8.2"
4000-
"@firebase/auth-compat" "0.5.17"
4001-
"@firebase/data-connect" "0.2.0"
4002-
"@firebase/database" "1.0.11"
4003-
"@firebase/database-compat" "2.0.2"
4004-
"@firebase/firestore" "4.7.6"
4005-
"@firebase/firestore-compat" "0.3.41"
4006-
"@firebase/functions" "0.12.1"
4007-
"@firebase/functions-compat" "0.3.18"
4000+
"@firebase/auth" "1.9.0"
4001+
"@firebase/auth-compat" "0.5.18"
4002+
"@firebase/data-connect" "0.3.0"
4003+
"@firebase/database" "1.0.12"
4004+
"@firebase/database-compat" "2.0.3"
4005+
"@firebase/firestore" "4.7.8"
4006+
"@firebase/firestore-compat" "0.3.43"
4007+
"@firebase/functions" "0.12.2"
4008+
"@firebase/functions-compat" "0.3.19"
40084009
"@firebase/installations" "0.6.12"
40094010
"@firebase/installations-compat" "0.2.12"
40104011
"@firebase/messaging" "0.12.16"
40114012
"@firebase/messaging-compat" "0.2.16"
4012-
"@firebase/performance" "0.6.12"
4013-
"@firebase/performance-compat" "0.2.12"
4013+
"@firebase/performance" "0.7.0"
4014+
"@firebase/performance-compat" "0.2.13"
40144015
"@firebase/remote-config" "0.5.0"
40154016
"@firebase/remote-config-compat" "0.2.12"
4016-
"@firebase/storage" "0.13.5"
4017-
"@firebase/storage-compat" "0.3.15"
4017+
"@firebase/storage" "0.13.6"
4018+
"@firebase/storage-compat" "0.3.16"
40184019
"@firebase/util" "1.10.3"
4019-
"@firebase/vertexai" "1.0.3"
4020+
"@firebase/vertexai" "1.0.4"
40204021

40214022
flat-cache@^3.0.4:
40224023
version "3.2.0"
@@ -8551,6 +8552,11 @@ wcwidth@^1.0.1:
85518552
dependencies:
85528553
defaults "^1.0.3"
85538554

8555+
web-vitals@^4.2.4:
8556+
version "4.2.4"
8557+
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.4.tgz#1d20bc8590a37769bd0902b289550936069184b7"
8558+
integrity sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==
8559+
85548560
webidl-conversions@^3.0.0:
85558561
version "3.0.1"
85568562
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)