aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-13 10:10:35 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-13 10:20:49 +0100
commit68afbf4a2573e726a0987759be4d74bb693670b3 (patch)
tree5e555c840638339fcf844ffc4ef0318a75e7dcad
parent1e0b1b4c1271e3668ec5ef1ba58cb84fe00f0f53 (diff)
Fixed injection error with ngx-cookie package v1.0.1.v0.3.4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--Makefile2
-rw-r--r--webapp/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed88642..222e708 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# Makefile used to build XDS daemon Web Server
# Application Version
-VERSION := 0.3.2
+VERSION := 0.3.4
# Syncthing version to install
SYNCTHING_VERSION = 0.14.28
diff --git a/webapp/package.json b/webapp/package.json
index f2e1d30..b08ce0b 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -35,7 +35,7 @@
"font-awesome": "^4.7.0",
"font-awesome-animation": "0.0.10",
"ngx-bootstrap": "1.6.6",
- "ngx-cookie": "^1.0.0",
+ "ngx-cookie": "1.0.0",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.3",
"rxjs-system-bundle": "5.0.3",