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" } }