From 644a1ab04c1fc31867cd20769f137b76a487f9c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 31 Jan 2019 00:53:09 +0000 Subject: [PATCH] Pin dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a416cfb..9145e1b 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "ytdl-core": "0.29.1" }, "devDependencies": { - "assert": "^1.4.1", - "chai": "^4.2.0", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "rewire": "^4.0.1", - "sinon": "^7.2.3" + "assert": "1.4.1", + "chai": "4.2.0", + "mocha": "5.2.0", + "nyc": "13.2.0", + "rewire": "4.0.1", + "sinon": "7.2.3" } }