From b2b98678ddc6d7efa7b77d4c4f43c3bb5012ab40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Dec 2024 06:52:41 +0000 Subject: [PATCH] fix: upgrade firebase-functions from 6.1.0 to 6.1.1 Snyk has created this PR to upgrade firebase-functions from 6.1.0 to 6.1.1. See this package in yarn: firebase-functions See this project in Snyk: https://app.snyk.io/org/gableroux/project/ca9e69bf-9575-4776-aeec-7729cfeffe58?utm_source=github&utm_medium=referral&page=upgrade-pr --- functions/package.json | 2 +- functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package.json b/functions/package.json index 65fd82c..7c6ab6c 100644 --- a/functions/package.json +++ b/functions/package.json @@ -20,7 +20,7 @@ "@octokit/rest": "^20.1.1", "eris": "^0.17.2", "firebase-admin": "^12.7.0", - "firebase-functions": "^6.1.0", + "firebase-functions": "^6.1.1", "graphql": "^16.9.0", "lodash": "^4.17.21", "node-fetch": "^2.7.0", diff --git a/functions/yarn.lock b/functions/yarn.lock index e66c291..712f243 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -2556,10 +2556,10 @@ firebase-functions-test@^3.3.0: lodash "^4.17.5" ts-deepmerge "^2.0.1" -firebase-functions@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-6.1.0.tgz#98556a081c76fc48ef81c2782a8ba552a0e5fc85" - integrity sha512-7Gq7XpIA2qo9wKhYA9Ksb0v2bHfXD70zQwBJO6//Q624A7D9KAb449K6DM0swrCoPO7NGExbPf2eC7j7e+4+xA== +firebase-functions@^6.1.1: + version "6.1.2" + resolved "https://registry.yarnpkg.com/firebase-functions/-/firebase-functions-6.1.2.tgz#2612e6cb3184d43eadcd5b8d8b2176204ac24b64" + integrity sha512-1ZKLLOs4YhpzfWOZo0wsqNBusy9113GUfRs89BF6yOlmkxlcJxdJzZEs/ygWeXVJKquZhW2K1Gm10Gir4RJxGQ== dependencies: "@types/cors" "^2.8.5" "@types/express" "^4.17.21"