From a61e41e60b783a34a8b5f3a3534431a6e1565c37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 05:00:50 +0000 Subject: [PATCH] fix: functions/dialogflow/functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- functions/dialogflow/functions/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/dialogflow/functions/package.json b/functions/dialogflow/functions/package.json index e0e0d75ad8..1da22c2121 100644 --- a/functions/dialogflow/functions/package.json +++ b/functions/dialogflow/functions/package.json @@ -13,8 +13,8 @@ "test": "npm run local-test" }, "dependencies": { - "firebase-admin": "^7.2.0", - "firebase-functions": "^2.2.0" + "firebase-admin": "^11.4.1", + "firebase-functions": "^3.6.2" }, "devDependencies": { "@google-cloud/functions-emulator": "^1.0.0-beta.5",