diff --git a/tutorials/cloud-functions-rate-limiting/firestore-counter/package.json b/tutorials/cloud-functions-rate-limiting/firestore-counter/package.json index 0aa6b23ed5..a758142527 100644 --- a/tutorials/cloud-functions-rate-limiting/firestore-counter/package.json +++ b/tutorials/cloud-functions-rate-limiting/firestore-counter/package.json @@ -7,10 +7,10 @@ "license": "Apache-2.0", "dependencies": { "@google-cloud/functions-framework": "^1.1.0", - "@google-cloud/logging-winston": "^0.11.1", + "@google-cloud/logging-winston": "^5.0.0", "@types/redis": "^2.8.12", "@types/redis-rate-limiter": "^1.2.1", - "firebase-admin": "^7.3.0", + "firebase-admin": "^11.1.0", "good-env": "^4.0.0", "redis": "^2.8.0", "redis-rate-limiter": "^1.2.0",