From e01c937f2e8fd29bc979aa4dbeffc307bc1935e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:21:59 +0000 Subject: [PATCH] fix(deps): update all non-major --- functions/package-lock.json | 32 ++++++++++++++++---------------- functions/package.json | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 9cc4cb1..f396f2c 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -9,8 +9,8 @@ "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7", "@google-cloud/firestore": "^6.8.0", "express": "^4.18.2", - "firebase-admin": "^11.11.0", - "firebase-functions": "^4.4.1" + "firebase-admin": "^11.11.1", + "firebase-functions": "^4.5.0" }, "engines": { "node": "16" @@ -1150,9 +1150,9 @@ } }, "node_modules/firebase-admin": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.11.0.tgz", - "integrity": "sha512-lp784gXFAJgUEtjSdYNZGTWZqltqjBkoaPSQhDKnmWXJP/MCbWdiDY1hsdkl/6O4O4KFovTjUDLu26sojwdQvw==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.11.1.tgz", + "integrity": "sha512-UyEbq+3u6jWzCYbUntv/HuJiTixwh36G1R9j0v71mSvGAx/YZEWEW7uSGLYxBYE6ckVRQoKMr40PYUEzrm/4dg==", "dependencies": { "@fastify/busboy": "^1.2.1", "@firebase/database-compat": "^0.3.4", @@ -1167,7 +1167,7 @@ "node": ">=14" }, "optionalDependencies": { - "@google-cloud/firestore": "^6.6.0", + "@google-cloud/firestore": "^6.8.0", "@google-cloud/storage": "^6.9.5" } }, @@ -1184,9 +1184,9 @@ } }, "node_modules/firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", + "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", @@ -3736,14 +3736,14 @@ } }, "firebase-admin": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.11.0.tgz", - "integrity": "sha512-lp784gXFAJgUEtjSdYNZGTWZqltqjBkoaPSQhDKnmWXJP/MCbWdiDY1hsdkl/6O4O4KFovTjUDLu26sojwdQvw==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.11.1.tgz", + "integrity": "sha512-UyEbq+3u6jWzCYbUntv/HuJiTixwh36G1R9j0v71mSvGAx/YZEWEW7uSGLYxBYE6ckVRQoKMr40PYUEzrm/4dg==", "requires": { "@fastify/busboy": "^1.2.1", "@firebase/database-compat": "^0.3.4", "@firebase/database-types": "^0.10.4", - "@google-cloud/firestore": "^6.6.0", + "@google-cloud/firestore": "^6.8.0", "@google-cloud/storage": "^6.9.5", "@types/node": ">=12.12.47", "jsonwebtoken": "^9.0.0", @@ -3760,9 +3760,9 @@ } }, "firebase-functions": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.4.1.tgz", - "integrity": "sha512-3no53Lg12ToNlPSgLZtAFLQAz6si7ilHvzO8NC3/2EybyUwegpj5YhHwNiCw839lmAWp3znjATJDTvADFiZMrg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.5.0.tgz", + "integrity": "sha512-y6HsasHtGLfXCp3Pfrz+JA19lO9hSzYiNxFDIDMffrfcsG7UbXzv0zfi2ASadMVRoDCaox5ppZBa1QJxZbctPQ==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", diff --git a/functions/package.json b/functions/package.json index 6a1851b..5348167 100644 --- a/functions/package.json +++ b/functions/package.json @@ -15,8 +15,8 @@ "@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7", "@google-cloud/firestore": "^6.8.0", "express": "^4.18.2", - "firebase-admin": "^11.11.0", - "firebase-functions": "^4.4.1" + "firebase-admin": "^11.11.1", + "firebase-functions": "^4.5.0" }, "private": true }