From 69fd0e020d9ac2346136bafeee73edd31c0ba104 Mon Sep 17 00:00:00 2001 From: Slawek Walkowski Date: Tue, 24 Apr 2018 09:55:07 +0200 Subject: [PATCH] Update firebase-admin in integration tests to v5.12.0 --- integration_test/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/functions/package.json b/integration_test/functions/package.json index 5e021fc7c..866f84c6b 100644 --- a/integration_test/functions/package.json +++ b/integration_test/functions/package.json @@ -8,7 +8,7 @@ "@google-cloud/pubsub": "^0.6.0", "@types/lodash": "^4.14.41", "firebase": "^4.9.1", - "firebase-admin": "~5.10.0", + "firebase-admin": "~5.12.0", "firebase-functions": "./firebase-functions.tgz", "lodash": "^4.17.2" },