From 45d597ac49d52e1728b9d40d95b0a7acf2945cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Mon, 4 Sep 2017 23:12:07 -0300 Subject: [PATCH] set version of express-ipfilter: Prevent problems with ipWhitelist using [] Information in https://forum.magicmirror.builders/topic/4716/issue-with-white-list-ip-s-not-working/14 https://github.com/baminteractive/express-ipfilter/commit/4adc5dc33e6ef5086e36a7a56184da7cdcd056bf --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a68b174..d5e289c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Change hooks for the vendors e2e tests. - Add log when clientonly failed on starting. - Add warning color when are using full ip whitelist. +- Set version of the `express-ipfilter` on 0.3.1. ### Fixed - Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM. diff --git a/package.json b/package.json index 1fb21a9d..084c320c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "colors": "^1.1.2", "electron": "^1.6.10", "express": "^4.15.3", - "express-ipfilter": "latest", + "express-ipfilter": "0.3.1", "feedme": "latest", "helmet": "^3.6.1", "iconv-lite": "latest",