From 0d8c6a5d934927d7a0cf3ffd1b55736c5289fc0d Mon Sep 17 00:00:00 2001 From: kobelb Date: Mon, 22 Apr 2019 10:10:26 -0700 Subject: [PATCH] Adding hapi-auth-cookie to Kibana's root package.json With the introduction of https://github.com/elastic/kibana/pull/34631 OSS Kibana now has a dependency on hapi-auth-cookie, but it's missing from the package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6f784f7dedfdc..10eaef267b6a7 100644 --- a/package.json +++ b/package.json @@ -161,6 +161,7 @@ "h2o2": "^8.1.2", "handlebars": "4.0.13", "hapi": "^17.5.3", + "hapi-auth-cookie": "^9.0.0", "hjson": "3.1.0", "hoek": "^5.0.4", "http-proxy-agent": "^2.1.0",