From 04478f81c8593022b181c53e14b1fe828e37c8b5 Mon Sep 17 00:00:00 2001 From: Christine Spang Date: Wed, 15 Feb 2017 07:54:24 -0800 Subject: [PATCH] [cloud-api,cloud-workers,local-sync] Bump hapi version We were two major versions behind. I upgraded and everything is working fine in dev. --- packages/local-sync/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/local-sync/package.json b/packages/local-sync/package.json index 2dd4900f9..38acdc1bd 100644 --- a/packages/local-sync/package.json +++ b/packages/local-sync/package.json @@ -7,11 +7,11 @@ "base64-stream": "0.1.3", "encoding": "0.1.12", "googleapis": "9.0.0", - "hapi": "13.4.1", - "hapi-auth-basic": "4.2.0", - "hapi-boom-decorators": "1.1.3", - "hapi-plugin-websocket": "0.9.2", - "hapi-swagger": "6.1.0", + "hapi": "^16.0.3", + "hapi-auth-basic": "^4.2.0", + "hapi-boom-decorators": "^2.2.2", + "hapi-swagger": "^7.6.0", + "hapi-plugin-websocket": "^0.9.2", "he": "1.1.0", "iconv": "2.2.1", "inert": "4.0.0",