diff --git a/functions/package.json b/functions/package.json index bbcb34a..6b3eb55 100644 --- a/functions/package.json +++ b/functions/package.json @@ -25,7 +25,7 @@ "googleapis": "^88.2.0" }, "devDependencies": { - "firebase-functions-test": "^0.2.0", + "firebase-functions-test": "^0.3.3", "typescript": "^3.8.0" }, "private": true diff --git a/functions/yarn.lock b/functions/yarn.lock index d003c33..635e735 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -1301,10 +1301,10 @@ firebase-admin@^9.8.0: "@google-cloud/firestore" "^4.5.0" "@google-cloud/storage" "^5.3.0" -firebase-functions-test@^0.2.0: - version "0.2.3" - resolved "https://registry.yarnpkg.com/firebase-functions-test/-/firebase-functions-test-0.2.3.tgz#90d6da662d604ed013a3735c6cdba5984e0d57ea" - integrity sha512-zYX0QTm53wCazuej7O0xqbHl90r/v1PTXt/hwa0jo1YF8nDM+iBKnLDlkIoW66MDd0R6aGg4BvKzTTdJpvigUA== +firebase-functions-test@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/firebase-functions-test/-/firebase-functions-test-0.3.3.tgz#d26626d6c3edb03cd27eb79c12980c2551722517" + integrity sha512-dCppF/2Ztv87IyyBaUQlT1Z05ial5v/3LB0huS2ktXz05yNiID5FVIKtO0/+w9Q7/SThJ8qIDG0hoGDPt4Xcug== dependencies: "@types/lodash" "^4.14.104" lodash "^4.17.5"