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

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 11:32:15 -07:00 committed by GitHub
parent 3d7030cb07
commit 77b6a9ae9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",