From 9ad922c972913cfa03ec6df3d20fc3513f3475a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Dec 2023 14:53:25 +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-6124857 --- functions/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/package.json b/functions/package.json index 0923b00..76825dc 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": "^7.0.0", "firebase-functions": "^2.0.2" }, "devDependencies": {