Adding hapi-auth-cookie to Kibana's root package.json (#35420) (#35424)

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
This commit is contained in:
Brandon Kobel 2019-04-22 13:33:24 -07:00 committed by GitHub
parent a4255a292f
commit 161c2f56c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,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",