From 9b7f112917205fd0b80d44c48db160e2e29546c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 12:03:04 +0000 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- functions/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/package.json b/functions/package.json index 0923b00..a19fa74 100644 --- a/functions/package.json +++ b/functions/package.json @@ -17,9 +17,9 @@ "report-coverage": "codecov" }, "dependencies": { - "actions-on-google": "^1.5.x", + "actions-on-google": "^3.0.0", "apiai": "^4.0.3", - "firebase-admin": "^5.13.1", + "firebase-admin": "^9.0.0", "firebase-functions": "^2.0.2" }, "devDependencies": {