From dac110227b7fc66dfb850253a67f7ea604f422fc Mon Sep 17 00:00:00 2001 From: Dominic Kramer Date: Mon, 19 Aug 2019 12:28:42 -0700 Subject: [PATCH] fix(deps): update @sindresorhus/is to v1 (#747) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e3e1fa9..694630f7 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@google-cloud/common": "^2.0.0", - "@sindresorhus/is": "^0.17.1", + "@sindresorhus/is": "^1.0.0", "acorn": "^6.0.0", "coffeescript": "^2.0.0", "console-log-level": "^1.4.0",