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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 18, 2019
1 parent 00b737b commit f94507b
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.0",
"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 @@ -4115,10 +4115,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.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
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.0",
"lodash": "4.17.11",
"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.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 f94507b

Please sign in to comment.