From a7f01729d65446a1c22809952aab958ebc64a376 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 9 Aug 2019 08:18:40 -0700 Subject: [PATCH] fix(deps): use the latest extend (#800) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3edfe6d5f..97515e0ec 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "concat-stream": "^2.0.0", "date-and-time": "^0.8.0", "duplexify": "^3.5.0", - "extend": "^3.0.0", + "extend": "^3.0.2", "gaxios": "^2.0.1", "gcs-resumable-upload": "^2.0.0", "hash-stream-validation": "^0.2.1",