From c0ac4666a1b52c847700f62f80f5e11b9a488ea3 Mon Sep 17 00:00:00 2001 From: marsalva Date: Fri, 26 Dec 2025 09:33:20 +0000 Subject: [PATCH] Actualizar package.json --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 91bd953..3234890 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,3 @@ -// robot-multiasistencia/package.json { "name": "robot-multiasistencia", "version": "1.0.0", @@ -7,7 +6,7 @@ "start": "node index.js" }, "dependencies": { - "firebase-admin": "^12.2.0", - "playwright": "^1.47.0" + "playwright": "1.57.0", + "firebase-admin": "^12.0.0" } -} \ No newline at end of file +}