From eeea0edd18e133fdc1d38e4b022d3330f3a0f64a Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 6 Aug 2019 16:11:07 -0700 Subject: [PATCH] fix(deps): use the latest extend --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27e12f823..1dfa038ab 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "arrify": "^2.0.0", "checkpoint-stream": "^0.1.1", "events-intercept": "^2.0.0", - "extend": "^3.0.1", + "extend": "^3.0.2", "google-auth-library": "^5.0.0", "google-gax": "^1.0.0", "grpc": "^1.21.1",