From a602918c019c94ff62e4a325e26d5747d708ef2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 20:25:10 +0000 Subject: [PATCH] fix: drive/snippets/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- drive/snippets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive/snippets/package.json b/drive/snippets/package.json index 89eda285..d3781885 100644 --- a/drive/snippets/package.json +++ b/drive/snippets/package.json @@ -12,7 +12,7 @@ "dependencies": { "async": "^2.5.0", "expect": "^1.12.2", - "google-auth-library": "^0.9.6", + "google-auth-library": "^0.10.0", "googleapis": "^24.0.0", "js-beautify": "^1.5.10", "minimist": "^1.2.0",