From cf47f68441589c4fdb227b0b8f9c04dab0d55739 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 14 Feb 2020 20:00:40 +0100 Subject: [PATCH] fix(deps): update dependency object-hash to ^2.0.2 (#274) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63e970ad5..18236ee2f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "get-stdin": "^7.0.0", "google-gax": "^1.14.1", "nunjucks": "^3.2.0", - "object-hash": "^2.0.0", + "object-hash": "^2.0.2", "protobufjs": "^6.8.8", "yargs": "^15.1.0" },