Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Bump firebase-functions from 2.2.1 to 2.3.0 in /functions (#75)
Browse files Browse the repository at this point in the history
Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Changelog](https://github.com/firebase/firebase-functions/blob/master/changelog.txt)
- [Commits](firebase/firebase-functions@v2.2.1...v2.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and JamesIves committed Apr 19, 2019
1 parent b964620 commit 4c67871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node-fetch": "^2.3.2",
"actions-on-google": "^2.6.0",
"firebase-admin": "^7.3.0",
"firebase-functions": "^2.2.1",
"firebase-functions": "^2.3.0",
"node-fetch": "^2.3.0",
"tape": "^4.10.1"
},
Expand Down
8 changes: 4 additions & 4 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1044,10 +1044,10 @@ firebase-admin@^7.3.0:
"@google-cloud/firestore" "^1.2.0"
"@google-cloud/storage" "^2.3.0"

firebase-functions@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-2.2.1.tgz#f5b6de47860819eb8d41b969c8d6d2c1000dc422"
integrity sha512-k2FA3j8XFGPOGBjgKoBUQQc4Hfqe4PdcG8hfS/RHireW1vQhkplx8XhzaknJNqsBCIoglMFuUsXpuAh9pbhtxw==
firebase-functions@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-2.3.0.tgz#89433939b05f3cf2b8b617409b7b51963fd2a5d3"
integrity sha512-bUhaX5aW5SaLxDsC+F7Phbbb4KPPYyn4XlhqR8jdQCbiQMC9udxIOYy21d+vGR2XvSPH2fE7vgHsvOOzEQ0SmQ==
dependencies:
"@types/cors" "^2.8.1"
"@types/express" "^4.11.1"
Expand Down

0 comments on commit 4c67871

Please sign in to comment.