Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
Update dependency firebase-functions to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 6, 2019
1 parent bf88b53 commit f28f47d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dayjs": "1.8.12",
"express": "4.16.4",
"firebase-admin": "6.5.0",
"firebase-functions": "2.1.0",
"firebase-functions": "2.2.1",
"marked": "0.5.2",
"nuxt": "2.3.4",
"nuxt-class-component": "1.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4091,10 +4091,10 @@ [email protected]:
"@google-cloud/storage" "^1.6.0"
"@types/google-cloud__storage" "^1.7.1"

firebase-functions@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-2.1.0.tgz#10973f9055092aaa8ed5bd26410426a9790a99ea"
integrity sha512-gvWjfIu/q0jXSE/4JY+6XZyJWVzk0TeGLJAfKE4Y7W/cUxkycogc7EIBJSEMdHnxFAD3GE6VgCrhtTTmUud6Sw==
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==
dependencies:
"@types/cors" "^2.8.1"
"@types/express" "^4.11.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dayjs": "1.8.12",
"express": "4.16.4",
"firebase-admin": "6.5.0",
"firebase-functions": "2.1.0",
"firebase-functions": "2.2.1",
"lodash": "4.17.11",
"qs": "6.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1790,10 +1790,10 @@ [email protected]:
"@google-cloud/storage" "^1.6.0"
"@types/google-cloud__storage" "^1.7.1"

firebase-functions@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-2.1.0.tgz#10973f9055092aaa8ed5bd26410426a9790a99ea"
integrity sha512-gvWjfIu/q0jXSE/4JY+6XZyJWVzk0TeGLJAfKE4Y7W/cUxkycogc7EIBJSEMdHnxFAD3GE6VgCrhtTTmUud6Sw==
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==
dependencies:
"@types/cors" "^2.8.1"
"@types/express" "^4.11.1"
Expand Down

0 comments on commit f28f47d

Please sign in to comment.