From b2c376cae48a748521eee39efbdbce2589c05f97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:44:52 +0000 Subject: [PATCH] fix(deps): update dependency firebase-functions to v4.5.0 --- firebase/functions/package-lock.json | 26 +++++++++++++------------- firebase/functions/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/firebase/functions/package-lock.json b/firebase/functions/package-lock.json index e291360..8a19427 100644 --- a/firebase/functions/package-lock.json +++ b/firebase/functions/package-lock.json @@ -13,7 +13,7 @@ "@mui/material": "5.14.15", "@tanstack/react-query": "4.36.1", "firebase-admin": "11.11.1", - "firebase-functions": "4.4.1", + "firebase-functions": "4.5.0", "i18next": "22.5.1", "immutable": "4.3.4", "iron-session": "6.3.1", @@ -5461,9 +5461,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", @@ -5502,9 +5502,9 @@ } }, "node_modules/firebase-functions/node_modules/node-fetch": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", - "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -15541,9 +15541,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", @@ -15554,9 +15554,9 @@ }, "dependencies": { "node-fetch": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", - "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "requires": { "whatwg-url": "^5.0.0" } diff --git a/firebase/functions/package.json b/firebase/functions/package.json index d5fe806..c4d9109 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -20,7 +20,7 @@ "@mui/material": "5.14.15", "@tanstack/react-query": "4.36.1", "firebase-admin": "11.11.1", - "firebase-functions": "4.4.1", + "firebase-functions": "4.5.0", "i18next": "22.5.1", "immutable": "4.3.4", "iron-session": "6.3.1",