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
4adc5dc33e
This commit is contained in:
Rodrigo Ramírez Norambuena 2017-09-04 23:12:07 -03:00
parent dcb4a315a6
commit 45d597ac49
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Change hooks for the vendors e2e tests. - Change hooks for the vendors e2e tests.
- Add log when clientonly failed on starting. - Add log when clientonly failed on starting.
- Add warning color when are using full ip whitelist. - Add warning color when are using full ip whitelist.
- Set version of the `express-ipfilter` on 0.3.1.
### Fixed ### Fixed
- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM. - Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM.

View File

@ -55,7 +55,7 @@
"colors": "^1.1.2", "colors": "^1.1.2",
"electron": "^1.6.10", "electron": "^1.6.10",
"express": "^4.15.3", "express": "^4.15.3",
"express-ipfilter": "latest", "express-ipfilter": "0.3.1",
"feedme": "latest", "feedme": "latest",
"helmet": "^3.6.1", "helmet": "^3.6.1",
"iconv-lite": "latest", "iconv-lite": "latest",