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.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 13, 2019
1 parent d5e3e54 commit dc1a49a
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.3.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 @@ -4123,10 +4123,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.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-2.3.1.tgz#6ad741cb5f38f4ed1a679607ffdbec68fa11127f"
integrity sha512-MPeuzGFLS63VqfGErgf+kbZinXE4SoK+jxXh1NBWrjYUjXlOJBKRmVNAFJoQB8wzCvOtBuDYjGcnBNz6sKXsfw==
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.3.1",
"lodash": "4.17.13",
"qs": "6.7.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 @@ -1789,10 +1789,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.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-2.3.1.tgz#6ad741cb5f38f4ed1a679607ffdbec68fa11127f"
integrity sha512-MPeuzGFLS63VqfGErgf+kbZinXE4SoK+jxXh1NBWrjYUjXlOJBKRmVNAFJoQB8wzCvOtBuDYjGcnBNz6sKXsfw==
dependencies:
"@types/cors" "^2.8.1"
"@types/express" "^4.11.1"
Expand Down

0 comments on commit dc1a49a

Please sign in to comment.