From bb1569b61eb431c2d9187459435568008ba396c8 Mon Sep 17 00:00:00 2001 From: Chase Hartsell Date: Wed, 14 Jun 2023 15:28:48 -0700 Subject: [PATCH] Update auth-next dependency to v10 --- auth-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-next/package.json b/auth-next/package.json index 48adc595..8d43bad1 100644 --- a/auth-next/package.json +++ b/auth-next/package.json @@ -6,6 +6,6 @@ }, "license": "Apache-2.0", "dependencies": { - "firebase": "^9.12.1" + "firebase": "^10.0.0" } }