From b7cfac59c9067668c3e155f8b551a7d0d6e883b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 05:34:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12132168..aaa9eb6d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@google-cloud/bigquery": "^5.9.3", "@google-cloud/monitoring": "^3.0.3", "@google-cloud/pubsub": "^2.19.4", - "@google-cloud/storage": "^5.3.0", + "@google-cloud/storage": "^6.0.0", "@hubspot/api-client": "^4.1.0", "@sendgrid/mail": "^7.1.0", "ajv": "^8.1.0",