From b2e1284b6c2651d499ed208a5e5434736c31a2f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 17:56:34 +0000 Subject: [PATCH] fix: upgrade firebase-functions from 4.4.1 to 4.9.0 Snyk has created this PR to upgrade firebase-functions from 4.4.1 to 4.9.0. See this package in npm: firebase-functions See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/d724f0e8-b70d-4018-a22f-dde68861923e?utm_source=github&utm_medium=referral&page=upgrade-pr --- functions/package-lock.json | 19 +++++++++---------- functions/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index a349908..171d27c 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@conventional-commits/parser": "0.4.1", "conventional-commit-types": "3.0.0", - "firebase-functions": "4.4.1", + "firebase-functions": "^4.9.0", "probot": "12.3.1" }, "devDependencies": { @@ -7300,15 +7300,15 @@ } }, "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.9.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.9.0.tgz", + "integrity": "sha512-IqxOEsVAWGcRv9KRGzWQR5mOFuNsil3vsfkRPPiaV1U/ATC27/jbahh4z8I4rW8Xqa6cQE5xqnw0ueyMH7i7Ag==", + "license": "MIT", "dependencies": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", "cors": "^2.8.5", "express": "^4.17.1", - "node-fetch": "^2.6.7", "protobufjs": "^7.2.2" }, "bin": { @@ -7318,7 +7318,7 @@ "node": ">=14.10.0" }, "peerDependencies": { - "firebase-admin": "^10.0.0 || ^11.0.0" + "firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0" } }, "node_modules/firebase-functions-test": { @@ -20965,15 +20965,14 @@ } }, "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.9.0", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-4.9.0.tgz", + "integrity": "sha512-IqxOEsVAWGcRv9KRGzWQR5mOFuNsil3vsfkRPPiaV1U/ATC27/jbahh4z8I4rW8Xqa6cQE5xqnw0ueyMH7i7Ag==", "requires": { "@types/cors": "^2.8.5", "@types/express": "4.17.3", "cors": "^2.8.5", "express": "^4.17.1", - "node-fetch": "^2.6.7", "protobufjs": "^7.2.2" }, "dependencies": { diff --git a/functions/package.json b/functions/package.json index 82af99e..1cdac54 100644 --- a/functions/package.json +++ b/functions/package.json @@ -35,7 +35,7 @@ "dependencies": { "@conventional-commits/parser": "0.4.1", "conventional-commit-types": "3.0.0", - "firebase-functions": "4.4.1", + "firebase-functions": "4.9.0", "probot": "12.3.1" }, "devDependencies": {