From c319a8296bf884dc87c9f848f382fbd6d28ea0a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 02:23:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BUN-9510752 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c287b2a7ed..5341f59ea0 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,9 @@ ], "types": "./lib/index.d.ts", "dependencies": { - "google-auth-library": "^0.10.0", - "@google-cloud/storage": "^1.2.1", - "@google-cloud/firestore": "~0.8.2", + "google-auth-library": "^1.0.0", + "@google-cloud/storage": "^5.17.0", + "@google-cloud/firestore": "~3.3.0", "@types/google-cloud__storage": "^1.1.1", "@types/jsonwebtoken": "^7.1.33", "@types/node": "^8.0.32",