From 3a2d65e4ac5a7bb546cf918f5edb0888ea71053d Mon Sep 17 00:00:00 2001 From: Manuel Minuti Date: Mon, 29 Oct 2018 16:58:30 +0100 Subject: [PATCH] chore(packages): fixed packages according to npm audit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eb47f69bb..a76e31793 100644 --- a/package.json +++ b/package.json @@ -35,11 +35,11 @@ "pageSetup" ], "dependencies": { - "archiver": "0.15.0", + "archiver": "^3.0.0", "bluebird": "*", "fast-csv": "0.5.7", "lodash": "^4.16.2", - "moment": "2.11.2", + "moment": "^2.22.2", "sax": "^0.6.0", "unzip2": "^0.2.5" },