From 47a74123ee7b896cd5739abfb1db5b0af381572d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Dec 2018 11:24:34 +0000 Subject: [PATCH] Pin dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d481c76..d101e3f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "license": "GPL-v3", "dependencies": { - "args-parser": "^1.1.0", - "jquery": "^3.3.1", - "jsdom": "^12.2.0", - "node-sass": "^4.9.3", - "perfy": "^1.1.5", - "winston": "^3.1.0", - "winston-daily-rotate-file": "^3.3.3" + "args-parser": "1.1.0", + "jquery": "3.3.1", + "jsdom": "12.2.0", + "node-sass": "4.11.0", + "perfy": "1.1.5", + "winston": "3.1.0", + "winston-daily-rotate-file": "3.5.1" } }