From b2898960a94315d36f09a36fdf7e3ae3ffad68ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2018 00:11:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for piranna/node-google-spreadsheet: https://snyk.io/test/github/piranna/node-google-spreadsheet --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 536aa3b..13c698a 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "dependencies": { "async": "^1.3.0", "force-array": "^3.1.0", - "google-auth-library": "^0.9.6", + "google-auth-library": "^0.10.0", "inherits": "^2.0.1", - "lodash": "^3.7.0", - "request": "~2.29.0", + "lodash": "^4.17.5", + "request": "~2.82.0", "unique-concat": "^0.2.2", "xml2js": "~0.4.0" },