From 14d0d6962fbc1a168f1e318c7bb53f771f39ec68 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Mon, 24 Oct 2016 17:09:36 +0100 Subject: [PATCH] cloudapi-graphql: adding missing dependency --- cloudapi-graphql/package.json | 1 + cloudapi-graphql/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudapi-graphql/package.json b/cloudapi-graphql/package.json index b854e9ad..f9fd7fb6 100644 --- a/cloudapi-graphql/package.json +++ b/cloudapi-graphql/package.json @@ -13,6 +13,7 @@ "express-graphql": "^0.5.4", "got": "^6.5.0", "graphql": "^0.7.1", + "inherits": "^2.0.3", "moment": "^2.15.1", "smartdc-auth": "^2.5.2", "triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616", diff --git a/cloudapi-graphql/yarn.lock b/cloudapi-graphql/yarn.lock index f389c92b..a15d0678 100644 --- a/cloudapi-graphql/yarn.lock +++ b/cloudapi-graphql/yarn.lock @@ -2003,7 +2003,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@2: +inherits, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@2: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"