From 2170f8a79184e245f856aca524fb9748a2dfb3b9 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 12 Nov 2025 17:07:26 +0000 Subject: [PATCH] build: update dependency firebase-functions to v7 See associated pull request for more information. --- apps/functions/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/functions/package.json b/apps/functions/package.json index 7052c8a6f..222315ee2 100644 --- a/apps/functions/package.json +++ b/apps/functions/package.json @@ -13,7 +13,7 @@ "@octokit/webhooks-types": "7.6.1", "@types/node": "24.10.0", "firebase-admin": "13.6.0", - "firebase-functions": "6.6.0", + "firebase-functions": "7.0.0", "firebase-tools": "14.24.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 997f3b4f7..1e6c0a672 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -182,8 +182,8 @@ importers: specifier: 13.6.0 version: 13.6.0(encoding@0.1.13) firebase-functions: - specifier: 6.6.0 - version: 6.6.0(firebase-admin@13.6.0(encoding@0.1.13)) + specifier: 7.0.0 + version: 7.0.0(firebase-admin@13.6.0(encoding@0.1.13)) firebase-tools: specifier: 14.24.2 version: 14.24.2(@types/node@24.10.0)(bufferutil@4.0.9)(encoding@0.1.13)(typescript@5.9.3) @@ -3556,9 +3556,9 @@ packages: resolution: {integrity: sha512-GdPA/t0+Cq8p1JnjFRBmxRxAGvF/kl2yfdhALl38PrRp325YxyQ5aNaHui0XmaKcKiGRFIJ/EgBNWFoDP0onjw==} engines: {node: '>=18'} - firebase-functions@6.6.0: - resolution: {integrity: sha512-wwfo6JF+N7HUExVs5gUFgkgVGHDEog9O+qtouh7IuJWk8TBQ+KwXEgRiXbatSj7EbTu3/yYnHuzh3XExbfF6wQ==} - engines: {node: '>=14.10.0'} + firebase-functions@7.0.0: + resolution: {integrity: sha512-IPedw7JJ4Ok7t1Lg75RDCQkLtUhs5V1I/WzZK25iGjK9Ej7U5EWFBchiLX0uhuNlRMKixUFuiDAGj2A5ryg2bw==} + engines: {node: '>=18.0.0'} hasBin: true peerDependencies: firebase-admin: ^11.10.0 || ^12.0.0 || ^13.0.0 @@ -9468,7 +9468,7 @@ snapshots: - encoding - supports-color - firebase-functions@6.6.0(firebase-admin@13.6.0(encoding@0.1.13)): + firebase-functions@7.0.0(firebase-admin@13.6.0(encoding@0.1.13)): dependencies: '@types/cors': 2.8.19 '@types/express': 4.17.25