From d65f329cd5abccae75744697c3fbac2fa7d6f94f Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Wed, 8 Jul 2015 18:00:20 +0100 Subject: [PATCH] Update pinejs-client so that valid ssl certificates are enforced by default. --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5af972e..915f767c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +* Updated pinejs-client so that valid ssl certificates are enforced by default. [Page] * Write the `registered_at` time to config.json as well, in case there is a failure between writing to config.json and writing to knex [Page] # v0.0.14 diff --git a/package.json b/package.json index 71a4e40b..d8b2c921 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "mixpanel": "0.0.20", "network-checker": "~0.0.4", "ngrok": "~0.1.97", - "pinejs-client": "^1.2.0", + "pinejs-client": "^1.4.0", "pubnub": "~3.6.4", "randomstring": "~1.0.3", "request": "^2.51.0",