From 68afbf4a2573e726a0987759be4d74bb693670b3 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 13 Nov 2017 10:10:35 +0100 Subject: [PATCH] Fixed injection error with ngx-cookie package v1.0.1. Signed-off-by: Sebastien Douheret --- Makefile | 2 +- webapp/package.json | 2 +- 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", -- 2.16.6