From 2c29f0e34e3f701b52b055d7ee8eb7b620f391dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 05:15:39 +0000 Subject: [PATCH] Bump firebase-functions-test from 0.2.3 to 0.3.3 in /functions Bumps [firebase-functions-test](https://github.com/firebase/firebase-functions-test) from 0.2.3 to 0.3.3. - [Release notes](https://github.com/firebase/firebase-functions-test/releases) - [Changelog](https://github.com/firebase/firebase-functions-test/blob/master/tsconfig.release.json) - [Commits](https://github.com/firebase/firebase-functions-test/compare/v0.2.3...v0.3.3) --- updated-dependencies: - dependency-name: firebase-functions-test dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/package.json | 2 +- functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"