about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-11 22:53:58 +0200
committerGitHub <noreply@github.com>2017-04-11 22:53:58 +0200
commitb22b2cbfacdaef2441d14f401c95863d8ca2e66c (patch)
tree0fe5d26908e2ba5cea36a7698d06e4fdcfc52021 /package.json
parent2f2b84bfbbfa21a09e03dca05e159aadb70d2232 (diff)
Fix #1491 - Fix broken notifications, broken Link header parsing for exclude_types (#1548)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fee78dd69..df496c55b 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
     "escape-html": "^1.0.3",
     "eventsource": "^0.2.1",
     "express": "^4.14.1",
-    "http-link-header": "^0.5.0",
+    "http-link-header": "^0.8.0",
     "immutable": "^3.8.1",
     "intl": "^1.2.5",
     "jsdom": "^9.11.0",