From c75920f15d68001b589710bc55d5384d8ad2f5be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 16:57:11 +0000 Subject: [PATCH] fix: config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- config/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/package.json b/config/package.json index b441ceb3..6f579efb 100644 --- a/config/package.json +++ b/config/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "google-auth-library": "^0.10.0", - "googleapis": "^20.1.0" + "google-auth-library": "^6.0.0", + "googleapis": "^49.0.0" } }