From 0f459a3ab9fe21f8dc9e9bdfce33c0b6d43e3622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:43:58 -0300 Subject: [PATCH] fix(deps): update dependency firebase-functions to ^3.7.0 (#30) Co-authored-by: Renovate Bot --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index c352d66..1ea6f43 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1284,9 +1284,9 @@ } }, "firebase-functions": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.6.2.tgz", - "integrity": "sha512-KDLvWqSbOhbmMZpzS/gK3Q3n/Pp3vBArNs13aFqrS+p9itlpAvm29pgfLSw3/36YO7gBZ2ArqPU2uKsUZBGB5g==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.7.0.tgz", + "integrity": "sha512-+ROj2Gs2/KyM+T8jYo7AKaHynFsN49sXbgZMll3zuGa9/8oiDsXp9e1Iy2JMkFmSZg67jeYw5Ue2OSpz0XiqFQ==", "requires": { "@types/express": "4.17.3", "cors": "^2.8.5", diff --git a/functions/package.json b/functions/package.json index 9c506b9..194c48f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -16,7 +16,7 @@ "@ecomplus/application-sdk": "^21.0.0-firestore.1.13.0", "express": "^4.17.1", "firebase-admin": "^8.12.1", - "firebase-functions": "^3.6.2" + "firebase-functions": "^3.7.0" }, "devDependencies": { "eslint": "^6.8.0",