From 5f9e41736f6502534f2d3a29c18bb7dd944534b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:40:15 +0000 Subject: [PATCH] fix: functions/tips/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- functions/tips/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tips/package.json b/functions/tips/package.json index 18ae9c4cf1..089ad6100a 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=60000 --exit" }, "dependencies": { - "@google-cloud/pubsub": "^0.28.0", + "@google-cloud/pubsub": "^0.29.0", "safe-buffer": "^5.1.2" }, "devDependencies": {