From 4dccc3ed4c90e457aacb33d16e62177a24a56cd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 07:40:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db50d60..5679e9c 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "license": "Apache-2.0", "dependencies": { "@google-cloud/logging-winston": "^0.10.0", - "@google-cloud/pubsub": "^0.18.0", - "@google-cloud/storage": "^1.7.0", + "@google-cloud/pubsub": "^0.20.0", + "@google-cloud/storage": "^5.17.0", "lodash": "^4.17.10", "mime-types": "^2.1.18", "winston": "^2.4.3"