From 8b0eb10f8ed3131efaa8cf0ce63e0386292f5641 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:45:31 +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-6144788 --- 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": {