From 9435fa748b9c66d50fdc1bc3390839eea376bdc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 18:27:33 +0000 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 0923b00..21b548a 100644 --- a/functions/package.json +++ b/functions/package.json @@ -17,7 +17,7 @@ "report-coverage": "codecov" }, "dependencies": { - "actions-on-google": "^1.5.x", + "actions-on-google": "^2.0.0", "apiai": "^4.0.3", "firebase-admin": "^5.13.1", "firebase-functions": "^2.0.2"